Exporting environment variables Exporting TERM Exporting PAGER Exporting DISPLAY Exporting CI Exporting SEMAPHORE Exporting SEMAPHORE_PROJECT_NAME Exporting SEMAPHORE_PROJECT_ID Exporting SEMAPHORE_JOB_NAME Exporting SEMAPHORE_JOB_ID Exporting SEMAPHORE_AGENT_MACHINE_TYPE Exporting SEMAPHORE_AGENT_MACHINE_OS_IMAGE Exporting SEMAPHORE_AGENT_MACHINE_ENVIRONMENT_TYPE Exporting SEMAPHORE_ORGANIZATION_URL Exporting SEMAPHORE_ARTIFACT_TOKEN Exporting SSH_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_BACKEND Exporting SEMAPHORE_CACHE_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_USERNAME Exporting SEMAPHORE_CACHE_URL Exporting SEMAPHORE_CACHE_NEW_CLI Exporting SEMAPHORE_TOOLBOX_METRICS_ENABLED Exporting SEMAPHORE_GIT_PROVIDER Exporting SEMAPHORE_GIT_URL Exporting SEMAPHORE_GIT_DIR Exporting SEMAPHORE_GIT_SHA Exporting SEMAPHORE_GIT_REPO_SLUG Exporting SEMAPHORE_GIT_REF Exporting SEMAPHORE_GIT_COMMIT_RANGE Exporting SEMAPHORE_GIT_REF_TYPE Exporting SEMAPHORE_GIT_BRANCH Exporting DOCKER_PASSWORD Exporting DOCKER_USERNAME Exporting COVERALLS_AKVO_RSR_TOKEN Exporting COVERALLS_RTMIS_TOKEN Exporting SEMAPHORE_WORKFLOW_ID Exporting SEMAPHORE_WORKFLOW_NUMBER Exporting SEMAPHORE_WORKFLOW_RERUN Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_HOOK Exporting SEMAPHORE_WORKFLOW_HOOK_SOURCE Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_SCHEDULE Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_API Exporting SEMAPHORE_PIPELINE_ARTEFACT_ID Exporting SEMAPHORE_PIPELINE_ID Exporting SEMAPHORE_PIPELINE_RERUN Exporting SEMAPHORE_PIPELINE_PROMOTION Exporting SEMAPHORE_PIPELINE_PROMOTED_BY Exporting SEMAPHORE_PIPELINE_0_ARTEFACT_ID Exporting CLOUDSDK_CORE_DISABLE_PROMPTS Injecting Files Injecting /home/semaphore/.ssh/semaphore_cache_key with file mode 0600 Injecting .ssh/id_rsa with file mode 0600 Injecting .secrets/gcp.json with file mode 0644 Setting up the Semaphore toolbox Running: dowloadPath=$(curl -s -L --retry 5 http://packages.semaphoreci.com/toolbox/linux) && echo $dowloadPath && curl -s -L --retry 5 --connect-timeout 3 $dowloadPath -o /tmp/toolbox.tar && tar -xvf /tmp/toolbox.tar && mv toolbox ~/.toolbox && bash ~/.toolbox/install-toolbox && source ~/.toolbox/toolbox && echo 'source ~/.toolbox/toolbox' >> ~/.bash_profile && if [ -f /etc/init.d/xvfb ]; then /etc/init.d/xvfb start; fi http://packages.semaphoreci.com/toolbox/releases/download/v1.16.5/linux.tar toolbox/ toolbox/cache toolbox/artifact toolbox/sem-install toolbox/test-results toolbox/ssh-session-cli toolbox/sem-service toolbox/system-metrics-collector toolbox/sem-dockerize toolbox/libchecksum toolbox/libcheckout toolbox/install-package toolbox/sem-version toolbox/when toolbox/retry toolbox/sem-service-check-params toolbox/new-cache toolbox/toolbox toolbox/install-toolbox toolbox/spc toolbox/README.md toolbox/enetwork retry installed ssh-session-cli installed cache installed sem-service installed sem-dockerize installed sem-service-check-params installed install-package installed Installing the artifacts CLI artifacts installed Installing the test results CLI test-results installed Installing the SPC CLI spc installed Installing the when CLI when installed Installing the enetwork CLI when installed Starting to collect System Metrics in /tmp/system-metrics Starting virtual X frame buffer: Xvfb. Starting an ssh-agent Running: eval `ssh-agent` && echo 'eval $(ssh-agent) >/dev/null' >> ~/.bash_profile && echo 'yes' > /tmp/sempahore-user-commands-have-started Agent pid 2643 Connecting to cache Running: (ssh-keyscan -p 29920 -H 116.202.32.43 >> /home/semaphore/.ssh/known_hosts || true) && ssh-add /home/semaphore/.ssh/semaphore_cache_key # 116.202.32.43:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.5 # 116.202.32.43:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.5 # 116.202.32.43:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.5 Identity added: /home/semaphore/.ssh/semaphore_cache_key (/home/semaphore/.ssh/semaphore_cache_key) checkout Performing shallow clone with depth: 50 HEAD is now at d774f5a Merge pull request #4881 from akvo/feature/4880-Run-Google-Cloud-Profiler-in-production pushd akvo/rsr/front-end ~/akvo-rsr/akvo/rsr/front-end ~/akvo-rsr cache restore client-fe-npm-deps-$(checksum package.json) HIT: 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc', using key 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc'. Downloading key 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc'... Download complete. Duration: 311.737704ms. Size: 32.9M bytes. Unpacking '/tmp/client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc-121760471'... Unpack complete. Duration: 998.876889ms. Restored: ./node_modules/. popd ~/akvo-rsr export PATH=${HOME}/google-cloud-sdk/bin:$PATH export CI_BRANCH="${SEMAPHORE_GIT_PR_BRANCH:-$SEMAPHORE_GIT_BRANCH}" export CI_BUILD_NUMBER=${SEMAPHORE_WORKFLOW_ID} export CI_BUILD_URL="https://akvo.semaphoreci.com/jobs/${SEMAPHORE_JOB_ID}" export CI_JOB_ID=${SEMAPHORE_JOB_ID} export CI_NAME="semaphore-ci" export CI_TAG=${SEMAPHORE_GIT_TAG_NAME} export CI_COMMIT=${SEMAPHORE_GIT_SHA} export CI_PULL_REQUEST=${SEMAPHORE_GIT_PR_NUMBER} export COVERALLS_REPO_TOKEN="${COVERALLS_AKVO_RSR_TOKEN}" export TRAVIS_COMMIT=${SEMAPHORE_GIT_SHA} if [ "$SEMAPHORE_GIT_REF_TYPE" = "pull-request" ]; then export CI_PULL_REQUEST="true" else export CI_PULL_REQUEST="false" fi ./ci/build-semaphoreci.sh && ./ci/deploy-semaphoreci.sh 04:27:57 - BUILD INFO - Login to DockerHub WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/semaphore/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 04:27:59 - BUILD INFO - Pulling akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 04:28:21 - BUILD INFO - Building akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 13.37MB Sending build context to Docker daemon 22.28MB Sending build context to Docker daemon 27.3MB Sending build context to Docker daemon 33.68MB Step 1/13 : FROM python:3.8.1-buster 3.8.1-buster: Pulling from library/python  dc65f448a2e2: Already exists   346ffb2b67d7: Already exists   dea4ecac934f: Already exists   8ac92ddf84b3: Already exists   a3ca60abc08a: Already exists   9253bd2ee3f6: Already exists   fad96c8dce44: Already exists   ec0f51d2752d: Already exists   1fa0065c6287: Already exists Digest: sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d05ef2e08dcdc354d02b54f Status: Downloaded newer image for python:3.8.1-buster ---> efdecc2e377a Step 2/13 : RUN set -ex; apt-get update && apt-get install -y --no-install-recommends --no-install-suggests curl git postgresql-client runit cron libjpeg-dev libfreetype6-dev libffi-dev libssl-dev gettext libfontenc1 xfonts-encodings xfonts-utils xfonts-75dpi xfonts-base libxml2-dev libxslt1-dev zlib1g-dev python3-dev gosu && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 8ab5f3d89493 Step 3/13 : RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.py && rm get-pip.py ---> Using cache ---> 51a992bbc152 Step 4/13 : ENV NODE_VERSION 10.15.0 ---> Using cache ---> b331223c0e71 Step 5/13 : RUN curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" && tar -xJf "node-v$NODE_VERSION-linux-x64.tar.xz" -C /usr/local --strip-components=1 --no-same-owner && rm "node-v$NODE_VERSION-linux-x64.tar.xz" && ln -s /usr/local/bin/node /usr/local/bin/nodejs ---> Using cache ---> a6f0cec5963c Step 6/13 : RUN addgroup akvo && adduser --disabled-password --home /home/akvo --shell /bin/bash --ingroup akvo --gecos "" akvo ---> Using cache ---> c3083a44b7b9 Step 7/13 : WORKDIR /var/akvo/rsr/code ---> Using cache ---> ff3baabde4f1 Step 8/13 : COPY scripts/deployment/pip/requirements/2_rsr.txt ./ ---> 9834a58d46d9 Step 9/13 : RUN pip install --no-cache-dir -r 2_rsr.txt ---> Running in 41bc13025c48 Collecting asgiref==3.4.1 Downloading asgiref-3.4.1-py3-none-any.whl (25 kB) Collecting bcrypt==3.1.4 Downloading bcrypt-3.1.4-cp34-abi3-manylinux1_x86_64.whl (51 kB) Collecting bleach-whitelist==0.0.11 Downloading bleach-whitelist-0.0.11.tar.gz (7.3 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting bleach==3.2.1 Downloading bleach-3.2.1-py2.py3-none-any.whl (145 kB) Collecting cachetools==4.1.1 Downloading cachetools-4.1.1-py3-none-any.whl (10 kB) Collecting cairocffi==1.2.0 Downloading cairocffi-1.2.0.tar.gz (70 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cairosvg==2.5.2 Downloading CairoSVG-2.5.2-py3-none-any.whl (45 kB) Collecting certifi==2020.6.20 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) Collecting cffi==1.14.3 Downloading cffi-1.14.3-cp38-cp38-manylinux1_x86_64.whl (410 kB) Collecting charset-normalizer==2.0.9 Downloading charset_normalizer-2.0.9-py3-none-any.whl (39 kB) Collecting coreapi==2.3.3 Downloading coreapi-2.3.3-py2.py3-none-any.whl (25 kB) Collecting coreschema==0.0.4 Downloading coreschema-0.0.4.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cssselect2==0.4.1 Downloading cssselect2-0.4.1-py3-none-any.whl (13 kB) Collecting defusedxml==0.6.0 Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) Collecting django-bootstrap3==15.0.0 Downloading django_bootstrap3-15.0.0-py3-none-any.whl (213 kB) Collecting django-crontab==0.7.1 Downloading django-crontab-0.7.1.tar.gz (7.1 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting django-embed-video==1.4.0 Downloading django_embed_video-1.4.0-py3-none-any.whl (23 kB) Collecting django-filter==21.1 Downloading django_filter-21.1-py3-none-any.whl (81 kB) Collecting django-lockdown==4.0.0 Downloading django_lockdown-4.0.0-py2.py3-none-any.whl (12 kB) Collecting django-markup==1.5 Downloading django_markup-1.5-py2.py3-none-any.whl (17 kB) Collecting django-nested-inline==0.4.4 Downloading django_nested_inline-0.4.4-py2.py3-none-any.whl (22 kB) Collecting django-pgviews==0.5.7 Downloading django_pgviews-0.5.7-py3-none-any.whl (13 kB) Collecting django-prettyjson==0.4.1 Downloading django_prettyjson-0.4.1-py2.py3-none-any.whl (8.5 kB) Collecting django-request-token==0.16.1 Downloading django_request_token-0.16.1-py3-none-any.whl (29 kB) Collecting django-rest-swagger==2.2.0 Downloading django_rest_swagger-2.2.0-py2.py3-none-any.whl (495 kB) Collecting django-smtp-ssl==1.0 Downloading django-smtp-ssl-1.0.zip (1.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting django-statsd-mozilla==0.4.0 Downloading django_statsd_mozilla-0.4.0-py3-none-any.whl (18 kB) Collecting django-storages==1.12.2 Downloading django_storages-1.12.2-py3-none-any.whl (44 kB) Collecting django-tastypie==0.14.3 Downloading django-tastypie-0.14.3.tar.gz (148 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting django-webpack-loader==1.4.1 Downloading django_webpack_loader-1.4.1-py2.py3-none-any.whl (15 kB) Collecting django==3.2.10 Downloading Django-3.2.10-py3-none-any.whl (7.9 MB) Collecting djangorestframework-csv==2.1.1 Downloading djangorestframework-csv-2.1.1.tar.gz (9.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting djangorestframework-xml==2.0.0 Downloading djangorestframework_xml-2.0.0-py2.py3-none-any.whl (6.0 kB) Collecting djangorestframework==3.12.4 Downloading djangorestframework-3.12.4-py3-none-any.whl (957 kB) Collecting et-xmlfile==1.0.1 Downloading et_xmlfile-1.0.1.tar.gz (8.4 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting geojson==2.5.0 Downloading geojson-2.5.0-py2.py3-none-any.whl (14 kB) Collecting google-api-core==1.23.0 Downloading google_api_core-1.23.0-py2.py3-none-any.whl (91 kB) Collecting google-api-python-client==2.39.0 Downloading google_api_python_client-2.39.0-py2.py3-none-any.whl (8.2 MB) Collecting google-auth-httplib2==0.1.0 Downloading google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) Collecting google-auth==1.23.0 Downloading google_auth-1.23.0-py2.py3-none-any.whl (114 kB) Collecting google-cloud-core==1.4.3 Downloading google_cloud_core-1.4.3-py2.py3-none-any.whl (27 kB) Collecting google-cloud-profiler==3.0.7 Downloading google-cloud-profiler-3.0.7.tar.gz (34 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting google-cloud-storage==1.32.0 Downloading google_cloud_storage-1.32.0-py2.py3-none-any.whl (92 kB) Collecting google-crc32c==1.0.0 Downloading google_crc32c-1.0.0-cp38-cp38-manylinux2010_x86_64.whl (39 kB) Collecting google-resumable-media==1.1.0 Downloading google_resumable_media-1.1.0-py2.py3-none-any.whl (75 kB) Collecting googleapis-common-protos==1.52.0 Downloading googleapis_common_protos-1.52.0-py2.py3-none-any.whl (100 kB) Collecting gunicorn==19.5.0 Downloading gunicorn-19.5.0-py2.py3-none-any.whl (113 kB) Collecting html5lib==1.1 Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) Collecting httplib2==0.20.4 Downloading httplib2-0.20.4-py3-none-any.whl (96 kB) Collecting idna==2.10 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) Collecting itypes==1.2.0 Downloading itypes-1.2.0-py2.py3-none-any.whl (4.8 kB) Collecting jdcal==1.4.1 Downloading jdcal-1.4.1-py2.py3-none-any.whl (9.5 kB) Collecting jinja2==2.11.3 Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) Collecting lxml==4.4.2 Downloading lxml-4.4.2-cp38-cp38-manylinux1_x86_64.whl (5.6 MB) Collecting markdown==3.3.4 Downloading Markdown-3.3.4-py3-none-any.whl (97 kB) Collecting markuppy==1.14 Downloading MarkupPy-1.14.tar.gz (6.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting markupsafe==1.1.1 Downloading MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl (32 kB) Collecting odfpy==1.4.1 Downloading odfpy-1.4.1.tar.gz (717 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting openapi-codec==1.3.2 Downloading openapi-codec-1.3.2.tar.gz (6.3 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting openpyxl==3.0.5 Downloading openpyxl-3.0.5-py2.py3-none-any.whl (242 kB) Collecting packaging==20.4 Downloading packaging-20.4-py2.py3-none-any.whl (37 kB) Collecting pillow==8.0.1 Downloading Pillow-8.0.1-cp38-cp38-manylinux1_x86_64.whl (2.2 MB) Collecting protobuf==3.15.0 Downloading protobuf-3.15.0-cp38-cp38-manylinux1_x86_64.whl (1.0 MB) Collecting psycopg2-binary==2.8.4 Downloading psycopg2_binary-2.8.4-cp38-cp38-manylinux1_x86_64.whl (3.0 MB) Collecting pyasn1-modules==0.2.8 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Collecting pyasn1==0.4.8 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting pycparser==2.20 Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) Collecting pyexcelerate==0.8.0 Downloading PyExcelerate-0.8.0-py3-none-any.whl (26 kB) Collecting pyjwt==2.3.0 Downloading PyJWT-2.3.0-py3-none-any.whl (16 kB) Collecting pyparsing==2.4.7 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting pyphen==0.10.0 Downloading Pyphen-0.10.0-py3-none-any.whl (1.9 MB) Collecting python-dateutil==2.8.1 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting python-docx==0.8.10 Downloading python-docx-0.8.10.tar.gz (5.5 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting python-memcached==1.59 Downloading python_memcached-1.59-py2.py3-none-any.whl (16 kB) Collecting python-mimeparse==1.6.0 Downloading python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) Collecting pytz==2014.3 Downloading pytz-2014.3.zip (482 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyyaml==5.4.1 Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) Collecting requests==2.26.0 Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) Collecting rsa==4.7.2 Downloading rsa-4.7.2-py3-none-any.whl (34 kB) Collecting rules==2.2 Downloading rules-2.2.tar.gz (53 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sentry-sdk==0.19.2 Downloading sentry_sdk-0.19.2-py2.py3-none-any.whl (127 kB) Collecting simplejson==3.17.2 Downloading simplejson-3.17.2-cp38-cp38-manylinux2010_x86_64.whl (137 kB) Collecting six==1.15.0 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Collecting sorl-thumbnail==12.7.0 Downloading sorl_thumbnail-12.7.0-py3-none-any.whl (41 kB) Collecting sqlparse==0.4.2 Downloading sqlparse-0.4.2-py3-none-any.whl (42 kB) Collecting standardjson==0.3.1 Downloading standardjson-0.3.1-py2.py3-none-any.whl (4.8 kB) Collecting statsd==3.3.0 Downloading statsd-3.3.0-py2.py3-none-any.whl (11 kB) Collecting tablib==0.14.0 Downloading tablib-0.14.0-py3-none-any.whl (65 kB) Collecting timeout-decorator==0.5.0 Downloading timeout-decorator-0.5.0.tar.gz (4.8 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting tinycss2==1.1.0 Downloading tinycss2-1.1.0-py3-none-any.whl (21 kB) Collecting unicodecsv==0.14.1 Downloading unicodecsv-0.14.1.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting uritemplate==3.0.1 Downloading uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) Collecting urllib3==1.26.7 Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB) Collecting weasyprint==51 Downloading WeasyPrint-51-py3-none-any.whl (359 kB) Collecting webencodings==0.5.1 Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting xlrd==1.2.0 Downloading xlrd-1.2.0-py2.py3-none-any.whl (103 kB) Collecting xlwt==1.3.0 Downloading xlwt-1.3.0-py2.py3-none-any.whl (99 kB) Collecting xmltodict==0.10.2 Downloading xmltodict-0.10.2.tar.gz (24 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting xmlunittest==0.5 Downloading xmlunittest-0.5.0.tar.gz (11 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setuptools==50.3.2 Downloading setuptools-50.3.2-py3-none-any.whl (785 kB) Building wheels for collected packages: bleach-whitelist, cairocffi, coreschema, django-crontab, django-smtp-ssl, django-tastypie, djangorestframework-csv, et-xmlfile, google-cloud-profiler, markuppy, odfpy, openapi-codec, python-docx, pytz, rules, timeout-decorator, unicodecsv, xmltodict, xmlunittest Building wheel for bleach-whitelist (setup.py): started Building wheel for bleach-whitelist (setup.py): finished with status 'done' Created wheel for bleach-whitelist: filename=bleach_whitelist-0.0.11-py3-none-any.whl size=7797 sha256=231a7ea6bfa0115a20f3dd5e290511b831ca5076ebdd15089134f61f10175355 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/10/08/bd/cb5ab1cd9977139fa77338073f948b4e91351aa4cffb543630 Building wheel for cairocffi (setup.py): started Building wheel for cairocffi (setup.py): finished with status 'done' Created wheel for cairocffi: filename=cairocffi-1.2.0-py3-none-any.whl size=89545 sha256=884457e0fb3639d4afa79e091e19b0069ca0afd1f988c12da644efc6451006bf Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/e8/fa/11/ae7a999afd58d7169974c79b765f4f03880c184d578b1ed445 Building wheel for coreschema (setup.py): started Building wheel for coreschema (setup.py): finished with status 'done' Created wheel for coreschema: filename=coreschema-0.0.4-py3-none-any.whl size=15031 sha256=b7152d58fae4ca0d160dd1cc8e721688c909407bf22820dbfee96d0682385933 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/37/21/45/2ce3dd0189e3d2fb7a325b9d3e6491acb7882c8275466d5401 Building wheel for django-crontab (setup.py): started Building wheel for django-crontab (setup.py): finished with status 'done' Created wheel for django-crontab: filename=django_crontab-0.7.1-py2.py3-none-any.whl size=7705 sha256=deba9b61a0f50d71a9f05e4651aca3bacf123c30f7cc79a438f9da9e23c812c6 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/e0/28/ff/618b3635ca46b9f8c7acd1fcaf3e19701fadc758a35df0d0d2 Building wheel for django-smtp-ssl (setup.py): started Building wheel for django-smtp-ssl (setup.py): finished with status 'done' Created wheel for django-smtp-ssl: filename=django_smtp_ssl-1.0-py3-none-any.whl size=1899 sha256=52200cb0d7895ee31462b84692c2b1a726ef61298aafe668f8fc9295906784e7 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/7e/f4/f0/ea7420048a7c80c57107e10d978403dfbedc438ee9ac7cf0f5 Building wheel for django-tastypie (setup.py): started Building wheel for django-tastypie (setup.py): finished with status 'done' Created wheel for django-tastypie: filename=django_tastypie-0.14.3-py2.py3-none-any.whl size=79496 sha256=5ffe9b1c84fdde6cb49ed54f189384cd4d6e303813790acda2649622bab7fded Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/65/11/41/6c0a32dfab48a91ad4255ed3f5c862a3c68f859b2d7e29b41f Building wheel for djangorestframework-csv (setup.py): started Building wheel for djangorestframework-csv (setup.py): finished with status 'done' Created wheel for djangorestframework-csv: filename=djangorestframework_csv-2.1.1-py3-none-any.whl size=8595 sha256=8aafed128bff21931e48a591172611f6ce12d77e2ee707513b7cb27755a40422 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/f9/04/59/980a5b7f0ec52eaf834dd162d0c452c97e37ed115b63bdbe79 Building wheel for et-xmlfile (setup.py): started Building wheel for et-xmlfile (setup.py): finished with status 'done' Created wheel for et-xmlfile: filename=et_xmlfile-1.0.1-py3-none-any.whl size=8915 sha256=0a1c22f59e9969b3f6f4e8ce02c1aaa965c9183c8165035e59e66e1d3e42436f Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/6e/df/38/abda47b884e3e25f9f9b6430e5ce44c47670758a50c0c51759 Building wheel for google-cloud-profiler (setup.py): started Building wheel for google-cloud-profiler (setup.py): finished with status 'done' Created wheel for google-cloud-profiler: filename=google_cloud_profiler-3.0.7-cp38-cp38-linux_x86_64.whl size=738361 sha256=ab3f1401868eecc97375b84e5c311d6de1ad34b4cafea61bdff6d132391d3da0 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/c4/05/c4/b16cef239bf26f12d24f895342771a5488bac16c98cde859e0 Building wheel for markuppy (setup.py): started Building wheel for markuppy (setup.py): finished with status 'done' Created wheel for markuppy: filename=MarkupPy-1.14-py3-none-any.whl size=7414 sha256=c4ba9c1f5baf3345d2ed5bbd8c7c68ea0543b6735d9e607936b88771fd763332 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/95/13/60/31c9d5f4cd012e491aeac154ef8b0ec964916523623eb02f0b Building wheel for odfpy (setup.py): started Building wheel for odfpy (setup.py): finished with status 'done' Created wheel for odfpy: filename=odfpy-1.4.1-py2.py3-none-any.whl size=160692 sha256=74c1aea2815b940c315f40afbbc4ca9e65324c2483c734d58c0a047be2638545 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/ea/af/da/2bdd7308f7b334429a558df1e36d31864cd19c07ede92ddf0e Building wheel for openapi-codec (setup.py): started Building wheel for openapi-codec (setup.py): finished with status 'done' Created wheel for openapi-codec: filename=openapi_codec-1.3.2-py3-none-any.whl size=7306 sha256=7029a0cfdee3fe661f532eb9958b6aa7b8802e5e6cf7fb9eaf353b2758cb2656 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/a8/5d/ee/28bdfd9af08f953c9b003abcf5eb4a50d15026053947802703 Building wheel for python-docx (setup.py): started Building wheel for python-docx (setup.py): finished with status 'done' Created wheel for python-docx: filename=python_docx-0.8.10-py3-none-any.whl size=184489 sha256=428e9c6045ea8db54122410bdd5a4111dac471b7e72496cb23eaa2b5577be407 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/97/4c/2e/68066cbf12b9b2e66403da8982aaf4f656d9f5cb5dc3179e82 Building wheel for pytz (setup.py): started Building wheel for pytz (setup.py): finished with status 'done' Created wheel for pytz: filename=pytz-2014.3-py3-none-any.whl size=460523 sha256=31ee5f5895ece5c1aec833a930069a9d6b206df40e7c8b629035bd25ac33a36f Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/61/61/14/a1d623843e7c1465a0d9540bf2bf4ddef041cd49ede17c1259 Building wheel for rules (setup.py): started Building wheel for rules (setup.py): finished with status 'done' Created wheel for rules: filename=rules-2.2-py2.py3-none-any.whl size=25803 sha256=306e5011bdf709a31fbf031f237c2c5a3918f983342ffcf680e6981bbf5d7831 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/c7/0c/ef/20cf4583d2360c0ea059e42e5325e6672e106afa4bb8362d85 Building wheel for timeout-decorator (setup.py): started Building wheel for timeout-decorator (setup.py): finished with status 'done' Created wheel for timeout-decorator: filename=timeout_decorator-0.5.0-py3-none-any.whl size=5028 sha256=1f29044a83829060a0d06e936762787c0cf00485c47d45a9508834ba664e5291 Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/38/05/4e/161d1463ca145ec1023bd4e5e1f31cbf9239aa8f39a2a2b643 Building wheel for unicodecsv (setup.py): started Building wheel for unicodecsv (setup.py): finished with status 'done' Created wheel for unicodecsv: filename=unicodecsv-0.14.1-py3-none-any.whl size=10766 sha256=8bc82136883521650d8ab91d4ae00ef6314407187bf6b081a9cff961f9728bea Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/35/dd/44/ccb37563a01457f5de74ccedccaee81b01a53e12addeab5e0f Building wheel for xmltodict (setup.py): started Building wheel for xmltodict (setup.py): finished with status 'done' Created wheel for xmltodict: filename=xmltodict-0.10.2-py3-none-any.whl size=6518 sha256=4d47cdd4e8cecae429e4d69e2e51d43a8f5265dfa4da8502d83f55cbcd21138d Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/25/96/bc/f932ad286e77d075ea52ec7d306e5a28692e8be583398970d9 Building wheel for xmlunittest (setup.py): started Building wheel for xmlunittest (setup.py): finished with status 'done' Created wheel for xmlunittest: filename=xmlunittest-0.5.0-py3-none-any.whl size=5991 sha256=31ca8238ef4189ff89752f1683dc3067edbdd9829fff697d0b92443d9121692e Stored in directory: /tmp/pip-ephem-wheel-cache-juydl84a/wheels/ee/c2/35/68b8675943e264263a310405d65ed92d1815309d24f941036d Successfully built bleach-whitelist cairocffi coreschema django-crontab django-smtp-ssl django-tastypie djangorestframework-csv et-xmlfile google-cloud-profiler markuppy odfpy openapi-codec python-docx pytz rules timeout-decorator unicodecsv xmltodict xmlunittest Installing collected packages: six, pyasn1, markupsafe, webencodings, urllib3, setuptools, rsa, pyparsing, pycparser, pyasn1-modules, protobuf, jinja2, idna, charset-normalizer, certifi, cachetools, uritemplate, tinycss2, sqlparse, requests, pytz, itypes, httplib2, googleapis-common-protos, google-auth, coreschema, cffi, asgiref, pillow, jdcal, google-crc32c, google-auth-httplib2, google-api-core, et-xmlfile, django, defusedxml, cssselect2, coreapi, cairocffi, xlwt, xlrd, unicodecsv, statsd, standardjson, simplejson, pyyaml, python-mimeparse, python-dateutil, pyphen, pyjwt, packaging, openpyxl, openapi-codec, odfpy, markuppy, lxml, html5lib, google-resumable-media, google-cloud-core, google-api-python-client, djangorestframework, cairosvg, xmlunittest, xmltodict, weasyprint, timeout-decorator, tablib, sorl-thumbnail, sentry-sdk, rules, python-memcached, python-docx, pyexcelerate, psycopg2-binary, markdown, gunicorn, google-cloud-storage, google-cloud-profiler, geojson, djangorestframework-xml, djangorestframework-csv, django-webpack-loader, django-tastypie, django-storages, django-statsd-mozilla, django-smtp-ssl, django-rest-swagger, django-request-token, django-prettyjson, django-pgviews, django-nested-inline, django-markup, django-lockdown, django-filter, django-embed-video, django-crontab, django-bootstrap3, bleach-whitelist, bleach, bcrypt Attempting uninstall: setuptools Found existing installation: setuptools 45.1.0 Uninstalling setuptools-45.1.0: Successfully uninstalled setuptools-45.1.0 Successfully installed asgiref-3.4.1 bcrypt-3.1.4 bleach-3.2.1 bleach-whitelist-0.0.11 cachetools-4.1.1 cairocffi-1.2.0 cairosvg-2.5.2 certifi-2020.6.20 cffi-1.14.3 charset-normalizer-2.0.9 coreapi-2.3.3 coreschema-0.0.4 cssselect2-0.4.1 defusedxml-0.6.0 django-3.2.10 django-bootstrap3-15.0.0 django-crontab-0.7.1 django-embed-video-1.4.0 django-filter-21.1 django-lockdown-4.0.0 django-markup-1.5 django-nested-inline-0.4.4 django-pgviews-0.5.7 django-prettyjson-0.4.1 django-request-token-0.16.1 django-rest-swagger-2.2.0 django-smtp-ssl-1.0 django-statsd-mozilla-0.4.0 django-storages-1.12.2 django-tastypie-0.14.3 django-webpack-loader-1.4.1 djangorestframework-3.12.4 djangorestframework-csv-2.1.1 djangorestframework-xml-2.0.0 et-xmlfile-1.0.1 geojson-2.5.0 google-api-core-1.23.0 google-api-python-client-2.39.0 google-auth-1.23.0 google-auth-httplib2-0.1.0 google-cloud-core-1.4.3 google-cloud-profiler-3.0.7 google-cloud-storage-1.32.0 google-crc32c-1.0.0 google-resumable-media-1.1.0 googleapis-common-protos-1.52.0 gunicorn-19.5.0 html5lib-1.1 httplib2-0.20.4 idna-2.10 itypes-1.2.0 jdcal-1.4.1 jinja2-2.11.3 lxml-4.4.2 markdown-3.3.4 markuppy-1.14 markupsafe-1.1.1 odfpy-1.4.1 openapi-codec-1.3.2 openpyxl-3.0.5 packaging-20.4 pillow-8.0.1 protobuf-3.15.0 psycopg2-binary-2.8.4 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pyexcelerate-0.8.0 pyjwt-2.3.0 pyparsing-2.4.7 pyphen-0.10.0 python-dateutil-2.8.1 python-docx-0.8.10 python-memcached-1.59 python-mimeparse-1.6.0 pytz-2014.3 pyyaml-5.4.1 requests-2.26.0 rsa-4.7.2 rules-2.2 sentry-sdk-0.19.2 setuptools-50.3.2 simplejson-3.17.2 six-1.15.0 sorl-thumbnail-12.7.0 sqlparse-0.4.2 standardjson-0.3.1 statsd-3.3.0 tablib-0.14.0 timeout-decorator-0.5.0 tinycss2-1.1.0 unicodecsv-0.14.1 uritemplate-3.0.1 urllib3-1.26.7 weasyprint-51 webencodings-0.5.1 xlrd-1.2.0 xlwt-1.3.0 xmltodict-0.10.2 xmlunittest-0.5.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.  ---> 8ae98edac9b5 Step 10/13 : COPY scripts/deployment/pip/requirements/3_dev.txt ./ ---> 2b7f5ba93ec0 Step 11/13 : RUN pip install --no-cache-dir -r 3_dev.txt ---> Running in 8e72728347cf Requirement already satisfied: asgiref==3.4.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 7)) (3.4.1) Collecting backcall==0.2.0 Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB) Requirement already satisfied: bcrypt==3.1.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 15)) (3.1.4) Requirement already satisfied: bleach-whitelist==0.0.11 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 51)) (0.0.11) Requirement already satisfied: bleach==3.2.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 54)) (3.2.1) Requirement already satisfied: cachetools==4.1.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 58)) (4.1.1) Requirement already satisfied: cairocffi==1.2.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 62)) (1.2.0) Requirement already satisfied: cairosvg==2.5.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 65)) (2.5.2) Requirement already satisfied: certifi==2020.6.20 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 69)) (2020.6.20) Requirement already satisfied: cffi==1.14.3 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 73)) (1.14.3) Collecting chardet==3.0.4 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Requirement already satisfied: charset-normalizer==2.0.9 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 115)) (2.0.9) Collecting click==7.1.2 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) Requirement already satisfied: coreapi==2.3.3 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 123)) (2.3.3) Requirement already satisfied: coreschema==0.0.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 127)) (0.0.4) Collecting coverage==5.3 Downloading coverage-5.3-cp38-cp38-manylinux1_x86_64.whl (230 kB) Collecting coveralls==3.3.1 Downloading coveralls-3.3.1-py2.py3-none-any.whl (14 kB) Requirement already satisfied: cssselect2==0.4.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 171)) (0.4.1) Collecting decorator==4.4.2 Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) Requirement already satisfied: defusedxml==0.6.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 179)) (0.6.0) Collecting diff-cover==6.4.4 Downloading diff_cover-6.4.4-py3-none-any.whl (49 kB) Requirement already satisfied: django-bootstrap3==15.0.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 187)) (15.0.0) Collecting django-cprofile-middleware==1.0.5 Downloading django-cprofile-middleware-1.0.5.tar.gz (4.3 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: django-crontab==0.7.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 194)) (0.7.1) Collecting django-debug-toolbar==3.2.2 Downloading django_debug_toolbar-3.2.2-py3-none-any.whl (200 kB) Requirement already satisfied: django-embed-video==1.4.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 201)) (1.4.0) Requirement already satisfied: django-filter==21.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 205)) (21.1) Requirement already satisfied: django-lockdown==4.0.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 209)) (4.0.0) Requirement already satisfied: django-markup==1.5 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 213)) (1.5) Requirement already satisfied: django-nested-inline==0.4.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 217)) (0.4.4) Requirement already satisfied: django-pgviews==0.5.7 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 221)) (0.5.7) Requirement already satisfied: django-prettyjson==0.4.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 225)) (0.4.1) Requirement already satisfied: django-request-token==0.16.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 229)) (0.16.1) Requirement already satisfied: django-rest-swagger==2.2.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 233)) (2.2.0) Requirement already satisfied: django-smtp-ssl==1.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 237)) (1.0) Requirement already satisfied: django-statsd-mozilla==0.4.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 240)) (0.4.0) Requirement already satisfied: django-storages==1.12.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 244)) (1.12.2) Requirement already satisfied: django-tastypie==0.14.3 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 248)) (0.14.3) Requirement already satisfied: django-webpack-loader==1.4.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 251)) (1.4.1) Requirement already satisfied: django==3.2.10 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 255)) (3.2.10) Requirement already satisfied: djangorestframework-csv==2.1.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 259)) (2.1.1) Requirement already satisfied: djangorestframework-xml==2.0.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 262)) (2.0.0) Requirement already satisfied: djangorestframework==3.12.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 266)) (3.12.4) Collecting docopt==0.6.2 Downloading docopt-0.6.2.tar.gz (25 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: et-xmlfile==1.0.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 273)) (1.0.1) Collecting flake8==3.8.4 Downloading flake8-3.8.4-py2.py3-none-any.whl (72 kB) Requirement already satisfied: geojson==2.5.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 280)) (2.5.0) Requirement already satisfied: google-api-core==1.23.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 284)) (1.23.0) Requirement already satisfied: google-api-python-client==2.39.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 288)) (2.39.0) Requirement already satisfied: google-auth-httplib2==0.1.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 292)) (0.1.0) Requirement already satisfied: google-auth==1.23.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 296)) (1.23.0) Requirement already satisfied: google-cloud-core==1.4.3 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 300)) (1.4.3) Requirement already satisfied: google-cloud-profiler==3.0.7 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 304)) (3.0.7) Requirement already satisfied: google-cloud-storage==1.32.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 307)) (1.32.0) Requirement already satisfied: google-crc32c==1.0.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 311)) (1.0.0) Requirement already satisfied: google-resumable-media==1.1.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 331)) (1.1.0) Requirement already satisfied: googleapis-common-protos==1.52.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 335)) (1.52.0) Requirement already satisfied: gunicorn==19.5.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 339)) (19.5.0) Requirement already satisfied: html5lib==1.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 343)) (1.1) Requirement already satisfied: httplib2==0.20.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 347)) (0.20.4) Requirement already satisfied: idna==2.10 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 351)) (2.10) Collecting ipdb==0.13.4 Downloading ipdb-0.13.4.tar.gz (15 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting ipython-genutils==0.2.0 Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) Collecting ipython==7.19.0 Downloading ipython-7.19.0-py3-none-any.whl (784 kB) Requirement already satisfied: itypes==1.2.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 366)) (1.2.0) Requirement already satisfied: jdcal==1.4.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 370)) (1.4.1) Collecting jedi==0.17.2 Downloading jedi-0.17.2-py2.py3-none-any.whl (1.4 MB) Requirement already satisfied: jinja2==2.11.3 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 378)) (2.11.3) Requirement already satisfied: lxml==4.4.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 382)) (4.4.2) Requirement already satisfied: markdown==3.3.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 410)) (3.3.4) Requirement already satisfied: markuppy==1.14 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 414)) (1.14) Requirement already satisfied: markupsafe==1.1.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 417)) (1.1.1) Collecting mccabe==0.6.1 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Requirement already satisfied: odfpy==1.4.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 456)) (1.4.1) Requirement already satisfied: openapi-codec==1.3.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 460)) (1.3.2) Requirement already satisfied: openpyxl==3.0.5 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 463)) (3.0.5) Requirement already satisfied: packaging==20.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 467)) (20.4) Collecting parso==0.7.1 Downloading parso-0.7.1-py2.py3-none-any.whl (109 kB) Collecting pexpect==4.8.0 Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB) Collecting pickleshare==0.7.5 Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) Requirement already satisfied: pillow==8.0.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 483)) (8.0.1) Collecting pip-tools==5.3.1 Downloading pip_tools-5.3.1-py2.py3-none-any.whl (45 kB) Collecting pluggy==1.0.0 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting prompt-toolkit==3.0.8 Downloading prompt_toolkit-3.0.8-py3-none-any.whl (355 kB) Requirement already satisfied: protobuf==3.15.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 525)) (3.15.0) Requirement already satisfied: psycopg2-binary==2.8.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 547)) (2.8.4) Collecting ptyprocess==0.6.0 Downloading ptyprocess-0.6.0-py2.py3-none-any.whl (39 kB) Requirement already satisfied: pyasn1-modules==0.2.8 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 585)) (0.2.8) Requirement already satisfied: pyasn1==0.4.8 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 600)) (0.4.8) Collecting pycodestyle==2.6.0 Downloading pycodestyle-2.6.0-py2.py3-none-any.whl (41 kB) Requirement already satisfied: pycparser==2.20 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 619)) (2.20) Requirement already satisfied: pyexcelerate==0.8.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 623)) (0.8.0) Collecting pyflakes==2.2.0 Downloading pyflakes-2.2.0-py2.py3-none-any.whl (66 kB) Collecting pygments==2.9.0 Downloading Pygments-2.9.0-py3-none-any.whl (1.0 MB) Requirement already satisfied: pyjwt==2.3.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 635)) (2.3.0) Requirement already satisfied: pyparsing==2.4.7 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 639)) (2.4.7) Requirement already satisfied: pyphen==0.10.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 643)) (0.10.0) Requirement already satisfied: python-dateutil==2.8.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 647)) (2.8.1) Requirement already satisfied: python-docx==0.8.10 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 651)) (0.8.10) Requirement already satisfied: python-memcached==1.59 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 654)) (1.59) Requirement already satisfied: python-mimeparse==1.6.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 658)) (1.6.0) Requirement already satisfied: pytz==2014.3 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 662)) (2014.3) Requirement already satisfied: pyyaml==5.4.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 672)) (5.4.1) Requirement already satisfied: requests==2.26.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 703)) (2.26.0) Requirement already satisfied: rsa==4.7.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 707)) (4.7.2) Requirement already satisfied: rules==2.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 711)) (2.2) Requirement already satisfied: sentry-sdk==0.19.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 714)) (0.19.2) Requirement already satisfied: simplejson==3.17.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 718)) (3.17.2) Requirement already satisfied: six==1.15.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 765)) (1.15.0) Collecting snakeviz==2.1.0 Downloading snakeviz-2.1.0-py2.py3-none-any.whl (282 kB) Requirement already satisfied: sorl-thumbnail==12.7.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 773)) (12.7.0) Requirement already satisfied: sqlparse==0.4.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 777)) (0.4.2) Requirement already satisfied: standardjson==0.3.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 781)) (0.3.1) Requirement already satisfied: statsd==3.3.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 785)) (3.3.0) Requirement already satisfied: tablib==0.14.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 789)) (0.14.0) Collecting tblib==1.7.0 Downloading tblib-1.7.0-py2.py3-none-any.whl (12 kB) Requirement already satisfied: timeout-decorator==0.5.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 797)) (0.5.0) Requirement already satisfied: tinycss2==1.1.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 800)) (1.1.0) Collecting tornado==6.1 Downloading tornado-6.1-cp38-cp38-manylinux2010_x86_64.whl (427 kB) Collecting traitlets==5.0.5 Downloading traitlets-5.0.5-py3-none-any.whl (100 kB) Requirement already satisfied: unicodecsv==0.14.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 851)) (0.14.1) Requirement already satisfied: uritemplate==3.0.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 854)) (3.0.1) Requirement already satisfied: urllib3==1.26.7 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 858)) (1.26.7) Collecting wcwidth==0.2.5 Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) Requirement already satisfied: weasyprint==51 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 866)) (51) Requirement already satisfied: webencodings==0.5.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 870)) (0.5.1) Requirement already satisfied: xlrd==1.2.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 874)) (1.2.0) Requirement already satisfied: xlwt==1.3.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 878)) (1.3.0) Requirement already satisfied: xmltodict==0.10.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 882)) (0.10.2) Requirement already satisfied: xmlunittest==0.5 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 885)) (0.5.0) Collecting pip==21.1 Downloading pip-21.1-py3-none-any.whl (1.5 MB) Requirement already satisfied: setuptools==50.3.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 894)) (50.3.2) Building wheels for collected packages: django-cprofile-middleware, docopt, ipdb Building wheel for django-cprofile-middleware (setup.py): started Building wheel for django-cprofile-middleware (setup.py): finished with status 'done' Created wheel for django-cprofile-middleware: filename=django_cprofile_middleware-1.0.5-py3-none-any.whl size=5612 sha256=828481ed0f144a4a02593e3a977f37926e3ba3f05485e2da3f8206d04cc0d234 Stored in directory: /tmp/pip-ephem-wheel-cache-b0sh_k_h/wheels/18/ad/a5/71bedaa9ba98201ac3e013f12da1390b8ca94857f079e7ba12 Building wheel for docopt (setup.py): started Building wheel for docopt (setup.py): finished with status 'done' Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13704 sha256=3e8994df32624869c6a87042ebacab4f97a01337075f6f9429babf87f6124905 Stored in directory: /tmp/pip-ephem-wheel-cache-b0sh_k_h/wheels/56/ea/58/ead137b087d9e326852a851351d1debf4ada529b6ac0ec4e8c Building wheel for ipdb (setup.py): started Building wheel for ipdb (setup.py): finished with status 'done' Created wheel for ipdb: filename=ipdb-0.13.4-py3-none-any.whl size=10970 sha256=cbf00b4b6f8aa1df582c9122fae4b819c7bc57c95ef3b7486a3f23a1cfbd5dda Stored in directory: /tmp/pip-ephem-wheel-cache-b0sh_k_h/wheels/45/30/91/6d23d9241f432efb8e1e928b3ddd3657885d0a3118a1e570d2 Successfully built django-cprofile-middleware docopt ipdb Installing collected packages: wcwidth, ptyprocess, parso, ipython-genutils, traitlets, pygments, prompt-toolkit, pickleshare, pexpect, jedi, decorator, backcall, tornado, pyflakes, pycodestyle, pluggy, pip, mccabe, ipython, docopt, coverage, click, chardet, tblib, snakeviz, pip-tools, ipdb, flake8, django-debug-toolbar, django-cprofile-middleware, diff-cover, coveralls Attempting uninstall: pip Found existing installation: pip 21.3.1 Uninstalling pip-21.3.1: Successfully uninstalled pip-21.3.1 Successfully installed backcall-0.2.0 chardet-3.0.4 click-7.1.2 coverage-5.3 coveralls-3.3.1 decorator-4.4.2 diff-cover-6.4.4 django-cprofile-middleware-1.0.5 django-debug-toolbar-3.2.2 docopt-0.6.2 flake8-3.8.4 ipdb-0.13.4 ipython-7.19.0 ipython-genutils-0.2.0 jedi-0.17.2 mccabe-0.6.1 parso-0.7.1 pexpect-4.8.0 pickleshare-0.7.5 pip-21.1 pip-tools-5.3.1 pluggy-1.0.0 prompt-toolkit-3.0.8 ptyprocess-0.6.0 pycodestyle-2.6.0 pyflakes-2.2.0 pygments-2.9.0 snakeviz-2.1.0 tblib-1.7.0 tornado-6.1 traitlets-5.0.5 wcwidth-0.2.5 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv  ---> bd2397b1f09d Step 12/13 : ENV PYTHONUNBUFFERED 1 ---> Running in 102fd6c53cfd ---> b8c741ea04cf Step 13/13 : CMD [ "scripts/docker/dev/run-as-user.sh", "scripts/docker/dev/start-django.sh"] ---> Running in 6438eda2209c ---> e144a5e4b338 Successfully built e144a5e4b338 Successfully tagged akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-dev:local Successfully tagged rsr-backend:dev 04:29:04 - BUILD INFO - Pushing akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 container The push refers to repository [docker.io/akvo/rsr-backend-dev]  08f9675fa212: Preparing   6da83559a7c7: Preparing   c8dd2661ae00: Preparing   d512c3d46519: Preparing   b9a080d494f6: Preparing   db257c1a7576: Preparing   9b72893003b6: Preparing   a70a42fed2a5: Preparing   5ae1b93e3e46: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  db257c1a7576: Waiting  9b72893003b6: Waiting  a70a42fed2a5: Waiting  5ae1b93e3e46: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  b9a080d494f6: Layer already exists  6da83559a7c7: Pushing 1.024kB/62.39kB  6da83559a7c7: Pushing 66.05kB  d512c3d46519: Pushing 512B/49.44kB  d512c3d46519: Pushing 53.25kB  08f9675fa212: Pushing 383.1kB/37.86MB  db257c1a7576: Layer already exists  08f9675fa212: Pushing 777.2kB/37.86MB  c8dd2661ae00: Pushing 555.5kB/171.5MB  08f9675fa212: Pushing 1.183MB/37.86MB  c8dd2661ae00: Pushing 2.139MB/171.5MB  08f9675fa212: Pushing 2.726MB/37.86MB  c8dd2661ae00: Pushing 3.736MB/171.5MB  08f9675fa212: Pushing 4.266MB/37.86MB  c8dd2661ae00: Pushing 6.446MB/171.5MB  9b72893003b6: Layer already exists  08f9675fa212: Pushing 6.597MB/37.86MB  c8dd2661ae00: Pushing 9.175MB/171.5MB  08f9675fa212: Pushing 9.276MB/37.86MB  c8dd2661ae00: Pushing 11.88MB/171.5MB  08f9675fa212: Pushing 11.6MB/37.86MB  c8dd2661ae00: Pushing 14.56MB/171.5MB  08f9675fa212: Pushing 14.66MB/37.86MB  c8dd2661ae00: Pushing 17.22MB/171.5MB  08f9675fa212: Pushing 17.74MB/37.86MB  c8dd2661ae00: Pushing 20.45MB/171.5MB  08f9675fa212: Pushing 20.08MB/37.86MB  a70a42fed2a5: Layer already exists  c8dd2661ae00: Pushing 23.64MB/171.5MB  08f9675fa212: Pushing 23.22MB/37.86MB  c8dd2661ae00: Pushing 27.39MB/171.5MB  08f9675fa212: Pushing 25.98MB/37.86MB  c8dd2661ae00: Pushing 31.11MB/171.5MB  08f9675fa212: Pushing 28.66MB/37.86MB  c8dd2661ae00: Pushing 34.79MB/171.5MB  08f9675fa212: Pushing 31.34MB/37.86MB  c8dd2661ae00: Pushing 39.01MB/171.5MB  08f9675fa212: Pushing 34.07MB/37.86MB  5ae1b93e3e46: Layer already exists  c8dd2661ae00: Pushing 41.66MB/171.5MB  08f9675fa212: Pushing 37.2MB/37.86MB  c8dd2661ae00: Pushing 44.32MB/171.5MB  08f9675fa212: Pushing 39.56MB  d512c3d46519: Pushed  c8dd2661ae00: Pushing 46.97MB/171.5MB  08f9675fa212: Pushing 42.26MB  6da83559a7c7: Pushed  c8dd2661ae00: Pushing 50.13MB/171.5MB  b6d8f557ceb3: Layer already exists  c8dd2661ae00: Pushing 53.37MB/171.5MB  c8dd2661ae00: Pushing 56.63MB/171.5MB  c8dd2661ae00: Pushing 61.53MB/171.5MB  b65d30014aa7: Layer already exists  ea9370fbf8d0: Layer already exists  c8dd2661ae00: Pushing 65.87MB/171.5MB  c8dd2661ae00: Pushing 71.91MB/171.5MB  a10c79771e86: Layer already exists  c8dd2661ae00: Pushing 79.67MB/171.5MB  c8dd2661ae00: Pushing 84.56MB/171.5MB  3f4c8c89729b: Layer already exists  5c813a85f7f0: Layer already exists  c8dd2661ae00: Pushing 89.99MB/171.5MB  c8dd2661ae00: Pushing 95.44MB/171.5MB  bdca38f94ff0: Layer already exists  c8dd2661ae00: Pushing 100.3MB/171.5MB  c8dd2661ae00: Pushing 105.2MB/171.5MB  faac394a1ad3: Layer already exists  ce8168f12337: Layer already exists  c8dd2661ae00: Pushing 110.1MB/171.5MB  c8dd2661ae00: Pushing 114.9MB/171.5MB  c8dd2661ae00: Pushing 119.3MB/171.5MB  c8dd2661ae00: Pushing 122.5MB/171.5MB  c8dd2661ae00: Pushing 125.2MB/171.5MB  c8dd2661ae00: Pushing 127.4MB/171.5MB  c8dd2661ae00: Pushing 130.2MB/171.5MB  c8dd2661ae00: Pushing 132.9MB/171.5MB  c8dd2661ae00: Pushing 135.7MB/171.5MB  c8dd2661ae00: Pushing 138.4MB/171.5MB  c8dd2661ae00: Pushing 141.6MB/171.5MB  c8dd2661ae00: Pushing 144.3MB/171.5MB  c8dd2661ae00: Pushing 147MB/171.5MB  c8dd2661ae00: Pushing 149.7MB/171.5MB  c8dd2661ae00: Pushing 152.9MB/171.5MB  c8dd2661ae00: Pushing 155.7MB/171.5MB  c8dd2661ae00: Pushing 157.8MB/171.5MB  c8dd2661ae00: Pushing 160.5MB/171.5MB  c8dd2661ae00: Pushing 163.7MB/171.5MB  c8dd2661ae00: Pushing 167MB/171.5MB  c8dd2661ae00: Pushing 169.7MB/171.5MB  c8dd2661ae00: Pushing 172.3MB  c8dd2661ae00: Pushing 175MB  c8dd2661ae00: Pushing 178.2MB  c8dd2661ae00: Pushing 181.5MB  c8dd2661ae00: Pushing 181.9MB  c8dd2661ae00: Pushed  08f9675fa212: Pushed c963080767f45828c31f83ca5cd25d36: digest: sha256:b5a8e6667725f7d662a2792624cdb12a9fbbb7ec0c480f6319e99d4d35e8a771 size: 4111 04:29:20 - BUILD INFO - Starting docker-compose WARNING: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string. Creating network "rsrci_default" with the default driver Pulling rsr-memcached (memcached:1.6.1-alpine)...  1.6.1-alpine: Pulling from library/memcached  c9b1b535fdd9: Pulling fs layer   b1e93bbcd384: Pulling fs layer   6a48b148dfd5: Pulling fs layer   542ec47b81d1: Pulling fs layer   65bc431706dc: Pulling fs layer   fc508d65441f: Pulling fs layer  542ec47b81d1: Waiting  65bc431706dc: Waiting  fc508d65441f: Waiting  b1e93bbcd384: Downloading [==========================> ] 658B/1.231kB  b1e93bbcd384: Downloading [==================================================>] 1.231kB/1.231kB  b1e93bbcd384: Verifying Checksum  b1e93bbcd384: Download complete  c9b1b535fdd9: Downloading [> ] 28.75kB/2.803MB  6a48b148dfd5: Downloading [==> ] 657B/15.09kB  6a48b148dfd5: Downloading [==================================================>] 15.09kB/15.09kB  6a48b148dfd5: Verifying Checksum  6a48b148dfd5: Download complete  c9b1b535fdd9: Verifying Checksum  c9b1b535fdd9: Download complete  c9b1b535fdd9: Extracting [> ] 32.77kB/2.803MB  c9b1b535fdd9: Extracting [==================================================>] 2.803MB/2.803MB  c9b1b535fdd9: Pull complete  b1e93bbcd384: Extracting [==================================================>] 1.231kB/1.231kB  b1e93bbcd384: Extracting [==================================================>] 1.231kB/1.231kB  b1e93bbcd384: Pull complete  6a48b148dfd5: Extracting [==================================================>] 15.09kB/15.09kB  6a48b148dfd5: Extracting [==================================================>] 15.09kB/15.09kB  6a48b148dfd5: Pull complete  542ec47b81d1: Downloading [> ] 20.54kB/1.933MB  542ec47b81d1: Verifying Checksum  fc508d65441f: Downloading [==================================================>] 121B/121B  fc508d65441f: Verifying Checksum  fc508d65441f: Download complete  542ec47b81d1: Extracting [> ] 32.77kB/1.933MB  65bc431706dc: Downloading [==================================================>] 282B/282B  65bc431706dc: Verifying Checksum  65bc431706dc: Download complete  542ec47b81d1: Extracting [============================================> ] 1.737MB/1.933MB  542ec47b81d1: Extracting [==================================================>] 1.933MB/1.933MB  542ec47b81d1: Extracting [==================================================>] 1.933MB/1.933MB  542ec47b81d1: Pull complete  65bc431706dc: Extracting [==================================================>] 282B/282B  65bc431706dc: Extracting [==================================================>] 282B/282B  65bc431706dc: Pull complete  fc508d65441f: Extracting [==================================================>] 121B/121B  fc508d65441f: Extracting [==================================================>] 121B/121B  fc508d65441f: Pull complete  Digest: sha256:c08f51064dceef8fda9462adb0cb9b1b5ad4f68e5db36c3ff05841fd232eeecd  Status: Downloaded newer image for memcached:1.6.1-alpine Pulling rsrdbhost (akvo/akvo-rsr-dev-postgres:20200226.151639.3782188)...  20200226.151639.3782188: Pulling from akvo/akvo-rsr-dev-postgres  6d28e14ab8c8: Pulling fs layer   64da04b335f8: Pulling fs layer   c2c855795327: Pulling fs layer   1de39762bafa: Pulling fs layer   c53257162768: Pulling fs layer   8e4d4b2b1949: Pulling fs layer   55ea22033266: Pulling fs layer   59ec00a3b78e: Pulling fs layer   9dd651f62b16: Pulling fs layer   898e17767146: Pulling fs layer   47464cc27b2a: Pulling fs layer   cb14b87ad201: Pulling fs layer   02db7703911e: Pulling fs layer   a47c885443ae: Pulling fs layer   00a221f9eb1d: Pulling fs layer  c53257162768: Waiting  8e4d4b2b1949: Waiting  55ea22033266: Waiting  59ec00a3b78e: Waiting  9dd651f62b16: Waiting  898e17767146: Waiting  47464cc27b2a: Waiting  cb14b87ad201: Waiting  02db7703911e: Waiting  a47c885443ae: Waiting  00a221f9eb1d: Waiting  1de39762bafa: Waiting  c2c855795327: Downloading [==================> ] 658B/1.778kB  c2c855795327: Downloading [==================================================>] 1.778kB/1.778kB  c2c855795327: Verifying Checksum  c2c855795327: Download complete  64da04b335f8: Downloading [> ] 45.63kB/4.501MB  6d28e14ab8c8: Downloading [> ] 228.5kB/22.51MB  64da04b335f8: Verifying Checksum  64da04b335f8: Download complete  6d28e14ab8c8: Downloading [================> ] 7.58MB/22.51MB  6d28e14ab8c8: Downloading [=============================================> ] 20.45MB/22.51MB  6d28e14ab8c8: Verifying Checksum  6d28e14ab8c8: Download complete  6d28e14ab8c8: Extracting [> ] 229.4kB/22.51MB  6d28e14ab8c8: Extracting [=====> ] 2.523MB/22.51MB  6d28e14ab8c8: Extracting [==================> ] 8.258MB/22.51MB  1de39762bafa: Downloading [> ] 14.3kB/1.351MB  1de39762bafa: Verifying Checksum  1de39762bafa: Download complete  c53257162768: Downloading [> ] 63.13kB/6.183MB  6d28e14ab8c8: Extracting [========================> ] 11.24MB/22.51MB  c53257162768: Verifying Checksum  c53257162768: Download complete  6d28e14ab8c8: Extracting [==================================> ] 15.37MB/22.51MB  8e4d4b2b1949: Downloading [> ] 4.107kB/384.9kB  8e4d4b2b1949: Downloading [==================================================>] 384.9kB/384.9kB  8e4d4b2b1949: Verifying Checksum  8e4d4b2b1949: Download complete  6d28e14ab8c8: Extracting [============================================> ] 19.96MB/22.51MB  6d28e14ab8c8: Extracting [===============================================> ] 21.56MB/22.51MB  55ea22033266: Downloading [==================================================>] 115B/115B  55ea22033266: Verifying Checksum  55ea22033266: Download complete  6d28e14ab8c8: Extracting [=================================================> ] 22.48MB/22.51MB  6d28e14ab8c8: Extracting [==================================================>] 22.51MB/22.51MB  59ec00a3b78e: Downloading [======> ] 658B/5.343kB  59ec00a3b78e: Downloading [==================================================>] 5.343kB/5.343kB  59ec00a3b78e: Verifying Checksum  59ec00a3b78e: Download complete  6d28e14ab8c8: Pull complete  64da04b335f8: Extracting [> ] 65.54kB/4.501MB  64da04b335f8: Extracting [=================================> ] 3.015MB/4.501MB  64da04b335f8: Extracting [==================================================>] 4.501MB/4.501MB  64da04b335f8: Pull complete  c2c855795327: Extracting [==================================================>] 1.778kB/1.778kB  c2c855795327: Extracting [==================================================>] 1.778kB/1.778kB  c2c855795327: Pull complete  1de39762bafa: Extracting [=> ] 32.77kB/1.351MB  1de39762bafa: Extracting [==================================================>] 1.351MB/1.351MB  1de39762bafa: Pull complete  c53257162768: Extracting [> ] 65.54kB/6.183MB  9dd651f62b16: Downloading [> ] 528.9kB/53.09MB  c53257162768: Extracting [======================> ] 2.818MB/6.183MB  47464cc27b2a: Downloading [==================================================>] 130B/130B  47464cc27b2a: Verifying Checksum  47464cc27b2a: Download complete  9dd651f62b16: Downloading [===> ] 3.191MB/53.09MB  c53257162768: Extracting [====================================> ] 4.522MB/6.183MB  c53257162768: Extracting [==================================================>] 6.183MB/6.183MB  898e17767146: Downloading [========> ] 1.369kB/7.814kB  898e17767146: Downloading [==================================================>] 7.814kB/7.814kB  898e17767146: Verifying Checksum  898e17767146: Download complete  c53257162768: Pull complete  8e4d4b2b1949: Extracting [====> ] 32.77kB/384.9kB  9dd651f62b16: Downloading [======> ] 6.951MB/53.09MB  8e4d4b2b1949: Extracting [==================================================>] 384.9kB/384.9kB  8e4d4b2b1949: Extracting [==================================================>] 384.9kB/384.9kB  8e4d4b2b1949: Pull complete  55ea22033266: Extracting [==================================================>] 115B/115B  55ea22033266: Extracting [==================================================>] 115B/115B  55ea22033266: Pull complete  59ec00a3b78e: Extracting [==================================================>] 5.343kB/5.343kB  59ec00a3b78e: Extracting [==================================================>] 5.343kB/5.343kB  9dd651f62b16: Downloading [===========> ] 12.31MB/53.09MB  59ec00a3b78e: Pull complete  9dd651f62b16: Downloading [================> ] 17.14MB/53.09MB  cb14b87ad201: Downloading [==================================================>] 171B/171B  cb14b87ad201: Verifying Checksum  cb14b87ad201: Download complete  9dd651f62b16: Downloading [==================> ] 19.81MB/53.09MB  02db7703911e: Downloading [=======> ] 658B/4.223kB  02db7703911e: Downloading [==================================================>] 4.223kB/4.223kB  02db7703911e: Verifying Checksum  02db7703911e: Download complete  9dd651f62b16: Downloading [===================> ] 20.89MB/53.09MB  9dd651f62b16: Downloading [========================> ] 25.69MB/53.09MB  9dd651f62b16: Downloading [============================> ] 30.5MB/53.09MB  a47c885443ae: Downloading [==================================================>] 121B/121B  a47c885443ae: Verifying Checksum  a47c885443ae: Download complete  9dd651f62b16: Downloading [================================> ] 34.79MB/53.09MB  00a221f9eb1d: Downloading [> ] 29.36kB/2.839MB  9dd651f62b16: Downloading [=====================================> ] 39.63MB/53.09MB  00a221f9eb1d: Download complete  9dd651f62b16: Downloading [=========================================> ] 43.93MB/53.09MB  9dd651f62b16: Downloading [==============================================> ] 49.28MB/53.09MB  9dd651f62b16: Verifying Checksum  9dd651f62b16: Download complete  9dd651f62b16: Extracting [> ] 557.1kB/53.09MB  9dd651f62b16: Extracting [===> ] 3.899MB/53.09MB  9dd651f62b16: Extracting [========> ] 9.47MB/53.09MB  9dd651f62b16: Extracting [==========> ] 11.14MB/53.09MB  9dd651f62b16: Extracting [============> ] 13.37MB/53.09MB  9dd651f62b16: Extracting [=================> ] 18.94MB/53.09MB  9dd651f62b16: Extracting [========================> ] 25.62MB/53.09MB  9dd651f62b16: Extracting [============================> ] 30.64MB/53.09MB  9dd651f62b16: Extracting [==================================> ] 36.21MB/53.09MB  9dd651f62b16: Extracting [=====================================> ] 39.55MB/53.09MB  9dd651f62b16: Extracting [=======================================> ] 42.34MB/53.09MB  9dd651f62b16: Extracting [===========================================> ] 46.24MB/53.09MB  9dd651f62b16: Extracting [=============================================> ] 48.46MB/53.09MB  9dd651f62b16: Extracting [===============================================> ] 50.69MB/53.09MB  9dd651f62b16: Extracting [=================================================> ] 52.92MB/53.09MB  9dd651f62b16: Extracting [==================================================>] 53.09MB/53.09MB  9dd651f62b16: Pull complete  898e17767146: Extracting [==================================================>] 7.814kB/7.814kB  898e17767146: Extracting [==================================================>] 7.814kB/7.814kB  898e17767146: Pull complete  47464cc27b2a: Extracting [==================================================>] 130B/130B  47464cc27b2a: Extracting [==================================================>] 130B/130B  47464cc27b2a: Pull complete  cb14b87ad201: Extracting [==================================================>] 171B/171B  cb14b87ad201: Extracting [==================================================>] 171B/171B  cb14b87ad201: Pull complete  02db7703911e: Extracting [==================================================>] 4.223kB/4.223kB  02db7703911e: Extracting [==================================================>] 4.223kB/4.223kB  02db7703911e: Pull complete  a47c885443ae: Extracting [==================================================>] 121B/121B  a47c885443ae: Extracting [==================================================>] 121B/121B  a47c885443ae: Pull complete  00a221f9eb1d: Extracting [> ] 32.77kB/2.839MB  00a221f9eb1d: Extracting [==================================================>] 2.839MB/2.839MB  00a221f9eb1d: Pull complete  Digest: sha256:11dd0d54f34c67b7c04b378a100a292019e1477ba9acca21af2daa99ee667cc0  Status: Downloaded newer image for akvo/akvo-rsr-dev-postgres:20200226.151639.3782188 Pulling mainnetwork (alpine:)...  latest: Pulling from library/alpine  59bf1c3509f3: Pulling fs layer  59bf1c3509f3: Downloading [> ] 28.75kB/2.818MB  59bf1c3509f3: Verifying Checksum  59bf1c3509f3: Download complete  59bf1c3509f3: Extracting [> ] 32.77kB/2.818MB  59bf1c3509f3: Extracting [==================================================>] 2.818MB/2.818MB  59bf1c3509f3: Pull complete  Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300  Status: Downloaded newer image for alpine:latest Creating rsrci_rsr-memcached_1 ... Creating rsrci_mainnetwork_1 ... Creating rsrci_rsrdbhost_1 ...  Creating rsrci_rsrdbhost_1 ... done  Creating rsrci_mainnetwork_1 ... done Creating rsrci_web_1 ...  Creating rsrci_web_1 ... done  Creating rsrci_rsr-memcached_1 ... done 04:29:37 - BUILD INFO - Running tests WARNING: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string. Creating rsrci_web_run ...  Creating rsrci_web_run ... done ++ stat -c %u /var/akvo/rsr/code + NEW_UID=1001 ++ stat -c %g /var/akvo/rsr/code + NEW_GID=1001 + groupmod -g 1001 -o akvo + usermod -u 1001 -o akvo + mkdir -p /var/log/akvo/ /var/akvo/rsr/logs/ /var/akvo/rsr/staticroot/ /var/akvo/rsr/mediaroot/ + chown -R akvo:akvo /var/log/akvo/ /var/akvo/rsr/logs/ /var/akvo/rsr/staticroot/ /var/akvo/rsr/mediaroot/ + gosu akvo:akvo scripts/docker/ci/build.sh 04:29:37 - BUILD INFO - Running lint Running backend lint Running frontend lint /var/akvo/rsr/code/akvo/rsr/dir /var/akvo/rsr/code [?25l[..................] | rollbackFailedOptional: verb npm-session 79e53a87398b4f5 [ ................] \ loadDep:swr: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:warning: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:rmc-feedback: sill install loadAllDepsIntoIdealT [ ...............] \ loadDep:d3-time-format: sill install loadAllDepsIntoIdea [ ...............] \ loadDep:tiny-warning: sill install loadAllDepsIntoIdealT [ ..............] \ loadDep:to-regex: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:kind-of: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:path-is-absolute: sill install loadAllDepsIntoId [ ..............] \ loadDep:@babel/plugin-syntax-json-strings: sill install [ ..............] \ loadDep:source-map: sill install loadAllDepsIntoIdealTre [ ..............] \ loadDep:makeerror: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:postcss-value-parser: sill install loadAllDepsIn [ ..............] \ loadDep:mkdirp: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:jest-cli: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:semver: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:which: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:yargs-parser: sill install loadAllDepsIntoIdealT [ .............] \ loadDep:webpack-sources: sill install loadAllDepsIntoIde [ .............] \ loadDep:xtend: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:buffer-indexof: sill install loadAllDepsIntoIdea [ .............] \ loadDep:wbuf: sill install loadAllDepsIntoIdealTree [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] \ postinstall: sill install executeActions [ ...........] \ postinstall: sill install executeActions [ ...........] / extract:webpack-dev-server: verb lock using /home/akvo/. [ ...........] - extract:webpack-dev-server: verb lock using /home/akvo/. [ ...........] \ extract:webpack-dev-server: verb lock using /home/akvo/. [ ...........] \ extract:webpack-dev-server: verb lock using /home/akvo/. [ ...........] \ extract:webpack-dev-server: verb lock using /home/akvo/. [ ...........] \ extract:webpack-dev-server: verb lock using /home/akvo/. [ ...........] / extract:webpack-dev-server: verb lock using /home/akvo/. [ ...........] - extract:ansi-regex: http fetch GET 200 https://registry. [ ..........] - extract:minimist: sill extract minimist@1.2.5 extracted [ ..........] \ extract:debug: sill extract debug@4.1.1 extracted to /va [ ..........] - extract:minimist: sill extract minimist@1.2.5 extracted [ ..........] / extract:uglifyjs-webpack-plugin: sill tarball no local d [ ..........] | extract:sass-loader: sill extract sass-loader@7.1.0 extr [ ..........] \ extract:simple-markdown: http fetch GET 200 https://regi [ ..........] / extract:postcss-loader: sill extract postcss-loader@3.0. [ ..........] \ extract:jest: sill extract jest@24.9.0 extracted to /var [ ..........] / extract:humps: sill extract humps@2.0.1 extracted to /va [ ..........] \ extract:i18next-intervalplural-postprocessor: sill extra [ ..........] | extract:@babel/plugin-transform-block-scoped-functions:  [ ..........] / extract:extract-text-webpack-plugin: sill tarball no loc [ ..........] / extract:@babel/plugin-transform-react-jsx-self: http fet [ ..........] - extract:css-hot-loader: sill tarball no local data for @ [ ..........] - extract:babel-preset-react-hmre: sill tarball no local d [ ..........] | extract:babel-core: sill tarball no local data for jest- [ ..........] \ extract:babel-eslint: sill extract babel-eslint@9.0.0 ex [ ..........] - extract:i18next: sill extract i18next@15.1.3 extracted t [ ..........] \ extract:find-up: sill tarball no local data for cacache@ [ ..........] | extract:jest-runner: http fetch GET 200 https://registry [ ..........] | extract:p-try: http fetch GET 200 https://registry.npmjs [ ..........] \ extract:d3-selection: sill extract d3-selection@3.0.0 ex [ ..........] \ extract:y18n: sill tarball no local data for jest-enviro [ ..........] | extract:through2: http fetch GET 200 https://registry.np [ ..........] - extract:jest-environment-jsdom: sill extract jest-enviro [ ..........] | extract:react-spring: sill tarball no local data for pum [ ..........] - extract:pump: http fetch GET 200 https://registry.npmjs. [ ..........] | extract:ws: sill extract ws@5.2.3 extracted to /var/akvo [ ..........] / extract:rimraf: http fetch GET 200 https://registry.npmj [ ..........] / extract:rimraf: http fetch GET 200 https://registry.npmj [ ..........] - extract:rimraf: sill extract rimraf@2.7.1 extracted to / [ ..........] - extract:ansi-regex: sill extract ansi-regex@4.1.0 extrac [ ..........] - extract:emoji-regex: http fetch GET 200 https://registry [ ..........] \ extract:wrappy: sill tarball no local data for sockjs@0. [ ..........] / extract:npmlog: http fetch GET 200 https://registry.npmj [ ..........] / extract:data-urls: sill extract data-urls@1.1.0 extracte [ ..........] - extract:schema-utils: sill extract schema-utils@1.0.0 ex [ ..........] \ extract:find-cache-dir: sill tarball no local data for d [ ..........] / extract:ms: sill extract ms@2.1.2 extracted to /var/akvo [ ..........] \ extract:p-try: http fetch GET 200 https://registry.npmjs [ ..........] \ extract:cliui: sill tarball no local data for fill-range [ ..........] - extract:get-caller-file: http fetch GET 200 https://regi [ ..........] \ extract:wbuf: sill extract wbuf@1.7.3 extracted to /var/ [ ..........] | extract:fill-range: http fetch GET 200 https://registry. [ ..........] / extract:react-dom: sill extract react-dom@16.12.0 extrac [ ..........] | extract:rc-form: http fetch GET 200 https://registry.npm [ ..........] / extract:rc-cascader: http fetch GET 200 https://registry [ ..........] - extract:eslint-plugin-jsx-a11y: http fetch GET 200 https [ ..........] - extract:verror: sill extract verror@1.10.0 extracted to [ ..........] / extract:html-parse-stringify2: http fetch GET 200 https: [ ..........] \ extract:meow: sill extract meow@3.7.0 extracted to /var/ [ ..........] - extract:normalize-package-data: sill extract normalize-p [ ..........] - extract:inherits: http fetch GET 200 https://registry.np [ ..........] / extract:pretty-error: http fetch GET 200 https://registr [ ..........] \ extract:memory-fs: http fetch GET 200 https://registry.n [ ..........] / extract:jest-snapshot: http fetch GET 200 https://regist [ ..........] \ extract:jest-message-util: http fetch GET 200 https://re [ .........] / extract:expand-brackets: http fetch GET 200 https://regi [ .........] - extract:readable-stream: http fetch GET 200 https://regi [ .........] / extract:schema-utils: sill extract schema-utils@0.4.7 ex [ .........] / extract:readable-stream: sill tarball no local data for [ .........] \ extract:isobject: http fetch GET 200 https://registry.np [ .........] | extract:uniq: http fetch GET 200 https://registry.npmjs. [ .........] / extract:p-try: sill extract p-try@2.2.0 extracted to /va [ .........] | extract:eventsource: sill tarball no local data for serv [ .........] - extract:request-promise-native: http fetch GET 200 https [ .........] \ extract:tweetnacl: sill extract tweetnacl@0.14.5 extract [ .........] / extract:babel-plugin-jest-hoist: sill extract babel-plug [ .........] | extract:@babel/helpers: sill extract @babel/helpers@7.8. [ .........] / extract:sshpk: sill tarball no local data for @babel/hel [ .........] | extract:@babel/helper-define-map: sill extract @babel/he [ .........] | extract:@babel/helper-annotate-as-pure: sill extract @ba [ .........] | extract:tmp: sill extract tmp@0.0.33 extracted to /var/a [ .........] / extract:inquirer: sill extract inquirer@5.2.0 extracted [ .........] \ extract:multicast-dns: sill extract multicast-dns@6.2.3 [ .........] - extract:throat: sill extract throat@4.1.0 extracted to / [ .........] \ extract:text-table: sill extract text-table@0.2.0 extrac [ .........] | extract:pkg-dir: sill extract pkg-dir@4.2.0 extracted to [ .........] - extract:p-locate: sill extract p-locate@4.1.0 extracted [ .........] / extract:p-locate: sill extract p-locate@4.1.0 extracted [ .........] | extract:@sentry/minimal: sill tarball no local data for [ .........] / extract:@babel/helper-remap-async-to-generator: sill ext [ .........] / extract:redent: http fetch GET 200 https://registry.npmj [ .........] | extract:@babel/helper-create-class-features-plugin: sill [ .........] \ extract:strip-ansi: http fetch GET 200 https://registry. [ .........] | extract:@babel/helper-member-expression-to-functions: si [ .........] \ extract:@babel/helper-module-imports: http fetch GET 200 [ .........] | extract:class-utils: sill tarball no local data for spdx [ .........] \ extract:ms: sill extract ms@2.1.2 extracted to /var/akvo [ .........] \ extract:define-property: sill extract define-property@0. [ .........] - extract:snapdragon-node: http fetch GET 200 https://regi [ .........] / extract:slice-ansi: http fetch GET 200 https://registry. [ .........] / extract:argparse: sill extract argparse@1.0.10 extracted [ .........] / extract:error-stack-parser: http fetch GET 200 https://r [ .........] / extract:clone-deep: http fetch GET 200 https://registry. [ .........] | extract:rc-time-picker: http fetch GET 200 https://regis [ .........] | extract:setprototypeof: sill tarball no local data for y [ ........] | extract:debug: sill extract debug@2.6.9 extracted to /va [ ........] - extract:which-module: http fetch GET 200 https://registr [ ........] \ extract:encoding: http fetch GET 200 https://registry.np [ ........] | extract:run-node: http fetch GET 200 https://registry.np [ ........] \ extract:resolve-url: http fetch GET 200 https://registry [ ........] | extract:require-directory: sill tarball no local data fo [ ........] | extract:remove-trailing-separator: sill tarball no local [ ........] / extract:regenerate: http fetch GET 200 https://registry. [ ........] / extract:react-is: http fetch GET 200 https://registry.np [ ........] | extract:supercluster: http fetch GET 200 https://registr [ ........] | extract:react-proxy: http fetch GET 200 https://registry [ ........] | extract:prop-types: http fetch GET 200 https://registry. [ ........] | extract:querystring: http fetch GET 200 https://registry [ ........] | extract:regexpp: http fetch GET 200 https://registry.npm [ ........] | extract:rc-progress: sill extract rc-progress@2.5.2 extr [ ........] - extract:pinkie: sill extract pinkie@2.0.4 extracted to / [ ........] \ extract:path-is-absolute: sill tarball no local data for [ ........] - extract:performance-now: sill extract performance-now@2. [ ........] - extract:output-file-sync: sill tarball no local data for [ ........] - extract:os-locale: http fetch GET 200 https://registry.n [ ........] | extract:pretty-format: sill extract pretty-format@24.9.0 [ ........] / extract:map-visit: http fetch GET 200 https://registry.n [ ........] / extract:oauth-sign: http fetch GET 200 https://registry. [ ........] - extract:@mapbox/mapbox-gl-supported: http fetch GET 200 [ ........] - extract:nice-try: http fetch GET 200 https://registry.np [ ........] \ extract:multicast-dns-service-types: http fetch GET 200 [ ........] - extract:debug: http fetch GET 200 https://registry.npmjs [ ........] - extract:minipass: sill extract minipass@3.1.1 extracted [ ........] / extract:create-ecdh: sill extract create-ecdh@4.0.3 extr [ ........] / extract:miller-rabin: sill tarball no local data for asy [ ........] \ extract:form-data: sill extract form-data@2.3.3 extracte [ .......] / extract:minimist: http fetch GET 200 https://registry.np [ .......] | extract:is-data-descriptor: sill extract is-data-descrip [ .......] / extract:define-property: sill tarball no local data for [ .......] | extract:kdbush: sill extract kdbush@3.0.0 extracted to / [ .......] \ extract:pify: sill extract pify@4.0.1 extracted to /var/ [ .......] - extract:is-extendable: sill extract is-extendable@1.0.1 [ .......] \ extract:extend-shallow: http fetch GET 200 https://regis [ .......] - extract:js-base64: sill tarball no local data for is-dir [ .......] | extract:acorn: sill extract acorn@5.7.3 extracted to /va [ .......] \ extract:is-descriptor: http fetch GET 200 https://regist [ .......] / extract:is-accessor-descriptor: http fetch GET 200 https [ .......] - extract:source-map: sill extract source-map@0.6.1 extrac [ .......] | extract:p-try: http fetch GET 200 https://registry.npmjs [ .......] / extract:icss-replace-symbols: sill tarball no local data [ .......] \ extract:big.js: http fetch GET 200 https://registry.npmj [ .......] / extract:he: http fetch GET 200 https://registry.npmjs.or [ .......] | extract:globals: sill tarball no local data for readable [ .......] \ extract:util-deprecate: sill extract util-deprecate@1.0. [ .......] / extract:is-fullwidth-code-point: sill extract is-fullwid [ .......] - extract:isarray: sill extract isarray@1.0.0 extracted to [ .......] | extract:minimist: http fetch GET 200 https://registry.np [ .......] - extract:fresh: http fetch GET 200 https://registry.npmjs [ .......] | extract:figures: sill tarball no local data for path-typ [ .......] \ extract:fast-deep-equal: http fetch GET 200 https://regi [ .......] \ extract:esquery: sill tarball no local data for domhandl [ .......] | extract:dom-serializer: sill extract dom-serializer@0.2. [ .......] | extract:ee-first: sill tarball no local data for delayed [ .......] | extract:pify: sill extract pify@4.0.1 extracted to /var/ [ ......] / extract:diff-sequences: sill tarball no local data for c [ ......] \ extract:dom-align: sill tarball no local data for conten [ ......] \ extract:domhandler: http fetch GET 200 https://registry. [ ......] \ extract:brace-expansion: http fetch GET 200 https://regi [ ......] | extract:cssom: http fetch GET 200 https://registry.npmjs [ ......] - extract:colorette: sill extract colorette@1.2.2 extracte [ ......] \ extract:cli-width: sill tarball no local data for buffer [ ......] / extract:bytes: http fetch GET 200 https://registry.npmjs [ ......] / extract:p-locate: sill extract p-locate@3.0.0 extracted [ ......] - extract:binary-extensions: sill extract binary-extension [ ......] \ extract:aws4: sill extract aws4@1.9.1 extracted to /var/ [ ......] | extract:assert-plus: http fetch GET 200 https://registry [ ......] \ extract:array-uniq: http fetch GET 200 https://registry. [ ......] | extract:arr-flatten: sill tarball no local data for @web [ ......] \ extract:acorn-globals: http fetch GET 200 https://regist [ ......] / extract:ajv-errors: sill tarball no local data for @type [ ......] \ extract:ajv-keywords: sill extract ajv-keywords@3.4.1 ex [ ......] \ extract:@jest/types: sill extract @jest/types@24.9.0 ext [ ......] \ extract:@types/minimatch: sill extract @types/minimatch@ [ ......] - extract:resolve: sill extract resolve@1.1.7 extracted to [ ......] \ extract:@webassemblyjs/helper-buffer: sill tarball no lo [ ......] / extract:@turf/meta: sill extract @turf/meta@6.5.0 extrac [ ......] - extract:@turf/helpers: sill extract @turf/helpers@6.5.0 [ ......] / extract:@mapbox/unitbezier: sill extract @mapbox/unitbez [ ......] - extract:moment: sill extract moment@2.24.0 extracted to [ ......] \ extract:@types/node: sill extract @types/node@16.4.3 ext [ ......] | extract:@babel/runtime: sill extract @babel/runtime@7.15 [ ......] / extract:@babel/runtime: sill extract @babel/runtime@7.15 [ ......] \ extract:@webassemblyjs/leb128: http fetch GET 200 https: [ ......] - extract:@webassemblyjs/ast: sill extract @webassemblyjs/ [ ......] \ extract:@types/prop-types: sill extract @types/prop-type [ ......] / extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] - extract:@types/d3-shape: sill extract @types/d3-shape@2. [ ......] \ extract:@types/d3-path: sill extract @types/d3-path@2.0. [ ......] - extract:@types/mapbox-gl: sill extract @types/mapbox-gl@ [ ......] - extract:fsevents: sill extract fsevents@1.2.11 extracted [ ......] / extract:@mapbox/vector-tile: sill extract @mapbox/vector [ ......] - extract:core-js: sill extract core-js@1.2.7 extracted to [ ......] / extract:@mapbox/whoots-js: sill extract @mapbox/whoots-j [ ......] - extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] - extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] | extract:mapbox-gl: sill extract mapbox-gl@1.11.1 extract [ ......] | extract:mapbox-gl: sill extract mapbox-gl@1.11.1 extract [ ......] / extract:mapbox-gl: sill extract mapbox-gl@1.11.1 extract [ ......] / extract:mapbox-gl: sill extract mapbox-gl@1.11.1 extract [ ......] \ extract:@ant-design/icons: sill extract @ant-design/icon [ ......] / extract:core-js-pure: sill extract core-js-pure@3.6.4 ex [ ......] / extract:core-js-pure: sill extract core-js-pure@3.6.4 ex [ ......] \ extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] \ extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] \ extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] \ extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] \ extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] | extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] / extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] / extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] / extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] / extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] / extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] - extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] / finalize:webpack-dev-server: sill doSerial finalize 1316 [ ......] / finalize:asap: sill finalize /var/akvo/rsr/code/akvo/rsr [ ......] / finalize:currently-unhandled: sill finalize /var/akvo/rs [ ......] | finalize:ignore-walk: sill finalize /var/akvo/rsr/code/a [ ......] | finalize:rc: sill finalize /var/akvo/rsr/code/akvo/rsr/d [ ......] | finalize:pify: sill finalize /var/akvo/rsr/code/akvo/rsr [ ......] / finalize:p-each-series: sill finalize /var/akvo/rsr/code [ ......] - finalize:bytes: sill finalize /var/akvo/rsr/code/akvo/rs [ ......] | finalize:path-type: sill finalize /var/akvo/rsr/code/akv [ ......] \ finalize:ms: sill finalize /var/akvo/rsr/code/akvo/rsr/d [ ......] | finalize:to-arraybuffer: sill finalize /var/akvo/rsr/cod [ ......] | finalize:@babel/helper-create-regexp-features-plugin: si [ ......] | finalize:memory-fs: sill finalize /var/akvo/rsr/code/akv [ ......] | finalize:webpack-log: sill finalize /var/akvo/rsr/code/a [ ......] | finalize:cacache: sill finalize /var/akvo/rsr/code/akvo/ [ ......] / finalize:webpack-cli: sill finalize /var/akvo/rsr/code/a [ ......] / refresh-package-json:webpack-dev-server: timing action:f [ ......] / refresh-package-json:webpack-dev-server: timing action:f [ ......] \ refresh-package-json:source-map: sill refresh-package-js [ ......] - refresh-package-json:eslint-config-airbnb: sill refresh- [ ......] / refresh-package-json:d3-selection: sill refresh-package- [ ......] \ refresh-package-json:yallist: sill refresh-package-json [ ......] \ refresh-package-json:babel-jest: sill refresh-package-js [ ......] / refresh-package-json:rimraf: sill refresh-package-json / [ ......] \ refresh-package-json:whatwg-fetch: sill refresh-package- [ ......] \ refresh-package-json:string-width: sill refresh-package- [ ......] \ refresh-package-json:webidl-conversions: sill refresh-pa [ ......] | refresh-package-json:request: sill refresh-package-json [ ......] / refresh-package-json:jest-message-util: sill refresh-pac [ ......] \ refresh-package-json:postcss-modules-scope: sill refresh [ ......] \ refresh-package-json:source-map: sill refresh-package-js [ ......] - refresh-package-json:@babel/plugin-transform-modules-amd [ ......] - refresh-package-json:multicast-dns: sill refresh-package [ ......] - refresh-package-json:@babel/highlight: sill refresh-pack [ ......] - refresh-package-json:set-value: sill refresh-package-jso [ ......] - refresh-package-json:rc-calendar: sill refresh-package-j [ ......] | refresh-package-json:scss-tokenizer: sill refresh-packag [ ......] - refresh-package-json:rsvp: sill refresh-package-json /va [ ......] \ refresh-package-json:internmap: sill refresh-package-jso [ ......] / refresh-package-json:react-is: sill refresh-package-json [ ......] \ refresh-package-json:prepend-http: sill refresh-package- [ ......] | refresh-package-json:isarray: sill refresh-package-json [ ......] | refresh-package-json:param-case: sill refresh-package-js [ ......] / refresh-package-json:define-properties: sill refresh-pac [ ......] \ refresh-package-json:debug: sill refresh-package-json /v [ ......] / refresh-package-json:jest-worker: sill refresh-package-j [ ......] \ refresh-package-json:define-property: sill refresh-packa [ ......] \ refresh-package-json:jest-mock: sill refresh-package-jso [ ......] / refresh-package-json:is-mobile: sill refresh-package-jso [ ......] \ refresh-package-json:in-publish: sill refresh-package-js [ ......] | refresh-package-json:hosted-git-info: sill refresh-packa [ ......] \ refresh-package-json:gensync: sill refresh-package-json [ ......] / refresh-package-json:escape-string-regexp: sill refresh- [ ......] - refresh-package-json:pify: sill refresh-package-json /va [ ......] / refresh-package-json:constants-browserify: sill refresh- [ ......] / refresh-package-json:buffer-xor: sill refresh-package-js [ ......] / refresh-package-json:assign-symbols: sill refresh-packag [ ......] | refresh-package-json:@webassemblyjs/helper-fsm: sill ref [ ......] - preinstall:webpack-dev-server: timing action:refresh-pac [ ......] - preinstall:d3-scale-chromatic: info lifecycle cacache@12 [ ......] - preinstall:to-object-path: info lifecycle makeerror@1.0. [ ......] - preinstall:inherits: info lifecycle @webassemblyjs/float [ ......] | build:ansi-escapes: sill linkStuff ansi-escapes@3.2.0 ha [ ......] | build:minimist: sill linkStuff minimist@0.0.8 has /var/a [ ......] / build:selfsigned: sill linkStuff selfsigned@1.10.11 has [ ......] | build:find-up: sill linkStuff find-up@3.0.0 has /var/akv [ ......] | install:webpack-dev-server: sill doSerial install 13160 [ ......] | install:d3-scale: info lifecycle d3-scale@3.3.0~install: [?25h > husky@1.3.1 install /var/akvo/rsr/code/akvo/rsr/dir/node_modules/husky > node husky install husky > setting up git hooks CI detected, skipping Git hooks installation. > node-sass@4.13.1 install /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.1/linux-x64-64_binding.node [?25l[ ..............] - : [ ..........] - : [ ..........] - : [ .....] - : [ .....] - : [ .] - : Download complete [ ] - : Binary saved to /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass/vendor/linux-x64-64/binding.node Caching binary to /home/akvo/.npm/node-sass/4.13.1/linux-x64-64_binding.node [ ] - : [?25h[?25l[ ......] | postinstall:@webassemblyjs/utf8: info lifecycle @webasse [?25h > core-js@2.6.11 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:  > https://opencollective.com/core-js  > https://www.patreon.com/zloirock  Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > core-js-pure@3.6.4 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/core-js-pure > node -e "try{require('./postinstall')}catch(e){}" [?25l[ ......] | postinstall:hash-base: info lifecycle hash-base@3.0.4~po [ ......] | postinstall:binary-extensions: info lifecycle binary-ext [?25h > node-sass@4.13.1 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass > node scripts/build.js Binary found at /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass/vendor/linux-x64-64/binding.node Testing binary Binary is fine [?25l[ ......] | postinstall: info lifecycle webpack-dev-server@3.11.2~po [ .....] \ prepare:akvo.rsr.dir: info lifecycle akvo.rsr.dir@0.0.1~ [ .....] \ prepare:akvo.rsr.dir: info lifecycle akvo.rsr.dir@0.0.1~ [?25hnpm WARN akvo.rsr.dir@0.0.1 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})  added 1575 packages from 936 contributors and audited 1650 packages in 21.445s found 196 vulnerabilities (4 low, 112 moderate, 78 high, 2 critical) run `npm audit fix` to fix them, or `npm audit` for details > akvo.rsr.dir@0.0.1 lint /var/akvo/rsr/code/akvo/rsr/dir > eslint . --quiet --ext .jsx --ext .js /var/akvo/rsr/code /var/akvo/rsr/code/akvo/rsr/spa /var/akvo/rsr/code [?25l[..................] | rollbackFailedOptional: verb npm-session ac28da4cc5642ef [ ................] \ loadDep:yup: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:path-parse: sill install loadAllDepsIntoIdealTre [ ................] \ loadDep:warning: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:shallowequal: sill install loadAllDepsIntoIdealT [ ...............] \ loadDep:is-arrayish: sill install loadAllDepsIntoIdealTr [ ...............] \ loadDep:react-truncate: sill install loadAllDepsIntoIdea [ ..............] \ loadDep:source-map: sill install loadAllDepsIntoIdealTre [ ..............] \ loadDep:kind-of: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:os-tmpdir: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:@babel/plugin-syntax-optional-chaining: sill ins [ ..............] \ loadDep:private: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:locate-path: sill install loadAllDepsIntoIdealTr [ ..............] \ loadDep:redbox-react: sill install loadAllDepsIntoIdealT [ ..............] \ loadDep:text-table: sill install loadAllDepsIntoIdealTre [ ..............] \ loadDep:jsx-ast-utils: sill install loadAllDepsIntoIdeal [ .............] \ loadDep:yargs: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:yargs: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:source-map: sill install loadAllDepsIntoIdealTre [ .............] \ loadDep:source-map: sill install loadAllDepsIntoIdealTre [ .............] \ loadDep:jest-snapshot: sill install loadAllDepsIntoIdeal [ .............] \ loadDep:yargs-parser: sill install loadAllDepsIntoIdealT [ .............] \ loadDep:y18n: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:safe-buffer: sill install loadAllDepsIntoIdealTr [ .............] \ loadDep:find-up: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:vary: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:spdy-transport: sill install loadAllDepsIntoIdea [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] / postinstall: sill install executeActions [ ...........] \ extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] - extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] | extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] | extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] - extract:ms: sill extract ms@2.1.1 extracted to /var/akvo [ ...........] - extract:@ant-design/css-animation: sill extract @ant-des [ ...........] | extract:debug: sill extract debug@4.1.1 extracted to /va [ ...........] / extract:debug: sill extract debug@4.1.1 extracted to /va [ ...........] / extract:@babel/helper-plugin-utils: sill extract @babel/ [ ..........] | extract:regenerator-runtime: sill tarball no local data [ ..........] / extract:style-loader: sill extract style-loader@0.23.1 e [ ..........] | extract:react-svg-inline: sill extract react-svg-inline@ [ ..........] | extract:terser-webpack-plugin: sill extract terser-webpa [ ..........] / extract:react-addons-test-utils: http fetch GET 200 http [ ..........] | extract:react-infinite-scroller: http fetch GET 200 http [ ..........] / extract:react-delay: sill tarball no local data for jest [ ..........] | extract:jump.js: http fetch GET 200 https://registry.npm [ ..........] / extract:humps: sill extract humps@2.0.1 extracted to /va [ ..........] \ extract:i18next-xhr-backend: http fetch GET 200 https:// [ ..........] - extract:@babel/plugin-transform-destructuring: sill tarb [ ..........] / extract:@babel/plugin-transform-for-of: sill tarball no [ ..........] | extract:@babel/plugin-transform-literals: sill extract @ [ ..........] | extract:currency-symbol-map: http fetch GET 200 https:// [ ..........] - extract:react-spring: sill extract react-spring@8.0.27 e [ ..........] \ extract:@babel/preset-react: http fetch GET 200 https:// [ ..........] | extract:babel-jest: sill extract babel-jest@24.8.0 extra [ ..........] \ extract:is-fullwidth-code-point: http fetch GET 200 http [ ..........] | extract:sass-graph: sill extract sass-graph@2.2.6 extrac [ ..........] | extract:cross-spawn: sill extract cross-spawn@3.0.1 extr [ ..........] | extract:@jest/test-sequencer: sill extract @jest/test-se [ ..........] - extract:mississippi: sill extract mississippi@2.0.0 extr [ ..........] | extract:y18n: sill extract y18n@4.0.1 extracted to /var/ [ ..........] - extract:jest-runtime: http fetch GET 200 https://registr [ ..........] | extract:write: sill extract write@0.2.1 extracted to /va [ ..........] \ extract:move-concurrently: sill extract move-concurrentl [ ..........] / extract:inflight: sill extract inflight@1.0.6 extracted [ ..........] \ extract:rimraf: http fetch GET 200 https://registry.npmj [ ..........] / extract:cliui: sill extract cliui@3.2.0 extracted to /va [ ..........] / extract:end-of-stream: sill extract end-of-stream@1.4.1 [ ..........] \ extract:which-module: sill extract which-module@1.0.0 ex [ ..........] \ extract:whatwg-mimetype: sill extract whatwg-mimetype@2. [ ..........] \ extract:whatwg-fetch: sill extract whatwg-fetch@3.0.0 ex [ ..........] | extract:@jest/core: sill extract @jest/core@24.9.0 extra [ ..........] / extract:schema-utils: sill extract schema-utils@0.4.7 ex [ ..........] | extract:locate-path: sill extract locate-path@3.0.0 extr [ ..........] \ extract:websocket-driver: sill extract websocket-driver@ [ ..........] \ extract:strip-ansi: sill extract strip-ansi@3.0.1 extrac [ ..........] / extract:p-try: sill extract p-try@2.2.0 extracted to /va [ ..........] / extract:p-locate: sill extract p-locate@3.0.0 extracted [ ..........] | extract:is-number: http fetch GET 200 https://registry.n [ ..........] \ extract:mime: sill extract mime@2.5.2 extracted to /var/ [ ..........] - extract:rc-cascader: sill extract rc-cascader@0.17.5 ext [ ..........] \ extract:read-pkg: sill extract read-pkg@1.1.0 extracted [ ..........] / extract:dom-converter: sill extract dom-converter@0.2.0 [ .........] \ extract:concat-stream: sill extract concat-stream@1.6.2 [ .........] \ extract:are-we-there-yet: http fetch GET 200 https://reg [ .........] - extract:@jest/fake-timers: sill extract @jest/fake-timer [ .........] | extract:original: sill extract original@1.0.2 extracted [ .........] | extract:upper-case: sill extract upper-case@1.1.3 extrac [ .........] | extract:unpipe: sill extract unpipe@1.0.0 extracted to / [ .........] | extract:find-up: sill extract find-up@3.0.0 extracted to [ .........] \ extract:type-is: sill extract type-is@1.6.18 extracted t [ .........] | extract:chrome-trace-event: sill extract chrome-trace-ev [ .........] / extract:@babel/plugin-transform-exponentiation-operator: [ .........] | extract:serve-static: sill extract serve-static@1.14.1 e [ .........] - extract:copy-to-clipboard: sill extract copy-to-clipboar [ .........] \ extract:@babel/helper-annotate-as-pure: sill extract @ba [ .........] | extract:ajv: sill extract ajv@6.10.0 extracted to /var/a [ .........] \ extract:draft-js: sill extract draft-js@0.10.5 extracted [ .........] \ extract:draft-js: sill extract draft-js@0.10.5 extracted [ .........] \ extract:@babel/types: sill extract @babel/types@7.12.6 e [ .........] / extract:@babel/helper-skip-transparent-expression-wrappe [ .........] \ extract:lodash: sill extract lodash@4.17.20 extracted to [ .........] \ extract:thunky: sill extract thunky@1.1.0 extracted to / [ .........] - extract:lru-cache: sill extract lru-cache@5.1.1 extracte [ .........] - extract:yallist: sill extract yallist@4.0.0 extracted to [ .........] - extract:find-cache-dir: sill extract find-cache-dir@3.0. [ .........] / extract:@babel/helper-replace-supers: sill tarball no lo [ .........] - extract:postcss-modules-extract-imports: http fetch GET [ .........] | extract:icss-utils: sill extract icss-utils@4.1.0 extrac [ .........] - extract:@jest/test-result: sill extract @jest/test-resul [ .........] | extract:jest-validate: sill extract jest-validate@24.9.0 [ .........] | extract:@jest/console: http fetch GET 200 https://regist [ .........] \ extract:supports-color: sill extract supports-color@5.5. [ .........] | extract:@jest/console: sill extract @jest/console@24.9.0 [ .........] / extract:set-value: sill extract set-value@2.0.1 extracte [ .........] - extract:sort-keys: sill extract sort-keys@1.1.2 extracte [ ........] / extract:slice-ansi: sill extract slice-ansi@1.0.0 extrac [ ........] \ extract:color-string: http fetch GET 200 https://registr [ ........] | extract:rc-trigger: sill extract rc-trigger@3.0.0 extrac [ ........] | extract:sha.js: sill extract sha.js@2.4.11 extracted to [ ........] \ extract:browserify-rsa: http fetch GET 200 https://regis [ ........] - extract:repeating: sill extract repeating@2.0.1 extracte [ ........] / extract:eslint-import-resolver-node: http fetch GET 200 [ ........] / extract:regjsgen: sill tarball no local data for react-d [ ........] \ extract:deep-equal: http fetch GET 200 https://registry. [ ........] \ extract:react-dom: sill extract react-dom@15.0.1 extract [ ........] / extract:hoist-non-react-statics: sill extract hoist-non- [ ........] - extract:property-expr: sill extract property-expr@2.0.4 [ ........] \ extract:path-exists: sill extract path-exists@2.1.0 extr [ ........] - extract:pkg-dir: sill extract pkg-dir@3.0.0 extracted to [ ........] / extract:p-reduce: http fetch GET 200 https://registry.np [ ........] - extract:os-browserify: sill extract os-browserify@0.3.0 [ ........] - extract:obuf: sill extract obuf@1.1.2 extracted to /var/ [ ........] / extract:pretty-format: http fetch GET 200 https://regist [ ........] / extract:node-modules-regexp: http fetch GET 200 https:// [ ........] - extract:node-int64: http fetch GET 200 https://registry. [ ........] \ extract:yallist: sill extract yallist@4.0.0 extracted to [ .......] | extract:mimic-fn: sill extract mimic-fn@2.1.0 extracted [ .......] | extract:@cnakazawa/watch: sill extract @cnakazawa/watch@ [ .......] | extract:lodash.merge: sill extract lodash.merge@4.6.2 ex [ .......] | extract:is-descriptor: sill extract is-descriptor@1.0.2 [ .......] - extract:parse-json: sill extract parse-json@4.0.0 extrac [ .......] - extract:which-module: sill extract which-module@2.0.0 ex [ .......] - extract:@jest/source-map: sill extract @jest/source-map@ [ .......] \ extract:@jest/types: sill extract jest-regex-util@24.9.0 [ .......] - extract:@jest/types: sill extract @jest/types@24.9.0 ext [ .......] - extract:supports-color: sill extract supports-color@6.1. [ .......] / extract:is-typedarray: sill extract is-typedarray@1.0.0 [ .......] / extract:is-data-descriptor: sill extract is-data-descrip [ .......] / extract:ipaddr.js: sill extract ipaddr.js@1.9.1 extracte [ .......] / extract:https-browserify: sill extract https-browserify@ [ .......] - extract:chalk: sill extract chalk@1.1.3 extracted to /va [ .......] - extract:get-value: sill extract get-value@2.0.6 extracte [ .......] | extract:forwarded: sill extract forwarded@0.2.0 extracte [ .......] \ extract:figgy-pudding: sill extract figgy-pudding@3.5.1 [ .......] - extract:babel-plugin-react-transform: sill extract babel [ .......] / extract:eslint-scope: http fetch GET 200 https://registr [ .......] - extract:dom-serializer: sill extract dom-serializer@0.1. [ .......] | extract:detect-node: sill extract detect-node@2.1.0 extr [ .......] \ extract:draft-js-export-html: sill tarball no local data [ .......] / extract:cssesc: sill extract cssesc@3.0.0 extracted to / [ ......] - extract:contains-path: http fetch GET 200 https://regist [ ......] | extract:component-classes: sill extract component-classe [ ......] \ extract:cli-width: sill extract cli-width@2.2.0 extracte [ ......] / extract:callsites: sill extract callsites@2.0.0 extracte [ ......] | extract:bytes: sill extract bytes@3.1.0 extracted to /va [ ......] | extract:regenerator-runtime: http fetch GET 200 https:// [ ......] - extract:babel-plugin-syntax-jsx: sill extract babel-plug [ ......] - extract:node-releases: http fetch GET 200 https://regist [ ......] | extract:array-find-index: sill extract array-find-index@ [ ......] / extract:ansi-escapes: sill extract ansi-escapes@3.2.0 ex [ ......] / extract:ansi-colors: sill extract ansi-colors@3.2.4 extr [ ......] | extract:@webassemblyjs/wasm-opt: sill extract @webassemb [ ......] | extract:@xtuc/ieee754: sill extract @xtuc/ieee754@1.2.0 [ ......] \ extract:async-validator: sill extract async-validator@1. [ ......] / extract:@types/istanbul-lib-coverage: sill extract @type [ ......] \ extract:@types/istanbul-reports: sill tarball no local d [ ......] \ extract:supports-color: sill extract supports-color@7.2. [ ......] \ extract:callsites: http fetch GET 200 https://registry.n [ ......] | extract:@emotion/unitless: sill extract @emotion/unitles [ ......] | extract:@emotion/is-prop-valid: http fetch GET 200 https [ ......] / extract:source-map: sill extract source-map@0.6.1 extrac [ ......] \ extract:javascript-time-ago: sill extract javascript-tim [ ......] | extract:@types/node: sill extract @types/node@16.3.3 ext [ ......] \ extract:@babel/runtime: sill extract @babel/runtime@7.14 [ ......] \ extract:@babel/runtime: sill extract @babel/runtime@7.12 [ ......] | extract:@babel/runtime: sill extract @babel/runtime@7.12 [ ......] | extract:@babel/runtime: sill extract @babel/runtime@7.12 [ ......] / extract:@babel/runtime: sill extract @babel/runtime@7.12 [ ......] / extract:@types/yargs: sill extract @types/yargs@12.0.12 [ ......] | extract:@jest/types: sill extract @jest/types@24.8.0 ext [ ......] / extract:lottie-web: sill extract lottie-web@5.7.4 extrac [ ......] \ extract:@babel/runtime-corejs3: sill extract @babel/runt [ ......] / extract:@babel/runtime-corejs3: sill extract @babel/runt [ ......] - extract:@emotion/stylis: sill extract @emotion/stylis@0. [ ......] \ extract:relative-time-format: sill extract relative-time [ ......] \ extract:relative-time-format: sill extract relative-time [ ......] - extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] | extract:core-js: sill extract core-js@1.2.7 extracted to [ ......] / extract:@sentry/types: sill extract @sentry/types@5.7.1 [ ......] - extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] / extract:fsevents: sill extract @ant-design/icons@2.1.1 e [ ......] / extract:fsevents: sill extract @ant-design/icons@2.1.1 e [ ......] / extract:fsevents: sill extract @ant-design/icons@2.1.1 e [ ......] | extract:@types/lodash: sill extract @types/lodash@4.14.1 [ ......] | extract:@types/lodash: sill extract @types/lodash@4.14.1 [ ......] | extract:@types/lodash: sill extract @types/lodash@4.14.1 [ ......] | extract:@types/lodash: sill extract @types/lodash@4.14.1 [ ......] | extract:@types/lodash: sill extract @types/lodash@4.14.1 [ ......] / extract:core-js: sill extract core-js@2.6.5 extracted to [ ......] \ extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] \ extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] \ extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] \ extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] \ extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] \ extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] | extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] | extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] | extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] | extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] \ finalize:yup: sill doSerial finalize 14612 [ ......] / finalize:@babel/runtime: sill finalize /var/akvo/rsr/cod [ ......] / finalize:buffer-indexof: sill finalize /var/akvo/rsr/cod [ ......] \ finalize:ms: sill finalize /var/akvo/rsr/code/akvo/rsr/s [ ......] - finalize:has-unicode: sill finalize /var/akvo/rsr/code/a [ ......] - finalize:cliui: sill finalize /var/akvo/rsr/code/akvo/rs [ ......] | finalize:json5: sill finalize /var/akvo/rsr/code/akvo/rs [ ......] - finalize:nwsapi: sill finalize /var/akvo/rsr/code/akvo/r [ ......] \ finalize:debug: sill finalize /var/akvo/rsr/code/akvo/rs [ ......] \ finalize:resolve-pathname: sill finalize /var/akvo/rsr/c [ ......] / finalize:set-blocking: sill finalize /var/akvo/rsr/code/ [ ......] - finalize:cosmiconfig: sill finalize /var/akvo/rsr/code/a [ ......] / finalize:draft-js-import-markdown: sill finalize /var/ak [ ......] - finalize:http-errors: sill finalize /var/akvo/rsr/code/a [ ......] / finalize:table: sill finalize /var/akvo/rsr/code/akvo/rs [ ......] \ finalize:glob-parent: sill finalize /var/akvo/rsr/code/a [ ......] / finalize:istanbul-reports: sill finalize /var/akvo/rsr/c [ ......] - finalize:jest-runner: sill finalize /var/akvo/rsr/code/a [ ......] - finalize:node-sass: sill finalize /var/akvo/rsr/code/akv [ ......] / refresh-package-json:yup: timing action:finalize Complet [ ......] / refresh-package-json:yup: timing action:finalize Complet [ ......] \ refresh-package-json:debug: sill refresh-package-json /v [ ......] \ refresh-package-json:debug: sill refresh-package-json /v [ ......] / refresh-package-json:webpack: sill refresh-package-json [ ......] \ refresh-package-json:regenerator-runtime: sill refresh-p [ ......] \ refresh-package-json:jest-jasmine2: sill refresh-package [ ......] / refresh-package-json:xtend: sill refresh-package-json /v [ ......] | refresh-package-json:execa: sill refresh-package-json /v [ ......] / refresh-package-json:fbjs: sill refresh-package-json /va [ ......] / refresh-package-json:schema-utils: sill refresh-package- [ ......] / refresh-package-json:mime: sill refresh-package-json /va [ ......] / refresh-package-json:braces: sill refresh-package-json / [ ......] - refresh-package-json:request: sill refresh-package-json [ ......] | refresh-package-json:jest-worker: sill refresh-package-j [ ......] | refresh-package-json:jest-util: sill refresh-package-jso [ ......] / refresh-package-json:isobject: sill refresh-package-json [ ......] | refresh-package-json:source-map: sill refresh-package-js [ ......] - refresh-package-json:@babel/helper-explode-assignable-ex [ ......] - refresh-package-json:@types/babel__traverse: sill refres [ ......] \ refresh-package-json:bonjour: sill refresh-package-json [ ......] / refresh-package-json:path-exists: sill refresh-package-j [ ......] / refresh-package-json:@jest/console: sill refresh-package [ ......] - refresh-package-json:supports-color: sill refresh-packag [ ......] | refresh-package-json:postcss-load-config: sill refresh-p [ ......] \ refresh-package-json:debug: sill refresh-package-json /v [ ......] | refresh-package-json:rc-align: sill refresh-package-json [ ......] | refresh-package-json:encoding: sill refresh-package-json [ ......] / refresh-package-json:resolve: sill refresh-package-json [ ......] / refresh-package-json:jsesc: sill refresh-package-json /v [ ......] / refresh-package-json:hoist-non-react-statics: sill refre [ ......] / refresh-package-json:pkg-dir: sill refresh-package-json [ ......] / refresh-package-json:p-try: sill refresh-package-json /v [ ......] \ refresh-package-json:is-fullwidth-code-point: sill refre [ ......] \ refresh-package-json:mixin-deep: sill refresh-package-js [ ......] / refresh-package-json:map-cache: sill refresh-package-jso [ ......] \ refresh-package-json:kind-of: sill refresh-package-json [ ......] / refresh-package-json:@jest/types: sill refresh-package-j [ ......] / refresh-package-json:jest-docblock: sill refresh-package [ ......] / refresh-package-json:is-generator-fn: sill refresh-packa [ ......] - refresh-package-json:p-try: sill refresh-package-json /v [ ......] / refresh-package-json:hammerjs: sill refresh-package-json [ ......] - refresh-package-json:follow-redirects: sill refresh-pack [ ......] \ refresh-package-json:debug: sill refresh-package-json /v [ ......] - refresh-package-json:pify: sill refresh-package-json /va [ ......] / refresh-package-json:aria-query: sill refresh-package-js [ ......] | refresh-package-json:chardet: sill refresh-package-json [ ......] - refresh-package-json:p-limit: sill refresh-package-json [ ......] / refresh-package-json:ansi-regex: sill refresh-package-js [ ......] - refresh-package-json:@webassemblyjs/helper-api-error: si [ ......] - preinstall:yup: timing action:refresh-package-json Compl [ ......] - preinstall:sort-keys: info lifecycle shallowequal@1.1.0~ [ ......] - preinstall:caller-path: info lifecycle strip-ansi@3.0.1~ [ ......] | preinstall:@babel/runtime: info lifecycle @babel/runtime [ ......] - build:mime-types: sill linkStuff mime-types@2.1.31 has / [ ......] / build:istanbul-lib-coverage: sill linkStuff istanbul-lib [ ......] - build:regjsgen: sill linkStuff regjsgen@0.5.0 has /var/a [ ......] / build:thunky: sill linkStuff thunky@1.1.0 has /var/akvo/ [ ......] - build:webpack-sources: sill linkStuff webpack-sources@1. [ ......] / install:yup: sill doSerial install 14612 [ ......] \ install:commander: info lifecycle commander@2.17.1~insta [ ......] \ install:iconv-lite: info lifecycle iconv-lite@0.4.24~ins [ ......] \ install:node-notifier: info lifecycle node-notifier@5.4. [?25h > husky@1.3.1 install /var/akvo/rsr/code/akvo/rsr/spa/node_modules/husky > node husky install husky > setting up git hooks CI detected, skipping Git hooks installation. > node-sass@4.13.1 install /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass > node scripts/install.js Cached binary found at /home/akvo/.npm/node-sass/4.13.1/linux-x64-64_binding.node [?25l[ ......] \ postinstall:yup: sill doSerial postinstall 14612 [?25h > core-js-pure@3.15.2 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/core-js-pure > node -e "try{require('./postinstall')}catch(e){}" > core-js@3.15.2 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/draft-js/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" [?25l[ ......] / postinstall:symbol-observable: info lifecycle symbol-obs [ ......] / postinstall:renderkid: info lifecycle renderkid@2.0.3~po [?25h > final-form@4.12.0 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/final-form > node -e "console.log('\u001b[35m\u001b[1mUsing final-form at work? You can now donate to our open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/final-form/donate\u001b[0m')" Using final-form at work? You can now donate to our open collective: > https://opencollective.com/final-form/donate > node-sass@4.13.1 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass > node scripts/build.js Binary found at /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass/vendor/linux-x64-64/binding.node Testing binary Binary is fine > react-final-form@4.1.0 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/react-final-form > node -e "console.log('\u001b[35m\u001b[1mUsing react-final-form at work? You can now donate to our open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/final-form/donate\u001b[0m')" Using react-final-form at work? You can now donate to our open collective: > https://opencollective.com/final-form/donate [?25l[ ......] \ postinstall: info lifecycle yup@0.32.9~postinstall: yup@ [ .....] - prepare:akvo.rsr.spa: info lifecycle akvo.rsr.spa@0.0.1~ [ .....] - prepare:akvo.rsr.spa: info lifecycle akvo.rsr.spa@0.0.1~ [?25hnpm WARN akvo.rsr.spa@0.0.1 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})  added 1775 packages from 940 contributors and audited 1850 packages in 20.465s found 220 vulnerabilities (5 low, 123 moderate, 90 high, 2 critical) run `npm audit fix` to fix them, or `npm audit` for details > akvo.rsr.spa@0.0.1 lint /var/akvo/rsr/code/akvo/rsr/spa > eslint . --quiet --ext .jsx --ext .js /var/akvo/rsr/code Waiting for PostgreSQL ... PostgreSQL is ready! 04:30:49 - BUILD INFO - Running makemigrations No changes detected in app 'rsr' 04:30:53 - BUILD INFO - Building node environment /var/akvo/rsr/code/akvo/rsr/front-end /var/akvo/rsr/code [?25l[..................] | rollbackFailedOptional: verb npm-session 83f24d0498ed369 [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ ................] \ loadDep:showdown: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:text-table: sill install loadAllDepsIntoIdealTre [ ................] \ loadDep:tmp: sill install loadAllDepsIntoIdealTree [ ...............] \ loadDep:whatwg-fetch: sill install loadAllDepsIntoIdealT [ ...............] \ loadDep:math-random: sill install loadAllDepsIntoIdealTr [ ...............] \ loadDep:repeat-string: sill install loadAllDepsIntoIdeal [ ...............] \ loadDep:showdown: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:to-fast-properties: sill install loadAllDepsInto [ ..............] \ loadDep:source-map: sill install loadAllDepsIntoIdealTre [ ..............] \ loadDep:@babel/types: sill install loadAllDepsIntoIdealT [ ..............] \ loadDep:@babel/types: sill install loadAllDepsIntoIdealT [ ..............] \ loadDep:supports-color: sill install loadAllDepsIntoIdea [ ..............] \ loadDep:@babel/helper-plugin-utils: sill install loadAll [ ..............] \ loadDep:@babel/plugin-transform-react-jsx-source: sill i [ ..............] \ loadDep:supports-color: sill install loadAllDepsIntoIdea [ ..............] \ loadDep:postcss: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:source-map: sill install loadAllDepsIntoIdealTre [ .............] \ loadDep:spdx-license-ids: sill install loadAllDepsIntoId [ .............] \ loadDep:punycode: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:to-regex: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:ret: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:safe-buffer: sill install loadAllDepsIntoIdealTr [ .............] \ loadDep:stream-shift: sill install loadAllDepsIntoIdealT [ .............] \ loadDep:to-regex: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:path-exists: sill install loadAllDepsIntoIdealTr [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] \ postinstall: sill install executeActions [ ...........] \ extract:fsevents: verb lock using /home/akvo/.npm/_locks [ ...........] \ extract:fsevents: verb lock using /home/akvo/.npm/_locks [ .........] | extract:fsevents: sill extract fsevents@2.3.2 extracted [ .......] - extract:fsevents: sill extract fsevents@1.2.13 extracted [ .......] - extract:fsevents: sill extract fsevents@1.2.13 extracted [ .......] \ extract:fsevents: sill extract fsevents@1.2.13 extracted [ ......] - finalize:strip-json-comments: sill finalize /var/akvo/rs [ ......] - refresh-package-json:fsevents: timing action:finalize Co [ ......] | postinstall: sill doSerial postinstall 420 [ ......] \ postinstall: sill doSerial postinstall 420 [ .....] | install:static: sill linkStuff static@1.0.0 has /var/akv [ .....] | prepare:static: info lifecycle static@1.0.0~prepare: sta [ .....] | prepare:static: info lifecycle static@1.0.0~prepare: sta [?25hnpm WARN eslint-plugin-react@6.10.3 requires a peer of eslint@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself. npm WARN extract-text-webpack-plugin@3.0.2 requires a peer of webpack@^3.1.0 but none is installed. You must install peer dependencies yourself. npm WARN react-mde@2.3.4 requires a peer of react@^16.0.0 but none is installed. You must install peer dependencies yourself. npm WARN react-mde@2.3.4 requires a peer of react-dom@^16.0.0 but none is installed. You must install peer dependencies yourself. npm WARN react-redux-alerts@1.5.8 requires a peer of react-redux@^4.0.0 but none is installed. You must install peer dependencies yourself. npm WARN static@1.0.0 No description npm WARN static@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})  audited 1724 packages in 7.446s found 261 vulnerabilities (19 low, 80 moderate, 127 high, 35 critical) run `npm audit fix` to fix them, or `npm audit` for details > static@1.0.0 dev /var/akvo/rsr/code/akvo/rsr/front-end > webpack --mode development --config webpack.config.dev.js Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist` files [ 'results.js', 'results.js.map' ] files [ 'vendors.js', 'vendors.js.map' ] files [ 'main.css', 'main.js', 'main.css.map', 'main.js.map' ] files [ 'akvoWordpress.css', 'akvoWordpress.js', 'akvoWordpress.css.map', 'akvoWordpress.js.map' ] files [ 'noUiSliderCss.css', 'noUiSliderCss.js', 'noUiSliderCss.css.map', 'noUiSliderCss.js.map' ] files [ 'datePicker.css', 'datePicker.js', 'datePicker.css.map', 'datePicker.js.map' ] files [ 'admin.css', 'admin.js', 'admin.css.map', 'admin.js.map' ] files [ 'widget.css', 'widget.js', 'widget.css.map', 'widget.js.map' ] files [ 'micromarkdown.js', 'micromarkdown.js.map' ] files [ 'noUiSlider.js', 'noUiSlider.js.map' ] files [ 'onClickOutside.js', 'onClickOutside.js.map' ] files [ 'polyfill.js', 'polyfill.js.map' ] files [ 'projectHierarchy.js', 'projectHierarchy.js.map' ] files [ 'reactTypeahead.js', 'reactTypeahead.js.map' ] files [ 'rsrUtils.js', 'rsrUtils.js.map' ] files [ 'smoothScroll.js', 'smoothScroll.js.map' ] files [ 'cookie.js', 'cookie.js.map' ] files [ 'directoryUtils.js', 'directoryUtils.js.map' ] files [ 'donatePopup.js', 'donatePopup.js.map' ] files [ 'morePartners.js', 'morePartners.js.map' ] files [ 'organisationDirectory.js', 'organisationDirectory.js.map' ] files [ 'passwordReset.js', 'passwordReset.js.map' ] files [ 'projectMain.js', 'projectMain.js.map' ] files [ 'projectMainPartners.js', 'projectMainPartners.js.map' ] files [ 'projectMainReport.js', 'projectMainReport.js.map' ] files [ 'updateDirectory.js', 'updateDirectory.js.map' ] Hash: 168456282bd2acd9d91c Version: webpack 4.46.0 Time: 7445ms Built at: 03/09/2022 4:31:09 AM Asset Size Chunks  Chunk Names admin.css 623 bytes admin [emitted] admin admin.css.map 1.02 KiB admin [emitted] [dev] admin akvoWordpress.css 631 bytes akvoWordpress [emitted] akvoWordpress akvoWordpress.css.map 911 bytes akvoWordpress [emitted] [dev] akvoWordpress cookie.js 5.88 KiB cookie [emitted] cookie cookie.js.map 7.5 KiB cookie [emitted] [dev] cookie datePicker.css 7.37 KiB datePicker [emitted] datePicker datePicker.css.map 10.3 KiB datePicker [emitted] [dev] datePicker directoryUtils.js 28.8 KiB directoryUtils [emitted] directoryUtils directoryUtils.js.map 60.5 KiB directoryUtils [emitted] [dev] directoryUtils donatePopup.js 6.31 KiB donatePopup [emitted] donatePopup donatePopup.js.map 9.56 KiB donatePopup [emitted] [dev] donatePopup main.css 189 KiB main [emitted] main main.css.map 261 KiB main [emitted] [dev] main micromarkdown.js 17.5 KiB micromarkdown [emitted] micromarkdown micromarkdown.js.map 44.5 KiB micromarkdown [emitted] [dev] micromarkdown morePartners.js 12.5 KiB morePartners [emitted] morePartners morePartners.js.map 22.7 KiB morePartners [emitted] [dev] morePartners noUiSlider.js 24 KiB noUiSlider [emitted] noUiSlider noUiSlider.js.map 53.8 KiB noUiSlider [emitted] [dev] noUiSlider noUiSliderCss.css 3.76 KiB noUiSliderCss [emitted] noUiSliderCss noUiSliderCss.css.map 4.92 KiB noUiSliderCss [emitted] [dev] noUiSliderCss onClickOutside.js 6.25 KiB onClickOutside [emitted] onClickOutside onClickOutside.js.map 7.74 KiB onClickOutside [emitted] [dev] onClickOutside organisationDirectory.js 4.97 KiB organisationDirectory [emitted] organisationDirectory organisationDirectory.js.map 5.63 KiB organisationDirectory [emitted] [dev] organisationDirectory passwordReset.js 7.67 KiB passwordReset [emitted] passwordReset passwordReset.js.map 12.9 KiB passwordReset [emitted] [dev] passwordReset polyfill.js 5.11 KiB polyfill [emitted] polyfill polyfill.js.map 5.92 KiB polyfill [emitted] [dev] polyfill projectHierarchy.js 8.25 KiB projectHierarchy [emitted] projectHierarchy projectHierarchy.js.map 13.3 KiB projectHierarchy [emitted] [dev] projectHierarchy projectMain.js 18.5 KiB projectMain [emitted] projectMain projectMain.js.map 35.2 KiB projectMain [emitted] [dev] projectMain projectMainPartners.js 11.6 KiB projectMainPartners [emitted] projectMainPartners projectMainPartners.js.map 20.1 KiB projectMainPartners [emitted] [dev] projectMainPartners projectMainReport.js 28 KiB projectMainReport [emitted] projectMainReport projectMainReport.js.map 57.9 KiB projectMainReport [emitted] [dev] projectMainReport reactTypeahead.js 37.2 KiB reactTypeahead [emitted] reactTypeahead reactTypeahead.js.map 81.5 KiB reactTypeahead [emitted] [dev] reactTypeahead results.js 2.34 MiB results [emitted] results results.js.map 2.4 MiB results [emitted] [dev] results rsrUtils.js 15.5 KiB rsrUtils [emitted] rsrUtils rsrUtils.js.map 30.4 KiB rsrUtils [emitted] [dev] rsrUtils smoothScroll.js 11.9 KiB smoothScroll [emitted] smoothScroll smoothScroll.js.map 20.7 KiB smoothScroll [emitted] [dev] smoothScroll updateDirectory.js 4.92 KiB updateDirectory [emitted] updateDirectory updateDirectory.js.map 5.59 KiB updateDirectory [emitted] [dev] updateDirectory vendors.js 675 KiB vendors [emitted] vendors vendors.js.map 606 KiB vendors [emitted] [dev] vendors widget.css 25.7 KiB widget [emitted] widget widget.css.map 36.6 KiB widget [emitted] [dev] widget Entrypoint results = results.js results.js.map Entrypoint vendors = vendors.js vendors.js.map Entrypoint main = main.css main.css.map Entrypoint akvoWordpress = akvoWordpress.css akvoWordpress.css.map Entrypoint noUiSliderCss = noUiSliderCss.css noUiSliderCss.css.map Entrypoint datePicker = datePicker.css datePicker.css.map Entrypoint admin = admin.css admin.css.map Entrypoint widget = widget.css widget.css.map Entrypoint micromarkdown = micromarkdown.js micromarkdown.js.map Entrypoint noUiSlider = noUiSlider.js noUiSlider.js.map Entrypoint onClickOutside = onClickOutside.js onClickOutside.js.map Entrypoint polyfill = polyfill.js polyfill.js.map Entrypoint projectHierarchy = projectHierarchy.js projectHierarchy.js.map Entrypoint reactTypeahead = reactTypeahead.js reactTypeahead.js.map Entrypoint rsrUtils = rsrUtils.js rsrUtils.js.map Entrypoint smoothScroll = smoothScroll.js smoothScroll.js.map Entrypoint cookie = cookie.js cookie.js.map Entrypoint directoryUtils = directoryUtils.js directoryUtils.js.map Entrypoint donatePopup = donatePopup.js donatePopup.js.map Entrypoint morePartners = morePartners.js morePartners.js.map Entrypoint organisationDirectory = organisationDirectory.js organisationDirectory.js.map Entrypoint passwordReset = passwordReset.js passwordReset.js.map Entrypoint projectMain = projectMain.js projectMain.js.map Entrypoint projectMainPartners = projectMainPartners.js projectMainPartners.js.map Entrypoint projectMainReport = projectMainReport.js projectMainReport.js.map Entrypoint updateDirectory = updateDirectory.js updateDirectory.js.map [2] multi babel-polyfill react redux redux-logger redux-thunk reselect isomorphic-fetch 100 bytes {vendors} [built] [3] multi ./styles-src/admin/akvo_admin.css ./styles-src/admin/budget_item.css 40 bytes {admin} [built] [4] multi ./styles-src/widgets/projectList.css ./styles-src/widgets/rsrWidgets.css ./styles-src/widgets/w170px.css ./styles-src/widgets/w170pxSmall.css ./styles-src/widgets/w202px.css ./styles-src/widgets/w468px.css 88 bytes {widget} [built] [./lib/scripts/micromarkdown-0.3.4.js] 13.3 KiB {micromarkdown} [built] [./lib/scripts/nouislider-8.0.2.min.js] 20 KiB {noUiSlider} [built] [./lib/scripts/react-onclickoutside.js] 2.38 KiB {onClickOutside} [built] [./lib/scripts/react-typeahead.js] 33.1 KiB {reactTypeahead} [built] [./lib/scripts/smooth-scroll-9.1.4.min.js] 6.79 KiB {smoothScroll} [built] [./lib/styles/nouislider-8.0.2.min.css] 39 bytes {noUiSliderCss} [built] [./lib/styles/react-datepicker-0.27.0.css] 39 bytes {datePicker} [built] [./scripts-src/classic/js/polyfill.js] 1.25 KiB {polyfill} [built] [./scripts-src/classic/js/project-hierarchy.js] 4.34 KiB {projectHierarchy} [built] [./scripts-src/classic/js/rsr-utils.js] 11.7 KiB {rsrUtils} [built] [./scripts-src/classic/jsx/cookie.jsx] 2.02 KiB {cookie} [built] [./scripts-src/classic/jsx/directory-utils.jsx] 24.9 KiB {directoryUtils} [built] + 960 hidden modules WARNING in ./scripts-src/my-results/components/updates/UpdateForm.jsx 1140:13-32 "export 'FILTER_SHOW_DRAFT' (imported as 'c') was not found in '../../const.js' @ ./scripts-src/my-results/components/App.jsx @ ./scripts-src/my-results/app.js Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!lib/styles/nouislider-8.0.2.min.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./lib/styles/nouislider-8.0.2.min.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./lib/styles/nouislider-8.0.2.min.css 13 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!lib/styles/react-datepicker-0.27.0.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./lib/styles/react-datepicker-0.27.0.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./lib/styles/react-datepicker-0.27.0.css 18.1 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/admin/akvo_admin.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/admin/akvo_admin.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/admin/akvo_admin.css 1.37 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/admin/budget_item.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/admin/budget_item.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/admin/budget_item.css 731 bytes {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/akvo-wordpress.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/akvo-wordpress.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/akvo-wordpress.css 1.66 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/main.scss: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/main.scss] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/main.scss 380 KiB {mini-css-extract-plugin} [built] + 6 hidden modules Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/projectList.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/projectList.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/projectList.css 7.03 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/rsrWidgets.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/rsrWidgets.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/rsrWidgets.css 48.8 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w170px.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w170px.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w170px.css 3.26 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w170pxSmall.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w170pxSmall.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w170pxSmall.css 1.7 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w202px.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w202px.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w202px.css 3.19 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w468px.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w468px.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w468px.css 899 bytes {mini-css-extract-plugin} [built] + 1 hidden module > static@1.0.0 test /var/akvo/rsr/code/akvo/rsr/front-end > mocha --compilers js:@babel/register tests/**/*.test.js Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`   function distinct  ✓ expect to return an array with unique values  function identicalArrays  ✓ returns true if two arrays are identical  function isEmpty  ✓ expect to return true if empty  ✓ expect to return false if not empty  function isNumeric  ✓ expect to return true if value is numeric  ✓ expect to return false if values not numeric  function displayDate  ✓ expect to display an date string like "29 Nov 2017" when given a dateString  ✓ expect to return an string "Unknown date" if no dateString where given  function getCookie  ✓ returns the value of a named cookie  function _  ✓ it translates!  function idsToActiveKey  ✓ expect to return IDs as an array of strings  arrowFunction isNewUpdate  ✓ expect to return true if the update is new  ✓ expect to return true if we pass a string starting with "new-"  ✓ expect to return false if the update is not new  function collapseId  ✓ expect to create an collapsedId from the model name and parent object id  function childModelName  ✓ expect to return child model name  function parentModelName  ✓ expect to return parent model name  function levelAbove  ✓ expect to compare index of array to decide that level is above  function levelBelow  ✓ expect to compare index of array to decide that level is below  function fullUpdateVisibility  ✓ expect to return false if an update have filters and should not be full visible  ✓ expect to be true if an update have no filters and should be fully visible  function flatten  ✓ expect to return an flatten array of a nested original  function lineage  ✓ returns a model with id and its ancestors with ids as an array of objects  ✓ return a model with id as an array of a singel object if theres no ancestors  function getAncestor  ✓ returns a specified ancestor object for an object given the ancestorModel  function lineageKeys  ✓ return an array of collapse activeKey keys for the model and its ancestors  function fieldValueOrSpinner  ✓ expect to return an object with a key "value" from object, if objects defined  ✓ expect to return an object with a key "icon", if objects not defined  function setHash  ✓ expect to set hash if hash is defined  ✓ expect to set an empty string if hash is undefined  function computePercentage  ✓ computes the percentage of integer numbers  ✓ computes the percentage of decimal numbers  ✓ computes the percentage of decimal and integer numbers  ✓ expect to return 0 if the denominator is 0   34 passing (62ms) /var/akvo/rsr/code /var/akvo/rsr/code/akvo/rsr/spa /var/akvo/rsr/code > akvo.rsr.spa@0.0.1 test /var/akvo/rsr/code/akvo/rsr/spa > jest "--ci" "--passWithNoTests" Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating  PASS  app/modules/editor/section5/periods/defaults-context.test.js  PASS  app/utils/misc.test.js  PASS  app/modules/projects/conditional-link.test.jsx  PASS  app/modules/results/filters.test.js  PASS  app/modules/editor/reducer.test.js (5.156s)  PASS  app/modules/results-overview/components/FilterBar.test.js ● Console console.warn node_modules/react-i18next/dist/commonjs/utils.js:22  react-i18next:: You will need pass in an i18next instance by using initReactI18next  PASS  app/utils/auto-save.test.js  PASS  app/modules/editor/section5/section5.test.js  Test Suites: 8 passed, 8 total Tests: 70 passed, 70 total Snapshots: 0 total Time: 8.237s Ran all test suites. /var/akvo/rsr/code /var/akvo/rsr/code/akvo/rsr/dir /var/akvo/rsr/code > akvo.rsr.dir@0.0.1 test /var/akvo/rsr/code/akvo/rsr/dir > jest "--ci" "--passWithNoTests" No tests found, exiting with code 0 /var/akvo/rsr/code 04:31:22 - BUILD INFO - Building assets 820 static files copied to '/var/akvo/rsr/staticroot'. 04:31:23 - BUILD INFO - Running tests /usr/local/lib/python3.8/site-packages/pytz/lazy.py:5: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working from collections import Mapping as DictMixin /usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'rules' defines default_app_config = 'rules.apps.RulesConfig'. However, Django's automatic detection did not find this configuration. You should move the default config class to the apps submodule of your application and, if this module defines several config classes, mark the default one with default = True. app_config = AppConfig.create(entry) /usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'django_pgviews' defines default_app_config = 'django_pgviews.apps.ViewConfig'. Django now detects this configuration automatically. You can remove default_app_config. app_config = AppConfig.create(entry) /usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'request_token' defines default_app_config = 'request_token.apps.RequestTokenAppConfig'. Django now detects this configuration automatically. You can remove default_app_config. app_config = AppConfig.create(entry) /var/akvo/rsr/code/akvo/codelists/models/base_codelist.py:13: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). code = models.CharField(_('code'), max_length=100, blank=True, null=False, db_index=True) /var/akvo/rsr/code/akvo/codelists/models/base_codelist.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). version = models.ForeignKey('Version', on_delete=models.CASCADE, verbose_name=_('version'), blank=False, null=False, /var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('activity date type') /var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('activity date types') /var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('activity scope') /var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('activity scopes') /var/akvo/rsr/code/akvo/codelists/models/activity_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_status.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('activity status') /var/akvo/rsr/code/akvo/codelists/models/activity_status.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('activity statuses') /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_name = models.CharField(_('category name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_description = models.TextField(_('category description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('aid type') /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('aid types') /var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('aid type category') /var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('aid type categories') /var/akvo/rsr/code/akvo/codelists/models/aid_type_flag.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type_flag.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('aid type flag') /var/akvo/rsr/code/akvo/codelists/models/aid_type_flag.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('aid type flags') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=100, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). sector = models.CharField(_('sector'), max_length=100, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget identifier') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget identifiers') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget identifier sector') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget identifier sectors') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector_category.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget identifier sector category') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget identifier sector categories') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget identifier vocabulary') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget identifier vocabularies') /var/akvo/rsr/code/akvo/codelists/models/budget_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_status.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget status') /var/akvo/rsr/code/akvo/codelists/models/budget_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget statuses') /var/akvo/rsr/code/akvo/codelists/models/budget_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget types') /var/akvo/rsr/code/akvo/codelists/models/budget_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget types') /var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('collaboration type') /var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('collaboration types') /var/akvo/rsr/code/akvo/codelists/models/condition_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/condition_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/condition_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/condition_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('condition type') /var/akvo/rsr/code/akvo/codelists/models/condition_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('condition types') /var/akvo/rsr/code/akvo/codelists/models/contact_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/contact_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/contact_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('contact type') /var/akvo/rsr/code/akvo/codelists/models/contact_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('contact types') /var/akvo/rsr/code/akvo/codelists/models/country.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/country.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/country.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('country') /var/akvo/rsr/code/akvo/codelists/models/country.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('countries') /var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('crs add other flag') /var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('crs add other flags') /var/akvo/rsr/code/akvo/codelists/models/crs_channel_code.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/crs_channel_code.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('crs channel code') /var/akvo/rsr/code/akvo/codelists/models/crs_channel_code.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('crs channel codes') /var/akvo/rsr/code/akvo/codelists/models/currency.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/currency.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/currency.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('currency') /var/akvo/rsr/code/akvo/codelists/models/currency.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('currencies') /var/akvo/rsr/code/akvo/codelists/models/description_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/description_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/description_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('decription type') /var/akvo/rsr/code/akvo/codelists/models/description_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('description types') /var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('disbursement channel') /var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('disbursement channels') /var/akvo/rsr/code/akvo/codelists/models/document_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_name = models.CharField(_('description name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('document category') /var/akvo/rsr/code/akvo/codelists/models/document_category.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('document categories') /var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('document category category') /var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('document category categories') /var/akvo/rsr/code/akvo/codelists/models/file_format.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=20, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/file_format.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('category'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/file_format.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('file format') /var/akvo/rsr/code/akvo/codelists/models/file_format.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('file formats') /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=3, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_name = models.CharField(_('category name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_description = models.TextField(_('category description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('finance type') /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('finance types') /var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('finance type category') /var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('finance type categories') /var/akvo/rsr/code/akvo/codelists/models/flow_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/flow_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/flow_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('flow type') /var/akvo/rsr/code/akvo/codelists/models/flow_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('flow types') /var/akvo/rsr/code/akvo/codelists/models/gazetteer_agency.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/gazetteer_agency.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('gazetteer agency') /var/akvo/rsr/code/akvo/codelists/models/gazetteer_agency.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('gazetteer agency') /var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('geographic exactness') /var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('geographic exactnesses') /var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('geographic location class') /var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('geographic location classes') /var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('geographic location reach') /var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('geographic location reach') /var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('geographic vocabulary') /var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('geographic vocabularies') /var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('geographical precision') /var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('geographical precisions') /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_type.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('humanitarian scope type') /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('humanitarian scope types') /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('humanitarian scope vocabulary') /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('humanitarian scope vocabularies') /var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('indicator measure') /var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('indicator measures') /var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('indicator vocabulary') /var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('indicator vocabularies') /var/akvo/rsr/code/akvo/codelists/models/language.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/language.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('language') /var/akvo/rsr/code/akvo/codelists/models/language.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('languages') /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('loan repayment period') /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('loan repayment periods') /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('loan repayment type') /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('loan repayment types') /var/akvo/rsr/code/akvo/codelists/models/location_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/location_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/location_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/location_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('location type') /var/akvo/rsr/code/akvo/codelists/models/location_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('location types') /var/akvo/rsr/code/akvo/codelists/models/location_type_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/location_type_category.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('location type category') /var/akvo/rsr/code/akvo/codelists/models/location_type_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('location type categories') /var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). abbreviation = models.CharField(_('abbreviation'), max_length=100, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('organisation identifier') /var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('organisation identifiers') /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('organisation registration agency') /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('organisation registration agencies') /var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('organisation role') /var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('organisation role') /var/akvo/rsr/code/akvo/codelists/models/organisation_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_type.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('organisation type') /var/akvo/rsr/code/akvo/codelists/models/organisation_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('organisation types') /var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('other identifier type') /var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('other identifier types') /var/akvo/rsr/code/akvo/codelists/models/policy_marker.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/policy_marker.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('policy marker') /var/akvo/rsr/code/akvo/codelists/models/policy_marker.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('policy markers') /var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('policy marker vocabulary') /var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('policy marker vocabularies') /var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('policy significance') /var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('policy significances') /var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('publisher type') /var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('publisher types') /var/akvo/rsr/code/akvo/codelists/models/region.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/region.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('region') /var/akvo/rsr/code/akvo/codelists/models/region.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('regions') /var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('region vocabulary') /var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('region vocabularies') /var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('related activity type') /var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('related activity types') /var/akvo/rsr/code/akvo/codelists/models/result_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/result_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/result_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('result type') /var/akvo/rsr/code/akvo/codelists/models/result_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('result types') /var/akvo/rsr/code/akvo/codelists/models/sector.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=3, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_name = models.CharField(_('category name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_description = models.TextField(_('category description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('sector') /var/akvo/rsr/code/akvo/codelists/models/sector.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('sectors') /var/akvo/rsr/code/akvo/codelists/models/sector_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('sector category') /var/akvo/rsr/code/akvo/codelists/models/sector_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('sector categories') /var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('sector vocabulary') /var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('sector vocabulary') /var/akvo/rsr/code/akvo/codelists/models/tied_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/tied_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/tied_status.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('tied status') /var/akvo/rsr/code/akvo/codelists/models/tied_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('tied statuses') /var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('transaction type') /var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('transaction types') /var/akvo/rsr/code/akvo/codelists/models/value_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/value_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/value_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('value type') /var/akvo/rsr/code/akvo/codelists/models/value_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('value types') /var/akvo/rsr/code/akvo/codelists/models/verification_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/verification_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/verification_status.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('verification status') /var/akvo/rsr/code/akvo/codelists/models/verification_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('verification statuses') /var/akvo/rsr/code/akvo/codelists/models/version.py:13: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). code = models.CharField(_('code'), max_length=4) /var/akvo/rsr/code/akvo/codelists/models/version.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/version.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('version') /var/akvo/rsr/code/akvo/codelists/models/version.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('versions') /var/akvo/rsr/code/akvo/codelists/models/vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/vocabulary.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('vocabulary') /var/akvo/rsr/code/akvo/codelists/models/vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('vocabulary') /var/akvo/rsr/code/akvo/rsr/iso3166.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("af", _("Afghanistan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ax", _("Åland Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("al", _("Albania")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("dz", _("Algeria")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("as", _("American Samoa")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ad", _("Andorra")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ao", _("Angola")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ai", _("Anguilla")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("aq", _("Antarctica")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ag", _("Antigua and Barbuda")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ar", _("Argentina")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("am", _("Armenia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("aw", _("Aruba")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("au", _("Australia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("at", _("Austria")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("az", _("Azerbaijan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bs", _("Bahamas")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bh", _("Bahrain")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bd", _("Bangladesh")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bb", _("Barbados")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("by", _("Belarus")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("be", _("Belgium")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bz", _("Belize")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bj", _("Benin")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bm", _("Bermuda")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bt", _("Bhutan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bo", _("Bolivia, Plurinational State of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bq", _("Bonaire, Sint Eustatius and Saba")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ba", _("Bosnia and Herzegovina")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bw", _("Botswana")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bv", _("Bouvet Island")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("br", _("Brazil")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("io", _("British Indian Ocean Territory")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bn", _("Brunei Darussalam")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bg", _("Bulgaria")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bf", _("Burkina Faso")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bi", _("Burundi")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kh", _("Cambodia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cm", _("Cameroon")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ca", _("Canada")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cv", _("Cape Verde")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ky", _("Cayman Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cf", _("Central African Republic")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("td", _("Chad")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cl", _("Chile")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cn", _("China")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cx", _("Christmas Island")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cc", _("Cocos (keeling) Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("co", _("Colombia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("km", _("Comoros")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cg", _("Congo")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cd", _("Congo, The Democratic Republic of the")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ck", _("Cook Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cr", _("Costa Rica")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ci", _("Côte D'ivoire")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:69: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("hr", _("Croatia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cu", _("Cuba")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cw", _("Curaçao")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cy", _("Cyprus")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cz", _("Czech Republic")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("dk", _("Denmark")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:75: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("dj", _("Djibouti")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:76: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("dm", _("Dominica")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("do", _("Dominican Republic")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ec", _("Ecuador")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:79: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("eg", _("Egypt")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:80: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sv", _("El Salvador")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:81: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gq", _("Equatorial Guinea")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("er", _("Eritrea")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:83: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ee", _("Estonia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("et", _("Ethiopia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fk", _("Falkland Islands (Malvinas)")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fo", _("Faroe Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fj", _("Fiji")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fi", _("Finland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fr", _("France")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gf", _("French Guiana")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pf", _("French Polynesia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tf", _("French Southern Territories")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ga", _("Gabon")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gm", _("Gambia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ge", _("Georgia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("de", _("Germany")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gh", _("Ghana")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gi", _("Gibraltar")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:99: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gr", _("Greece")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gl", _("Greenland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gd", _("Grenada")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gp", _("Guadeloupe")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gu", _("Guam")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gt", _("Guatemala")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gg", _("Guernsey")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gn", _("Guinea")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gw", _("Guinea-bissau")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gy", _("Guyana")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ht", _("Haiti")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("hm", _("Heard Island and Mcdonald Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("va", _("Holy See (Vatican City State)")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("hn", _("Honduras")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("hk", _("Hong Kong")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("hu", _("Hungary")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("is", _("Iceland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("in", _("India")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("id", _("Indonesia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ir", _("Iran, Islamic Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("iq", _("Iraq")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ie", _("Ireland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("im", _("Isle of Man")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("il", _("Israel")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("it", _("Italy")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("jm", _("Jamaica")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("jp", _("Japan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("je", _("Jersey")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("jo", _("Jordan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kz", _("Kazakhstan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ke", _("Kenya")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ki", _("Kiribati")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kp", _("Korea, Democratic People's Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kr", _("Korea, Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("xk", _("Kosovo")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kw", _("Kuwait")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kg", _("Kyrgyzstan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:136: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("la", _("Lao People's Democratic Republic")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lv", _("Latvia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lb", _("Lebanon")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ls", _("Lesotho")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lr", _("Liberia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ly", _("Libyan Arab Jamahiriya")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("li", _("Liechtenstein")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lt", _("Lithuania")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lu", _("Luxembourg")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mo", _("Macao")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mk", _("Macedonia, The Former Yugoslav Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mg", _("Madagascar")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:148: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mw", _("Malawi")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("my", _("Malaysia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mv", _("Maldives")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ml", _("Mali")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:152: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mt", _("Malta")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:153: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mh", _("Marshall Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mq", _("Martinique")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mr", _("Mauritania")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mu", _("Mauritius")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("yt", _("Mayotte")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mx", _("Mexico")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fm", _("Micronesia, Federated States of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("md", _("Moldova, Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mc", _("Monaco")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mn", _("Mongolia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("me", _("Montenegro")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:164: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ms", _("Montserrat")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ma", _("Morocco")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mz", _("Mozambique")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:167: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mm", _("Myanmar")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("na", _("Namibia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:169: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nr", _("Nauru")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("np", _("Nepal")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:171: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nl", _("Netherlands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:172: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nc", _("New Caledonia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nz", _("New Zealand")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ni", _("Nicaragua")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ne", _("Niger")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:176: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ng", _("Nigeria")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:177: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nu", _("Niue")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nf", _("Norfolk Island")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mp", _("Northern Mariana Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:180: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("no", _("Norway")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("om", _("Oman")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pk", _("Pakistan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:183: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pw", _("Palau")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:184: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ps", _("Palestine, State of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pa", _("Panama")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pg", _("Papua New Guinea")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("py", _("Paraguay")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pe", _("Peru")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:189: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ph", _("Philippines")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pn", _("Pitcairn")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pl", _("Poland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pt", _("Portugal")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:193: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pr", _("Puerto Rico")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("qa", _("Qatar")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:195: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("re", _("Réunion")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ro", _("Romania")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ru", _("Russian Federation")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("rw", _("Rwanda")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bl", _("Saint Barthélemy")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sh", _("Saint Helena, Ascension and Tristan Da Cunha")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:201: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kn", _("Saint Kitts and Nevis")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lc", _("Saint Lucia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:203: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mf", _("Saint Martin (French part)")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pm", _("Saint Pierre and Miquelon")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("vc", _("Saint Vincent and the Grenadines")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ws", _("Samoa")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:207: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sm", _("San Marino")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:208: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("st", _("Sao Tome and Principe")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sa", _("Saudi Arabia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sn", _("Senegal")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:211: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("rs", _("Serbia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sc", _("Seychelles")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:213: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sl", _("Sierra Leone")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sg", _("Singapore")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:215: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sx", _("Sint Maarten (Dutch part)")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sk", _("Slovakia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:217: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("si", _("Slovenia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sb", _("Solomon Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:219: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("so", _("Somalia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:220: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("za", _("South Africa")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:221: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gs", _("South Georgia and the South Sandwich Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ss", _("South Sudan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("es", _("Spain")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:224: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lk", _("Sri Lanka")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sd", _("Sudan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sr", _("Suriname")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:227: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sj", _("Svalbard and Jan Mayen")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:228: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sz", _("Swaziland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:229: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("se", _("Sweden")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ch", _("Switzerland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:231: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sy", _("Syrian Arab Republic")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tw", _("Taiwan, Province of China")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tj", _("Tajikistan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tz", _("Tanzania, United Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("th", _("Thailand")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:236: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tl", _("Timor-leste")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:237: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tg", _("Togo")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tk", _("Tokelau")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("to", _("Tonga")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tt", _("Trinidad and Tobago")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:241: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tn", _("Tunisia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tr", _("Turkey")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tm", _("Turkmenistan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tc", _("Turks and Caicos Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:245: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tv", _("Tuvalu")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ug", _("Uganda")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:247: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ua", _("Ukraine")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:248: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ae", _("United Arab Emirates")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:249: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gb", _("United Kingdom")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("us", _("United States")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("um", _("United States Minor Outlying Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("uy", _("Uruguay")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:253: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("uz", _("Uzbekistan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("vu", _("Vanuatu")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ve", _("Venezuela, Bolivarian Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("vn", _("Vietnam")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:257: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("vg", _("Virgin Islands, British")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("vi", _("Virgin Islands, U.S.")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:259: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("wf", _("Wallis and Futuna")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:260: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("eh", _("Western Sahara")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:261: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ye", _("Yemen")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("zm", _("Zambia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:263: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("zw", _("Zimbabwe")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:525: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("af", _("Africa")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:526: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("as", _("Asia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:527: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("eu", _("Europe")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:528: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("na", _("North America")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:529: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sa", _("South America")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:530: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("oc", _("Oceania")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:531: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("an", _("Antarctica")), /var/akvo/rsr/code/akvo/rsr/fields.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = _('Latitude coordinate.') /var/akvo/rsr/code/akvo/rsr/fields.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = _('Longitude coordinate.') /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='benchmarks', ) /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.ForeignKey('Category', on_delete=models.CASCADE, verbose_name=_('category'), ) /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.ForeignKey('Benchmarkname', on_delete=models.CASCADE, verbose_name=_('benchmark name'), ) /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). value = models.IntegerField(_('benchmark value'), ) /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('benchmark') /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('benchmarks') /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('benchmark name'), max_length=80, /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter a name for the benchmark. (80 characters).') /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('order'), default=0, /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Used to order the benchmarks when displayed. ' /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('benchmark name') /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('benchmark names') /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Pipeline/identification"), _(u"The activity is being scoped or planned ")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Pipeline/identification"), _(u"The activity is being scoped or planned ")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Implementation"), _(u"The activity is currently being implemented")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Implementation"), _(u"The activity is currently being implemented")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Finalisation"), _(u"Physical activity is complete or the final disbursement has been made, but the activity remains open pending financial sign off or M&E")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Finalisation"), _(u"Physical activity is complete or the final disbursement has been made, but the activity remains open pending financial sign off or M&E")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Closed"), _(u"Physical activity is complete or the final disbursement has been made.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Closed"), _(u"Physical activity is complete or the final disbursement has been made.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Cancelled"), _(u"The activity has been cancelled")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Cancelled"), _(u"The activity has been cancelled")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("6", _(u"Suspended"), _(u"The activity has been temporarily suspended")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("6", _(u"Suspended"), _(u"The activity has been temporarily suspended")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:850: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"General Enquiries"), _(u"General Enquiries")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:850: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"General Enquiries"), _(u"General Enquiries")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:851: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Project Management"), _(u"Project Management")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:851: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Project Management"), _(u"Project Management")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:852: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Financial Management"), _(u"Financial Management")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:852: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Financial Management"), _(u"Financial Management")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:853: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Communications"), _(u"Communications")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:853: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Communications"), _(u"Communications")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Unit"), _(u"The indicator is measured in units.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Unit"), _(u"The indicator is measured in units.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Percentage"), _(u"The indicator is measured in percentages")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Percentage"), _(u"The indicator is measured in percentages")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Nominal"), _(u"The indicator is measured as a quantitative nominal scale.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Nominal"), _(u"The indicator is measured as a quantitative nominal scale.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Ordinal"), _(u"The indicator is measured as a quantitative ordinal scale.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Ordinal"), _(u"The indicator is measured as a quantitative ordinal scale.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Qualitative"), _(u"The indicator is qualitative.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Qualitative"), _(u"The indicator is qualitative.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4874: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Parent"), _(u"An activity that contains sub-activities (sub-components) which are reported separately to IATI")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4874: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Parent"), _(u"An activity that contains sub-activities (sub-components) which are reported separately to IATI")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4875: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Child"), _(u"A sub-activity (or sub-component) that sits within a larger activity (parent) which is also reported to IATI")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4875: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Child"), _(u"A sub-activity (or sub-component) that sits within a larger activity (parent) which is also reported to IATI")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4876: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Sibling"), _(u"A sub-activity (or sub-component) that is related to another sub-activity with the same parent ")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4876: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Sibling"), _(u"A sub-activity (or sub-component) that is related to another sub-activity with the same parent ")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4877: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Co-funded"), _(u"An activity that receives funding from more than one organisation")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4877: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Co-funded"), _(u"An activity that receives funding from more than one organisation")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4878: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Third Party"), _(u"A report by another organisation on the same activity you are reporting (excluding activities reported as part of a financial transaction - e.g. provider-activity-id or a co-funded activity, using code 4)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4878: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Third Party"), _(u"A report by another organisation on the same activity you are reporting (excluding activities reported as part of a financial transaction - e.g. provider-activity-id or a co-funded activity, using code 4)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4888: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OUTPUT, _(u"Output"), _(u"Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4888: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OUTPUT, _(u"Output"), _(u"Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4889: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OUTCOME, _(u"Outcome"), _(u"Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4889: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OUTCOME, _(u"Outcome"), _(u"Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_IMPACT, _(u"Impact"), _(u"The long term effects of the outcomes, that lead to larger, over arching results, such as improved life-expectancy.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_IMPACT, _(u"Impact"), _(u"The long term effects of the outcomes, that lead to larger, over arching results, such as improved life-expectancy.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4891: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OTHER, _(u"Other"), _(u"Another type of result, not specified above.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4891: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OTHER, _(u"Other"), _(u"Another type of result, not specified above.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"OECD DAC CRS Purpose Codes (5 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 5-digit purpose code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"OECD DAC CRS Purpose Codes (5 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 5-digit purpose code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"OECD DAC CRS Purpose Codes (3 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 3-digit purpose code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"OECD DAC CRS Purpose Codes (3 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 3-digit purpose code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Classification of the Functions of Government (UN)"), _(u"The sector reported corresponds to the UN Classification of the Functions of Government (CoFoG)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Classification of the Functions of Government (UN)"), _(u"The sector reported corresponds to the UN Classification of the Functions of Government (CoFoG)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Statistical classification of economic activities in the European Community"), _(u"The sector reported corresponds to the statistical classifications of economic activities in the European Community")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Statistical classification of economic activities in the European Community"), _(u"The sector reported corresponds to the statistical classifications of economic activities in the European Community")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"National Taxonomy for Exempt Entities (USA)"), _(u"The sector reported corresponds to the National Taxonomy for Exempt Entities (NTEE) - USA")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"National Taxonomy for Exempt Entities (USA)"), _(u"The sector reported corresponds to the National Taxonomy for Exempt Entities (NTEE) - USA")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("6", _(u"AidData"), _(u"The sector reported corresponds to AidData classifications")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("6", _(u"AidData"), _(u"The sector reported corresponds to AidData classifications")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("7", _(u"SDG Goal"), _(u"A value from the top-level list of UN sustainable development goals (SDGs) (e.g. ‘1’)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("7", _(u"SDG Goal"), _(u"A value from the top-level list of UN sustainable development goals (SDGs) (e.g. ‘1’)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("8", _(u"SDG Target"), _(u"A value from the second-level list of UN sustainable development goals (SDGs) (e.g. ‘1.1’)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("8", _(u"SDG Target"), _(u"A value from the second-level list of UN sustainable development goals (SDGs) (e.g. ‘1.1’)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("9", _(u"SDG Indicator"), _(u"A value from the second-level list of UN sustainable development (SDG) indicators")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("9", _(u"SDG Indicator"), _(u"A value from the second-level list of UN sustainable development (SDG) indicators")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("10", _(u"Humanitarian Global Clusters (Inter-Agency Standing Committee)"), _(u"The sector reported corresponds to an Inter-Agency Standard Committee Humanitarian Global Cluster code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("10", _(u"Humanitarian Global Clusters (Inter-Agency Standing Committee)"), _(u"The sector reported corresponds to an Inter-Agency Standard Committee Humanitarian Global Cluster code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("11", _(u"North American Industry Classification System (NAICS)"), _(u"The sector reported corresponds to the NAICS codelist")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("11", _(u"North American Industry Classification System (NAICS)"), _(u"The sector reported corresponds to the NAICS codelist")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("99", _(u"Reporting Organisation"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("99", _(u"Reporting Organisation"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("98", _(u"Reporting Organisation 2"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity (if they are referencing more than one)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("98", _(u"Reporting Organisation 2"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity (if they are referencing more than one)")), /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label = ValidXMLCharField(_('label'), max_length=30, unique=True, db_index=True) /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget item label') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget item labels') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='budget_items') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). BudgetItemLabel, on_delete=models.CASCADE, verbose_name=_('budget item'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the budget item(s) to indicate how the project budget is divided. ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). max_length=30, null=True, blank=True, verbose_name=_('other label extra info'), /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter a description for an "other" budget item.'), /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('budget item value'), max_digits=14, decimal_places=2, null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the amount of budget that is set aside for this specific budget item. ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('budget type'), blank=True, max_length=1, choices=codelist_choices(BUDGET_TYPE), /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select whether this is an original or revised budget of the project.') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('budget item period start'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the start date (DD/MM/YYYY) for the budget period.') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('budget item period end'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the end date (DD/MM/YYYY) for the budget period.') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('budget item value date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the date (DD/MM/YYYY) to be used for determining the exchange rate for ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). currency = ValidXMLCharField(_('currency'), max_length=3, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('status'), max_length=1, blank=True, choices=codelist_choices(BUDGET_STATUS), /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The status explains whether the budget being reported is indicative or has ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget item') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget items') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='country_budget_items') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('country budget item'), max_length=10, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This item encodes the alignment of activities with both the functional and ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('country budget item description'), max_length=100, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('country budget item percentage'), blank=True, null=True, max_digits=4, decimal_places=1, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If more than one identifier is reported, the percentage share must be ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('country budget item') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('country budget items') /var/akvo/rsr/code/akvo/rsr/models/country.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = ValidXMLCharField(_('country name'), max_length=50, unique=True, db_index=True) /var/akvo/rsr/code/akvo/rsr/models/country.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('ISO 3166 code'), max_length=2, unique=True, db_index=True, choices=ISO_3166_COUNTRIES /var/akvo/rsr/code/akvo/rsr/models/country.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). continent = ValidXMLCharField(_('continent name'), max_length=20, db_index=True) /var/akvo/rsr/code/akvo/rsr/models/country.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('continent code'), max_length=2, db_index=True, choices=CONTINENTS /var/akvo/rsr/code/akvo/rsr/models/country.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('country') /var/akvo/rsr/code/akvo/rsr/models/country.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('countries') /var/akvo/rsr/code/akvo/rsr/models/country.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='recipient_countries' /var/akvo/rsr/code/akvo/rsr/models/country.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('recipient country'), blank=True, max_length=2, choices=codelist_choices(COUNTRY, show_code=False), /var/akvo/rsr/code/akvo/rsr/models/country.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The country that benefits from the project.') /var/akvo/rsr/code/akvo/rsr/models/country.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('recipient country percentage'), blank=True, null=True, max_digits=4, decimal_places=1, /var/akvo/rsr/code/akvo/rsr/models/country.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The percentage of total commitments or total activity budget allocated to ' /var/akvo/rsr/code/akvo/rsr/models/country.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('recipient country description'), blank=True, max_length=50, /var/akvo/rsr/code/akvo/rsr/models/country.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter additional information about the recipient country, if necessary.') /var/akvo/rsr/code/akvo/rsr/models/country.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('recipient country') /var/akvo/rsr/code/akvo/rsr/models/country.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('recipient countries') /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (1, _('01 - General information')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (2, _('02 - Contact information')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (3, _('03 - Project partners')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (4, _('04 - Project descriptions')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (5, _('05 - Results and indicators')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (6, _('06 - Finance')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (7, _('07 - Project locations')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (8, _('08 - Project focus')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (9, _('09 - Links and documents')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (10, _('10 - Project comments')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('text', _('Text')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('boolean', _('Checkbox')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('dropdown', _('Dropdown')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='custom_fields') /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('admin section'), choices=SECTIONS, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the section of the admin where the custom field should be displayed') /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('maximum characters'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Set the maximum amount of characters that the user is allowed to fill in. ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('help text'), max_length=1000, blank=True, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The help text to be displayed with the field in the admin. Leave empty if ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). value = ValidXMLTextField(_('value'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). mandatory = models.BooleanField(_('mandatory'), default=False, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Indicate whether this field is mandatory or not')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('order'), help_text=_('The order of the fields as they will be displayed in the ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('order'), help_text=_('The order of the fields as they will be displayed in the ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('type'), max_length=20, choices=TYPES, default='text', /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the type of custom field. Text will show a text area in the project ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). dropdown_options = JSONField(_('dropdown options'), null=True, blank=True) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). dropdown_selection = JSONField(_('dropdown selection'), null=True, blank=True) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (1, _('01 - General information')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (2, _('02 - Contact information')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (3, _('03 - Project partners')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (4, _('04 - Project descriptions')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (5, _('05 - Results and indicators')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (6, _('06 - Finance')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (7, _('07 - Project locations')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (8, _('08 - Project focus')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (9, _('09 - Links and documents')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (10, _('10 - Project comments')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('text', _('Text')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('boolean', _('Checkbox')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('dropdown', _('Dropdown')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', on_delete=models.CASCADE, verbose_name=_('organisation'), related_name='custom_fields' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('admin section'), choices=SECTIONS, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the section of the admin where the custom field should be displayed') /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('maximum characters'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Set the maximum amount of characters that the user is allowed to fill in. ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('help text'), max_length=1000, blank=True, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The help text to be displayed with the field in the admin. Leave empty if ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). mandatory = models.BooleanField(_('mandatory'), default=False, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Indicate whether this field is mandatory or not')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('order'), help_text=_('The order of the fields as they will be displayed in the ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('order'), help_text=_('The order of the fields as they will be displayed in the ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('type'), max_length=20, choices=TYPES, default='text', /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the type of custom field. Text will show a text area in the project ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). dropdown_options = JSONField(_('dropdown options'), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('List of options for the dropdown fields. ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('show in searchbar'), default=False, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Indicate whether this field is show in the partner site search bar')) /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms rate 1'), blank=True, null=True, max_digits=5, decimal_places=2, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Interest Rate. If an ODA loan with variable interest rate, report the ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms rate 2'), blank=True, null=True, max_digits=5, decimal_places=2, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Second Interest Rate. If an ODA loan with variable interest rate, report the ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms repayment type'), max_length=1, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('An IATI codelist tabulating CRS-specified values for the type of Repayment. ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms repayment plan'), max_length=2, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('An IATI codelist tabulating CRS-specified values for the number of ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms commitment date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The CRS++ reported commitment date.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms first repayment date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The CRS++ reported first repayment date.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms final repayment date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The CRS++ reported final repayment date.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status year'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('CRS reporting year (CRS++ Column 1).') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status currency'), blank=True, max_length=3, choices=codelist_choices(CURRENCY) /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status value date'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the specific date (DD/MM/YYYY) for the loan status values.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status interest received'), max_digits=10, decimal_places=2, blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Interest received during the reporting year.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:81: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status principal outstanding'), max_digits=10, decimal_places=2, blank=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). null=True, help_text=_('The amount of principal owed on the loan at the end of the ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status principal arrears'), max_digits=10, decimal_places=2, blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Arrears of principal at the end of the year. Included in principal ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status interest arrears'), max_digits=10, decimal_places=2, blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Arrears of interest at the end of the year.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('channel code'), blank=True, max_length=5, choices=codelist_choices(C_R_S_CHANNEL_CODE), /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The CRS channel code for this activity. The codelist contains both ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('CRS reporting') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('CRS reporting') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('code'), max_length=1, choices=codelist_choices(C_R_S_ADD_OTHER_FLAGS), /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('An IATI code describing the equivalent CRS++ columns. See the ' /var/akvo/rsr/code/akvo/rsr/models/result/result.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('aggregation status'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/result/result.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Indicate whether the data in the result set can be accumulated.') /var/akvo/rsr/code/akvo/rsr/models/result/result.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('result description'), blank=True, max_length=2000, /var/akvo/rsr/code/akvo/rsr/models/result/result.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('You can provide further information of the result here.') /var/akvo/rsr/code/akvo/rsr/models/result/result.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The parent result of this result.'), /var/akvo/rsr/code/akvo/rsr/models/result/result.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). order = models.PositiveSmallIntegerField(_('result order'), null=True, blank=True) /var/akvo/rsr/code/akvo/rsr/models/result/result.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('result') /var/akvo/rsr/code/akvo/rsr/models/result/result.py:179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('results') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Implementing partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Funding partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Sponsor partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Accountable partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Extending partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Funding partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Accountable partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Extending partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Implementing partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Sponsor partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Reporting organisation'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Alliance'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Knowledge'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Network') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:99: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', on_delete=models.CASCADE, verbose_name=_('organisation'), related_name='partnerships', null=True, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select an organisation that is taking an active role in the project.') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='partnerships') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('organisation role'), choices=IATI_ROLES, db_index=True, null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the role of the organisation within the project:
' /var/akvo/rsr/code/akvo/rsr/models/partnership.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('secondary reporter'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_( /var/akvo/rsr/code/akvo/rsr/models/partnership.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('funding amount'), max_digits=14, decimal_places=2, blank=True, null=True, db_index=True, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('It’s only possible to indicate a funding amount for funding partners. Use a ' /var/akvo/rsr/code/akvo/rsr/models/partnership.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('partner type extra'), max_length=30, blank=True, null=True, choices=PARTNER_TYPE_EXTRAS, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('RSR specific partner type.') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('IATI activity ID'), max_length=100, blank=True, null=True, db_index=True, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('A valid activity identifier published by the participating organisation ' /var/akvo/rsr/code/akvo/rsr/models/partnership.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Internal ID'), max_length=75, blank=True, null=True, db_index=True, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This field can be used to indicate an internal identifier that is used by ' /var/akvo/rsr/code/akvo/rsr/models/partnership.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_( /var/akvo/rsr/code/akvo/rsr/models/partnership.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('related IATI activity ID'), max_length=100, blank=True /var/akvo/rsr/code/akvo/rsr/models/partnership.py:187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project partner') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project partners') /var/akvo/rsr/code/akvo/rsr/models/project_update.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('W', _('web')), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('E', _('e-mail')), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('S', _('SMS')), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('M', _('mobile')), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name=_('project')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). user = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE, verbose_name=_('user')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). title = ValidXMLCharField(_('title'), max_length=1024, db_index=True, /var/akvo/rsr/code/akvo/rsr/models/project_update.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('1024 characters')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). text = ValidXMLTextField(_('text'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The language of the update')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). event_date = models.DateField(help_text=_('The date of the corresponding event'), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name=_('event date'), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). photo = ImageField(_('photo'), blank=True, upload_to=image_path, /var/akvo/rsr/code/akvo/rsr/models/project_update.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The image should have 4:3 height:width ratio for best ' /var/akvo/rsr/code/akvo/rsr/models/project_update.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). photo_caption = ValidXMLTextField(_('photo caption'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). photo_credit = ValidXMLTextField(_('photo credit'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). video = EmbedVideoField(_('video URL'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_update.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Supported providers: YouTube and Vimeo')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). video_caption = ValidXMLTextField(_('video caption'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). video_credit = ValidXMLTextField(_('video credit'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). update_method = ValidXMLCharField(_('update method'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/project_update.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). user_agent = ValidXMLCharField(_('user agent'), blank=True, max_length=200, default='') /var/akvo/rsr/code/akvo/rsr/models/project_update.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). uuid = ValidXMLCharField(_('uuid'), blank=True, max_length=40, default='', db_index=True, /var/akvo/rsr/code/akvo/rsr/models/project_update.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Universally unique ID set by creating user agent')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). notes = ValidXMLTextField(verbose_name=_("Notes and comments"), blank=True, default='') /var/akvo/rsr/code/akvo/rsr/models/project_update.py:69: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project update') /var/akvo/rsr/code/akvo/rsr/models/project_update.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project updates') /var/akvo/rsr/code/akvo/rsr/models/project_update.py:113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). photo = ImageField(_('photo'), upload_to=update_image_path, help_text=_( /var/akvo/rsr/code/akvo/rsr/models/project_update.py:113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). photo = ImageField(_('photo'), upload_to=update_image_path, help_text=_( /var/akvo/rsr/code/akvo/rsr/models/project_update.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). caption = ValidXMLTextField(_('photo caption'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). credit = ValidXMLTextField(_('photo credit'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = CharField(_('name'), max_length=255) /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = TextField(_('description'), max_length=5000) /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project editor validation set') /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project editor validation sets') /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Mandatory'), /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Hidden'), /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ProjectEditorValidationSet, on_delete=models.CASCADE, verbose_name=_('validation set'), related_name='validations' /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). validation = CharField(_('validation'), max_length=255) /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). action = PositiveSmallIntegerField(_('action'), choices=ACTIONS, db_index=True) /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project editor validation') /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project editor validations') /var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_UNPUBLISHED, _('Unpublished')), /var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_PUBLISHED, _('Published')), /var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('publishing status') /var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('publishing statuses') /var/akvo/rsr/code/akvo/rsr/models/related_project.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('related project iati identifier'), max_length=100, blank=True, /var/akvo/rsr/code/akvo/rsr/models/related_project.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('In case you know the IATI identifier of a project that does not exist in ' /var/akvo/rsr/code/akvo/rsr/models/related_project.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('relation'), max_length=1, choices=codelist_choices(RELATED_ACTIVITY_TYPE), blank=True, /var/akvo/rsr/code/akvo/rsr/models/related_project.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The relationship between a project and related project. There are five types ' /var/akvo/rsr/code/akvo/rsr/models/related_project.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('related project') /var/akvo/rsr/code/akvo/rsr/models/related_project.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('related projects') /var/akvo/rsr/code/akvo/rsr/models/related_project.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). message = _('A project can have only one parent.') /var/akvo/rsr/code/akvo/rsr/models/related_project.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). message = _("Cannot change a project's parent after importing results.") /var/akvo/rsr/code/akvo/rsr/models/project.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (1, _('Core Activity')), /var/akvo/rsr/code/akvo/rsr/models/project.py:79: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (2, _('Sub Activity')), /var/akvo/rsr/code/akvo/rsr/models/project.py:80: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (3, _('Lower Sub Activity')) /var/akvo/rsr/code/akvo/rsr/models/project.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('de', _('German')), /var/akvo/rsr/code/akvo/rsr/models/project.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('en', _('English')), /var/akvo/rsr/code/akvo/rsr/models/project.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('es', _('Spanish')), /var/akvo/rsr/code/akvo/rsr/models/project.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('fr', _('French')), /var/akvo/rsr/code/akvo/rsr/models/project.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('nl', _('Dutch')), /var/akvo/rsr/code/akvo/rsr/models/project.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('ru', _('Russian')) /var/akvo/rsr/code/akvo/rsr/models/project.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('period', _('Period')), /var/akvo/rsr/code/akvo/rsr/models/project.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('indicator', _('Indicator')), /var/akvo/rsr/code/akvo/rsr/models/project.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('both', _('Both')) /var/akvo/rsr/code/akvo/rsr/models/project.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_NEEDS_FUNDING, _('Needs funding')), /var/akvo/rsr/code/akvo/rsr/models/project.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_ACTIVE, _('Active')), /var/akvo/rsr/code/akvo/rsr/models/project.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_COMPLETE, _('Complete')), /var/akvo/rsr/code/akvo/rsr/models/project.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_CANCELLED, _('Cancelled')), /var/akvo/rsr/code/akvo/rsr/models/project.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_ARCHIVED, _('Archived')), /var/akvo/rsr/code/akvo/rsr/models/project.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). title = ValidXMLCharField(_('project title'), max_length=200, db_index=True, blank=True) /var/akvo/rsr/code/akvo/rsr/models/project.py:148: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). subtitle = ValidXMLCharField(_('project subtitle'), max_length=200, blank=True) /var/akvo/rsr/code/akvo/rsr/models/project.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('status'), max_length=1, choices=STATUSES, db_index=True, default=STATUS_NONE /var/akvo/rsr/code/akvo/rsr/models/project.py:153: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('status'), max_length=1, choices=(codelist_choices(ACTIVITY_STATUS)), db_index=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('There are six different project statuses:
' /var/akvo/rsr/code/akvo/rsr/models/project.py:168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Category', verbose_name=_('categories'), related_name='projects', blank=True /var/akvo/rsr/code/akvo/rsr/models/project.py:171: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', verbose_name=_('partners'), through='Partnership', related_name='projects', /var/akvo/rsr/code/akvo/rsr/models/project.py:175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('summary of project plan'), max_length=2000, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:176: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter a brief summary, try to restrict the number of characters to 400 in ' /var/akvo/rsr/code/akvo/rsr/models/project.py:187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('photo'), blank=True, upload_to=image_path, /var/akvo/rsr/code/akvo/rsr/models/project.py:188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Add your project photo here. You can only add one photo. If you have more, ' /var/akvo/rsr/code/akvo/rsr/models/project.py:194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('photo caption'), blank=True, max_length=60, /var/akvo/rsr/code/akvo/rsr/models/project.py:195: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Briefly describe who or what you see in the photo.') /var/akvo/rsr/code/akvo/rsr/models/project.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('photo credit'), blank=True, max_length=60, /var/akvo/rsr/code/akvo/rsr/models/project.py:199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter who took the photo.') /var/akvo/rsr/code/akvo/rsr/models/project.py:203: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('goals overview'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Provide a brief description of the overall project goals. For links and ' /var/akvo/rsr/code/akvo/rsr/models/project.py:209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('baseline situation'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Describe the situation at the start of the project. For links and styling of ' /var/akvo/rsr/code/akvo/rsr/models/project.py:215: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('project plan'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Detailed information about the implementation of the project: the what, how, ' /var/akvo/rsr/code/akvo/rsr/models/project.py:222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sustainability'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Describe how you aim to guarantee sustainability of the project until 10 ' /var/akvo/rsr/code/akvo/rsr/models/project.py:232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('background'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This should describe the geographical, political, environmental, social ' /var/akvo/rsr/code/akvo/rsr/models/project.py:240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('target group'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:241: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This should include information about the people, organisations or resources ' /var/akvo/rsr/code/akvo/rsr/models/project.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Aggregate results data from child projects'), default=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('By selecting this option, the results data of child projects will be aggregated to this project. ' /var/akvo/rsr/code/akvo/rsr/models/project.py:255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Aggregate results data to parent project'), default=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('By selecting this option, the results data of this project will be aggregated ' /var/akvo/rsr/code/akvo/rsr/models/project.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('is rsr impact project'), default=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:263: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Determines whether the results framework is active for this project.') /var/akvo/rsr/code/akvo/rsr/models/project.py:268: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('is public project'), default=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:269: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Determines whether this project is a public project.') /var/akvo/rsr/code/akvo/rsr/models/project.py:275: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the language used when entering the details for this project.') /var/akvo/rsr/code/akvo/rsr/models/project.py:278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('project comments'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:279: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The project comments are only for internal use and will not be displayed ' /var/akvo/rsr/code/akvo/rsr/models/project.py:283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Keyword', verbose_name=_('keyword'), related_name='projects', blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Choose a keyword to link to this project.') /var/akvo/rsr/code/akvo/rsr/models/project.py:288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Which project attributes that has a target value') /var/akvo/rsr/code/akvo/rsr/models/project.py:293: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('currency'), choices=CURRENCY_CHOICES, max_length=3, default='EUR', /var/akvo/rsr/code/akvo/rsr/models/project.py:294: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The default currency for this project. Used in all financial ' /var/akvo/rsr/code/akvo/rsr/models/project.py:298: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('start date (planned)'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:299: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the original start date of the project (DD/MM/YYYY).') /var/akvo/rsr/code/akvo/rsr/models/project.py:302: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('start date (actual)'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:303: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the actual start date of the project (DD/MM/YYYY).') /var/akvo/rsr/code/akvo/rsr/models/project.py:306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('end date (planned)'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:307: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the original end date of the project (DD/MM/YYYY).') /var/akvo/rsr/code/akvo/rsr/models/project.py:310: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('end date (actual)'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:311: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the actual end date of the project (DD/MM/YYYY).') /var/akvo/rsr/code/akvo/rsr/models/project.py:320: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('donate url'), null=True, blank=True, max_length=200, /var/akvo/rsr/code/akvo/rsr/models/project.py:321: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Add a donation url for this project. If no URL is added, it is not possible ' /var/akvo/rsr/code/akvo/rsr/models/project.py:328: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The total sum of donations the project has already recieved.') /var/akvo/rsr/code/akvo/rsr/models/project.py:333: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('IATI identifier'), max_length=100, blank=True, db_index=True, null=True, unique=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:334: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is a globally unique identifier for this activity. It is a requirement ' /var/akvo/rsr/code/akvo/rsr/models/project.py:345: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('hierarchy'), null=True, blank=True, choices=HIERARCHY_OPTIONS, /var/akvo/rsr/code/akvo/rsr/models/project.py:346: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If you are reporting multiple levels of projects in RSR, you can specify ' /var/akvo/rsr/code/akvo/rsr/models/project.py:350: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('project scope'), blank=True, max_length=2, choices=codelist_choices(ACTIVITY_SCOPE), /var/akvo/rsr/code/akvo/rsr/models/project.py:351: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the geographical scope of the project.') /var/akvo/rsr/code/akvo/rsr/models/project.py:354: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('capital spend percentage'), blank=True, null=True, max_digits=4, decimal_places=1, /var/akvo/rsr/code/akvo/rsr/models/project.py:356: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The percentage of the total commitment allocated to or planned for capital ' /var/akvo/rsr/code/akvo/rsr/models/project.py:361: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('collaboration type'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/project.py:363: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the IATI identifier for the type of collaboration involved. For ' /var/akvo/rsr/code/akvo/rsr/models/project.py:369: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('default aid type vocabulary'), blank=True, max_length=1, default='1', /var/akvo/rsr/code/akvo/rsr/models/project.py:371: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the IATI identifier for the type of vocabulary being used for ' /var/akvo/rsr/code/akvo/rsr/models/project.py:378: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('default aid type'), /var/akvo/rsr/code/akvo/rsr/models/project.py:380: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the IATI identifier for the type of aid being supplied or activity ' /var/akvo/rsr/code/akvo/rsr/models/project.py:388: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('default finance type'), blank=True, max_length=3, /var/akvo/rsr/code/akvo/rsr/models/project.py:390: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the IATI identifier for the type of finance. This element specifies ' /var/akvo/rsr/code/akvo/rsr/models/project.py:397: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('default flow type'), blank=True, max_length=2, choices=codelist_choices(FLOW_TYPE), /var/akvo/rsr/code/akvo/rsr/models/project.py:398: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the IATI identifier for how the activity (project) is funded. For ' /var/akvo/rsr/code/akvo/rsr/models/project.py:404: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('default tied status'), blank=True, max_length=10, choices=codelist_choices(TIED_STATUS), /var/akvo/rsr/code/akvo/rsr/models/project.py:405: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This element specifies a default for all the activity’s financial ' /var/akvo/rsr/code/akvo/rsr/models/project.py:412: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('country budget vocabulary'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/project.py:414: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter an IATI code for the common functional classification or country ' /var/akvo/rsr/code/akvo/rsr/models/project.py:422: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('humanitarian project'), null=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:423: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Determines whether this project relates entirely or partially to humanitarian aid.'), /var/akvo/rsr/code/akvo/rsr/models/project.py:428: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'ProjectEditorValidationSet', verbose_name=_('validations'), related_name='projects' /var/akvo/rsr/code/akvo/rsr/models/project.py:432: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name=_(u"use project roles"), /var/akvo/rsr/code/akvo/rsr/models/project.py:434: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_(u'Toggle between using project roles and employment based permissions')) /var/akvo/rsr/code/akvo/rsr/models/project.py:437: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name=_(u"run iati checks"), /var/akvo/rsr/code/akvo/rsr/models/project.py:439: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_(u'Flag to indicate that the project has pending IATI checks to be run') /var/akvo/rsr/code/akvo/rsr/models/project.py:444: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('project budget'), max_digits=14, decimal_places=2, blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:461: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project') /var/akvo/rsr/code/akvo/rsr/models/project.py:462: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('projects') /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (LOG_ENTRY_TYPE.ACTION_CREATE, _('create')), /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (LOG_ENTRY_TYPE.ACTION_UPDATE, _('update')) /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Project', on_delete=models.SET_NULL, verbose_name=_('project'), related_name='iati_project_imports', null=True) /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). activity_xml = models.TextField(verbose_name=_('activity xml')) /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). max_length=40, verbose_name=_('sha1 hexadecimal digest of the activity XML'), blank=True, ) /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). iati_identifier = models.CharField(max_length=100, verbose_name=_('IATI activity ID')) /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('IATI activity import') /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('IATI activity imports') /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). STATUS_PENDING: _('pending'), /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). STATUS_IN_PROGRESS: _('in progress'), /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). STATUS_COMPLETED: _('completed'), /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). STATUS_CANCELLED: _('cancelled') /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', on_delete=models.CASCADE, verbose_name=_('reporting organisation'), related_name='iati_exports' /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). settings.AUTH_USER_MODEL, on_delete=models.CASCADE, verbose_name=_('user'), related_name='iati_exports' /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). projects = models.ManyToManyField('Project', verbose_name=_('projects')) /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). version = ValidXMLCharField(_('version'), max_length=4, default='2.03') /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). status = models.PositiveSmallIntegerField(_('status'), default=STATUS_PENDING) /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). iati_file = models.FileField(_('IATI file'), blank=True, upload_to=file_path) /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). latest = models.BooleanField(_('latest'), default=False) /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('IATI export') /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('IATI exports') /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='policy_markers' /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('policy marker'), blank=True, max_length=25, choices=codelist_choices(POLICY_MARKER), /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('A policy or theme addressed by the activity, based on DAC policy markers. ' /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('policy marker significance'), max_length=2, blank=True, /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Each reported marker must contain the significance of the policy marker for ' /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). vocabulary = ValidXMLCharField(_('vocabulary'), blank=True, max_length=5, /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). vocabulary_uri = ValidXMLCharField(_('vocabulary URI'), blank=True, max_length=1000, /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If the vocabulary is 99 (reporting ' /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = ValidXMLCharField(_('policy marker description'), max_length=255, blank=True) /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('policy marker') /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('policy markers') /var/akvo/rsr/code/akvo/rsr/models/sector.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='sectors') /var/akvo/rsr/code/akvo/rsr/models/sector.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sector code'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/sector.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('It is possible to specify a variety of sector codes, based on the selected ' /var/akvo/rsr/code/akvo/rsr/models/sector.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sector description'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/sector.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Optionally enter a description.') /var/akvo/rsr/code/akvo/rsr/models/sector.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sector vocabulary'), blank=True, max_length=5, /var/akvo/rsr/code/akvo/rsr/models/sector.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the code for the vocabulary used to describe the sector. Sectors ' /var/akvo/rsr/code/akvo/rsr/models/sector.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sector vocabulary URI'), blank=True, max_length=1000, /var/akvo/rsr/code/akvo/rsr/models/sector.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If the vocabulary is 99 (reporting organisation), the URI where this ' /var/akvo/rsr/code/akvo/rsr/models/sector.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sector percentage'), blank=True, null=True, max_digits=4, decimal_places=1, /var/akvo/rsr/code/akvo/rsr/models/sector.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Percentages should add up to 100%% of the activity being reported if they are ' /var/akvo/rsr/code/akvo/rsr/models/sector.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('sector') /var/akvo/rsr/code/akvo/rsr/models/sector.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('sectors') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='contacts') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact type'), blank=True, max_length=1, choices=codelist_choices(CONTACT_TYPE), /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('What types of enquiries this contact person is best-placed to handle.') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact name'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Please enter the name of the contact person for this project.') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). email = models.EmailField(_('contact email'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('job title'), max_length=100, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Job title of the contact person.') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact organisation'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The organisation that the contact person works for.') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact phone number'), blank=True, max_length=30, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Contact number for the contact person. Avoid giving personal contact ' /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact address'), max_length=255, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Address of the contact person. Avoid giving personal contact details.') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). state = ValidXMLCharField(_('state'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('(100 characters)')) /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). country = models.ForeignKey('Country', on_delete=models.CASCADE, blank=True, null=True, verbose_name=_('country'), /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). department = ValidXMLCharField(_('department'), blank=True, max_length=100) /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact website'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The contact web address, if available. The web address should start with ' /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('contact') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('contacts') /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='conditions') /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('condition'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The text of a specific condition attached to the Project. Organisation-wide ' /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('condition type'), blank=True, max_length=1, choices=codelist_choices(CONDITION_TYPE), /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Condition type – e.g. policy, performance.
' /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('condition') /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('conditions') /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('planned disbursement value'), null=True, blank=True, max_digits=14, decimal_places=2, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This should only be used to report specific planned cash transfers. Use a ' /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('planned disbursement value date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the specific date (DD/MM/YYYY) for the planned disbursement value.')) /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). currency = ValidXMLCharField(_('currency'), blank=True, max_length=3, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). updated = models.DateField(_('updated'), null=True, blank=True) /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('planned disbursement period start'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The exact date of the planned disbursement OR the starting date for the ' /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('planned disbursement period end'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the end date (DD/MM/YYYY) for the disbursement period.')) /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). type = ValidXMLCharField(_('planned disbursement type'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', verbose_name=_('provider organisation'), /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('provider organisation activity id'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If incoming funds are being provided from the budget of another activity ' /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', verbose_name=_('receiver organisation'), /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('receiver organisation activity id'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The internal identifier used by the receiver organisation for its activity ' /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('planned disbursement') /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('planned disbursements') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='transactions') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction reference'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter a reference for the transaction (eg. transaction number).') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction aid type vocabulary'), blank=True, max_length=1, default='1', /var/akvo/rsr/code/akvo/rsr/models/transaction.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the type of vocabulary being used to describe the aid type ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction aid type'), blank=True, max_length=3, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the type of aid being supplied. For reference, please visit: ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction description'), max_length=255, blank=True, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter additional information for the transaction, if necessary.') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction disbursement channel'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the channel through which the funds will flow for this transaction, ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction finance type'), max_length=3, blank=True, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('For reference, please visit: ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction flow type'), max_length=2, blank=True, choices=codelist_choices(FLOW_TYPE), /var/akvo/rsr/code/akvo/rsr/models/transaction.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('For reference, please visit: ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction tied status'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Whether the aid is untied, tied, or partially tied. For reference visit ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction date'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the financial reporting date that the transaction was/will be ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction type'), blank=True, max_length=2, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the type of the transaction (e.g. commitment, disbursement, ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction value'), blank=True, null=True, max_digits=14, decimal_places=2, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the transaction amount. Use a period to denote decimals.') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction value date'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The date to be used for determining the exchange rate for currency ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('currency'), blank=True, max_length=3, choices=codelist_choices(CURRENCY) /var/akvo/rsr/code/akvo/rsr/models/transaction.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', verbose_name=_('provider organisation'), /var/akvo/rsr/code/akvo/rsr/models/transaction.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('provider organisation activity id'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If incoming funds are being provided from the budget of another activity ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', verbose_name=_('receiver organisation'), /var/akvo/rsr/code/akvo/rsr/models/transaction.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('receiver organisation activity id'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The internal identifier used by the receiver organisation for its activity ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction recipient country'), blank=True, max_length=2, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the country that will benefit from this transaction. It can only be ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction recipient region'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the supranational geopolitical region (a geographical or ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('recipient region vocabulary'), blank=True, max_length=2, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('recipient region vocabulary URI'), blank=True, max_length=1000, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If the vocabulary is 99 (reporting organisation), the URI where this ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('humanitarian transaction'), /var/akvo/rsr/code/akvo/rsr/models/transaction.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Determines whether this transaction relates entirely or partially to humanitarian aid.'), /var/akvo/rsr/code/akvo/rsr/models/transaction.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('transaction') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('transactions') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Transaction', on_delete=models.CASCADE, verbose_name=_('transaction'), related_name='sectors' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction sector'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('A recognised code, from a recognised vocabulary, classifying the purpose of ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). text = ValidXMLCharField(_('transaction sector description'), blank=True, max_length=100) /var/akvo/rsr/code/akvo/rsr/models/transaction.py:264: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction sector vocabulary'), blank=True, max_length=5, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('An IATI code for the vocabulary (codelist) used for sector classifications. ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction sector vocabulary URI'), blank=True, max_length=1000, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:271: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If the vocabulary is 99 (reporting organisation), the URI where this ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:305: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('transaction sector') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('transaction sectors') /var/akvo/rsr/code/akvo/rsr/models/link.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (LINK_AKVOPEDIA, _('Akvopedia entry')), /var/akvo/rsr/code/akvo/rsr/models/link.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (LINK_EXTRNAL, _('External link')), /var/akvo/rsr/code/akvo/rsr/models/link.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). kind = ValidXMLCharField(_('kind'), max_length=1, choices=LINK_KINDS, default='E') /var/akvo/rsr/code/akvo/rsr/models/link.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('link url'), /var/akvo/rsr/code/akvo/rsr/models/link.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the link to an external website you wish to redirect to from your ' /var/akvo/rsr/code/akvo/rsr/models/link.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('link caption'), max_length=50, blank=True, help_text=_('Enter a name for the link.') /var/akvo/rsr/code/akvo/rsr/models/link.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('link caption'), max_length=50, blank=True, help_text=_('Enter a name for the link.') /var/akvo/rsr/code/akvo/rsr/models/link.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='links') /var/akvo/rsr/code/akvo/rsr/models/link.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('link') /var/akvo/rsr/code/akvo/rsr/models/link.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('links') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, related_name='documents', verbose_name=_('project')) /var/akvo/rsr/code/akvo/rsr/models/project_document.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document url'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_document.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the online location of your document. The URL should start with ' /var/akvo/rsr/code/akvo/rsr/models/project_document.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document'), blank=True, upload_to=document_path, /var/akvo/rsr/code/akvo/rsr/models/project_document.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('You can upload a document to your project. To upload multiple documents, ' /var/akvo/rsr/code/akvo/rsr/models/project_document.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document format'), max_length=85, blank=True, choices=codelist_choices(FILE_FORMAT), /var/akvo/rsr/code/akvo/rsr/models/project_document.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This provides the code for the Internet Media Type ("MIME type") of the ' /var/akvo/rsr/code/akvo/rsr/models/project_document.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document title'), max_length=100, blank=True, default=_('Untitled document'), /var/akvo/rsr/code/akvo/rsr/models/project_document.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document title'), max_length=100, blank=True, default=_('Untitled document'), /var/akvo/rsr/code/akvo/rsr/models/project_document.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the title of your document.') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('title language'), max_length=2, blank=True, choices=codelist_choices(LANGUAGE), /var/akvo/rsr/code/akvo/rsr/models/project_document.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the language of the document title.') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document language'), max_length=2, blank=True, choices=codelist_choices(LANGUAGE), /var/akvo/rsr/code/akvo/rsr/models/project_document.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the language that the document is written in.') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_document.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the date (DD/MM/YYYY) to be used for the production or publishing date ' /var/akvo/rsr/code/akvo/rsr/models/project_document.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project document') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project documents') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name=_('document')) /var/akvo/rsr/code/akvo/rsr/models/project_document.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = ValidXMLCharField(_('document category'), max_length=3, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_document.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The description of the type of content contained ' /var/akvo/rsr/code/akvo/rsr/models/project_document.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project document category') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project document categories') /var/akvo/rsr/code/akvo/rsr/models/location.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('latitude'), null=True, blank=True, db_index=True, default=None, /var/akvo/rsr/code/akvo/rsr/models/location.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Use a period to denote decimals.') /var/akvo/rsr/code/akvo/rsr/models/location.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('longitude'), null=True, blank=True, db_index=True, default=None, /var/akvo/rsr/code/akvo/rsr/models/location.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Use a period to denote decimals.') /var/akvo/rsr/code/akvo/rsr/models/location.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). city = ValidXMLCharField(_('city'), blank=True, max_length=255) /var/akvo/rsr/code/akvo/rsr/models/location.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). state = ValidXMLCharField(_('state'), blank=True, max_length=255) /var/akvo/rsr/code/akvo/rsr/models/location.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). address_1 = ValidXMLCharField(_('address 1'), max_length=255, blank=True) /var/akvo/rsr/code/akvo/rsr/models/location.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). address_2 = ValidXMLCharField(_('address 2'), max_length=255, blank=True) /var/akvo/rsr/code/akvo/rsr/models/location.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). postcode = ValidXMLCharField(_('postal code'), max_length=10, blank=True) /var/akvo/rsr/code/akvo/rsr/models/location.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). country = models.ForeignKey('Country', on_delete=models.SET_NULL, null=True, blank=True, verbose_name=_('country')) /var/akvo/rsr/code/akvo/rsr/models/location.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('country'), blank=True, max_length=2, choices=codelist_choices(COUNTRY, show_code=False), /var/akvo/rsr/code/akvo/rsr/models/location.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The country in which the organisation is located.') /var/akvo/rsr/code/akvo/rsr/models/location.py:112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('reference'), blank=True, max_length=50, /var/akvo/rsr/code/akvo/rsr/models/location.py:113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('An internal reference that describes the location in the reporting ' /var/akvo/rsr/code/akvo/rsr/models/location.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('code'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/location.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter a code to identify the region. Codes are based on DAC region codes. ' /var/akvo/rsr/code/akvo/rsr/models/location.py:127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). vocabulary = ValidXMLCharField(_('vocabulary'), blank=True, max_length=2, /var/akvo/rsr/code/akvo/rsr/models/location.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('name'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/location.py:131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The human-readable name for the location.') /var/akvo/rsr/code/akvo/rsr/models/location.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('location description'), blank=True, max_length=2000, /var/akvo/rsr/code/akvo/rsr/models/location.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This provides free text space for providing an additional description, if ' /var/akvo/rsr/code/akvo/rsr/models/location.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('activity description'), blank=True, max_length=2000, /var/akvo/rsr/code/akvo/rsr/models/location.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('A description that qualifies the activity taking place at the location. ' /var/akvo/rsr/code/akvo/rsr/models/location.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('location precision'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/location.py:149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Defines whether the location represents the most distinct point reasonably ' /var/akvo/rsr/code/akvo/rsr/models/location.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('reach'), blank=True, max_length=1, choices=codelist_choices(GEOGRAPHIC_LOCATION_REACH), /var/akvo/rsr/code/akvo/rsr/models/location.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Does this location describe where the activity takes place or where the ' /var/akvo/rsr/code/akvo/rsr/models/location.py:159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('class'), blank=True, max_length=1, choices=codelist_choices(GEOGRAPHIC_LOCATION_CLASS), /var/akvo/rsr/code/akvo/rsr/models/location.py:160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Does the location refer to a physical structure such as a building, a ' /var/akvo/rsr/code/akvo/rsr/models/location.py:168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('feature designation'), blank=True, max_length=5, /var/akvo/rsr/code/akvo/rsr/models/location.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('A more refined coded classification of the type of feature referred to by ' /var/akvo/rsr/code/akvo/rsr/models/location.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ProjectLocation._meta.get_field('country').help_text = _( /var/akvo/rsr/code/akvo/rsr/models/location.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'ProjectLocation', on_delete=models.CASCADE, verbose_name=_('location'), related_name='administratives' /var/akvo/rsr/code/akvo/rsr/models/location.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('administrative code'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/location.py:239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Coded identification of national and sub-national divisions according to ' /var/akvo/rsr/code/akvo/rsr/models/location.py:244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('administrative vocabulary'), blank=True, max_length=2, /var/akvo/rsr/code/akvo/rsr/models/location.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('For reference:
%s

' % _( /var/akvo/rsr/code/akvo/rsr/admin.py:512: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_("Username"), max_length=254, /var/akvo/rsr/code/akvo/rsr/admin.py:514: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_("Required. 254 characters or fewer. Letters, digits and " /var/akvo/rsr/code/akvo/rsr/admin.py:517: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'invalid': _("This value may contain only letters, numbers and " /var/akvo/rsr/code/akvo/rsr/admin.py:524: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_("Username"), max_length=254, regex=r"^[\w.@+-]+$", /var/akvo/rsr/code/akvo/rsr/admin.py:525: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_("Required. 254 characters or fewer. Letters, digits and " /var/akvo/rsr/code/akvo/rsr/admin.py:528: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'invalid': _("This value may contain only letters, numbers and " /var/akvo/rsr/code/akvo/rsr/admin.py:536: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Personal info'), {'fields': ('first_name', 'last_name')}), /var/akvo/rsr/code/akvo/rsr/admin.py:537: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Permissions'), { /var/akvo/rsr/code/akvo/rsr/admin.py:540: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Important dates'), {'fields': ('last_login', 'date_joined')}), /var/akvo/rsr/code/akvo/rsr/admin.py:621: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('General Information'), { /var/akvo/rsr/code/akvo/rsr/admin.py:624: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Content'), { /var/akvo/rsr/code/akvo/rsr/admin.py:627: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Image and video'), { /var/akvo/rsr/code/akvo/rsr/admin.py:666: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Project selection'), { /usr/local/lib/python3.8/site-packages/django/core/cache/__init__.py:44: RemovedInDjango41Warning: MemcachedCache is deprecated in favor of PyMemcacheCache and PyLibMCCache. return backend_cls(location, params) /var/akvo/rsr/code/akvo/rsr/feeds.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). title = _('Last 25 RSR project updates') /var/akvo/rsr/code/akvo/rsr/feeds.py:240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = _('Project updates for all Akvo RSR projects') /var/akvo/rsr/code/akvo/rsr/forms.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Email'), /var/akvo/rsr/code/akvo/rsr/forms.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Email')} /var/akvo/rsr/code/akvo/rsr/forms.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('First name'), /var/akvo/rsr/code/akvo/rsr/forms.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('First name')} /var/akvo/rsr/code/akvo/rsr/forms.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Last name'), /var/akvo/rsr/code/akvo/rsr/forms.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Last name')} /var/akvo/rsr/code/akvo/rsr/forms.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Password'), /var/akvo/rsr/code/akvo/rsr/forms.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Password')}, /var/akvo/rsr/code/akvo/rsr/forms.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Repeat password'), /var/akvo/rsr/code/akvo/rsr/forms.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Repeat password')}, /var/akvo/rsr/code/akvo/rsr/forms.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('First name'), /var/akvo/rsr/code/akvo/rsr/forms.py:205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('First name')} /var/akvo/rsr/code/akvo/rsr/forms.py:209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Last name'), /var/akvo/rsr/code/akvo/rsr/forms.py:212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Last name')} /var/akvo/rsr/code/akvo/rsr/forms.py:216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Password'), /var/akvo/rsr/code/akvo/rsr/forms.py:218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Password')}, /var/akvo/rsr/code/akvo/rsr/forms.py:223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Repeat password'), /var/akvo/rsr/code/akvo/rsr/forms.py:225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Repeat password')}, /var/akvo/rsr/code/akvo/rsr/views/translations.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related projects": _("Related projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Parent": _("Parent"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Child": _("Child"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sibling": _("Sibling"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Co-founded": _("Co-founded"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Third-party": _("Third-party"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another related project": _("Add another related project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "relation": _("Relation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project": _("Project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related project": _("Related RSR project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related project is not present in RSR": _("Related project is not present in RSR"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related project tooltip": _("Check this box if you would like to indicate a related project that is not present in RSR. Instead, you will be able to fill in the IATI activity ID of the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project photo": _("Project Photo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Uploading": _("Uploading"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Upload New Image": _("Upload New Image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Drag file here": _("Drag file here"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "or click to browse from computer": _("or click to browse from computer"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Photo": _("photo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project photo tooltip": _('Add your project photo here. You can only add one photo. If you have more, ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "optional": _("optional"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another contact": _("Add another contact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Contact": _("Contact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Yes": _("Yes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No": _("No"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another participating organisation": _("Add another participating organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Accountable partner": _("Accountable partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Extending partner": _("Extending partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Funding partner": _("Funding partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Implementing partner": _("Implementing partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting organisation": _("Reporting organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sponsor partner": _("Sponsor partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add description": _("Add description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another contact": _("Add another contact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Accountable partner": _("Accountable partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Extending partner": _("Extending partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Funding partner": _("Funding partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Implementing partner": _("Implementing partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting organisation": _("Reporting organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sponsor partner": _("Sponsor partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Yes": _("Yes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No": _("No"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another participating organisation": _("Add another participating organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add description": _("Add description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add result": _("Add result"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No results": _("No results"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Import the results framework from parent project": _("Import the results framework from parent project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Import results set": _("Import results set"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Copy the results framework from an existing project": _("Copy the results framework from an existing project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "optional": _("optional"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Identification": _("Identification"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Implementation": _("Implementation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:69: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Completion": _("Completion"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Post-completion": _("Post-completion"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Canceled": _("Canceled"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Suspended": _("Suspended"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bilateral": _("Bilateral"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multilateral (inflows)": _("Multilateral (inflows)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:75: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bilateral, core contributions to NGOs and other private bodies / PPPs": _("Bilateral, core contributions to NGOs and other private bodies / PPPs"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:76: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multilateral outflows": _("Multilateral outflows"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Private sector outflows": _("Private sector outflows"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bilateral, ex-post reporting on NGOs' activities funded through core contributions": _("Bilateral, ex-post reporting on NGOs' activities funded through core contributions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:79: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "bilateral, triangular co-operation: activities where one or more bilateral providers of development co-operation or international organisations support South-South co-operation, joining forces with developing countries to facilitate a sharing of knowledge and experience among all partners involved.": _("bilateral, triangular co-operation: activities where one or more bilateral providers of development co-operation or international organisations support South-South co-operation, joining forces with developing countries to facilitate a sharing of knowledge and experience among all partners involved."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:80: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Core Activity": _("Core Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:81: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sub Activity": _("Sub Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lower Sub Activity": _("Lower Sub Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:83: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "IATI Identifier": _("IATI Identifier"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Within each result indicators can be defined. Indicators should be items that can be counted and evaluated as the project continues and is completed.": _("Within each result indicators can be defined. Indicators should be items that can be counted and evaluated as the project continues and is completed."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add label": _("Add label"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Edit": _("Edit"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add": _("Add"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this?": _("Are you sure to delete this?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Done": _("Done"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The term \"disaggregation\" is equivalent to the IATI term \"dimension\". For those reporting to IATI via RSR, disaggregations and their associated data are mapped accordingly as dimensions in your IATI export.": _('The term "disaggregation" is equivalent to the IATI term "dimension". For those reporting to IATI via RSR, disaggregations and their associated data are mapped accordingly as dimensions in your IATI export.'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disaggregations": _("Disaggregations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Remove": _("Remove"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add disaggregation": _("Add disaggregation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add New Disaggregation": _("Add New Disaggregation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cancel": _("Cancel"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create new": _("Create new"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disaggregation category": _("Disaggregation category"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ex: Age": _("Ex: Age"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:99: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Label": _("Label"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ex: Under 18": _("Ex: Under 18"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ex: Above 18": _("Ex: Above 18"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Remove label": _("Remove label"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicator": _("Indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this indicator?": _("Are you sure to delete this indicator?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Title": _("Title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Choose how the indicator will be measured (in percentage or units).": _("Choose how the indicator will be measured (in percentage or units)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Measure": _("Measure"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Unit": _("Unit"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Percentage": _("Percentage"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Choose ascending if the target value of the indicator is higher than the baseline value (eg. people with access to sanitation). Choose descending if the target value of the indicator is lower than the baseline value (eg. people with diarrhea).": _("Choose ascending if the target value of the indicator is higher than the baseline value (eg. people with access to sanitation). Choose descending if the target value of the indicator is lower than the baseline value (eg. people with diarrhea)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Order": _("Order"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ascending": _("Ascending"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Descending": _("Descending"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "You can provide further information of the indicator here.": _("You can provide further information of the indicator here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Description": _("Description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baseline year": _("Baseline year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baseline value": _("Baseline value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baseline comment": _("Baseline comment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Quantitative": _("Quantitative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Qualitative": _("Qualitative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add indicator": _("Add indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Copy results": _("Copy results"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create a new results framework": _("Create a new results framework"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Full preview": _("Full preview"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this result?": _("Are you sure to delete this result?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "You can provide further information of the result here.": _("You can provide further information of the result here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enable aggregation": _("Enable aggregation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicators": _("Indicators"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Budget items": _("Budget items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Total budget": _("Total Budget"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Budget item": _("Budget item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Budget type": _("Budget type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Original": _("Original"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Revised": _("Revised"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Status": _("Status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:136: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicative": _("Indicative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Committed": _("Committed"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add Budget Item": _("Add Budget Item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add a donation url for this project. If no URL is added, it is not possible to donate to this project through RSR.": _("Add a donation url for this project. If no URL is added, it is not possible to donate to this project through RSR."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Donate URL": _("donate url"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The percentage of the total commitment allocated to or planned for capital expenditure. Content must be a positive decimal number between 0 and 100, with no percentage sign. Use a period to denote decimals.": _("The percentage of the total commitment allocated to or planned for capital expenditure. Content must be a positive decimal number between 0 and 100, with no percentage sign. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Capital spend percentage": _("capital spend percentage"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country budget items": _("Country budget items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter an IATI code for the common functional classification or country system (this allows for common codes, country-specific codes, or any other classification agreed between countries and donors) see:
http://iatistandard.org/201/codelists/BudgetIdentifierVocabulary/.": _("Enter an IATI code for the common functional classification or country system (this allows for common codes, country-specific codes, or any other classification agreed between countries and donors) see: http://iatistandard.org/201/codelists/BudgetIdentifierVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Vocabulary": _("Vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country Chart of Accounts": _("Country Chart of Accounts"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other Country System": _("Other Country System"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:148: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting Organisation": _("Reporting Organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other": _("Other"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transactions": _("Transactions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Planned disbursements": _("Planned disbursements"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:152: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "currency": _("currency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:153: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Amount": _("Amount"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the amount of budget that is set aside for this specific budget item. Use a period to denote decimals.": _("Enter the amount of budget that is set aside for this specific budget item. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Additional info": _("Additional info"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "budget type": _("budget type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The status explains whether the budget being reported is indicative or has been formally committed.": _("The status explains whether the budget being reported is indicative or has been formally committed."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "period start": _("period start"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the start date (DD/MM/YYYY) for the budget period.": _("Enter the start date (DD/MM/YYYY) for the budget period."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "period end": _("period end"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the end date (DD/MM/YYYY) for the budget period.": _("Enter the end date (DD/MM/YYYY) for the budget period."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "value date": _("value date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the date (DD/MM/YYYY) to be used for determining the exchange rate for currency conversions.": _("Enter the date (DD/MM/YYYY) to be used for determining the exchange rate for currency conversions."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:164: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Item code": _("Item code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If more than one identifier is reported, the percentage share must be reported and all percentages should add up to 100 percent. Use a period to denote decimals.": _("If more than one identifier is reported, the percentage share must be reported and all percentages should add up to 100 percent. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add country budget item": _("Add country budget item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:167: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country budget item": _("Country budget item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "value": _("value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:169: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "type": _("type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The exact date of the planned disbursement OR the starting date for the disbursement period (DD/MM/YYYY).": _("The exact date of the planned disbursement OR the starting date for the disbursement period (DD/MM/YYYY)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:171: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the end date (DD/MM/YYYY) for the disbursement period.": _("Enter the end date (DD/MM/YYYY) for the disbursement period."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:172: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "provider organisation": _("provider organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Provider organisation": _("Provider organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For incoming funds, this is the organisation from which the funds originated. It will default to the reporting organisation.": _("For incoming funds, this is the organisation from which the funds originated. It will default to the reporting organisation."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Activity ID": _("Activity ID"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:176: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "recipient organisation": _("recipient organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:177: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The organisation that receives the incoming funds.": _("The organisation that receives the incoming funds."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The internal identifier used by the receiver organisation for its activity that receives the funds from this disbursement (not to be confused with the IATI identifier for the target activity).": _("The internal identifier used by the receiver organisation for its activity that receives the funds from this disbursement (not to be confused with the IATI identifier for the target activity)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add planned disbursement": _("Add planned disbursement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A recognised code, from a recognised vocabulary, classifying the purpose of this transaction. If this element is used then ALL transaction elements should contain a transaction/sector element and iati-activity/sector should NOT be used. This element can be used multiple times, but only one sector can be reported per vocabulary.": _("A recognised code, from a recognised vocabulary, classifying the purpose of this transaction. If this element is used then ALL transaction elements should contain a transaction/sector element and iati-activity/sector should NOT be used. This element can be used multiple times, but only one sector can be reported per vocabulary."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Name": _("Name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:183: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI code for the vocabulary (codelist) used for sector classifications. If omitted, OECD DAC 5-digit Purpose Codes are assumed. Note that at transaction level, only one sector per vocabulary can be reported.": _("An IATI code for the vocabulary (codelist) used for sector classifications. If omitted, OECD DAC 5-digit Purpose Codes are assumed. Note that at transaction level, only one sector per vocabulary can be reported."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:184: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "vocabulary": _("vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined.": _("If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add sector": _("Add sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the type of the transaction (e.g. commitment, disbursement, expenditure).": _("Select the type of the transaction (e.g. commitment, disbursement, expenditure)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction item": _("Transaction item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:189: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the transaction amount. Use a period to denote decimals.": _("Enter the transaction amount. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Determines whether this transaction relates entirely or partially to humanitarian aid.": _("Determines whether this transaction relates entirely or partially to humanitarian aid."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "humanitarian transaction": _("humanitarian transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the financial reporting date that the transaction was/will be undertaken.": _("Enter the financial reporting date that the transaction was/will be undertaken."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:193: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "date": _("date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The date to be used for determining the exchange rate for currency conversions of the transaction.": _("The date to be used for determining the exchange rate for currency conversions of the transaction."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:195: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "organisation": _("organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The internal identifier used by the receiver organisation for its activity that receives the funds from this transaction (not to be confused with the IATI identifier for the target activity).": _("The internal identifier used by the receiver organisation for its activity that receives the funds from this transaction (not to be confused with the IATI identifier for the target activity)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "description": _("description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter additional information for the transaction, if necessary.": _("Enter additional information for the transaction, if necessary."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "transaction reference": _("transaction reference"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter a reference for the transaction (eg. transaction number).": _("Enter a reference for the transaction (eg. transaction number)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:201: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction aid type vocabulary": _("Transaction aid type vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/.": _("Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:203: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/": _("Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "aid type": _("aid type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/": _("Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disbursement channel": _("Disbursement channel"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:207: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:208: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Finance type": _("Finance type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FlowType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FlowType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Flow type": _("Flow type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:211: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/.": _("Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tied status": _("Tied status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:213: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Recipient": _("Recipient"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/.": _("Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:215: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "country": _("country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/.": _("Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:217: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "region": _("region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "region vocabulary": _("region vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:219: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Region vocabulary uri": _("Region vocabulary uri"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:220: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction sectors": _("Transaction sectors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:221: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add transaction": _("Add transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This should only be used to report specific planned cash transfers. Use a period to denote decimals.": _("This should only be used to report specific planned cash transfers. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this sector?": _("Are you sure to delete this sector?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:224: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/.": _("Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/": _("Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/": _("Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:227: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:228: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FlowType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FlowType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:229: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/.": _("Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/.": _("Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:231: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/.": _("Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The aim of the project in one sentence. This doesn’t need to be something that can be directly counted, but it should describe an overall goal of the project. There can be multiple results for one project.": _("The aim of the project in one sentence. This doesn’t need to be something that can be directly counted, but it should describe an overall goal of the project. There can be multiple results for one project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the budget item(s) to indicate how the project budget is divided. Use the ‘Other’ fields to add custom budget items.": _("Select the budget item(s) to indicate how the project budget is divided. Use the ‘Other’ fields to add custom budget items."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This item encodes the alignment of activities with both the functional and administrative classifications used in the recipient country’s Chart of Accounts. This applies to both on- and off-budget activities.": _("This item encodes the alignment of activities with both the functional and administrative classifications used in the recipient country’s Chart of Accounts. This applies to both on- and off-budget activities."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the specific date (DD/MM/YYYY) for the planned disbursement value.": _("Enter the specific date (DD/MM/YYYY) for the planned disbursement value."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:236: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If incoming funds are being provided from the budget of another activity that is reported to IATI, it is STRONGLY RECOMMENDED that this should record the provider’s unique IATI activity identifier for that activity.": _("If incoming funds are being provided from the budget of another activity that is reported to IATI, it is STRONGLY RECOMMENDED that this should record the provider’s unique IATI activity identifier for that activity."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:237: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Administrative": _("Administrative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this administrative?": _("Are you sure to delete this administrative?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference: http://iatistandard.org/202/codelists/GeographicVocabulary/.": _("For reference: http://iatistandard.org/202/codelists/GeographicVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Coded identification of national and sub-national divisions according to recognised administrative boundary repositories. Multiple levels may be reported.": _("Coded identification of national and sub-national divisions according to recognised administrative boundary repositories. Multiple levels may be reported."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:241: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "administrative code": _("administrative code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "administrative level": _("administrative level"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add administrative": _("Add administrative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Locations": _("Locations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:245: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "address 1": _("address 1"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "address 2": _("address 2"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:247: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "postal code": _("postal code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:248: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "name": _("name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:249: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The human-readable name for the location.": _("The human-readable name for the location."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "reference": _("reference"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An internal reference that describes the location in the reporting organisation's own system.For reference see: http://iatistandard.org/202/activity-standard/iati-activities/iati-activity/location/#attributes.": _("An internal reference that describes the location in the reporting organisation's own system.For reference see: http://iatistandard.org/202/activity-standard/iati-activities/iati-activity/location/#attributes."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "code": _("code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:253: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter a code to identify the region. Codes are based on DAC region codes. Where an activity is considered global, the code 998 can be used. For reference: http://www.oecd.org/dac/stats/dacandcrscodelists.htm.": _("Enter a code to identify the region. Codes are based on DAC region codes. Where an activity is considered global, the code 998 can be used. For reference: http://www.oecd.org/dac/stats/dacandcrscodelists.htm."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "location description": _("location description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This provides free text space for providing an additional description, if needed, of the actual target of the activity. A description that qualifies the location, not the activity.": _("This provides free text space for providing an additional description, if needed, of the actual target of the activity. A description that qualifies the location, not the activity."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A description that qualifies the activity taking place at the location. This should not duplicate information provided in the main activity description, and should typically be used to distinguish between activities at multiple locations within a single iati-activity record.": _("A description that qualifies the activity taking place at the location. This should not duplicate information provided in the main activity description, and should typically be used to distinguish between activities at multiple locations within a single iati-activity record."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:257: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "location precision": _("location precision"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Defines whether the location represents the most distinct point reasonably possible for this type of activity or is an approximation due to lack of more detailed information.": _("Defines whether the location represents the most distinct point reasonably possible for this type of activity or is an approximation due to lack of more detailed information."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:259: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Activity": _("Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:260: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Intended beneficiaries": _("Intended beneficiaries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:261: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "reach": _("reach"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Does this location describe where the activity takes place or where the intended beneficiaries reside?": _("Does this location describe where the activity takes place or where the intended beneficiaries reside?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:263: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Administrative Region": _("Administrative Region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:264: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Populated Place": _("Populated Place"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:265: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Structure": _("Structure"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other Topographical Feature": _("Other Topographical Feature"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:267: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "class": _("class"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:268: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Does the location refer to a physical structure such as a building, a populated place (e.g. city or village), an administrative division, or another topological feature (e.g. river, nature reserve)? For reference: http://iatistandard.org/202/codelists/GeographicLocationClass/.": _("Does the location refer to a physical structure such as a building, a populated place (e.g. city or village), an administrative division, or another topological feature (e.g. river, nature reserve)? For reference: http://iatistandard.org/202/codelists/GeographicLocationClass/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:269: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "feature desgination": _("feature desgination"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Administratives": _("Administratives"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:271: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add location": _("Add location"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:272: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type to search...": _("Type to search..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:273: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project Scope": _("Project Scope"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:274: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "recipient country": _("recipient country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:275: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The percentage of total commitments or total activity budget allocated to this country. Content must be a positive decimal number between 0 and 100, with no percentage sign. Percentages for all reported countries and regions MUST add up to 100%. Use a period to denote decimals.": _("The percentage of total commitments or total activity budget allocated to this country. Content must be a positive decimal number between 0 and 100, with no percentage sign. Percentages for all reported countries and regions MUST add up to 100%. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:276: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Percentage": _("Percentage"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:277: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter additional information about the recipient country, if necessary.": _("Enter additional information about the recipient country, if necessary."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add recipient country": _("Add recipient country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:279: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Recipient region": _("Recipient region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "recipient region": _("recipient region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This identifies the region in which the activity takes place. Regions can be supra-national (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) or 'global' (activities benefiting substantially all developing countries). For the codes to use, please see http://iatistandard.org/202/codelists/Region/.": _("This identifies the region in which the activity takes place. Regions can be supra-national (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) or 'global' (activities benefiting substantially all developing countries). For the codes to use, please see http://iatistandard.org/202/codelists/Region/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The vocabulary from which the region code is drawn. If it is not present 1 – 'OECD DAC' is assumed. For more information, see http://iatistandard.org/202/codelists/RegionVocabulary/.": _("The vocabulary from which the region code is drawn. If it is not present 1 – 'OECD DAC' is assumed. For more information, see http://iatistandard.org/202/codelists/RegionVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If the activity occurs in more than one region, the percentage of activity commitment allocated to each region should be provided if available. Percentages should add up to 100% of the activity being reported if they are shown for each region. Use a period to denote decimals.": _("If the activity occurs in more than one region, the percentage of activity commitment allocated to each region should be provided if available. Percentages should add up to 100% of the activity being reported if they are shown for each region. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add recipient region": _("Add recipient region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Determines whether this project relates entirely or partially to humanitarian aid.": _("Determines whether this project relates entirely or partially to humanitarian aid."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "humanitarian project": _("humanitarian project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Policy markers": _("Policy markers"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "policy marker": _("policy marker"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A policy or theme addressed by the activity, based on DAC policy markers. These indicators track key policy issues, like gender equality, environment, and trade development.": _("A policy or theme addressed by the activity, based on DAC policy markers. These indicators track key policy issues, like gender equality, environment, and trade development."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health.": _("Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Significance": _("Significance"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add Policy Marker": _("Add Policy Marker"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:293: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sectors": _("Sectors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:294: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "sector": _("sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:295: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This is the code for the vocabulary used to describe the sector. Sectors should be mapped to DAC sectors to enable international comparison.": _("This is the code for the vocabulary used to describe the sector. Sectors should be mapped to DAC sectors to enable international comparison."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:296: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "It is possible to specify a variety of sector codes, based on the selected vocabulary. The sector codes for the DAC-5 and DAC-3 vocabularies can be found here: DAC-5 sector codes and DAC-3 sector codes.": _("It is possible to specify a variety of sector codes, based on the selected vocabulary. The sector codes for the DAC-5 and DAC-3 vocabularies can be found here: DAC-5 sector codes and DAC-3 sector codes."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:297: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "sector code": _("sector code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:298: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Percentages should add up to 100% of the activity being reported if they are shown for each sector. Fill in 100% if there's one sector.Use a period to denote decimals.": _("Percentages should add up to 100%% of the activity being reported if they are shown for each sector. Fill in 100%% if there's one sector.Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:299: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "city": _("city"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:300: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the geographical scope of the project.": _("Select the geographical scope of the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:301: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The country that benefits from the project.": _("The country that benefits from the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:302: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "vocabulary URI": _("vocabulary URI"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:303: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "humanitarian scopes": _("humanitarian scopes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:304: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Humanitarian scope": _("Humanitarian scope"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:305: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The type of event or action being classified. See the IATI codelist.": _("The type of event or action being classified. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type": _("Type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:307: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Emergency": _("Emergency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:308: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Appeal": _("Appeal"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:309: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Code": _("Code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:310: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Humanitarian plan": _("Humanitarian plan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:311: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add Humanitarian Scope": _("Add Humanitarian Scope"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:312: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Documents": _("Documents"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:313: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Document": _("Document"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:314: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Upload": _("Upload"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:315: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the title of your document.": _("Enter the title of your document."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:316: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "title": _("title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:317: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the language of the document title.": _("Select the language of the document title."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:318: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "title language": _("title language"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:319: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the language that the document is written in.": _("Select the language that the document is written in."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:320: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "document language": _("document language"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:321: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the date (DD/MM/YYYY) to be used for the production or publishing date of the relevant document to identify the specific document version.": _("Enter the date (DD/MM/YYYY) to be used for the production or publishing date of the relevant document to identify the specific document version."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:322: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "document date": _("document date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:323: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "document format": _("document format"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:324: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The description of the type of content contained within the document.": _("The description of the type of content contained within the document."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:325: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Document categories": _("Document categories"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:326: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Please select...": _("Please select..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:327: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add document": _("Add document"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:328: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Links": _("Links"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:329: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Link": _("Link"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:330: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the link to an external website you wish to redirect to from your project page. The URL should start with 'http://' or 'https://'.": _("Enter the link to an external website you wish to redirect to from your project page. The URL should start with 'http://' or 'https://'."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:331: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "link url": _("link url"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:332: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter a name for the link.": _("Enter a name for the link."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:333: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "link caption": _("link caption"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:334: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another link": _("Add another link"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:335: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Max: 5MB": _("Max: 5MB"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:336: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The project comments are only for internal use and will not be displayed anywhere on the project page.": _("The project comments are only for internal use and will not be displayed anywhere on the project page."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:337: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Comments": _("Comments"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:338: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select keywords in case you are using an Akvo Page. Keywords linked to a project will determine if a project appears on the Akvo Page or not.": _("Select keywords in case you are using an Akvo Page. Keywords linked to a project will determine if a project appears on the Akvo Page or not."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:339: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Keywords": _("Keywords"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:340: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "CRS++ other flag": _("CRS++ other flag"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:341: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI code describing the equivalent CRS++ columns. See the IATI codelist.": _("An IATI code describing the equivalent CRS++ columns. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:342: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicate whether the flag applies or not.": _("Indicate whether the flag applies or not."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:343: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "significance": _("significance"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:344: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add CRS++ other flag": _("Add CRS++ other flag"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:345: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "CRS++ other forecast": _("CRS++ other forecast"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:346: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The forecast value for each year.": _("The forecast value for each year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:347: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The calendar year that the forward spend covers.": _("The calendar year that the forward spend covers."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:348: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "year": _("year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:349: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the specific date (DD/MM/YYYY) for the forecast value.": _("Enter the specific date (DD/MM/YYYY) for the forecast value."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:350: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Legacy data": _("Legacy data"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:351: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The original field name in the reporting organisation's system.": _("The original field name in the reporting organisation's system."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:352: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The original field value in the reporting organisation's system.": _("The original field value in the reporting organisation's system."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:353: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The name of the equivalent IATI element.": _("The name of the equivalent IATI element."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:354: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "IATI equivalent": _("IATI equivalent"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:355: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add legacy data": _("Add legacy data"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:356: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Loan terms": _("Loan terms"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:357: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI codelist tabulating CRS-specified values for the type of Repayment. See the IATI codelist.": _("An IATI codelist tabulating CRS-specified values for the type of Repayment. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:358: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Repayment type": _("Repayment type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:359: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI codelist tabulating CRS-specified values for the number of repayments per annum. See the IATI codelist.": _("An IATI codelist tabulating CRS-specified values for the number of repayments per annum. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:360: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Repayment plan": _("Repayment plan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:361: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS++ reported commitment date.": _("The CRS++ reported commitment date."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:362: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Commitment date": _("Commitment date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:363: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS++ reported first repayment date.": _("The CRS++ reported first repayment date."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:364: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "First repayment date": _("First repayment date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:365: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS++ reported final repayment date.": _("The CRS++ reported final repayment date."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:366: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Final repayment date": _("Final repayment date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:367: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest Rate. If an ODA loan with variable interest rate, report the variable rate here and the reference fixed rate as rate 2.": _("Interest Rate. If an ODA loan with variable interest rate, report the variable rate here and the reference fixed rate as rate 2."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:368: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Rate": _("Rate"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:369: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Second Interest Rate. If an ODA loan with variable interest rate, report the variable rate as rate 1 and the reference fixed rate here.": _("Second Interest Rate. If an ODA loan with variable interest rate, report the variable rate as rate 1 and the reference fixed rate here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:370: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Loan Status": _("Loan Status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:371: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "CRS reporting year (CRS++ Column 1).": _("CRS reporting year (CRS++ Column 1)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:372: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Year": _("Year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:373: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Currency": _("Currency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:374: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the specific date (DD/MM/YYYY) for the loan status values.": _("Enter the specific date (DD/MM/YYYY) for the loan status values."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:375: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest received during the reporting year.": _("Interest received during the reporting year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:376: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest received": _("Interest received"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:377: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The amount of principal owed on the loan at the end of the reporting year.": _("The amount of principal owed on the loan at the end of the reporting year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:378: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Principal outstanding": _("Principal outstanding"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:379: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Arrears of principal at the end of the year. Included in principal outstanding.": _("Arrears of principal at the end of the year. Included in principal outstanding."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:380: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Principal arrears": _("Principal arrears"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:381: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Arrears of interest at the end of the year.": _("Arrears of interest at the end of the year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:382: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest arrears": _("Interest arrears"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:383: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS channel code for this activity. The codelist contains both organisation types and names of organisations. For non-CRS purposes these should be reported using participating organisations. See the IATI codelist.": _("The CRS channel code for this activity. The codelist contains both organisation types and names of organisations. For non-CRS purposes these should be reported using participating organisations. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:384: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "channel code": _("channel code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:385: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The exact date when the information was collected or extracted from donors' aid management systems.": _("The exact date when the information was collected or extracted from donors' aid management systems."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:386: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "extraction date": _("extraction date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:387: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If there are plans to phase out operations from the partner country, this shows the projected year of last disbursements.": _("If there are plans to phase out operations from the partner country, this shows the projected year of last disbursements."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:388: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "phaseout year": _("phaseout year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:389: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "True if the partner country is a priority partner country.": _("True if the partner country is a priority partner country."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:390: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "priority": _("priority"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:391: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "FSS forecasts": _("FSS forecasts"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:392: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "General Inquiries": _("General Inquiries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:393: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project Management": _("Project Management"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:394: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Financial Management": _("Financial Management"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:395: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Communications": _("Communications"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:396: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "project partner": _("project partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:397: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select an organisation that is playing a role in the project. If an organisation is not currently featured in RSR, please contact support@akvo.org to request to add it to the database.": _("Select an organisation that is playing a role in the project. If an organisation is not currently featured in RSR, please contact support@akvo.org to request to add it to the database."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:398: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "output": _("Output"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:399: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "outcome": _("Outcome"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:400: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "impact": _("Impact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:401: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "other": _("Other"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:402: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Results framework preview": _("Results framework preview"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:403: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saving...": _("Saving..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:404: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saved": _("Saved"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:405: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Something went wrong": _("Something went wrong"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:406: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Publish": _("Publish"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:407: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The project is unpublished": _("The project is unpublished"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:408: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Unpublish": _("Unpublish"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:409: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The project is published": _("The project is published"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:410: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Untitled project": _("Untitled project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:411: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Start typing...": _("Start typing..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:412: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this period?": _("Are you sure to delete this period?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:413: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Minimum one required": _("Minimum one required"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:414: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Planned disbursement": _("Planned disbursement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:415: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Location": _("Location"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:416: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health.": _("Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:417: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Projects": _("Projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:418: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Date End (Planned)": _("Date End (Planned)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:419: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "My projects": _("My projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:420: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Find a project...": _("Find a project..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:421: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create new project": _("Create new project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:422: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Periods": _("Periods"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:423: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Period": _("Period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:424: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Target value": _("Target value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:425: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Comment": _("Comment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:426: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add period": _("Add period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:427: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The default RSR validation set which indicates the mandatory fields to publish a project in RSR and hides all advanced IATI fields.": _("The default RSR validation set which indicates the mandatory fields to publish a project in RSR and hides all advanced IATI fields."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:428: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The validation set for publishing to IATI v2.02. The mandatory fields in this validation set are the minimum requirements to publish a valid IATI v2.02 file.": _("The validation set for publishing to IATI v2.02. The mandatory fields in this validation set are the minimum requirements to publish a valid IATI v2.02 file."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:429: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Private project": _("Private project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:430: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicate whether this is a private project. Private projects do not appear in any public lists. These projects can only be viewed in the My Projects portfolio a user that has the permission rights to edit the project.": _("Indicate whether this is a private project. Private projects do not appear in any public lists. These projects can only be viewed in the My Projects portfolio a user that has the permission rights to edit the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:431: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Validation sets": _("Validation sets"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:432: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "It is possible to add or remove validation sets to your project. This determines which fields will be mandatory and which fields will be hidden. Only admins of partners with an RSR contract are able to edit this.": _("It is possible to add or remove validation sets to your project. This determines which fields will be mandatory and which fields will be hidden. Only admins of partners with an RSR contract are able to edit this."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:433: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A validation set with specific requirements for the Netherlands Leprosy Relief.": _("A validation set with specific requirements for the Netherlands Leprosy Relief."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:434: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "To be used by all Gietrenk projects": _("To be used by all Gietrenk projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:435: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Validation set for The EU Emergency Trust Fund for Africa.": _("Validation set for The EU Emergency Trust Fund for Africa."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:436: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The validation set for publishing to IATI according to the guidelines of the Dutch Ministry of Foreign Affairs. These guidelines can be found here.": _("The validation set for publishing to IATI according to the guidelines of the Dutch Ministry of Foreign Affairs. These guidelines can be found here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:437: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "DFID minimum IATI requirements based on the following government policy. Please note that contact and document are also mandatory.": _("DFID minimum IATI requirements based on the following government policy. Please note that contact and document are also mandatory."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:438: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create New Project": _("Create New Project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:439: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Next: Edit Project Info": _("Next: Edit Project Info"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:440: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Updated": _("Updated"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:441: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "by": _("by"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:442: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "View Project Page": _("View project page"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:443: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Date created": _("Date created"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:444: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Please upload an image": _("Please upload an image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:445: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The uploaded file is too big": _("The uploaded file is too big"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:446: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Only the the mandatory fields, i.e. the minimum requirements, to publish a valid IATI v2.02 file.": _("Only the the mandatory fields, i.e. the minimum requirements, to publish a valid IATI v2.02 file."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:447: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Required fields:": _("Required fields:"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:448: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "more to fill": _("more to fill"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:449: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "All done": _("All done"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:450: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Show required": _("Show required"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:451: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "My details": _("My details"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:452: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sign out": _("Sign out"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:453: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Results": _("Results"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:454: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Parent project": _("Parent project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:455: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project contacts": _("Project contacts"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:456: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project partners": _("Project partners"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:457: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disbursement": _("Disbursement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:458: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction": _("Transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:459: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another transaction": _("Add another transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:460: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Each reported marker must contain the significance of the policy marker for this activity. Choices are:
0 - Not targeted
1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity.
2 - Principal objective: the policy objective was the primary reason to undertake this activity.
3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only.
4 - Explicit primary objective: only to be used in combination with policy marker.
9 - reproductive, maternal, newborn and child health.": _("Each reported marker must contain the significance of the policy marker for this activity. Choices are:
0 - Not targeted
1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity.
2 - Principal objective: the policy objective was the primary reason to undertake this activity.
3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only.
4 - Explicit primary objective: only to be used in combination with policy marker.
9 - reproductive, maternal, newborn and child health."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:461: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Users": _("Users"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:462: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reports": _("Reports"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:463: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Validation set": _("Validation set"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:464: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "General information": _("General information"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:465: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Program Contacts": _("Program Contacts"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:466: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Partners": _("Partners"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:467: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Private": _("Private"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:468: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Descriptions": _("Descriptions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:469: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Results and indicators': _("Results and indicators"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:470: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Finance": _("Finance"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:471: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Locations": _("Locations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:472: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project focus": _("Project focus"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:473: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Links and documents": _("Links and documents"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:474: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Comments and keywords": _("Comments and keywords"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:475: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "CRS++ and FSS reporting": _("CRS++ and FSS reporting"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:476: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Preview": _("Preview"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:477: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "menu::settings": _("menu::settings"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:478: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "External project": _("External project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:479: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Move up": _("Move up"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:480: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Move down": _("Move down"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:481: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Info": _("Info"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:482: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baseline": _("Baseline"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:483: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Link copied!": _("Link copied!"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:484: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Get a link to this indicator": _("Get a link to this indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:485: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Thematic labels for indicators": _("Thematic labels for indicators"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:486: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Get a link to this period": _("Get a link to this period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:487: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Start": _("Start"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:488: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "End": _("End"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:489: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "You have insufficient permissions to import results from the selected parent project. Please choose a different parent project.": _("You have insufficient permissions to import results from the selected parent project. Please choose a different parent project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:490: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "You have insufficient permissions to copy results from the selected project. Please choose a different project.": _("You have insufficient permissions to copy results from the selected project. Please choose a different project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:491: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Open": _("Open"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:492: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Get a link to this result": _("Get a link to this result"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:493: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add new organisation": _("Add new organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:494: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add New Organization": _("Add New Organization"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:495: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Long name": _("Long name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:496: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "IATI identifier": _("IATI identifier"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:497: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Organisation type": _("Organisation type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:498: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Website": _("Website"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:499: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Contact name": _("Contact name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:500: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Contact email": _("Contact email"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:501: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Organisation logo": _("Organisation logo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:502: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select Image": _("Select Image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:503: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "settings": _("settings"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:504: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "External child projects": _("External child projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:505: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add external child project": _("Add external child project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:506: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Parent project not in RSR": _("Parent project not in RSR"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:507: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Include in IATI export": _("Include in IATI export"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:508: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "(1){child project};(2-inf){child projects};": _("(1){child project};(2-inf){child projects};"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:509: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "(1){child project};(2-inf){child projects};_plural": _("(1){child project};(2-inf){child projects};_plural"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:510: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Go to selected": _("Go to selected"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:511: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Level {{level}} projects": _("Level {{level}} projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:512: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Programs": _("Programs"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:513: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Projects hierarchy": _("Projects hierarchy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:514: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filter": _("Filter"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:515: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select a level {{level}} project with children": _("Select a level {{level}} project with children"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:516: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "All countries": _("All countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:517: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "All sectors": _("All sectors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:518: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filter:": _("Filter:"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:519: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Privacy": _("Privacy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:520: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "public": _("public"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:521: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "private": _("private"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:522: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sector": _("Sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:523: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nperiods": _("{{count}} period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:524: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nperiods_plural": _("{{count}} periods"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:525: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nindicators": _("{{count}} indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:526: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nindicators_plural": _("{{count}} indicators"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:527: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "ncontributors": _("{{count}} contributor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:528: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "ncontributors_plural": _("{{count}} contributors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:529: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "contributor_s": _("contributor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:530: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "contributor_s_plural": _("contributors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:531: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nsubcontributors": _("{{count}} sub-contributor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:532: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nsubcontributors_plural": _("{{count}} sub-contributors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:533: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "country_s": _("country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:534: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "country_s_plural": _("countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:535: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Updates": _(u"Updates"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:536: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Editor": _(u"Editor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:537: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Add external contributing project": _(u"Add external contributing project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:538: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Remove Image": _(u"Remove Image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:539: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Contributes to": _(u"Contributes to"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:540: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Project not in RSR": _(u"Project not in RSR"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:541: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Remove contribution": _(u"Remove contribution"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:542: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Subtitle": _(u"Subtitle"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:543: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Import": _(u"Import"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:544: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"from": _(u"from"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:545: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"to": _(u"to"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:546: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Remove period": _(u"Remove period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:547: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Setup defaults": _(u"Setup defaults"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:548: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"View defaults": _(u"View defaults"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:549: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Copy defaults": _(u"Copy defaults"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:550: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Target Comment": _(u"Target Comment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:551: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Import from parent": _(u"Import from parent"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:552: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Custom title": _(u"Custom title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:553: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Untitled program": _(u"Untitled program"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:554: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Setting up your new program": _(u"Setting up your new program"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:555: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Setting up your new project": _(u"Setting up your new project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:556: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"New Contributing Project": _(u"New Contributing Project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:557: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Select a level {{level}} project to add a contributor": _(u"Select a level {{level}} project to add a contributor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:558: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Standalone project": _(u"Standalone project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:559: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Contributing project": _(u"Contributing project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:560: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Which program do you want to add the project to": _(u"Which program do you want to add the project to"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:561: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Include value comments": _(u"Include value comments"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:562: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Start date": _(u"Start date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:563: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"End date": _(u"End date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:564: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Role": _(u"Role"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:565: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Add new user": _(u"Add new user"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:566: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Organisation Reports": _(u"Organisation Reports"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:567: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Change language": _(u"Change language"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:568: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"hierarchy": _(u"hierarchy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:569: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Latest activity file": _(u"Latest activity file"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:570: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"View file": _(u"View file"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:571: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Copy link": _(u"Copy link"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:572: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Latest organisation file": _(u"Latest organisation file"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:573: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Show latest activity file on public page": _(u"Show latest activity file on public page"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:574: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"New IATI Export": _(u"New IATI Export"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:575: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"All projects": _(u"All projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:576: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Without errors": _(u"Without errors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:577: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Included in last export": _(u"Included in last export"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:578: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Published": _(u"Published"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:579: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"in last export": _(u"in last export"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:580: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"errors": _(u"errors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:581: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"warnings": _(u"warnings"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:582: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Programmes": _(u"Programmes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:583: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"New Program": _(u"New Program"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:584: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Select a program to add a contributor": _(u"Select a program to add a contributor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:585: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Only published projects can be exported": _(u"Only published projects can be exported"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:586: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Only published projects without errors can be exported": _(u"Only published projects without errors can be exported"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:587: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Export {{N}} selected": _(u"Export {{N}} selected"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:588: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"published & public": _(u"published & public"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:589: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"unpublished & public": _(u"unpublished & public"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:590: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Email address": _(u"Email address"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:591: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"First name": _(u"First name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:592: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Last name": _(u"Last name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:593: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Current password": _(u"Current password"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:594: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"New password": _(u"New password"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:595: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Repeat password": _(u"Repeat password"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:596: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Period start": _(u"Period start"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:597: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Period end": _(u"Period end"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:598: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Filter updates": _(u"Filter updates"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:599: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"0 selected": _(u"0 selected"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:600: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"{{count}} indicators": _(u"{{count}} indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:601: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"{{count}} indicators_plural": _(u"{{count}} indicators"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:604: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("project title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:607: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("project subtitle"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:610: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:611: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('There are six different project statuses:
' /var/akvo/rsr/code/akvo/rsr/views/translations.py:624: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("IATI identifier"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:625: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is a globally unique identifier for this activity. It is a requirement ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:637: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Hierarchy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:638: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('If you are reporting multiple levels of projects in RSR, you can specify ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:642: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Start date (planned)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:643: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Enter the original start date of the project (DD/MM/YYYY).") /var/akvo/rsr/code/akvo/rsr/views/translations.py:646: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("End date (planned)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:647: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Enter the original end date of the project (DD/MM/YYYY).") /var/akvo/rsr/code/akvo/rsr/views/translations.py:650: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("start date (actual)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:651: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Enter the actual start date of the project (DD/MM/YYYY).") /var/akvo/rsr/code/akvo/rsr/views/translations.py:654: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("end date (actual)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:655: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Enter the actual end date of the project (DD/MM/YYYY).") /var/akvo/rsr/code/akvo/rsr/views/translations.py:658: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("language"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:659: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Enter the language used when entering the details for this project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:662: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("currency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:663: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("The default currency for this project. Used in all financial aspects of the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:666: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Photo caption"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:667: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Briefly describe who or what you see in the photo."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:670: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Photo credit"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:671: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Briefly describe who or what you see in the photo."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:674: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('default aid type vocabulary'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:675: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is the IATI identifier for the type of vocabulary being used for ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:682: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("default aid type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:683: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is the IATI identifier for the type of aid being supplied or activity ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:691: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("default flow type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:692: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is the IATI identifier for how the activity (project) is funded. For ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:698: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("default tied status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:699: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This element specifies a default for all the activity’s financial ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:706: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("collaboration type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:707: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is the IATI identifier for the type of collaboration involved. For ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:713: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("default finance type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:714: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is the IATI identifier for the type of finance. This element specifies ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:721: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Amount"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:726: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("job title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:727: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Job title of the contact person.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:730: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:731: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Please enter the name of the contact person for this project.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:734: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:735: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("What types of enquiries this contact person is best-placed to handle.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:738: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("contact address"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:739: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Address of the contact person. Avoid giving personal contact details.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:742: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("contact email") /var/akvo/rsr/code/akvo/rsr/views/translations.py:745: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("department") /var/akvo/rsr/code/akvo/rsr/views/translations.py:748: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:749: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("The organisation that the contact person works for.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:752: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("contact phone number"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:753: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Contact number for the contact person. Avoid giving personal contact details.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:756: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("contact website"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:757: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('The contact web address, if available. The web address should start with ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:763: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Project partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:764: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Select an organisation that is playing a role in the project. If an organisation is not currently featured in RSR, please contact") /var/akvo/rsr/code/akvo/rsr/views/translations.py:767: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("funding amount"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:768: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('It’s only possible to indicate a funding amount for funding partners. Use a ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:772: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('secondary reporter'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:773: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _( /var/akvo/rsr/code/akvo/rsr/views/translations.py:779: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("organisation role"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:780: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('Select the role of the organisation within the project:
' /var/akvo/rsr/code/akvo/rsr/views/translations.py:793: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("IATI activity ID"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:794: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('A valid activity identifier published by the participating organisation ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:801: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Project summary'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:802: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('Enter a brief summary, try to restrict the number of characters to 400 in ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:812: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Goals overview'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:813: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('Provide a brief description of the overall project goals.') /var/akvo/rsr/code/akvo/rsr/views/translations.py:816: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Background'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:817: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('This should describe the geographical, political, environmental, social ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:822: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('baseline situation'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:823: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('Describe the situation at the start of the project.') /var/akvo/rsr/code/akvo/rsr/views/translations.py:826: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Target group'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:827: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('This should include information about the people, organisations or resources ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:831: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Project plan'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:832: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('Detailed information about the implementation of the project: the what, how, ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:836: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Sustainability'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:837: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('Describe how you aim to guarantee sustainability of the project until 10 ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:846: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:847: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('The aim of the project in one sentence. This doesn’t need to be something ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:852: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("You can provide further information of the result here.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:888: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Login": _("Login"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:889: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Register": _("Register"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filter projects": _("Filter projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:891: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{projects}} projects": _("{{projects}} projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:892: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{items}} selected": _("{{items}} selected"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:893: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Find an organisation...": _("Find an organisation..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:894: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filters": _("Filters"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:895: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Most active projects in RSR": _("Most active projects in RSR"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:896: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Most active projects": _("Most active projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:897: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "About": _("About"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:898: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Terms": _("Terms"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:899: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Support": _("Support"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:900: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Source": _("Source"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:901: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Find a project...": _("Find a project..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:902: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{projects}} projects in this area": _("{{projects}} projects in this area"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:903: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{projects}} projects globally": _("{{projects}} projects globally"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:904: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "View All": _("View All"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:905: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Number of reported projects in country": _("Number of reported projects in country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:906: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Countries": _("Countries") /var/akvo/rsr/code/akvo/rsr/views/translations.py:910: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "COBSEA": _("COBSEA"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:911: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "NOWPAP": _("NOWPAP"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:912: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Nairobi Convention": _("Nairobi Convention"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:913: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "MAP/Barcelona": _("MAP/Barcelona"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:914: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Abidjan": _("Abidjan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:915: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tehran": _("Tehran"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:916: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Wider Caribbean": _("Wider Caribbean"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:917: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Black Sea": _("Black Sea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:918: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "OSPAR": _("OSPAR"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:919: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Red Sea and Gulf of Aden (PERSGA)": _("Red Sea and Gulf of Aden (PERSGA)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:920: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "ROPME Sea Area": _("ROPME Sea Area"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:921: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "South Asia Seas": _("South Asia Seas"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:922: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "South East Pacific": _("South East Pacific"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:923: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Pacific": _("Pacific"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:924: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Artic": _("Artic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:925: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Antarctic": _("Antarctic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:926: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baltic Sea": _("Baltic Sea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:927: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "North East Pacific": _("North East Pacific"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:928: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Small Island Developing States": _("Small Island Developing States"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:929: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Least Developed Countries": _("Least Developed Countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:930: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Afghanistan": _("Afghanistan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:931: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Angola": _("Angola"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:932: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Albania": _("Albania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:933: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Andorra": _("Andorra"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:934: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United Arab Emirates": _("United Arab Emirates"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:935: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Argentina": _("Argentina"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:936: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Armenia": _("Armenia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:937: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Antigua and Barbuda": _("Antigua and Barbuda"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:938: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Australia": _("Australia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:939: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Austria": _("Austria"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:940: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Azerbaijan": _("Azerbaijan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:941: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Burundi": _("Burundi"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:942: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Belgium": _("Belgium"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:943: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Benin": _("Benin"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:944: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Burkina Faso": _("Burkina Faso"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:945: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bangladesh": _("Bangladesh"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:946: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bulgaria": _("Bulgaria"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:947: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bahrain": _("Bahrain"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:948: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bahamas": _("Bahamas"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:949: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The Bahamas": _("Bahamas"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:950: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bosnia and Herzegovina": _("Bosnia and Herzegovina"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:951: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Belarus": _("Belarus"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:952: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Belize": _("Belize"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:953: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bolivia": _("Bolivia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:954: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bolivia, Plurinational State of": _("Bolivia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:955: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Brazil": _("Brazil"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:956: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Barbados": _("Barbados"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:957: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Brunei Darussalam": _("Brunei Darussalam"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:958: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Brunei": _("Brunei Darussalam"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:959: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bhutan": _("Bhutan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:960: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Botswana": _("Botswana"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:961: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Central African Republic": _("Central African Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:962: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Canada": _("Canada"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:963: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Switzerland": _("Switzerland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:964: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Chile": _("Chile"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:965: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "China": _("China"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:966: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Côte d’Ivoire": _("Côte d’Ivoire"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:967: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Côte D'ivoire": _("Côte d’Ivoire"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:968: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cote d'Ivoire": _("Côte d’Ivoire"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:969: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cameroon": _("Cameroon"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:970: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Democratic Republic of the Congo": _("Democratic Republic of the Congo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:971: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Congo, The Democratic Republic of the": _("Democratic Republic of the Congo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:972: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Republic of the Congo": _("Democratic Republic of the Congo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:973: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Congo": _("Congo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:974: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Colombia": _("Colombia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:975: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Comoros": _("Comoros"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:976: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cape Verde": _("Cape Verde"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:977: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Costa Rica": _("Costa Rica"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:978: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cuba": _("Cuba"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:979: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cuba, Republic of": _("Cuba"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:980: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cyprus": _("Cyprus"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:981: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Czechia": _("Czechia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:982: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Czech Republic": _("Czechia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:983: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Germany": _("Germany"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:984: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Djibouti": _("Djibouti"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:985: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Dominica": _("Dominica"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:986: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Denmark": _("Denmark"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:987: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Dominican Republic": _("Dominican Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:988: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Algeria": _("Algeria"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:989: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ecuador": _("Ecuador"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:990: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Egypt": _("Egypt"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:991: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Eritrea": _("Eritrea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:992: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Spain": _("Spain"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:993: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Estonia": _("Estonia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:994: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ethiopia": _("Ethiopia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:995: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Finland": _("Finland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:996: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Fiji": _("Fiji"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:997: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "France": _("France"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:998: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Micronesia (Federated States of)": _("Micronesia (Federated States of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:999: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Micronesia, Federated States of": _("Micronesia (Federated States of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1000: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Federated States of Micronesia": _("Micronesia (Federated States of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1001: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Gabon": _("Gabon"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1002: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "U.K. of Great Britain and Northern Ireland": _("U.K. of Great Britain and Northern Ireland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1003: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United Kingdom": _("U.K. of Great Britain and Northern Ireland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1004: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Georgia": _("Georgia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1005: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ghana": _("Ghana"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1006: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Guinea": _("Guinea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1007: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Gambia": _("Gambia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1008: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The Gambia": _("Gambia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1009: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Guinea-Bissau": _("Guinea-Bissau"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1010: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Guinea-bissau": _("Guinea-Bissau"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1011: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Equatorial Guinea": _("Equatorial Guinea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1012: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Greece": _("Greece"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1013: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Grenada": _("Grenada"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1014: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Guatemala": _("Guatemala"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1015: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Guyana": _("Guyana"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1016: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Honduras": _("Honduras"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1017: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Croatia": _("Croatia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1018: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Haiti": _("Haiti"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1019: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Hungary": _("Hungary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1020: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indonesia": _("Indonesia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1021: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "India": _("India"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1022: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ireland": _("Ireland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1023: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Iran (Islamic Republic of)": _("Iran (Islamic Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1024: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Iran, Islamic Republic of": _("Iran (Islamic Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1025: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Iran": _("Iran (Islamic Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1026: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Iraq": _("Iraq"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1027: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Iceland": _("Iceland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1028: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Israel": _("Israel"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1029: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Italy": _("Italy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1030: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Jamaica": _("Jamaica"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1031: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Jordan": _("Jordan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1032: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Japan": _("Japan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1033: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kazakhstan": _("Kazakhstan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1034: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kenya": _("Kenya"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1035: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kyrgyzstan": _("Kyrgyzstan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1036: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cambodia": _("Cambodia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1037: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kiribati": _("Kiribati"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1038: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kiribati, Republic of": _("Kiribati"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1039: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saint Kitts and Nevis": _("Saint Kitts and Nevis"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1040: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Republic of Korea": _("Republic of Korea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1041: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "South Korea": _("Republic of Korea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1042: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kuwait": _("Kuwait"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1043: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lao People's Democratic Republic": _("Lao People's Democratic Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1044: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Laos": _("Lao People's Democratic Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1045: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lebanon": _("Lebanon"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1046: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Liberia": _("Liberia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1047: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Libya": _("Libya"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1048: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Libyan Arab Jamahiriya": _("Libya"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1049: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saint Lucia": _("Saint Lucia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1050: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Liechtenstein": _("Liechtenstein"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1051: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sri Lanka": _("Sri Lanka"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1052: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lesotho": _("Lesotho"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1053: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lithuania": _("Lithuania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1054: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Luxembourg": _("Luxembourg"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1055: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Latvia": _("Latvia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1056: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Morocco": _("Morocco"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1057: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monaco": _("Monaco"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1058: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Moldova, Republic of": _("Moldova, Republic of"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1059: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Madagascar": _("Madagascar"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1060: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Maldives": _("Maldives"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1061: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mexico": _("Mexico"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1062: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Marshall Islands": _("Marshall Islands"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1063: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The former Yugoslav Republic of Macedonia": _("The former Yugoslav Republic of Macedonia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1064: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Macedonia, The Former Yugoslav Republic of": _("The former Yugoslav Republic of Macedonia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1065: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "North Macedonia": _("The former Yugoslav Republic of Macedonia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1066: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mali": _("Mali"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1067: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Malta": _("Malta"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1068: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Myanmar": _("Myanmar"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1069: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Myanmar (Burma)": _("Myanmar"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1070: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Montenegro": _("Montenegro"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1071: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mongolia": _("Mongolia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1072: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mozambique": _("Mozambique"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1073: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mauritania": _("Mauritania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1074: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mauritius": _("Mauritius"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1075: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Malawi": _("Malawi"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1076: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Malaysia": _("Malaysia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1077: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Namibia": _("Namibia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1078: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Niger": _("Niger"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1079: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Nigeria": _("Nigeria"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1080: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Nicaragua": _("Nicaragua"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1081: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Netherlands": _("Netherlands"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1082: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Norway": _("Norway"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1083: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Nepal": _("Nepal"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1084: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Nauru": _("Nauru"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1085: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "New Zealand": _("New Zealand"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1086: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Oman": _("Oman"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1087: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Pakistan": _("Pakistan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1088: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Panama": _("Panama"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1089: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Peru": _("Peru"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1090: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Philippines": _("Philippines"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1091: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Palau": _("Palau"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1092: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Papua New Guinea": _("Papua New Guinea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1093: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Poland": _("Poland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1094: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Dem People's Rep of Korea": _("Dem People's Rep of Korea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1095: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Korea, Democratic People's Republic of": _("Dem People's Rep of Korea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1096: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "North Korea": _("Dem People's Rep of Korea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1097: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Portugal": _("Portugal"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1098: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Paraguay": _("Paraguay"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1099: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Qatar": _("Qatar"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Romania": _("Romania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Russian Federation": _("Russian Federation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Russia": _("Russian Federation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Rwanda": _("Rwanda"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saudi Arabia": _("Saudi Arabia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Senegal": _("Senegal"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Singapore": _("Singapore"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Solomon Islands": _("Solomon Islands"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sierra Leone": _("Sierra Leone"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "El Salvador": _("El Salvador"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "San Marino": _("San Marino"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Somalia": _("Somalia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Serbia": _("Serbia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sao Tome and Principe": _("Sao Tome and Principe"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Suriname": _("Suriname"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Slovakia": _("Slovakia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Slovenia": _("Slovenia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sweden": _("Sweden"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Eswatini": _("Eswatini"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Swaziland": _("Eswatini"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Seychelles": _("Seychelles"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Syrian Arab Republic": _("Syrian Arab Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Syria": _("Syrian Arab Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Chad": _("Chad"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Togo": _("Togo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Thailand": _("Thailand"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tadjikistan": _("Tadjikistan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Turkmenistan": _("Turkmenistan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Timor-Leste": _("Timor-Leste"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tonga": _("Tonga"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Trinidad and Tobago": _("Trinidad and Tobago"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tunisia": _("Tunisia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Turkey": _("Turkey"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tuvalu": _("Tuvalu"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United Republic of Tanzania": _("United Republic of Tanzania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tanzania, United Republic of": _("United Republic of Tanzania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1136: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tanzania": _("United Republic of Tanzania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Uganda": _("Uganda"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ukraine": _("Ukraine"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Uruguay": _("Uruguay"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United States of America": _("United States of America"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United States": _("United States of America"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Uzbekistan": _("Uzbekistan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saint Vincent and the Grenadines": _("Saint Vincent and the Grenadines"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Venezuela (Bolivarian Republic of)": _("Venezuela (Bolivarian Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Venezuela, Bolivarian Republic of": _("Venezuela (Bolivarian Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Venezuela": _("Venezuela (Bolivarian Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Viet Nam": _("Viet Nam"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1148: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Vietnam": _("Viet Nam"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Vanuatu": _("Vanuatu"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Samoa": _("Samoa"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Western Samoa": _("Samoa"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1152: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Yemen": _("Yemen"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1153: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "South Africa": _("South Africa"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Zambia": _("Zambia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Zimbabwe": _("Zimbabwe"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sudan": _("Sudan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "South Sudan": _("South Sudan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "All": _("All"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other": _("Other"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting": _("Reporting"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "As an individual": _("As an individual"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "On behalf of an organisation": _("On behalf of an organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type of Action": _("Type of Action"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1164: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type of action": _("Type of Action"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "LEGISLATION, STANDARDS, RULES: e.g. agreeing new or changing rules or standards that others should comply with, new regulation, agreements, policies, economic instruments etc. including voluntary commitments.": _("LEGISLATION, STANDARDS, RULES: e.g. agreeing new or changing rules or standards that others should comply with, new regulation, agreements, policies, economic instruments etc. including voluntary commitments."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes": _("WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1167: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.": _("TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)": _("MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1169: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Official agreements": _("Official agreements"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Policy change or development": _("Policy change or development"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1171: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "High-level strategy": _("High-level strategy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1172: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Legislation or regulations": _("Legislation or regulations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Voluntary commitments": _("Voluntary commitments"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "New standard(s) or guideline(s)": _("New standard(s) or guideline(s)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Change in Taxes/Subsidies": _("Change in Taxes/Subsidies"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1176: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Subsidy/financial incentives": _("Subsidy/financial incentives"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1177: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ban(s)": _("Ban(s)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Package of measures combining incentives and infrastructure (e.g. deposit reward schemes)": _("Package of measures combining incentives and infrastructure (e.g. deposit reward schemes)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Awareness raising and Behaviour change": _("Awareness raising and Behaviour change"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1180: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Education/Training": _("Education/Training"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Workshops": _("Workshops"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Conferences": _("Conferences"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1183: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Information campaign": _("Information campaign"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1184: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Behaviour change campaign/programme": _("Behaviour change campaign/programme"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Community Engagement": _("Community Engagement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Stakeholder Engagement": _("Stakeholder Engagement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Citizen Science": _("Citizen Science"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Creative/arts event; exhibition": _("Creative/arts event; exhibition"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1189: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Curriculum development": _("Curriculum development"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Professional skills training": _("Professional skills training"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other training programmes": _("Other training programmes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Life-long learning": _("Life-long learning"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1193: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Institutional development": _("Institutional development"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Primary school": _("Primary school"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1195: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Secondary school": _("Secondary school"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tertiary higher education": _("Tertiary higher education"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "New product design": _("New product design"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Change in service provision": _("Change in service provision"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Environmental social planning": _("Environmental social planning"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Change in practice": _("Change in practice"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1201: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Change in operations": _("Change in operations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Industrial or production standard": _("Industrial or production standard"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1203: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Different environmental management of land based environments": _("Different environmental management of land based environments"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Different environmental management of aquatic environments": _("Different environmental management of aquatic environments"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Research and Development": _("Research and Development"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "New infrastructure": _("New infrastructure"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1207: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The use of compostable plastic": _("The use of compostable plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1208: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The use of bio-based plastic": _("The use of bio-based plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The use of biodegradable plastic": _("The use of biodegradable plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reducing the environmental impact": _("Reducing the environmental impact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1211: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Developing a new material": _("Developing a new material"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Developing a new process": _("Developing a new process"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1213: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Manufacturing and Production": _("Manufacturing and Production"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Standards": _("Standards"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1215: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Waste Management": _("Waste Management"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Compostable plastic": _("Compostable plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1217: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bio-based plastic": _("Bio-based plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bio-degradable pastic": _("Bio-degradable pastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1219: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: On or near ocean surface": _("Monitoring: On or near ocean surface"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1220: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: Water column": _("Monitoring: Water column"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1221: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: On the seafloor": _("Monitoring: On the seafloor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: On the shoreline": _("Monitoring: On the shoreline"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: In Biota": _("Monitoring: In Biota"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1224: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: Air": _("Monitoring: Air"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Review and synthesis :Environmental": _("Review and synthesis :Environmental"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Review and synthesis: Economic": _("Review and synthesis: Economic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1227: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Review and synthesis: Materials": _("Review and synthesis: Materials"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1228: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Role Organisation": _("Role Organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1229: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Role organisation": _("Role Organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "We are only reporting it here": _("We are only reporting it here"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1231: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "I/We developed it": _("I/We developed it"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "I/We are implementing it": _("I/We are implementing it"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "We are the funding body": _("We are the funding body"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Responsible Actor": _("Responsible Actor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Responsible actor": _("Responsible Actor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1236: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)": _("PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1237: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).": _("PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).": _("THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "International body": _("International body"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "National ministry/agency": _("National ministry/agency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1241: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sub-national ministry/agency": _("Sub-national ministry/agency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multinational Corporation": _("Multinational Corporation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "National Corporation": _("National Corporation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Small-medium sized enterprise": _("Small-medium sized enterprise"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1245: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Non-governmental organisation": _("Non-governmental organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Community based organisation": _("Community based organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1247: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Educational sector": _("Educational sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1248: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting and Evaluations": _("Reporting and Evaluations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1249: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Yes": _("Yes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No": _("No"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Not applicable": _("Not applicable"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "There is a mandatory reporting mechanism": _("There is a mandatory reporting mechanism"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1253: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting is voluntary": _("Reporting is voluntary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "There is no reporting mechanism": _("There is no reporting mechanism"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "There is not enough resource to support reporting": _("There is not enough resource to support reporting"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting is too effortful": _("Reporting is too effortful"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1257: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Outcome Evaluated": _("Outcome Evaluated"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Geography": _("Geography"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1259: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Global (it covers the whole world)": _("Global (it covers the whole world)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1260: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Regional (UN Regions)": _("Regional (UN Regions)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1261: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transnational (several countries are involved, including bilateral)": _("Transnational (several countries are involved, including bilateral)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "National (it covers one entire country)": _("National (it covers one entire country)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1263: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sub-national (it covers parts of one country)": _("Sub-national (it covers parts of one country)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1264: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Global with elements in specific areas": _("Global with elements in specific areas"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1265: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Source to Sea": _("Source to Sea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Source to sea": _("Source to Sea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1267: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mountains and upland area": _("Mountains and upland area"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1268: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Agricultural land/soils": _("Agricultural land/soils"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1269: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Entire water catchment": _("Entire water catchment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Forests or Mangroves": _("Forests or Mangroves"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1271: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Freshwater rivers and lakes": _("Freshwater rivers and lakes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1272: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Urban environment": _("Urban environment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1273: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Waste disposal sites": _("Waste disposal sites"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1274: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Coastal zone": _("Coastal zone"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1275: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Maritime area within national jurisdiction": _("Maritime area within national jurisdiction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1276: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Areas beyond national jurisdiction": _("Areas beyond national jurisdiction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1277: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Open ocean and high seas": _("Open ocean and high seas"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Air": _("Air"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1279: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "All of the above": _("All of the above"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lifecycle of Plastics": _("Lifecycle of Plastics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lifecycle of plastics": _("Lifecycle of Plastics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Raw materials": _("Raw materials"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Design": _("Design"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Production / Manufacture": _("Production / Manufacture"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Use / consumption": _("Use / consumption"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Collection / sorting of plastics after use": _("Collection / sorting of plastics after use"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Management of collected plastics": _("Management of collected plastics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Clean-up of plastic from the environment": _("Clean-up of plastic from the environment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Target Action": _("Target Action"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Target action": _("Target Action"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reducing plastics": _("Reducing plastics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reusing plastic": _("Reusing plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1293: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Recycling plastics": _("Recycling plastics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1294: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Not Applicable": _("Not Applicable"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1295: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Impact": _("Impact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1296: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Human health and wellbeing": _("Human health and wellbeing"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1297: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Biodiversity": _("Biodiversity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1298: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Marine organisms": _("Marine organisms"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1299: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ecosystem Services": _("Ecosystem Services"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1300: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Food chain": _("Food chain"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1301: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Economics and Trade": _("Economics and Trade"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1302: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Pollutant Targeted": _("Pollutant Targeted"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1303: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Pollutant targeted": _("Pollutant Targeted"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1304: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Macroplastic (large, more than 20 mm, e.g. plastic bottles)": _("Macroplastic (large, more than 20 mm, e.g. plastic bottles)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1305: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Microplastics (tiny plastic particles less than 5 mm in diameter, e.g., found in personal care products/synthetic textiles)": _("Microplastics (tiny plastic particles less than 5 mm in diameter, e.g., found in personal care products/synthetic textiles)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Additives incorporated into plastic items": _("Additives incorporated into plastic items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1307: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bottles": _("Bottles"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1308: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Plastic bags": _("Plastic bags"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1309: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Food packaging (containers, wrappers etc.)": _("Food packaging (containers, wrappers etc.)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1310: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Non-food packaging (containers, wrappers etc.)": _("Non-food packaging (containers, wrappers etc.)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1311: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Smoking related litter (cigarette butts and packets)": _("Smoking related litter (cigarette butts and packets)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1312: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Fishing related items": _("Fishing related items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1313: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Shipping related items": _("Shipping related items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1314: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cups (e.g., disposable coffee cups)": _("Cups (e.g., disposable coffee cups)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1315: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Plastic straws, stirrers, cutlery": _("Plastic straws, stirrers, cutlery"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1316: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sewage-related items (this could include cotton bud sticks, feminine hygiene items and others disposed of via toilets)": _("Sewage-related items (this could include cotton bud sticks, feminine hygiene items and others disposed of via toilets)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1317: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Natural disaster/hazard related debris": _("Natural disaster/hazard related debris"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1318: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Polystyrene items": _("Polystyrene items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1319: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Microbeads used in cosmetics": _("Microbeads used in cosmetics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1320: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Microplastics used in other products e.g. paints": _("Microplastics used in other products e.g. paints"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1321: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sector": _("Sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1322: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Packaging": _("Packaging"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1323: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Textiles": _("Textiles"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1324: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transportation": _("Transportation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1325: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Building, Construction, Demolition": _("Building, Construction, Demolition"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1326: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Industrial Machinery": _("Industrial Machinery"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1327: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Automotive": _("Automotive"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1328: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Electrical and Electronics": _("Electrical and Electronics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1329: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Agriculture": _("Agriculture"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1330: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Fisheries": _("Fisheries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1331: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Aquaculture": _("Aquaculture"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1332: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Food & Beverages": _("Food & Beverages"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1333: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Personal Healthcare": _("Personal Healthcare"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1334: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Medical": _("Medical"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1335: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Retail": _("Retail"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1336: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tourism": _("Tourism"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1337: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Wastewater/Sewage management": _("Wastewater/Sewage management"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1338: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Funding": _("Funding"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1339: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Crowdfunded": _("Crowdfunded"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1340: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Voluntary donations": _("Voluntary donations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1341: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Public Financing": _("Public Financing"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1342: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Private Sector": _("Private Sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1343: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mixed": _("Mixed"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1344: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Duration": _("Duration"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1345: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Single event": _("Single event"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1346: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Continuous activity less than one year": _("Continuous activity less than one year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1347: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Continuous activity 1-3 Years": _("Continuous activity 1-3 Years"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1348: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Continuous activity more than 3 Years long": _("Continuous activity more than 3 Years long"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1349: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Giving information to stakeholders (e.g., leaflets, posters)": _("Giving information to stakeholders (e.g., leaflets, posters)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1350: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Consulting with stakeholders interactively (e.g., workshops)": _("Consulting with stakeholders interactively (e.g., workshops)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1351: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Seeking feedback from stakeholders (e.g. online)": _("Seeking feedback from stakeholders (e.g. online)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1352: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Co-creating the action with stakeholders from the start": _("Co-creating the action with stakeholders from the start"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1353: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Industry": _("Industry"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1354: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Government": _("Government"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1355: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Non Governmental Organisations (NGO's)": _("Non Governmental Organisations (NGO's)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1356: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United Nations Agency": _("United Nations Agency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1357: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Community/citizen group(s)": _("Community/citizen group(s)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1358: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Above": _("Above"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1359: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Action": _("Action"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1360: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Action Details": _("Action Details"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1361: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Action Target": _("Action Target"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1362: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Actions": _("Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1363: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Actions Reported": _("Actions Reported"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1364: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add new": _("Add new"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1365: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Back to Chart": _("Back to Chart"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1366: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Click to Download": _("Click to Download"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1367: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Close": _("Close"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1368: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Compare": _("Compare"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1369: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Contribution": _("Contribution"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1370: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "contactUs": _("contactUs"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1371: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Count": _("Count"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1372: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Countries": _("Countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1373: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country": _("Country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1374: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country Actions": _("Country Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1375: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Download": _("Download"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1376: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Evaluation of Actual Outcomes": _("Evaluation of Actual Outcomes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1377: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Email address": _("Email address"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1378: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter subject": _("Enter subject"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1379: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter value": _("Enter value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1380: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Frequently Asked Questions": _("Frequently Asked Questions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1381: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filters": _("Filters"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1382: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Funds Generate": _("Funds Generate"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1383: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Generating": _("Generating"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1384: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Glossary": _("Glossary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1385: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Group": _("Group"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1386: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "in USD": _("in USD"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1387: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Include in-kind contribution": _("Include in-kind contribution"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1388: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicator": _("Indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1389: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Keep Filter": _("Keep Filter"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1390: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Less than": _("Less than"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1391: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Loading": _("Loading"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1392: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Loading Content": _("Loading Content"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1393: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Million": _("Million"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1394: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "More than": _("More than"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1395: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multi-Country": _("Multi-Country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1396: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multi-Country Actions": _("Multi-Country Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1397: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No Data": _("No Data"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1398: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No Funding": _("No Funding"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1399: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Number of Reported Actions": _("Number of Reported Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1400: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Overviews": _("Overviews"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1401: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Page Tour": _("Page Tour"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1402: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Please click on the table view of the adjacent map for all countries": _("Please click on the table view of the adjacent map for all countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1403: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Please enter correct value": _("Please enter correct value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1404: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Action Countries": _("Action Countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1405: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Region": _("Region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1406: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reports": _("Reports"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1407: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Report Title": _("Report Title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1408: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "reported by": _("reported by"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1409: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting and Evaluation": _("Reporting and Evaluation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1410: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reset": _("Reset"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1411: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reset Zoom": _("Reset Zoom"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1412: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Responsible Actors": _("Responsible Actors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1413: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Role of Organisation": _("Role of Organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1414: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Rows per page": _("Rows per page"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1415: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Save Image": _("Save Image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1416: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Search": _("Search"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1417: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select all": _("Select all"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1418: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Subject": _("Subject"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1419: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sort by": _("Sort by"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1420: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Source Funding": _("Source Funding"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1421: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Submit": _("Submit"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1422: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Summary": _("Summary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1423: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Support": _("Support"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1424: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Table View": _("Table View"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1425: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Thousand": _("Thousand"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1426: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Top Countries": _("Top Countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1427: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Total": _("Total"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1428: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Total Actions": _("Total Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1429: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "View additional details of the reported actions": _("View additional details of the reported actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1430: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Compare reported actions across countries/groups": _("Compare reported actions across countries/groups"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1431: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filter reported actions using various attribute combination.": _("Filter reported actions using various attribute combination."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1432: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Shows the overview of the reported actions": _("Shows the overview of the reported actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1433: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Download data about the reported actions": _("Download data about the reported actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1434: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Get in touch with queries / suggestions": _("Get in touch with queries / suggestions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1435: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Include/Exclude actions imbeing implemetnted across multiple countries": _("Include/Exclude actions imbeing implemetnted across multiple countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1436: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ensures that current filter is applicable to all the tabs": _("Ensures that current filter is applicable to all the tabs"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1437: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type of Actions": _("Type of Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1438: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Value": _("Value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1439: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Your Message": _("Your Message"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1440: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Zoom-in": _("Zoom-in"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1441: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Zoom-out": _("Zoom-out"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1442: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "About": _("About"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1443: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Terms": _("Terms"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1444: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "API": _("API"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1445: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Source": _("Source"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1446: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Most active projects": _("Most active projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1447: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filter projects": _("Filter projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1448: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Find a project": _("Find a project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1449: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "View Demo Video": _("View Demo Video"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1450: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Go to Interactive Dashboard": _("Go to Interactive Dashboard"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1451: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Projects": _("Projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1452: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{projects}} projects": format_lazy('{{{{projects}}}} {name}', name=_('Projects')), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1453: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{items}} selected": format_lazy('{{{{items}}}} {name}', name=_('selected')), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1454: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Number of reported projects in country": _("Number of reported projects in country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1455: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project Summary": _("Project Summary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1456: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No recipient countries specified": _("No recipient countries specified"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1457: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Show map": _("Show map"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1458: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related Documents": _("Related Documents"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1459: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related Links": _("Related Links"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1460: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No Related Documents": _("No Related Documents"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1461: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No Related Links": _("No Related Links"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1462: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Widgets": _("Widgets"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1463: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Export Data": _("Export Data"), /usr/local/lib/python3.8/site-packages/docx/section.py:7: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working from collections import Sequence /var/akvo/rsr/code/akvo/urls.py:43: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^admin/', admin.site.urls), /var/akvo/rsr/code/akvo/urls.py:46: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^$', /var/akvo/rsr/code/akvo/urls.py:50: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^projects/$', /var/akvo/rsr/code/akvo/urls.py:53: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:56: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/hierarchy/$', /var/akvo/rsr/code/akvo/urls.py:59: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/report/$', /var/akvo/rsr/code/akvo/urls.py:62: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/widgets/$', /var/akvo/rsr/code/akvo/urls.py:65: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/updates/$', /var/akvo/rsr/code/akvo/urls.py:68: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/partners/$', /var/akvo/rsr/code/akvo/urls.py:71: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/finance/$', /var/akvo/rsr/code/akvo/urls.py:75: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^organisations/$', /var/akvo/rsr/code/akvo/urls.py:79: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^organisation/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:83: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^updates/$', /var/akvo/rsr/code/akvo/urls.py:86: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/update/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:90: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^register/$', /var/akvo/rsr/code/akvo/urls.py:93: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^activate/(?P[-:\w]+)/$', /var/akvo/rsr/code/akvo/urls.py:96: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^activate_invite/(?P\d+)/(?P\d+)/(?P\d+)/(?P[0-9A-Za-z_\-]+)/(?P[0-9A-Za-z_\-]+)/$', /var/akvo/rsr/code/akvo/urls.py:99: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^sign_in/$', /var/akvo/rsr/code/akvo/urls.py:102: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^sign_out/$', /var/akvo/rsr/code/akvo/urls.py:105: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^reset_password/(?P[0-9A-Za-z_\-]+)/(?P[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,32})/$', /var/akvo/rsr/code/akvo/urls.py:109: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^reset_password/complete/$', /var/akvo/rsr/code/akvo/urls.py:113: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^logo/$', /var/akvo/rsr/code/akvo/urls.py:115: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^css/$', /var/akvo/rsr/code/akvo/urls.py:119: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^myrsr/$', /var/akvo/rsr/code/akvo/urls.py:122: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^myrsr/my_project/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:125: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^myrsr/details/$', /var/akvo/rsr/code/akvo/urls.py:128: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^myrsr/projects/$', /var/akvo/rsr/code/akvo/urls.py:132: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^myrsr/project_editor/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:136: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^translations.json$', translations.myrsr, name='myrsr-translations'), /var/akvo/rsr/code/akvo/urls.py:137: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project-dir-translations.json$', /var/akvo/rsr/code/akvo/urls.py:148: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/checkz/$', /var/akvo/rsr/code/akvo/urls.py:151: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/results-indicators-map-overview/$', /var/akvo/rsr/code/akvo/urls.py:155: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/projects-results-indicators-map-overview/$', /var/akvo/rsr/code/akvo/urls.py:159: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/results-indicators-table/$', /var/akvo/rsr/code/akvo/urls.py:163: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/updates-table/$', /var/akvo/rsr/code/akvo/urls.py:167: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/results-indicators-overview/$', /var/akvo/rsr/code/akvo/urls.py:171: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/eutf-results-indicators-table/$', /var/akvo/rsr/code/akvo/urls.py:175: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/kickstart-report/$', /var/akvo/rsr/code/akvo/urls.py:179: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/eutf-narrative-report/$', /var/akvo/rsr/code/akvo/urls.py:183: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/organisation/(?P\d+)/data-quality-overview/$', /var/akvo/rsr/code/akvo/urls.py:187: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/eutf-results-indicators-table/$', /var/akvo/rsr/code/akvo/urls.py:191: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/eutf-common-output-indicators-table/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:195: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/organisation/(?P\d+)/results-indicators-table/$', /var/akvo/rsr/code/akvo/urls.py:199: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/organisation/(?P\d+)/org-projects-overview/$', /var/akvo/rsr/code/akvo/urls.py:203: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/program-overview-table/$', /var/akvo/rsr/code/akvo/urls.py:207: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/program-overview/$', /var/akvo/rsr/code/akvo/urls.py:211: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/program-labeled-periods-overview/$', /var/akvo/rsr/code/akvo/urls.py:214: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/nuffic-country-level-report/$', /var/akvo/rsr/code/akvo/urls.py:219: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/iati/$', /var/akvo/rsr/code/akvo/urls.py:222: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^organisation/(?P\d+)/iati/$', /var/akvo/rsr/code/akvo/urls.py:226: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^organisation/(?P\d+)/iati-org/$', /var/akvo/rsr/code/akvo/rsr/m49.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("World") /var/akvo/rsr/code/akvo/rsr/m49.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAfrica") % (4 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEastern Africa") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBurundi") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sComoros") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDjibouti") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEritrea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEthiopia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sKenya") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMadagascar") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMalawi") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMauritius") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMayotte") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMozambique") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRéunion") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRwanda") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSeychelles") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSomalia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouth Sudan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUganda") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUnited Republic of Tanzania") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sZambia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sZimbabwe") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMiddle Africa") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAngola") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCameroon") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCentral African Republic") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sChad") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCongo") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDemocratic Republic of the Congo") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEquatorial Guinea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGabon") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSao Tome and Principe") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorthern Africa") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAlgeria") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEgypt") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLibya") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMorocco") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSudan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTunisia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sWestern Sahara") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouthern Africa") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBotswana") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLesotho") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNamibia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouth Africa") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSwaziland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sWestern Africa") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBenin") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBurkina Faso") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCabo Verde") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCote d'Ivoire") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGambia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGhana") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuinea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuinea-Bissau") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLiberia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMali") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMauritania") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNiger") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNigeria") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Helena") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSenegal") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSierra Leone") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTogo") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:274: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAmericas") % (4 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLatin America and the Caribbean") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCaribbean") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAnguilla") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAntigua and Barbuda") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:294: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAruba") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:298: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBahamas") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:302: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBarbados") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBonaire, Sint Eustatius and Saba") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:310: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBritish Virgin Islands") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:314: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCayman Islands") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:318: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCuba") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:322: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCuraçao") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:326: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDominica") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:330: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDominican Republic") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:334: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGrenada") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:338: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuadeloupe") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:342: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sHaiti") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:346: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sJamaica") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:350: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMartinique") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:354: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMontserrat") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:358: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPuerto Rico") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:362: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint-Barthélemy") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:366: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Kitts and Nevis") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:370: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Lucia") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:374: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Martin (French part)") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:378: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Vincent and the Grenadines") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:382: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSint Maarten (Dutch part)") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:386: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTrinidad and Tobago") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:390: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTurks and Caicos Islands") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:394: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUnited States Virgin Islands") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:398: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCentral America") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:402: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBelize") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:406: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCosta Rica") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:410: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEl Salvador") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:414: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuatemala") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:418: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sHonduras") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:422: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMexico") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:426: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNicaragua") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:430: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPanama") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:434: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouth America") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:438: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sArgentina") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:442: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBolivia (Plurinational State of)") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:446: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBrazil") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:450: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sChile") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:454: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sColombia") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:458: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEcuador") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:462: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFalkland Islands (Malvinas)") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:466: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFrench Guiana") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:470: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuyana") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:474: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sParaguay") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:478: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPeru") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:482: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSuriname") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:486: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUruguay") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:490: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sVenezuela (Bolivarian Republic of)") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:494: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorthern America") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:498: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBermuda") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:502: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCanada") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:506: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGreenland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:510: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Pierre and Miquelon") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:514: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUnited States of America") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:518: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAsia") % (4 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:522: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCentral Asia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:526: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sKazakhstan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:530: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sKyrgyzstan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:534: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTajikistan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:538: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTurkmenistan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:542: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUzbekistan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:546: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEastern Asia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:550: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sChina") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:554: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sChina, Hong Kong Special Administrative Region") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:558: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sChina, Macao Special Administrative Region") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:562: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDemocratic People's Republic of Korea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:566: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sJapan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:570: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMongolia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:574: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRepublic of Korea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:578: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouthern Asia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:582: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAfghanistan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:586: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBangladesh") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:590: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBhutan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:594: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIndia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:598: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIran (Islamic Republic of)") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:602: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMaldives") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:606: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNepal") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:610: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPakistan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:614: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSri Lanka") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:618: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouth-Eastern Asia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:622: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBrunei Darussalam") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:626: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCambodia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:630: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIndonesia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:634: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLao People's Democratic Republic") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:638: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMalaysia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:642: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMyanmar") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:646: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPhilippines") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:650: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSingapore") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:654: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sThailand") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:658: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTimor-Leste") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:662: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sViet Nam") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:666: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sWestern Asia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:670: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sArmenia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:674: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAzerbaijan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:678: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBahrain") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:682: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCyprus") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:686: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGeorgia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:690: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIraq") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:694: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIsrael") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:698: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sJordan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:702: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sKuwait") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:706: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLebanon") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:710: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sOman") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:714: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sQatar") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:718: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaudi Arabia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:722: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sState of Palestine") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:726: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSyrian Arab Republic") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:730: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTurkey") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:734: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUnited Arab Emirates") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:738: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sYemen") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:742: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEurope") % (4 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:746: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEastern Europe") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:750: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBelarus") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:754: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBulgaria") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:758: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCzech Republic") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:762: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sHungary") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:766: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPoland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:770: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRepublic of Moldova") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:774: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRomania") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:778: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRussian Federation") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:782: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSlovakia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:786: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUkraine") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:790: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorthern Europe") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:794: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sÅland Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:798: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDenmark") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:802: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEstonia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:806: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFaeroe Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:810: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFinland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:814: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuernsey") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:818: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIceland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:822: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIreland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:826: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIsle of Man") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:830: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sJersey") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:834: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLatvia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:838: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLithuania") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:842: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorway") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:846: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSvalbard and Jan Mayen Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:850: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSweden") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:854: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUnited Kingdom of Great Britain and Northern Ireland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:858: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouthern Europe") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:862: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAlbania") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:866: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAndorra") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:870: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBosnia and Herzegovina") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:874: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCroatia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:878: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGibraltar") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:882: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGreece") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:886: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sHoly See") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sItaly") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:894: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMalta") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:898: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMontenegro") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:902: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPortugal") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:906: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSan Marino") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:910: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSerbia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:914: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSlovenia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:918: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSpain") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:922: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sThe former Yugoslav Republic of Macedonia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:926: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sWestern Europe") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:930: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAustria") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:934: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBelgium") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:938: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFrance") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:942: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGermany") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:946: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLiechtenstein") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:950: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLuxembourg") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:954: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMonaco") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:958: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNetherlands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:962: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSwitzerland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:966: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sOceania") % (4 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:970: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAustralia and New Zealand") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:974: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAustralia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:978: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNew Zealand") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:982: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorfolk Island") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:986: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMelanesia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:990: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFiji") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:994: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNew Caledonia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:998: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPapua New Guinea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1002: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSolomon Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1006: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sVanuatu") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1010: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMicronesia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1014: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuam") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1018: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sKiribati") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1022: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMarshall Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1026: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMicronesia (Federated States of)") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1030: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNauru") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1034: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorthern Mariana Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1038: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPalau") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1042: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPolynesia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1046: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAmerican Samoa") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1050: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCook Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1054: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFrench Polynesia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1058: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNiue") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1062: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPitcairn") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1066: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSamoa") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1070: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTokelau") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1074: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTonga") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1078: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTuvalu") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1082: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sWallis and Futuna Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/filters.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ANY_CHOICE = (('', _('All')), ) /var/akvo/rsr/code/akvo/rest/urls.py:131: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). root_url = url(r'(?P(v1|v2))/$', router.get_api_root_view(), name=router.root_view_name) /var/akvo/rsr/code/akvo/rest/urls.py:139: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^', include(router.urls)), /var/akvo/rsr/code/akvo/rest/urls.py:140: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/employment/(?P[0-9]+)/set_group/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:143: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/user/(?P[0-9]+)/change_password/$', /var/akvo/rsr/code/akvo/rest/urls.py:146: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/organisations/(?P[0-9]+)/users/$', /var/akvo/rsr/code/akvo/rest/urls.py:149: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/managed-employments/$', /var/akvo/rsr/code/akvo/rest/urls.py:152: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/organisations/(?P[0-9]+)/users/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:155: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/user/(?P[0-9]+)/update_details/$', /var/akvo/rsr/code/akvo/rest/urls.py:158: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/me/$', /var/akvo/rsr/code/akvo/rest/urls.py:161: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/invite_user/$', /var/akvo/rsr/code/akvo/rest/urls.py:164: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_iati_check/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:167: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_update/(?P[0-9]+)/photos/$', /var/akvo/rsr/code/akvo/rest/urls.py:170: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_update/(?P[0-9]+)/photos/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:173: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/indicator_period_data/(?P[0-9]+)/upload_file/$', /var/akvo/rsr/code/akvo/rest/urls.py:176: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/indicator_period_data/(?P[0-9]+)/files/$', /var/akvo/rsr/code/akvo/rest/urls.py:179: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/indicator_period_data/(?P[0-9]+)/files/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:182: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/indicator_period_data/(?P[0-9]+)/photos/$', /var/akvo/rsr/code/akvo/rest/urls.py:185: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/indicator_period_data/(?P[0-9]+)/photos/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:188: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/set-periods-locked/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:191: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/set-updates-status/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:194: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/right_now_in_akvo/$', views.right_now_in_akvo_view, name='right_now_in_akvo'), /var/akvo/rsr/code/akvo/rest/urls.py:195: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/server_info/$', views.server_info, name='server_info'), /var/akvo/rsr/code/akvo/rest/urls.py:196: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/title-and-status/(?P[0-9]+)/$', views.project_title, name='project_title'), /var/akvo/rsr/code/akvo/rest/urls.py:197: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/results_framework/$', /var/akvo/rsr/code/akvo/rest/urls.py:200: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/bulk-add-periods/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:203: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/bulk-remove-periods/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:210: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/copy_results/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:213: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/import_results/$', /var/akvo/rsr/code/akvo/rest/urls.py:216: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/import_result/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:219: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/import_indicator/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:222: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/reorder_items/$', /var/akvo/rsr/code/akvo/rest/urls.py:225: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/default_periods/$', /var/akvo/rsr/code/akvo/rest/urls.py:228: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/period-labels/$', /var/akvo/rsr/code/akvo/rest/urls.py:231: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/indicator_custom_fields/$', /var/akvo/rsr/code/akvo/rest/urls.py:234: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_update/(?P[0-9]+)/upload_photo/$', /var/akvo/rsr/code/akvo/rest/urls.py:237: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/project-roles/$', /var/akvo/rsr/code/akvo/rest/urls.py:240: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/invite-user/$', /var/akvo/rsr/code/akvo/rest/urls.py:243: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/enumerator-assignment-send/$', /var/akvo/rsr/code/akvo/rest/urls.py:250: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project-directory$', /var/akvo/rsr/code/akvo/rest/urls.py:253: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/update_directory$', /var/akvo/rsr/code/akvo/rest/urls.py:256: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/organisation_directory$', /var/akvo/rsr/code/akvo/rest/urls.py:263: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_location_geojson$', /var/akvo/rsr/code/akvo/rest/urls.py:270: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/results/$', /var/akvo/rsr/code/akvo/rest/urls.py:273: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/result/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:276: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/indicator/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:279: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/results_geo/$', /var/akvo/rsr/code/akvo/rest/urls.py:286: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/enumerators/$', /var/akvo/rsr/code/akvo/rest/urls.py:293: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program/(?P[0-9]+)/add-project/$', /var/akvo/rsr/code/akvo/rest/urls.py:296: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program/(?P[0-9]+)/countries/$', /var/akvo/rsr/code/akvo/rest/urls.py:299: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program/(?P[0-9]+)/updates/$', /var/akvo/rsr/code/akvo/rest/urls.py:307: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/typeaheads/organisations$', /var/akvo/rsr/code/akvo/rest/urls.py:310: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/typeaheads/projects$', /var/akvo/rsr/code/akvo/rest/urls.py:313: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/typeaheads/project_updates$', /var/akvo/rsr/code/akvo/rest/urls.py:316: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/organisation_reports/$', /var/akvo/rsr/code/akvo/rest/urls.py:319: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/reports/$', /var/akvo/rsr/code/akvo/rest/urls.py:322: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/reports/period-dates/$', /var/akvo/rsr/code/akvo/rest/urls.py:325: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program_reports/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:328: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program_reports/(?P[0-9]+)/period-dates/$', /var/akvo/rsr/code/akvo/rest/urls.py:331: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program_reports/(?P[0-9]+)/countries/$', /var/akvo/rsr/code/akvo/rest/urls.py:334: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/members/$', /var/akvo/rsr/code/akvo/rest/urls.py:341: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/report_formats/$', /var/akvo/rsr/code/akvo/urls.py:230: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^api/', include('akvo.rest.urls')), /var/akvo/rsr/code/akvo/urls.py:233: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^rest/', include('akvo.rest.urls')), /var/akvo/rsr/code/akvo/urls.py:234: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^rest/docs/', docs_view), /var/akvo/rsr/code/akvo/urls.py:237: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^rss/updates/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:241: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^rss/org-updates/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:245: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^rss/all-updates/$', /var/akvo/rsr/code/akvo/urls.py:250: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^auth/token/$', account.api_key, name="auth_token"), /var/akvo/rsr/code/akvo/urls.py:253: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^auth/csrf-token/$', account.get_csrf_token, name="auth_csrf_token"), /var/akvo/rsr/code/akvo/urls.py:255: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^auth/login/$', account.json_login, name="auth_json_login"), /var/akvo/rsr/code/akvo/urls.py:257: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^auth/reset-password/$', account.json_reset_password, name="auth_json_reset_password"), /var/akvo/rsr/code/akvo/urls.py:259: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^auth/register/$', account.json_register, name="auth_json_register"), /var/akvo/rsr/code/akvo/urls.py:262: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/projects/map/$', /var/akvo/rsr/code/akvo/urls.py:266: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/projects/list/$', /var/akvo/rsr/code/akvo/urls.py:270: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/cobranded-banner/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:274: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/cobranded-banner/random/$', /var/akvo/rsr/code/akvo/urls.py:278: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/project-narrow/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:282: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/project-narrow/random/$', /var/akvo/rsr/code/akvo/urls.py:286: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/project-small/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:290: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/project-small/random/$', /var/akvo/rsr/code/akvo/urls.py:298: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^media/(?P.*)$', serve, {'document_root': settings.MEDIA_ROOT}), System check identified no issues (0 silenced). . ---------------------------------------------------------------------- Ran 1 test in 0.007s OK Using existing test database for alias 'default'... Setting country for 0 OrganisationLocations Setting country for 0 ProjectLocations Setting country for 0 ProjectUpdateLocations EUTF organisation not in DB. Plan Finland organisation not in DB. Deleting 0 links without a url Actual user not identified for the following periods (using RSR System user as proxy): Fixed country for 0 OrganisationLocations Fixed country for 0 ProjectLocations Fixed country for 0 ProjectUpdateLocations Project ID Project title Result ID Result title Indicator ID Indicator title Period ID Period dates Update ID Update value Moved 0 non-numeric update values Project ID Dimension ID Dimension name Axis ID Axis name Created? Disaggregation ID Update ID Old dimension ID Old dimension Name Old dimension Value Updated Piwik IDs for 0 sites Specified result 'EUTF Common Output Indicators' not found. Skipping Report Creation. Using existing clone for alias 'default'... Using existing clone for alias 'default'... Using existing clone for alias 'default'... Using existing clone for alias 'default'... System check identified no issues (0 silenced). Couldn't parse user param: filter Traceback (most recent call last): File "/var/akvo/rsr/code/akvo/rest/filters.py", line 60, in filter_queryset args_or_kwargs = eval_query_value(request, param) File "/var/akvo/rsr/code/akvo/rest/filters.py", line 53, in eval_query_value return ast.literal_eval(value) File "/usr/local/lib/python3.8/ast.py", line 59, in literal_eval node_or_string = parse(node_or_string, mode='eval') File "/usr/local/lib/python3.8/ast.py", line 47, in parse return compile(source, filename, mode, flags, File "", line 1 very bad python ^ SyntaxError: invalid syntax .............Locked 2 periods ..Keyword argument is required ...Unlocked 2 periods ....############################## Created project: 31 Funded Project: Unpackaging Alameda Unique Response Number 545728-545719-54557648 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). California Ocean Protection Council Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). California Ocean Protection Council Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes', 'options': [{'name': 'Awareness raising and Behaviour change', 'options': [{'name': 'Behaviour change campaign/programme'}, {'name': 'Community Engagement'}, {'name': 'Stakeholder Engagement'}], 'multiselect': True}, {'name': 'Education/Training', 'options': [{'name': 'Other', 'extra_text': 'Technical assistance to restaurant owners'}], 'multiselect': True}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)'}] Role organisation [{'name': 'We are the funding body'}] Responsible actor [{'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Sub-national (it covers parts of one country)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Use / consumption'}] Target action [{'name': 'Reducing plastics'}] Impact [{'name': 'Marine organisms'}, {'name': 'Other', 'extra_text': 'Urban plastic pollution nuisance'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 400000 Please specify the currency. US Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? State of California Proposition 84 Funds Duration [{'name': 'Single event'}] ############################## ############################## Created project: 32 National Recyclable Solid Waste Collection Project (iCARE project) Unique Response Number 545728-545719-54478964 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Department of Life Sciences, The University of the West Indies, St. Augustine, Trinidad. Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'As an individual'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in service provision'}, {'name': 'Change in practice'}, {'name': 'New infrastructure'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'We are only reporting it here'}] Responsible actor [{'name': 'Other', 'extra_text': 'Fourth Sector'}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'National (it covers one entire country)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Other', 'extra_text': 'Tetra packs Aluminium cans Glass Bottles'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 0 Please specify the currency. TT Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 0 Please specify the currency TT Dollars Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? Green Fund of Trinidad and Tobago Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## ...The following differences exist between the two models: b'- name: Organisation \\u2013 1 | Org 2' b'- long_name: Organisation \\u2013 1 | Org 2' duplicate key value violates unique constraint "rsr_employment_organisation_id_user_id_group_id_2b10d253_uniq" DETAIL: Key (organisation_id, user_id, group_id)=(1, 3, 13) already exists. ############################## Created project: 33 Reducing UPOPs and Mercury Releases from Health Sector in Africa Unique Response Number 545728-545719-54237453 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). UNDP Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). UNDP Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in operations'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We are implementing it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'National ministry/agency'}], 'multiselect': True}] Reporting [{'name': 'Yes'}] You answered that you do report on the action. Is this because: [{'name': 'Reporting is voluntary'}] You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Regional (UN Regions)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Waste disposal sites'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}] Pollutant targeted [] Sector [{'name': 'Medical'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 6453195 Please specify the currency. USD Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 28936164 Please specify the currency USD Funding [] Please name the specific source(s) of funding? GEF Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## Could not find alias_varname: Report_organisations+ Org 2 Report_organisations+ organisation .............############################## Created project: 34 ACT Program : a local value chain for plastic waste Unique Response Number 545728-545719-54334516 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Race for Water Foundation Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Race for Water Foundation Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)', 'options': [{'name': 'Monitoring: On or near ocean surface'}, {'name': 'Monitoring: On the shoreline'}, {'name': 'Monitoring: In Biota'}, {'name': 'Review and synthesis :Environmental'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? During the Race for Water Odyssey 2017-2021, we host aboard of our Race for Water Ambassador vessel several scientists who collect microplastics on ocean surfaces according to their own programme/protocol in: - the surface waters of Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - the surface waters of Cuba (WEATHER-MIC JPI Oceans Program) - the surface waters between Chile and Rapa Nui (Catholic University of the North and ESMOI, Chile) - the surface waters between Tonga and Fiji Island (South Pacific University, Fiji) - the surface waters of New Caledonia (IRD New Caledonia) For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? During the first Race for Water Odyssey in 2015, the Race for water team used the NOAA protocol of Lippiat et al 2013 (Lippiatt S., Opfe S., Arthur C., 2013.Marine Debris Monitoring and Assessment. NOAA Technical Memorandum, NOS-OR&R-46) to collect and monitor marine debris and microplastics on the shoreline of different islands worldwide. In 2017, we hosted aboard of our Race for Water Ambassador vessel scientists who monitored microplastics on the shoreline according to their own programme/protocol in: - Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - Cuba (WEATHER-MIC JPI Oceans Program) - Sala y Gomez Island (Catholic University of the North, Chile) For monitoring in Biota, which programme/protocol did you use? own programme/protocol For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? [{'name': 'It is freely available and open source'}] If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. All the data which have been published are available on our Race for Water website at https://www.raceforwater.org/en/the-race-for-water-foundation/learn/ TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We developed it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'International body'}, {'name': 'National ministry/agency'}, {'name': 'Sub-national ministry/agency'}], 'multiselect': True}, {'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Multinational Corporation'}, {'name': 'National Corporation'}, {'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}, {'name': 'Community based organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Other', 'extra_text': 'Not yet as we are still in the feasbility study phase'}] Geography [{'name': 'Global (it covers the whole world)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}, {'name': 'Clean-up of plastic from the environment'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Non-food packaging (containers, wrappers etc.)'}, {'name': 'Smoking related litter (cigarette butts and packets)'}, {'name': 'Fishing related items'}, {'name': 'Shipping related items'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Packaging'}, {'name': 'Food & Beverages'}, {'name': 'Personal Healthcare'}, {'name': 'Medical'}, {'name': 'Retail'}, {'name': 'Tourism'}, {'name': 'Wastewater/Sewage management'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 10000000 Please specify the currency. Euro Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Voluntary donations'}, {'name': 'Private Sector'}] Please name the specific source(s) of funding? Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## ############################## Created project: 35 Funded Project: Unpackaging Alameda Unique Response Number 545728-545719-54557648 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). California Ocean Protection Council Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). California Ocean Protection Council Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes', 'options': [{'name': 'Awareness raising and Behaviour change', 'options': [{'name': 'Behaviour change campaign/programme'}, {'name': 'Community Engagement'}, {'name': 'Stakeholder Engagement'}], 'multiselect': True}, {'name': 'Education/Training', 'options': [{'name': 'Other', 'extra_text': 'Technical assistance to restaurant owners'}], 'multiselect': True}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)'}] Role organisation [{'name': 'We are the funding body'}] Responsible actor [{'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Sub-national (it covers parts of one country)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Use / consumption'}] Target action [{'name': 'Reducing plastics'}] Impact [{'name': 'Marine organisms'}, {'name': 'Other', 'extra_text': 'Urban plastic pollution nuisance'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 400000 Please specify the currency. US Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? State of California Proposition 84 Funds Duration [{'name': 'Single event'}] ############################## ############################## Created project: 36 National Recyclable Solid Waste Collection Project (iCARE project) Unique Response Number 545728-545719-54478964 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Department of Life Sciences, The University of the West Indies, St. Augustine, Trinidad. Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'As an individual'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in service provision'}, {'name': 'Change in practice'}, {'name': 'New infrastructure'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'We are only reporting it here'}] Responsible actor [{'name': 'Other', 'extra_text': 'Fourth Sector'}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'National (it covers one entire country)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Other', 'extra_text': 'Tetra packs Aluminium cans Glass Bottles'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 0 Please specify the currency. TT Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 0 Please specify the currency TT Dollars Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? Green Fund of Trinidad and Tobago Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## ############################## Created project: 37 Reducing UPOPs and Mercury Releases from Health Sector in Africa Unique Response Number 545728-545719-54237453 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). UNDP Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). UNDP Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in operations'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We are implementing it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'National ministry/agency'}], 'multiselect': True}] Reporting [{'name': 'Yes'}] You answered that you do report on the action. Is this because: [{'name': 'Reporting is voluntary'}] You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Regional (UN Regions)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Waste disposal sites'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}] Pollutant targeted [] Sector [{'name': 'Medical'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 6453195 Please specify the currency. USD Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 28936164 Please specify the currency USD Funding [] Please name the specific source(s) of funding? GEF Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## ..############################## Created project: 38 ACT Program : a local value chain for plastic waste Unique Response Number 545728-545719-54334516 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Race for Water Foundation Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Race for Water Foundation Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)', 'options': [{'name': 'Monitoring: On or near ocean surface'}, {'name': 'Monitoring: On the shoreline'}, {'name': 'Monitoring: In Biota'}, {'name': 'Review and synthesis :Environmental'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? During the Race for Water Odyssey 2017-2021, we host aboard of our Race for Water Ambassador vessel several scientists who collect microplastics on ocean surfaces according to their own programme/protocol in: - the surface waters of Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - the surface waters of Cuba (WEATHER-MIC JPI Oceans Program) - the surface waters between Chile and Rapa Nui (Catholic University of the North and ESMOI, Chile) - the surface waters between Tonga and Fiji Island (South Pacific University, Fiji) - the surface waters of New Caledonia (IRD New Caledonia) For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? During the first Race for Water Odyssey in 2015, the Race for water team used the NOAA protocol of Lippiat et al 2013 (Lippiatt S., Opfe S., Arthur C., 2013.Marine Debris Monitoring and Assessment. NOAA Technical Memorandum, NOS-OR&R-46) to collect and monitor marine debris and microplastics on the shoreline of different islands worldwide. In 2017, we hosted aboard of our Race for Water Ambassador vessel scientists who monitored microplastics on the shoreline according to their own programme/protocol in: - Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - Cuba (WEATHER-MIC JPI Oceans Program) - Sala y Gomez Island (Catholic University of the North, Chile) For monitoring in Biota, which programme/protocol did you use? own programme/protocol For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? [{'name': 'It is freely available and open source'}] If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. All the data which have been published are available on our Race for Water website at https://www.raceforwater.org/en/the-race-for-water-foundation/learn/ TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We developed it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'International body'}, {'name': 'National ministry/agency'}, {'name': 'Sub-national ministry/agency'}], 'multiselect': True}, {'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Multinational Corporation'}, {'name': 'National Corporation'}, {'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}, {'name': 'Community based organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Other', 'extra_text': 'Not yet as we are still in the feasbility study phase'}] Geography [{'name': 'Global (it covers the whole world)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}, {'name': 'Clean-up of plastic from the environment'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Non-food packaging (containers, wrappers etc.)'}, {'name': 'Smoking related litter (cigarette butts and packets)'}, {'name': 'Fishing related items'}, {'name': 'Shipping related items'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Packaging'}, {'name': 'Food & Beverages'}, {'name': 'Personal Healthcare'}, {'name': 'Medical'}, {'name': 'Retail'}, {'name': 'Tourism'}, {'name': 'Wastewater/Sewage management'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 10000000 Please specify the currency. Euro Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Voluntary donations'}, {'name': 'Private Sector'}] Please name the specific source(s) of funding? Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## WARNING 2022-03-09 05:33:05,948 location About to delete ProjectLocation(12) Latitude: No latitude specified, Longitude: No longitude specified, Country: United States of project(35) Funded Project: Unpackaging Alameda Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( ############################## Created project: 35 Funded Project: Unpackaging Alameda Unique Response Number 545728-545719-54557648 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). California Ocean Protection Council Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). California Ocean Protection Council Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes', 'options': [{'name': 'Awareness raising and Behaviour change', 'options': [{'name': 'Behaviour change campaign/programme'}, {'name': 'Community Engagement'}, {'name': 'Stakeholder Engagement'}], 'multiselect': True}, {'name': 'Education/Training', 'options': [{'name': 'Other', 'extra_text': 'Technical assistance to restaurant owners'}], 'multiselect': True}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)'}] Role organisation [{'name': 'We are the funding body'}] Responsible actor [{'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Sub-national (it covers parts of one country)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Use / consumption'}] Target action [{'name': 'Reducing plastics'}] Impact [{'name': 'Marine organisms'}, {'name': 'Other', 'extra_text': 'Urban plastic pollution nuisance'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 400000 Please specify the currency. US Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? State of California Proposition 84 Funds Duration [{'name': 'Single event'}] ############################## WARNING 2022-03-09 05:33:06,339 location About to delete ProjectLocation(13) Latitude: No latitude specified, Longitude: No longitude specified, Country: Trinidad and Tobago of project(36) National Recyclable Solid Waste Collection Project (iCARE project) Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( ############################## Created project: 36 National Recyclable Solid Waste Collection Project (iCARE project) Unique Response Number 545728-545719-54478964 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Department of Life Sciences, The University of the West Indies, St. Augustine, Trinidad. Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'As an individual'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in service provision'}, {'name': 'Change in practice'}, {'name': 'New infrastructure'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'We are only reporting it here'}] Responsible actor [{'name': 'Other', 'extra_text': 'Fourth Sector'}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'National (it covers one entire country)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Other', 'extra_text': 'Tetra packs Aluminium cans Glass Bottles'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 0 Please specify the currency. TT Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 0 Please specify the currency TT Dollars Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? Green Fund of Trinidad and Tobago Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## WARNING 2022-03-09 05:33:06,681 location About to delete ProjectLocation(14) Latitude: No latitude specified, Longitude: No longitude specified, Country: Ghana of project(37) Reducing UPOPs and Mercury Releases from Health Sector in Africa Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-03-09 05:33:06,692 location About to delete ProjectLocation(15) Latitude: No latitude specified, Longitude: No longitude specified, Country: Madagascar of project(37) Reducing UPOPs and Mercury Releases from Health Sector in Africa Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-03-09 05:33:06,703 location About to delete ProjectLocation(16) Latitude: No latitude specified, Longitude: No longitude specified, Country: Tanzania, United Republic of of project(37) Reducing UPOPs and Mercury Releases from Health Sector in Africa Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-03-09 05:33:06,714 location About to delete ProjectLocation(17) Latitude: No latitude specified, Longitude: No longitude specified, Country: Zambia of project(37) Reducing UPOPs and Mercury Releases from Health Sector in Africa Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( ############################## Created project: 37 Reducing UPOPs and Mercury Releases from Health Sector in Africa Unique Response Number 545728-545719-54237453 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). UNDP Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). UNDP Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in operations'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We are implementing it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'National ministry/agency'}], 'multiselect': True}] Reporting [{'name': 'Yes'}] You answered that you do report on the action. Is this because: [{'name': 'Reporting is voluntary'}] You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Regional (UN Regions)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Waste disposal sites'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}] Pollutant targeted [] Sector [{'name': 'Medical'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 6453195 Please specify the currency. USD Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 28936164 Please specify the currency USD Funding [] Please name the specific source(s) of funding? GEF Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## WARNING 2022-03-09 05:33:07,064 location About to delete ProjectLocation(18) Latitude: No latitude specified, Longitude: No longitude specified, Country: Chile of project(38) ACT Program : a local value chain for plastic waste Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-03-09 05:33:07,079 location About to delete ProjectLocation(19) Latitude: No latitude specified, Longitude: No longitude specified, Country: Dominican Republic of project(38) ACT Program : a local value chain for plastic waste Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-03-09 05:33:07,093 location About to delete ProjectLocation(20) Latitude: No latitude specified, Longitude: No longitude specified, Country: France of project(38) ACT Program : a local value chain for plastic waste Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-03-09 05:33:07,107 location About to delete ProjectLocation(21) Latitude: No latitude specified, Longitude: No longitude specified, Country: Malaysia of project(38) ACT Program : a local value chain for plastic waste Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-03-09 05:33:07,121 location About to delete ProjectLocation(22) Latitude: No latitude specified, Longitude: No longitude specified, Country: Peru of project(38) ACT Program : a local value chain for plastic waste Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( ......############################## Created project: 38 ACT Program : a local value chain for plastic waste Unique Response Number 545728-545719-54334516 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Race for Water Foundation Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Race for Water Foundation Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)', 'options': [{'name': 'Monitoring: On or near ocean surface'}, {'name': 'Monitoring: On the shoreline'}, {'name': 'Monitoring: In Biota'}, {'name': 'Review and synthesis :Environmental'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? During the Race for Water Odyssey 2017-2021, we host aboard of our Race for Water Ambassador vessel several scientists who collect microplastics on ocean surfaces according to their own programme/protocol in: - the surface waters of Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - the surface waters of Cuba (WEATHER-MIC JPI Oceans Program) - the surface waters between Chile and Rapa Nui (Catholic University of the North and ESMOI, Chile) - the surface waters between Tonga and Fiji Island (South Pacific University, Fiji) - the surface waters of New Caledonia (IRD New Caledonia) For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? During the first Race for Water Odyssey in 2015, the Race for water team used the NOAA protocol of Lippiat et al 2013 (Lippiatt S., Opfe S., Arthur C., 2013.Marine Debris Monitoring and Assessment. NOAA Technical Memorandum, NOS-OR&R-46) to collect and monitor marine debris and microplastics on the shoreline of different islands worldwide. In 2017, we hosted aboard of our Race for Water Ambassador vessel scientists who monitored microplastics on the shoreline according to their own programme/protocol in: - Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - Cuba (WEATHER-MIC JPI Oceans Program) - Sala y Gomez Island (Catholic University of the North, Chile) For monitoring in Biota, which programme/protocol did you use? own programme/protocol For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? [{'name': 'It is freely available and open source'}] If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. All the data which have been published are available on our Race for Water website at https://www.raceforwater.org/en/the-race-for-water-foundation/learn/ TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We developed it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'International body'}, {'name': 'National ministry/agency'}, {'name': 'Sub-national ministry/agency'}], 'multiselect': True}, {'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Multinational Corporation'}, {'name': 'National Corporation'}, {'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}, {'name': 'Community based organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Other', 'extra_text': 'Not yet as we are still in the feasbility study phase'}] Geography [{'name': 'Global (it covers the whole world)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}, {'name': 'Clean-up of plastic from the environment'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Non-food packaging (containers, wrappers etc.)'}, {'name': 'Smoking related litter (cigarette butts and packets)'}, {'name': 'Fishing related items'}, {'name': 'Shipping related items'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Packaging'}, {'name': 'Food & Beverages'}, {'name': 'Personal Healthcare'}, {'name': 'Medical'}, {'name': 'Retail'}, {'name': 'Tourism'}, {'name': 'Wastewater/Sewage management'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 10000000 Please specify the currency. Euro Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Voluntary donations'}, {'name': 'Private Sector'}] Please name the specific source(s) of funding? Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## ............................ERROR:root:Exception handling request for /en/css/ Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/var/akvo/rsr/code/akvo/rsr/views/my_rsr.py", line 165, in css raise Http404('No custom CSS file defined') django.http.response.Http404: No custom CSS file defined ....................................................................WARNING 2022-03-09 05:33:24,174 location About to delete ProjectLocation(15) Latitude: No latitude specified, Longitude: No longitude specified, Country: No country specified of project(33) REST test project Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 679, in run self._callTearDown() File "/usr/local/lib/python3.8/unittest/case.py", line 636, in _callTearDown self.tearDown() File "/var/akvo/rsr/code/akvo/rsr/tests/rest/test_administrative_location.py", line 73, in tearDown Project.objects.all().delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( ..............................................INFO 2022-03-09 05:33:45,365 employment deleting 1 keys of user test@akvo.org(44) ....................................................ERROR 2022-03-09 05:34:02,672 log Internal Server Error: /rest/v1/project/ INFO 2022-03-09 05:34:02,687 employment deleting 1 keys of user username2(46) ................................INFO 2022-03-09 05:34:08,725 employment deleting 53 keys of user foo@bar.com(71) INFO 2022-03-09 05:34:10,786 employment deleting 2 keys of user test@example.org(52) .................INFO 2022-03-09 05:34:17,039 employment deleting 27 keys of user username(57) ....INFO 2022-03-09 05:34:17,815 partnership Deleting project_filter keys: 7 INFO 2022-03-09 05:34:17,906 employment deleting 1 keys of user username(57) ................................................................................................INFO 2022-03-09 05:35:01,387 employment deleting 1 keys of user user@test.akvo.org(103) INFO 2022-03-09 05:35:01,877 employment deleting 1 keys of user admin@test.akvo.org(104) ................................ss....ss..s.............s..s.........................................................................[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [400x400] does not exist ...................................................s...........WARNING:root:Couldn't login user from django.contrib.auth, with {'username': 'test@akvo.org', 'password': '********************'}. Existing users: ]> ....WARNING:root:Couldn't login user from django.contrib.auth, with {'username': 'test@akvo.org', 'password': '********************'}. Existing users: , ]> ..........ERROR:root:Exception handling request for /organisation/90/iati/ Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/var/akvo/rsr/code/akvo/rsr/views/organisation.py", line 49, in iati raise Http404 django.http.response.Http404 ............................ ---------------------------------------------------------------------- Ran 627 tests in 210.311s OK (skipped=8) Preserving test database for alias 'default'... Preserving test database for alias 'default'... Preserving test database for alias 'default'... Preserving test database for alias 'default'... Preserving test database for alias 'default'... 04:36:31 - BUILD INFO - Coverage Name Stmts Miss Cover Missing ------------------------------------------------------------------------------------------------------------- akvo/__init__.py 0 0 100% akvo/cache/__init__.py 34 3 91% 44-46 akvo/cache/memcache.py 27 0 100% akvo/cache/prepo.py 30 2 93% 51, 65 akvo/codelists/__init__.py 0 0 100% akvo/codelists/models/__init__.py 65 0 100% akvo/codelists/models/activity_date_type.py 11 0 100% akvo/codelists/models/activity_scope.py 11 0 100% akvo/codelists/models/activity_status.py 12 0 100% akvo/codelists/models/aid_type.py 15 0 100% akvo/codelists/models/aid_type_category.py 11 0 100% akvo/codelists/models/aid_type_flag.py 10 0 100% akvo/codelists/models/base_codelist.py 8 0 100% akvo/codelists/models/budget_identifier.py 12 0 100% akvo/codelists/models/budget_identifier_sector.py 11 0 100% akvo/codelists/models/budget_identifier_sector_category.py 10 0 100% akvo/codelists/models/budget_identifier_vocabulary.py 11 0 100% akvo/codelists/models/budget_status.py 11 0 100% akvo/codelists/models/budget_type.py 12 0 100% akvo/codelists/models/collaboration_type.py 12 0 100% akvo/codelists/models/condition_type.py 12 0 100% akvo/codelists/models/contact_type.py 11 0 100% akvo/codelists/models/country.py 11 0 100% akvo/codelists/models/crs_add_other_flags.py 12 0 100% akvo/codelists/models/crs_channel_code.py 10 0 100% akvo/codelists/models/currency.py 11 0 100% akvo/codelists/models/description_type.py 11 0 100% akvo/codelists/models/disbursement_channel.py 11 0 100% akvo/codelists/models/document_category.py 13 0 100% akvo/codelists/models/document_category_category.py 11 0 100% akvo/codelists/models/file_format.py 11 0 100% akvo/codelists/models/finance_type.py 13 0 100% akvo/codelists/models/finance_type_category.py 11 0 100% akvo/codelists/models/flow_type.py 11 0 100% akvo/codelists/models/gazetteer_agency.py 10 0 100% akvo/codelists/models/geographic_exactness.py 11 0 100% akvo/codelists/models/geographic_location_class.py 11 0 100% akvo/codelists/models/geographic_location_reach.py 11 0 100% akvo/codelists/models/geographic_vocabulary.py 12 0 100% akvo/codelists/models/geographical_precision.py 11 0 100% akvo/codelists/models/humanitarian_scope_type.py 10 0 100% akvo/codelists/models/humanitarian_scope_vocabulary.py 11 0 100% akvo/codelists/models/indicator_measure.py 11 0 100% akvo/codelists/models/indicator_vocabulary.py 11 0 100% akvo/codelists/models/language.py 10 0 100% akvo/codelists/models/loan_repayment_period.py 11 0 100% akvo/codelists/models/loan_repayment_type.py 11 0 100% akvo/codelists/models/location_type.py 12 0 100% akvo/codelists/models/location_type_category.py 10 0 100% akvo/codelists/models/organisation_identifier.py 11 0 100% akvo/codelists/models/organisation_registration_agency.py 13 0 100% akvo/codelists/models/organisation_role.py 11 0 100% akvo/codelists/models/organisation_type.py 10 0 100% akvo/codelists/models/other_identifier_type.py 11 0 100% akvo/codelists/models/policy_marker.py 10 0 100% akvo/codelists/models/policy_marker_vocabulary.py 11 0 100% akvo/codelists/models/policy_significance.py 11 0 100% akvo/codelists/models/publisher_type.py 11 0 100% akvo/codelists/models/region.py 10 0 100% akvo/codelists/models/region_vocabulary.py 11 0 100% akvo/codelists/models/related_activity_type.py 11 0 100% akvo/codelists/models/result_type.py 11 0 100% akvo/codelists/models/sector.py 14 0 100% akvo/codelists/models/sector_category.py 11 0 100% akvo/codelists/models/sector_vocabulary.py 12 0 100% akvo/codelists/models/tied_status.py 11 0 100% akvo/codelists/models/transaction_type.py 11 0 100% akvo/codelists/models/value_type.py 11 0 100% akvo/codelists/models/verification_status.py 11 0 100% akvo/codelists/models/version.py 10 0 100% akvo/codelists/models/vocabulary.py 10 0 100% akvo/constants.py 2 0 100% akvo/iati/__init__.py 0 0 100% akvo/iati/checks/__init__.py 0 0 100% akvo/iati/checks/fields/__init__.py 25 0 100% akvo/iati/checks/fields/budgets.py 25 0 100% akvo/iati/checks/fields/conditions.py 13 0 100% akvo/iati/checks/fields/countries_and_regions.py 54 0 100% akvo/iati/checks/fields/country_budget_items.py 15 0 100% akvo/iati/checks/fields/crs_add.py 20 0 100% akvo/iati/checks/fields/dates.py 15 0 100% akvo/iati/checks/fields/description.py 4 0 100% akvo/iati/checks/fields/document_links.py 19 0 100% akvo/iati/checks/fields/fss.py 21 0 100% akvo/iati/checks/fields/humanitarian_scope.py 16 0 100% akvo/iati/checks/fields/iati_identifier.py 4 0 100% akvo/iati/checks/fields/language.py 4 0 100% akvo/iati/checks/fields/legacy_data.py 13 0 100% akvo/iati/checks/fields/locations.py 14 0 100% akvo/iati/checks/fields/partners.py 23 0 100% akvo/iati/checks/fields/planned_disbursements.py 26 0 100% akvo/iati/checks/fields/policy_markers.py 15 0 100% akvo/iati/checks/fields/related_activities.py 17 0 100% akvo/iati/checks/fields/reporting_org.py 13 0 100% akvo/iati/checks/fields/results.py 73 0 100% akvo/iati/checks/fields/sectors.py 57 0 100% akvo/iati/checks/fields/status.py 4 0 100% akvo/iati/checks/fields/title.py 4 0 100% akvo/iati/checks/fields/transactions.py 36 0 100% akvo/iati/checks/iati_checks.py 14 0 100% akvo/iati/exports/__init__.py 0 0 100% akvo/iati/exports/elements/__init__.py 41 0 100% akvo/iati/exports/elements/activity_date.py 24 0 100% akvo/iati/exports/elements/activity_scope.py 7 0 100% akvo/iati/exports/elements/activity_status.py 7 0 100% akvo/iati/exports/elements/background.py 10 0 100% akvo/iati/exports/elements/budget.py 31 0 100% akvo/iati/exports/elements/capital_spend.py 7 0 100% akvo/iati/exports/elements/collaboration_type.py 7 0 100% akvo/iati/exports/elements/conditions.py 16 0 100% akvo/iati/exports/elements/contact_info.py 40 0 100% akvo/iati/exports/elements/country_budget_items.py 18 0 100% akvo/iati/exports/elements/crs_add.py 62 0 100% akvo/iati/exports/elements/current_situation.py 10 0 100% akvo/iati/exports/elements/default_aid_type.py 8 0 100% akvo/iati/exports/elements/default_finance_type.py 7 0 100% akvo/iati/exports/elements/default_flow_type.py 7 0 100% akvo/iati/exports/elements/default_tied_status.py 7 0 100% akvo/iati/exports/elements/document_link.py 73 0 100% akvo/iati/exports/elements/fss.py 25 0 100% akvo/iati/exports/elements/goals_overview.py 10 0 100% akvo/iati/exports/elements/humanitarian_scope.py 20 0 100% akvo/iati/exports/elements/iati_identifier.py 7 0 100% akvo/iati/exports/elements/legacy_data.py 14 0 100% akvo/iati/exports/elements/location.py 55 0 100% akvo/iati/exports/elements/other_identifier.py 27 0 100% akvo/iati/exports/elements/participating_org.py 23 0 100% akvo/iati/exports/elements/planned_disbursement.py 60 0 100% akvo/iati/exports/elements/policy_marker.py 20 0 100% akvo/iati/exports/elements/project_plan.py 10 0 100% akvo/iati/exports/elements/recipient_country.py 15 0 100% akvo/iati/exports/elements/recipient_region.py 20 0 100% akvo/iati/exports/elements/related_activity.py 17 0 100% akvo/iati/exports/elements/reporting_org.py 19 0 100% akvo/iati/exports/elements/result.py 135 0 100% akvo/iati/exports/elements/sector.py 20 0 100% akvo/iati/exports/elements/subtitle.py 10 0 100% akvo/iati/exports/elements/summary.py 10 0 100% akvo/iati/exports/elements/sustainability.py 10 0 100% akvo/iati/exports/elements/target_group.py 10 0 100% akvo/iati/exports/elements/title.py 8 0 100% akvo/iati/exports/elements/transaction.py 109 0 100% akvo/iati/exports/elements/utils.py 12 0 100% akvo/iati/exports/iati_export.py 51 0 100% akvo/iati/exports/iati_org_export.py 31 0 100% akvo/iati/exports/org_elements/__init__.py 10 0 100% akvo/iati/exports/org_elements/document_link.py 49 0 100% akvo/iati/exports/org_elements/name.py 6 0 100% akvo/iati/exports/org_elements/organisation_identifier.py 7 0 100% akvo/iati/exports/org_elements/recipient_country_budget.py 44 0 100% akvo/iati/exports/org_elements/recipient_org_budget.py 46 0 100% akvo/iati/exports/org_elements/recipient_region_budget.py 48 0 100% akvo/iati/exports/org_elements/reporting_org.py 12 0 100% akvo/iati/exports/org_elements/total_budget.py 38 0 100% akvo/iati/exports/org_elements/total_expenditure.py 36 0 100% akvo/iati/imports/__init__.py 178 0 100% akvo/iati/imports/mappers/Cordaid/__init__.py 3 0 100% akvo/iati/imports/mappers/Cordaid/financials.py 45 0 100% akvo/iati/imports/mappers/Cordaid/partnerships.py 50 0 100% akvo/iati/imports/mappers/ICCO/__init__.py 2 0 100% akvo/iati/imports/mappers/ICCO/descriptions.py 33 0 100% akvo/iati/imports/mappers/Result_only/__init__.py 2 0 100% akvo/iati/imports/mappers/__init__.py 14 0 100% akvo/iati/imports/mappers/classifications.py 56 0 100% akvo/iati/imports/mappers/contacts.py 27 0 100% akvo/iati/imports/mappers/dates.py 34 0 100% akvo/iati/imports/mappers/defaults.py 74 0 100% akvo/iati/imports/mappers/descriptions.py 104 0 100% akvo/iati/imports/mappers/financials.py 202 0 100% akvo/iati/imports/mappers/humanitarian.py 23 0 100% akvo/iati/imports/mappers/links.py 129 0 100% akvo/iati/imports/mappers/locations.py 125 0 100% akvo/iati/imports/mappers/partnerships.py 50 0 100% akvo/iati/imports/mappers/related_projects.py 26 0 100% akvo/iati/imports/mappers/results.py 145 0 100% akvo/iati/imports/mappers/special_reporting.py 130 0 100% akvo/rest/__init__.py 0 0 100% akvo/rest/authentication.py 30 1 97% 65 akvo/rest/cache.py 10 2 80% 15-34 akvo/rest/fields.py 87 35 60% 31-35, 56, 62-63, 76-78, 124-141, 150-151, 156-161, 174-175 akvo/rest/filters.py 38 0 100% akvo/rest/pagination.py 13 1 92% 28 akvo/rest/renderers.py 14 10 29% 20-31, 35 akvo/rest/serializers/__init__.py 65 0 100% akvo/rest/serializers/benchmark.py 6 0 100% akvo/rest/serializers/benchmark_name.py 6 0 100% akvo/rest/serializers/budget_item.py 20 0 100% akvo/rest/serializers/budget_item_label.py 6 0 100% akvo/rest/serializers/category.py 6 0 100% akvo/rest/serializers/country.py 7 0 100% akvo/rest/serializers/crs_add.py 23 3 87% 42-44 akvo/rest/serializers/custom_field.py 21 4 81% 36-39 akvo/rest/serializers/default_period.py 6 0 100% akvo/rest/serializers/disaggregation.py 29 3 90% 71, 74, 77 akvo/rest/serializers/disaggregation_contribution.py 10 1 90% 16 akvo/rest/serializers/disaggregation_target.py 10 1 90% 19 akvo/rest/serializers/employment.py 10 0 100% akvo/rest/serializers/focus_area.py 6 0 100% akvo/rest/serializers/fss.py 14 0 100% akvo/rest/serializers/goal.py 6 0 100% akvo/rest/serializers/humanitarian_scope.py 9 0 100% akvo/rest/serializers/iati_check.py 6 0 100% akvo/rest/serializers/iati_export.py 15 0 100% akvo/rest/serializers/indicator.py 102 3 97% 50, 109, 111 akvo/rest/serializers/indicator_custom_field.py 10 0 100% akvo/rest/serializers/indicator_dimension_name.py 19 0 100% akvo/rest/serializers/indicator_dimension_value.py 6 0 100% akvo/rest/serializers/indicator_disaggregation_target.py 10 1 90% 19 akvo/rest/serializers/indicator_label.py 6 0 100% akvo/rest/serializers/indicator_period.py 100 3 97% 69, 71, 127 akvo/rest/serializers/indicator_period_data.py 150 2 99% 145, 211 akvo/rest/serializers/indicator_period_disaggregation.py 43 7 84% 21, 24, 45, 48, 72, 75, 78 akvo/rest/serializers/indicator_period_label.py 6 0 100% akvo/rest/serializers/indicator_period_location.py 13 0 100% akvo/rest/serializers/indicator_reference.py 8 0 100% akvo/rest/serializers/internal_organisation_id.py 6 0 100% akvo/rest/serializers/keyword.py 6 0 100% akvo/rest/serializers/legacy_data.py 6 0 100% akvo/rest/serializers/link.py 6 0 100% akvo/rest/serializers/narrative_report.py 6 0 100% akvo/rest/serializers/organisation.py 92 12 87% 71-74, 179-189 akvo/rest/serializers/organisation_budget.py 48 0 100% akvo/rest/serializers/organisation_document.py 17 0 100% akvo/rest/serializers/organisation_indicator_label.py 6 0 100% akvo/rest/serializers/organisation_location.py 28 0 100% akvo/rest/serializers/partner_site.py 6 0 100% akvo/rest/serializers/partnership.py 22 0 100% akvo/rest/serializers/planned_disbursement.py 16 0 100% akvo/rest/serializers/policy_marker.py 11 0 100% akvo/rest/serializers/program.py 23 1 96% 34 akvo/rest/serializers/project.py 277 23 92% 166-170, 173-187, 190, 193, 196-197, 200-205, 308, 319 akvo/rest/serializers/project_condition.py 9 0 100% akvo/rest/serializers/project_contact.py 12 0 100% akvo/rest/serializers/project_document.py 41 0 100% akvo/rest/serializers/project_hierarchy.py 8 0 100% akvo/rest/serializers/project_location.py 65 10 85% 48-49, 56-64 akvo/rest/serializers/project_role.py 10 0 100% akvo/rest/serializers/project_update.py 89 12 87% 67, 78, 128, 131, 134-143 akvo/rest/serializers/project_update_location.py 30 0 100% akvo/rest/serializers/publishing_status.py 6 0 100% akvo/rest/serializers/recipient_country.py 9 0 100% akvo/rest/serializers/region.py 10 0 100% akvo/rest/serializers/related_project.py 12 0 100% akvo/rest/serializers/report.py 13 0 100% akvo/rest/serializers/result.py 33 0 100% akvo/rest/serializers/rsr_serializer.py 24 1 96% 57 akvo/rest/serializers/sector.py 10 0 100% akvo/rest/serializers/transaction.py 35 0 100% akvo/rest/serializers/typeahead.py 28 2 93% 46, 49 akvo/rest/serializers/user.py 78 5 94% 101-103, 106, 139 akvo/rest/urls.py 113 0 100% akvo/rest/views/__init__.py 73 0 100% akvo/rest/views/benchmark.py 6 0 100% akvo/rest/views/benchmark_name.py 7 0 100% akvo/rest/views/budget_item.py 9 0 100% akvo/rest/views/budget_item_label.py 6 0 100% akvo/rest/views/category.py 7 0 100% akvo/rest/views/country.py 6 0 100% akvo/rest/views/crs_add.py 10 0 100% akvo/rest/views/custom_field.py 9 0 100% akvo/rest/views/default_period.py 33 3 91% 28-29, 32 akvo/rest/views/disaggregation.py 7 0 100% akvo/rest/views/disaggregation_target.py 7 0 100% akvo/rest/views/employment.py 144 43 70% 43, 48-49, 58-109, 115-127, 143, 149, 154, 180, 189 akvo/rest/views/exception_handler.py 7 1 86% 20 akvo/rest/views/focus_area.py 6 0 100% akvo/rest/views/fss.py 10 0 100% akvo/rest/views/goal.py 6 0 100% akvo/rest/views/humanitarian_scope.py 6 0 100% akvo/rest/views/iati_check.py 6 0 100% akvo/rest/views/iati_export.py 9 0 100% akvo/rest/views/indicator.py 11 0 100% akvo/rest/views/indicator_custom_field.py 11 0 100% akvo/rest/views/indicator_dimension_name.py 13 3 77% 24-26 akvo/rest/views/indicator_dimension_value.py 13 3 77% 24-26 akvo/rest/views/indicator_disaggregation_target.py 7 0 100% akvo/rest/views/indicator_label.py 7 0 100% akvo/rest/views/indicator_period.py 78 2 97% 86-87 akvo/rest/views/indicator_period_data.py 165 22 87% 38-39, 205, 227, 241, 249-259, 270-275 akvo/rest/views/indicator_period_disaggregation.py 7 0 100% akvo/rest/views/indicator_period_label.py 19 7 63% 26-33 akvo/rest/views/indicator_period_location.py 11 0 100% akvo/rest/views/indicator_reference.py 7 0 100% akvo/rest/views/internal_organisation_id.py 6 0 100% akvo/rest/views/keyword.py 6 0 100% akvo/rest/views/legacy_data.py 6 0 100% akvo/rest/views/link.py 7 0 100% akvo/rest/views/narrative_report.py 7 0 100% akvo/rest/views/organisation.py 66 21 68% 34-35, 71-102, 107-121 akvo/rest/views/organisation_budget.py 34 0 100% akvo/rest/views/organisation_document.py 13 13 0% 2-36 akvo/rest/views/organisation_indicator_label.py 6 0 100% akvo/rest/views/organisation_location.py 12 0 100% akvo/rest/views/partner_site.py 6 0 100% akvo/rest/views/partnership.py 14 4 71% 22-27 akvo/rest/views/planned_disbursement.py 6 0 100% akvo/rest/views/policy_marker.py 6 0 100% akvo/rest/views/program_results_geo.py 412 232 44% 47, 69, 82, 94, 98, 102, 106, 110, 114-119, 123-128, 132-137, 141-146, 150-155, 159-164, 168-171, 175-178, 195, 207-215, 219-223, 226-228, 248, 263-266, 270-277, 296, 311-314, 318, 322, 336, 346-349, 353, 358-362, 369-372, 382-389, 407-416, 420-441, 445-475, 479-481, 492-494, 497-499, 502-507, 519-522, 525-538, 542-572, 576-592, 601-607 akvo/rest/views/project.py 150 25 83% 77, 82-85, 91, 109, 118, 161, 279-301, 364-383 akvo/rest/views/project_condition.py 6 0 100% akvo/rest/views/project_contact.py 6 0 100% akvo/rest/views/project_document.py 11 0 100% akvo/rest/views/project_editor.py 128 42 67% 45, 101, 109-110, 118-137, 146-149, 153, 157-159, 169-187 akvo/rest/views/project_enumerators.py 132 11 92% 29, 43-47, 83, 174-175, 214-217 akvo/rest/views/project_hierarchy.py 30 15 50% 24-34, 39-47 akvo/rest/views/project_iati_checks.py 15 8 47% 18-21, 24-32 akvo/rest/views/project_location.py 17 0 100% akvo/rest/views/project_overview.py 440 169 62% 39-50, 62, 70-78, 82-91, 95-104, 115, 130, 137-140, 153, 161, 165, 169-172, 176, 181-185, 189-192, 196-201, 205-210, 214, 225-231, 235-236, 246-256, 260-269, 273-274, 278-306, 312-337, 352, 386-410, 421-427, 433-439, 580-583, 595-599, 626, 634, 672, 795-796 akvo/rest/views/project_role.py 89 3 97% 149, 153, 158 akvo/rest/views/project_update.py 153 67 56% 54, 57, 63, 70, 106-125, 139-145, 154-163, 171-221, 226, 231, 236-259, 268, 287 akvo/rest/views/project_update_location.py 12 0 100% akvo/rest/views/publishing_status.py 6 0 100% akvo/rest/views/recipient_country.py 6 0 100% akvo/rest/views/region.py 6 0 100% akvo/rest/views/related_project.py 6 0 100% akvo/rest/views/report.py 89 20 78% 131-145, 152-158, 163-167 akvo/rest/views/result.py 40 3 92% 25-27 akvo/rest/views/right_now_in_akvo.py 6 1 83% 24 akvo/rest/views/sector.py 7 0 100% akvo/rest/views/server_info.py 11 5 55% 20-28 akvo/rest/views/transaction.py 11 0 100% akvo/rest/views/typeahead.py 29 0 100% akvo/rest/views/user.py 61 7 89% 50-51, 56, 73-74, 79, 87 akvo/rest/views/user_management.py 69 21 70% 29-30, 44, 49-50, 58-59, 64, 67-74, 79-80, 83, 87, 94, 123 akvo/rest/views/utils.py 46 29 37% 17-29, 35-40, 45-51, 56-59, 70-71 akvo/rest/viewsets.py 179 15 92% 58, 141-152, 214-216, 312-316 akvo/rsr/__init__.py 0 0 100% akvo/rsr/admin.py 526 202 62% 49-50, 53, 63-66, 75, 85-88, 97, 108-111, 120, 131-134, 143, 154-157, 166, 176-179, 188, 197, 207-210, 223-226, 235-238, 251, 291-301, 304-314, 320-410, 439, 470-476, 480, 491-494, 506, 561-564, 568-584, 594-599, 643-645, 711-714, 718, 724-726, 729-739, 761-769, 773-777, 791-793, 810-812, 827-829, 851-853, 889-893, 905-907, 917-920, 930-935 akvo/rsr/backends.py 16 1 94% 34 akvo/rsr/checks/__init__.py 0 0 100% akvo/rsr/checks/indicators.py 4 4 0% 1-7 akvo/rsr/checks/periods.py 4 4 0% 1-7 akvo/rsr/checks/results.py 15 15 0% 1-56 akvo/rsr/context_processors.py 27 4 85% 20-21, 54-55 akvo/rsr/dataclasses.py 371 183 51% 31, 50, 74, 87, 91, 106, 126, 130, 134, 138, 142-147, 151-156, 160-165, 169-174, 178-183, 187-192, 196-199, 203-206, 210, 214-234, 242-254, 261-262, 265-266, 269-274, 277-282, 285, 288-296, 315, 328-333, 337-341, 362, 377-384, 388, 392, 396-403, 407-412, 416-421, 425, 428-429, 448, 463-466, 470, 484, 494-497, 501, 506-510, 514-520 akvo/rsr/decorators.py 20 10 50% 30-34, 49-53 akvo/rsr/feeds.py 138 30 78% 37-43, 58, 83, 85, 87, 90-95, 98-103, 106, 126, 138, 153, 160-172, 215 akvo/rsr/fields.py 53 5 91% 22, 24, 91-93 akvo/rsr/filters.py 84 60 29% 25-28, 32-34, 39-43, 49-54, 59-64, 69-72, 77-80, 85-87, 96-97, 102-110, 116-127, 133-137, 142-143, 149-164, 172 akvo/rsr/forms.py 112 23 79% 75-78, 135, 197, 232-233, 236-243, 249-253, 270-275 akvo/rsr/iso3166.py 6 0 100% akvo/rsr/m49.py 4 0 100% akvo/rsr/management/__init__.py 0 0 100% akvo/rsr/management/commands/__init__.py 0 0 100% akvo/rsr/management/commands/a4a_optimy_import.py 184 184 0% 7-403 akvo/rsr/management/commands/add_periods.py 17 17 0% 8-59 akvo/rsr/management/commands/announcement_open_rate.py 21 21 0% 7-52 akvo/rsr/management/commands/anonymize_user.py 20 20 0% 7-41 akvo/rsr/management/commands/change_project_parent.py 16 16 0% 7-26 akvo/rsr/management/commands/check_non_numeric_indicators.py 27 27 0% 8-50 akvo/rsr/management/commands/check_non_numeric_periods.py 28 28 0% 8-51 akvo/rsr/management/commands/check_non_numeric_updates.py 27 27 0% 8-50 akvo/rsr/management/commands/check_project_creators.py 16 16 0% 8-35 akvo/rsr/management/commands/cleanup_indicator_periods.py 33 0 100% akvo/rsr/management/commands/cleanup_untitled_and_unpublished_projects.py 37 5 86% 50-64 akvo/rsr/management/commands/clear_all_sessions.py 22 22 0% 1-31 akvo/rsr/management/commands/create_organisation_codelist.py 29 29 0% 7-55 akvo/rsr/management/commands/data_integrity.py 92 92 0% 6-202 akvo/rsr/management/commands/delete_empty_project_relations.py 22 22 0% 7-64 akvo/rsr/management/commands/delete_empty_projects.py 27 27 0% 8-70 akvo/rsr/management/commands/delete_project.py 20 20 0% 7-38 akvo/rsr/management/commands/delete_spam_users.py 16 16 0% 7-41 akvo/rsr/management/commands/eutf_change_employments.py 28 28 0% 14-66 akvo/rsr/management/commands/eutf_delete_custom_fields.py 16 16 0% 8-30 akvo/rsr/management/commands/eutf_hierarchy_check.py 94 94 0% 8-214 akvo/rsr/management/commands/expire_all_sessions.py 24 24 0% 8-53 akvo/rsr/management/commands/fix_imported_qualitative_indicators.py 9 9 0% 8-27 akvo/rsr/management/commands/fix_latest_update.py 19 19 0% 8-44 akvo/rsr/management/commands/fix_orphaned_periods.py 71 71 0% 8-130 akvo/rsr/management/commands/fix_project_hierarchy_missing_periods.py 21 21 0% 8-46 akvo/rsr/management/commands/fix_project_qualitative_narrative_text_update.py 20 20 0% 7-47 akvo/rsr/management/commands/fix_utz_periods.py 45 45 0% 8-107 akvo/rsr/management/commands/funds_needed.py 51 51 0% 7-103 akvo/rsr/management/commands/helpers/__init__.py 0 0 100% akvo/rsr/management/commands/helpers/data_integrity.py 27 27 0% 1-52 akvo/rsr/management/commands/hubspot_user_list.py 36 36 0% 8-61 akvo/rsr/management/commands/iati_export.py 7 7 0% 7-22 akvo/rsr/management/commands/iati_import.py 8 8 0% 7-21 akvo/rsr/management/commands/iucn_qualitative_indicators_private.py 9 9 0% 8-23 akvo/rsr/management/commands/link_results_framework_to_parent_project.py 21 21 0% 7-35 akvo/rsr/management/commands/lock_unlock_periods.py 31 6 81% 47-49, 55-56, 59 akvo/rsr/management/commands/make_program.py 13 13 0% 7-36 akvo/rsr/management/commands/merge_keywords.py 22 22 0% 7-50 akvo/rsr/management/commands/merge_organisations.py 96 12 88% 32, 107-113, 127, 166-168 akvo/rsr/management/commands/perform_iati_checks.py 32 0 100% akvo/rsr/management/commands/period_actual_comment_cleanup.py 9 9 0% 7-19 akvo/rsr/management/commands/populate_local_db.py 21 21 0% 7-34 akvo/rsr/management/commands/populate_project_directory_cache.py 19 19 0% 8-37 akvo/rsr/management/commands/project_cleanup.py 30 30 0% 7-74 akvo/rsr/management/commands/project_editor_history.py 18 18 0% 8-38 akvo/rsr/management/commands/recalculate_disaggregation_aggregation.py 16 16 0% 7-39 akvo/rsr/management/commands/recalculate_periods.py 22 22 0% 8-44 akvo/rsr/management/commands/reinstate_implementors.py 14 14 0% 8-159 akvo/rsr/management/commands/remove_default_periods.py 22 22 0% 8-42 akvo/rsr/management/commands/remove_disaggregation_targets_dupes.py 49 49 0% 8-90 akvo/rsr/management/commands/remove_implementors.py 20 20 0% 14-60 akvo/rsr/management/commands/remove_period_dupes.py 60 60 0% 8-133 akvo/rsr/management/commands/remove_project_contacts.py 14 14 0% 8-32 akvo/rsr/management/commands/remove_project_parent.py 13 13 0% 7-23 akvo/rsr/management/commands/report_d2d.py 71 71 0% 8-162 akvo/rsr/management/commands/report_server_thumbs.py 12 12 0% 7-26 akvo/rsr/management/commands/reporting_orgs.py 87 87 0% 8-194 akvo/rsr/management/commands/reverse_geocode_city_names.py 71 71 0% 7-125 akvo/rsr/management/commands/rsr_sync_pgviews.py 12 12 0% 7-38 akvo/rsr/management/commands/single_period_indicators.py 82 82 0% 8-177 akvo/rsr/management/commands/undo_results_import.py 14 14 0% 7-33 akvo/rsr/management/commands/unep_survey_import.py 355 14 96% 114, 121, 128, 171-172, 194-196, 216, 219, 226-227, 831-832 akvo/rsr/management/commands/update_custom_fields.py 15 15 0% 8-32 akvo/rsr/management/commands/user_cleanup.py 56 56 0% 7-123 akvo/rsr/management/utils.py 17 5 71% 14-15, 19-21 akvo/rsr/middleware.py 113 32 72% 54-56, 89-90, 94, 98, 141-150, 163-167, 192, 200-210 akvo/rsr/mixins.py 26 10 62% 32-45 akvo/rsr/models/__init__.py 298 0 100% akvo/rsr/models/benchmark.py 21 0 100% akvo/rsr/models/budget_item.py 75 19 75% 106-107, 116-123, 126-129, 132, 135, 138-141, 144, 147, 150, 187 akvo/rsr/models/category.py 22 3 86% 39, 43, 47 akvo/rsr/models/country.py 38 0 100% akvo/rsr/models/crs_add.py 58 2 97% 162, 165 akvo/rsr/models/custom_field.py 35 0 100% akvo/rsr/models/employment.py 65 13 80% 88-99, 117, 129-130 akvo/rsr/models/focus_area.py 25 4 84% 21, 61, 65-66 akvo/rsr/models/fss.py 31 2 94% 79, 82 akvo/rsr/models/goal.py 8 0 100% akvo/rsr/models/humanitarian_scope.py 26 4 85% 62, 65, 68, 71 akvo/rsr/models/iati_activity_export.py 16 3 81% 42-45 akvo/rsr/models/iati_activity_import.py 158 34 78% 84-85, 102, 105, 110, 182-186, 189-193, 197-203, 208-209, 216-219, 232-234, 272-278, 345-356 akvo/rsr/models/iati_check.py 16 3 81% 37-40 akvo/rsr/models/iati_export.py 65 8 88% 19, 65-67, 80, 121-124 akvo/rsr/models/iati_import.py 121 49 60% 46, 51, 56, 176-178, 185-204, 208-209, 213-214, 225-246, 255-279 akvo/rsr/models/iati_import_job.py 268 113 58% 127-130, 133, 168, 248-253, 267-270, 280-282, 295-301, 307-312, 325-341, 352-353, 370-372, 401-402, 434-467, 479, 493-497, 503-505, 517-539, 545-552, 558-559, 566-574, 581-594, 600-601 akvo/rsr/models/iati_import_log.py 53 6 89% 137, 145, 156-158, 167-169 akvo/rsr/models/internal_organisation_id.py 10 0 100% akvo/rsr/models/keyword.py 15 1 93% 18 akvo/rsr/models/legacy_data.py 13 0 100% akvo/rsr/models/link.py 19 0 100% akvo/rsr/models/location.py 106 12 89% 54-65, 81, 98, 101, 257, 260 akvo/rsr/models/login_log.py 46 2 96% 67-68 akvo/rsr/models/model_querysets/__init__.py 0 0 100% akvo/rsr/models/model_querysets/employment.py 11 1 91% 24 akvo/rsr/models/model_querysets/organisation.py 66 24 64% 25, 32, 39-40, 47-48, 51-52, 55-56, 61-64, 71-72, 75-76, 79-80, 83-84, 95-96 akvo/rsr/models/model_querysets/project.py 116 42 64% 17, 42, 49-50, 53, 59, 62, 65, 68, 71, 74, 77, 80, 86, 102, 108, 113, 130, 140, 150, 157, 164-165, 181-182, 185-186, 193-194, 208-215, 218-219, 222-223, 226-227 akvo/rsr/models/organisation.py 200 49 76% 197-231, 237, 241, 245, 248, 282-283, 287, 300, 314, 318, 392, 399-403, 417, 423-426, 429, 433, 442, 445, 453, 476 akvo/rsr/models/organisation_account.py 16 0 100% akvo/rsr/models/organisation_budget.py 124 14 89% 53-54, 64, 67, 82, 85, 144, 147, 150, 153, 175, 178, 226, 229 akvo/rsr/models/organisation_codelist.py 11 0 100% akvo/rsr/models/organisation_document.py 64 16 75% 66-74, 77-83, 86, 89, 122, 125, 156, 159 akvo/rsr/models/organisation_indicator_label.py 13 0 100% akvo/rsr/models/partner_site.py 121 23 81% 22, 27, 32, 37, 42, 51, 194, 231, 243, 253-255, 260, 265, 269-279, 282 akvo/rsr/models/partnership.py 113 14 88% 177, 182, 210-221, 249, 277-278 akvo/rsr/models/planned_disbursement.py 46 12 74% 69-73, 76-80, 86, 89, 92, 95, 99-100 akvo/rsr/models/policy_marker.py 40 8 80% 68, 71, 74, 77, 80, 95, 99-100 akvo/rsr/models/project.py 852 191 78% 527, 539-549, 562, 566, 572-575, 586, 595-596, 606-608, 640-641, 685, 733-735, 740-741, 758-764, 771, 774, 782, 794-795, 798-811, 814, 819-823, 826-836, 840-847, 850-851, 884, 887, 890, 893, 899, 924-936, 940, 943, 946, 949, 952, 955, 958, 961, 964, 967, 970, 973, 976, 979-982, 985-988, 991, 994, 1008, 1022, 1025, 1037-1040, 1076-1081, 1088, 1114-1115, 1160-1170, 1214, 1217, 1223, 1229, 1237-1249, 1252-1267, 1271, 1282, 1302, 1306-1309, 1341, 1370, 1413, 1422, 1446, 1545, 1632-1633, 1669-1677, 1681-1691, 1695-1711, 1790, 1816, 1824-1826, 1839, 1856 akvo/rsr/models/project_condition.py 19 2 89% 42, 45 akvo/rsr/models/project_contact.py 28 2 93% 58, 61 akvo/rsr/models/project_document.py 63 7 89% 70-78, 82, 90, 146 akvo/rsr/models/project_editor_validation.py 28 2 93% 21-23 akvo/rsr/models/project_hierarchy.py 24 1 96% 33 akvo/rsr/models/project_role.py 12 0 100% akvo/rsr/models/project_update.py 66 6 91% 74-77, 82, 86 akvo/rsr/models/publishing_status.py 53 7 87% 35, 41, 47, 67, 98, 117-122 akvo/rsr/models/region.py 27 3 89% 76, 79, 82 akvo/rsr/models/related_project.py 85 8 91% 65-69, 133, 156-157, 171, 185 akvo/rsr/models/report.py 41 13 68% 55, 63-84 akvo/rsr/models/result/__init__.py 21 0 100% akvo/rsr/models/result/custom_field.py 28 0 100% akvo/rsr/models/result/default_period.py 21 0 100% akvo/rsr/models/result/disaggregation.py 63 4 94% 78, 100, 104, 115 akvo/rsr/models/result/disaggregation_aggregation.py 34 0 100% akvo/rsr/models/result/disaggregation_contribution.py 11 0 100% akvo/rsr/models/result/disaggregation_contribution_handler.py 15 0 100% akvo/rsr/models/result/disaggregation_target.py 12 0 100% akvo/rsr/models/result/indicator.py 118 15 87% 139-155, 160, 184, 196, 207, 223, 240 akvo/rsr/models/result/indicator_dimension.py 50 5 90% 28, 54-56, 99 akvo/rsr/models/result/indicator_disaggregation_target.py 12 0 100% akvo/rsr/models/result/indicator_label.py 10 0 100% akvo/rsr/models/result/indicator_period.py 211 29 86% 144, 151-160, 166-168, 173, 227-228, 287, 314, 326-330, 394-395, 417-418, 428-434, 454 akvo/rsr/models/result/indicator_period_actual_location.py 13 0 100% akvo/rsr/models/result/indicator_period_aggregation.py 28 0 100% akvo/rsr/models/result/indicator_period_data.py 169 29 83% 131-133, 137-139, 143-145, 149-152, 159, 163-170, 175, 179, 188-189, 207-212, 219, 284, 307 akvo/rsr/models/result/indicator_period_data_comment.py 16 0 100% akvo/rsr/models/result/indicator_period_disaggregation.py 23 1 96% 46 akvo/rsr/models/result/indicator_period_label.py 12 0 100% akvo/rsr/models/result/indicator_period_target_location.py 13 0 100% akvo/rsr/models/result/indicator_reference.py 22 2 91% 56, 59 akvo/rsr/models/result/narrative_report.py 24 6 75% 43-57 akvo/rsr/models/result/result.py 90 30 67% 83, 91-115, 136, 139-141, 144, 151, 160, 164-173 akvo/rsr/models/result/utils.py 42 22 48% 42-43, 51-53, 57-68, 72-80 akvo/rsr/models/sector.py 37 5 86% 77-84 akvo/rsr/models/transaction.py 113 37 67% 158-162, 165-169, 172-175, 181, 184, 187, 190, 193, 196, 199, 202, 205, 208, 211, 214, 217, 220, 223, 226, 229, 232, 235, 238, 287-292, 295, 298, 301 akvo/rsr/models/user.py 269 34 87% 45, 133, 147, 150, 153, 160-167, 189-193, 207, 241-242, 315-318, 324, 398-403, 437-438, 446-450, 458-459, 561 akvo/rsr/permissions.py 124 3 98% 126, 172, 181 akvo/rsr/project_overview.py 464 338 27% 20, 24-28, 32-36, 40-45, 49-62, 83-103, 113-117, 122-141, 145-147, 151-153, 157-160, 164-171, 175-179, 183-193, 197-201, 205-209, 213-215, 219-221, 225-227, 231-234, 238-240, 244-250, 253-256, 260-276, 279-282, 287-296, 300-301, 305-306, 310-311, 315-316, 320-321, 325-326, 329-330, 333-334, 337-379, 384-401, 405-407, 411-414, 418-420, 424-428, 432-434, 438-440, 444-448, 452-456, 460-466, 469-472, 476-478, 482-484, 488-490, 494-496, 500-516, 519-522, 527-533, 537-538, 542-543, 547-548, 552-553, 556-557, 560-561, 564-599, 608-610, 614-616, 620-622, 626-629, 633-636 akvo/rsr/project_role_auth.py 39 1 97% 57 akvo/rsr/registration.py 34 17 50% 28-31, 35-39, 62-69 akvo/rsr/signals.py 151 29 81% 35, 54, 79, 114, 138, 145-150, 155-160, 186, 220, 226, 230, 234, 282, 291, 295, 348, 356-359, 368, 377-380 akvo/rsr/sorl_processors.py 16 16 0% 9-38 akvo/rsr/staticmap.py 147 86 41% 30-32, 35-39, 42-46, 49, 59-78, 81, 123-136, 139-158, 161-169, 177, 180-187, 190-196, 199, 202-207, 228, 245-257, 261-270, 277 akvo/rsr/templatetags/__init__.py 0 0 100% akvo/rsr/templatetags/addparam.py 29 5 83% 23, 26, 33, 52, 55 akvo/rsr/templatetags/funding_bar.py 5 1 80% 11 akvo/rsr/templatetags/maps.py 116 85 27% 42-56, 61-93, 106-160, 173, 183-193, 198-216 akvo/rsr/templatetags/piwik_tags.py 11 1 91% 25 akvo/rsr/templatetags/query_string.py 50 42 16% 25-29, 38-51, 62-74, 83-94 akvo/rsr/templatetags/rsr_filters.py 50 14 72% 22, 28, 34-37, 44-45, 47-48, 61, 68, 77-78, 83 akvo/rsr/templatetags/rsr_tags.py 109 67 39% 19-37, 48, 55, 63, 71, 79, 87, 95, 108, 115, 121, 133, 146, 160, 174, 177-198, 205-208, 216-230, 247-252 akvo/rsr/templatetags/rsr_utils.py 45 24 47% 28-45, 58-67, 76, 82-84 akvo/rsr/templatetags/rsr_widgets.py 27 0 100% akvo/rsr/usecases/__init__.py 0 0 100% akvo/rsr/usecases/change_project_parent.py 83 15 82% 66, 74, 96-97, 124-126, 133, 136, 144-158 akvo/rsr/usecases/remove_project_parent.py 7 0 100% akvo/rsr/validators.py 16 1 94% 32 akvo/rsr/views/__init__.py 5 1 80% 16 akvo/rsr/views/account.py 177 80 55% 48, 66-76, 95-175, 188-192, 199, 204-205, 213-241, 289-290, 295, 300 akvo/rsr/views/error.py 6 3 50% 13-15 akvo/rsr/views/my_rsr.py 74 23 69% 35, 87-96, 114-150 akvo/rsr/views/organisation.py 21 4 81% 34, 54-57 akvo/rsr/views/project.py 94 66 30% 45-48, 56-84, 102-154, 164-179, 189, 196, 203, 214-218, 228-248 akvo/rsr/views/project_update.py 17 7 59% 28-40, 45 akvo/rsr/views/py_reports/__init__.py 26 5 81% 44-50 akvo/rsr/views/py_reports/docx_utils.py 230 163 29% 33-37, 41-48, 52-60, 64-76, 82-88, 94-120, 126-135, 141-145, 150, 153-154, 157-165, 172-173, 176-177, 180-187, 198-199, 202-203, 206-211, 220, 223, 226-231, 240, 243, 246-251, 258-262, 265, 280-281, 284-285, 288-293, 298, 301, 304-308, 328, 332-340, 344-360, 366-370 akvo/rsr/views/py_reports/eutf_narrative_word_report.py 266 205 23% 31-32, 36-37, 41, 45, 49, 53-54, 58, 62, 66, 70, 74, 78, 82, 86, 90, 94, 98, 102, 106, 110, 114, 117-119, 123-130, 136-366 akvo/rsr/views/py_reports/eutf_org_results_table_excel_report.py 135 119 12% 25-41, 47-180 akvo/rsr/views/py_reports/eutf_project_results_table_excel_report.py 107 94 12% 17-134 akvo/rsr/views/py_reports/kickstart_word_report.py 319 291 9% 30-42, 46-50, 54-59, 63-108, 117-127, 133-421 akvo/rsr/views/py_reports/nuffic_country_level_map_report.py 80 54 32% 26-65, 69-85, 89-92, 96-97, 102-103, 108-118, 122, 126, 130-141, 146-149, 153 akvo/rsr/views/py_reports/organisation_data_quality_overview_report.py 255 216 15% 30-41, 45-56, 60-268, 273-278, 282, 287-290, 294, 299-302, 306, 311-313, 317, 322-324, 328-348 akvo/rsr/views/py_reports/organisation_projects_overview_report.py 225 177 21% 30-31, 35-45, 49, 54, 58, 62, 66, 70, 74, 83-88, 98, 105-111, 122-144, 148-151, 157-167, 171-186, 190-421 akvo/rsr/views/py_reports/program_overview_excel_report.py 288 258 10% 30-38, 48-55, 79, 86, 91-95, 99-108, 112-154, 158-188, 195, 201-206, 210-323, 327-351, 355-358, 362-396 akvo/rsr/views/py_reports/program_overview_pdf_report.py 73 48 34% 27-30, 34-42, 46-53, 57-65, 69-83, 89-115 akvo/rsr/views/py_reports/program_period_labels_overview_pdf_report.py 162 114 30% 29-45, 49-56, 60-68, 72-78, 83-85, 90-92, 97-98, 101-103, 108-113, 117-118, 122-144, 147-148, 151-152, 155-187, 199, 203-206, 210, 213, 219, 226-232, 235-244 akvo/rsr/views/py_reports/project_results_indicators_excel_report.py 214 193 10% 27-43, 59-67, 71-122, 126-139, 143-228, 232-278, 284-289 akvo/rsr/views/py_reports/project_updates_excel_report.py 83 71 14% 16-105 akvo/rsr/views/py_reports/results_indicators_excel_report.py 155 141 9% 22-41, 47-203 akvo/rsr/views/py_reports/results_indicators_with_map_pdf_reports.py 70 48 31% 26-73, 79, 85, 89-107, 111-162 akvo/rsr/views/py_reports/utils.py 459 312 32% 24-30, 34-40, 44-53, 57-61, 65-68, 72-83, 87-98, 102, 106-108, 113-127, 131, 135-140, 144-149, 153-155, 159-163, 167-169, 173-175, 179-181, 185-193, 197-199, 203-207, 211-213, 217, 221-247, 252-253, 257-259, 264-265, 269-271, 276-283, 287, 291, 295-298, 302-308, 312-318, 323-330, 334, 338, 342, 346, 350-352, 356-359, 363, 367-374, 378, 382, 386-408, 413-423, 427, 431-434, 438-441, 445-447, 451-453, 457-459, 463, 467, 471-473, 477-484, 488-494, 497-500, 503-506, 511-517, 521-522, 526-527, 531-532, 536-537, 540-541, 544-545, 548-582, 587-589, 593, 597-601, 605, 609, 614, 618 akvo/rsr/views/translations.py 12 2 83% 1471, 1475 akvo/rsr/views/utils.py 53 45 15% 18-24, 35-42, 48-80, 85, 98, 107-119 akvo/rsr/views/widgets.py 70 9 87% 31, 51-55, 102, 104, 106 akvo/scripts/__init__.py 0 0 100% akvo/scripts/cleanup_images.py 51 51 0% 9-90 akvo/scripts/cordaid/__init__.py 85 27 68% 64-65, 72, 76-79, 83-86, 90-106 akvo/scripts/cordaid/cordaid_project_upload.py 171 171 0% 8-332 akvo/scripts/cordaid/organisation_upload.py 151 151 0% 8-304 akvo/scripts/cordaid/post_import.py 111 111 0% 8-214 akvo/scripts/cordaid/pre_import.py 105 105 0% 8-193 akvo/scripts/cordaid/requester.py 27 27 0% 2-55 akvo/scripts/timestamper.py 24 24 0% 8-48 akvo/settings/10-base.conf 17 0 100% akvo/settings/20-default.conf 29 0 100% akvo/settings/30-rsr.conf 39 0 100% akvo/settings/40-storage.conf 6 0 100% akvo/settings/45-statsd.conf 1 0 100% akvo/settings/80-sentry.conf 1 0 100% akvo/settings/85-gmaps.conf 1 0 100% akvo/settings/85-mapbox.conf 2 0 100% akvo/settings/85-mapquest.conf 2 0 100% akvo/settings/90-finish.conf 10 0 100% akvo/settings/__init__.py 14 0 100% akvo/stats/__init__.py 0 0 100% akvo/stats/client.py 8 8 0% 6-16 akvo/thumbnail_backend.py 9 0 100% akvo/urls.py 30 0 100% ------------------------------------------------------------------------------------------------------------- TOTAL 24959 8551 66% Submitting coverage to coveralls.io... Coverage submitted! Job #3b0da904-6856-4747-a868-21063695d552.1 https://coveralls.io/jobs/95797614 04:36:38 - BUILD INFO - Done 04:36:38 - BUILD INFO - Preparing deploy info file 04:36:38 - BUILD INFO - Pulling akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36 04:36:45 - BUILD INFO - Building akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 6.685MB Sending build context to Docker daemon 21.17MB Sending build context to Docker daemon 24.51MB Sending build context to Docker daemon 28.97MB Sending build context to Docker daemon 35.65MB Sending build context to Docker daemon 38.98MB Step 1/12 : FROM python:3.8.1-buster ---> efdecc2e377a Step 2/12 : RUN set -ex; apt-get update && apt-get install -y --no-install-recommends --no-install-suggests curl git postgresql-client runit cron libjpeg-dev libfreetype6-dev libffi-dev libssl-dev libfontenc1 xfonts-encodings xfonts-utils xfonts-75dpi xfonts-base libxml2-dev libxslt1-dev zlib1g-dev python3-dev && rm -rf /var/lib/apt/lists/* ---> Using cache ---> e72948ef904b Step 3/12 : WORKDIR /var/akvo/rsr/code ---> Using cache ---> 12c3790943ae Step 4/12 : COPY scripts/deployment/pip/requirements/2_rsr.txt ./ ---> 3f65342677a4 Step 5/12 : RUN pip install --no-cache-dir -r 2_rsr.txt ---> Running in 3880b321f452 Collecting asgiref==3.4.1 Downloading asgiref-3.4.1-py3-none-any.whl (25 kB) Collecting bcrypt==3.1.4 Downloading bcrypt-3.1.4-cp34-abi3-manylinux1_x86_64.whl (51 kB) Collecting bleach-whitelist==0.0.11 Downloading bleach-whitelist-0.0.11.tar.gz (7.3 kB) Collecting bleach==3.2.1 Downloading bleach-3.2.1-py2.py3-none-any.whl (145 kB) Collecting cachetools==4.1.1 Downloading cachetools-4.1.1-py3-none-any.whl (10 kB) Collecting cairocffi==1.2.0 Downloading cairocffi-1.2.0.tar.gz (70 kB) Collecting cairosvg==2.5.2 Downloading CairoSVG-2.5.2-py3-none-any.whl (45 kB) Collecting certifi==2020.6.20 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) Collecting cffi==1.14.3 Downloading cffi-1.14.3-cp38-cp38-manylinux1_x86_64.whl (410 kB) Collecting charset-normalizer==2.0.9 Downloading charset_normalizer-2.0.9-py3-none-any.whl (39 kB) Collecting coreapi==2.3.3 Downloading coreapi-2.3.3-py2.py3-none-any.whl (25 kB) Collecting coreschema==0.0.4 Downloading coreschema-0.0.4.tar.gz (10 kB) Collecting cssselect2==0.4.1 Downloading cssselect2-0.4.1-py3-none-any.whl (13 kB) Collecting defusedxml==0.6.0 Downloading defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) Collecting django-bootstrap3==15.0.0 Downloading django_bootstrap3-15.0.0-py3-none-any.whl (213 kB) Collecting django-crontab==0.7.1 Downloading django-crontab-0.7.1.tar.gz (7.1 kB) Collecting django-embed-video==1.4.0 Downloading django_embed_video-1.4.0-py3-none-any.whl (23 kB) Collecting django-filter==21.1 Downloading django_filter-21.1-py3-none-any.whl (81 kB) Collecting django-lockdown==4.0.0 Downloading django_lockdown-4.0.0-py2.py3-none-any.whl (12 kB) Collecting django-markup==1.5 Downloading django_markup-1.5-py2.py3-none-any.whl (17 kB) Collecting django-nested-inline==0.4.4 Downloading django_nested_inline-0.4.4-py2.py3-none-any.whl (22 kB) Collecting django-pgviews==0.5.7 Downloading django_pgviews-0.5.7-py3-none-any.whl (13 kB) Collecting django-prettyjson==0.4.1 Downloading django_prettyjson-0.4.1-py2.py3-none-any.whl (8.5 kB) Collecting django-request-token==0.16.1 Downloading django_request_token-0.16.1-py3-none-any.whl (29 kB) Collecting django-rest-swagger==2.2.0 Downloading django_rest_swagger-2.2.0-py2.py3-none-any.whl (495 kB) Collecting django-smtp-ssl==1.0 Downloading django-smtp-ssl-1.0.zip (1.4 kB) Collecting django-statsd-mozilla==0.4.0 Downloading django_statsd_mozilla-0.4.0-py3-none-any.whl (18 kB) Collecting django-storages==1.12.2 Downloading django_storages-1.12.2-py3-none-any.whl (44 kB) Collecting django-tastypie==0.14.3 Downloading django-tastypie-0.14.3.tar.gz (148 kB) Collecting django-webpack-loader==1.4.1 Downloading django_webpack_loader-1.4.1-py2.py3-none-any.whl (15 kB) Collecting django==3.2.10 Downloading Django-3.2.10-py3-none-any.whl (7.9 MB) Collecting djangorestframework-csv==2.1.1 Downloading djangorestframework-csv-2.1.1.tar.gz (9.4 kB) Collecting djangorestframework-xml==2.0.0 Downloading djangorestframework_xml-2.0.0-py2.py3-none-any.whl (6.0 kB) Collecting djangorestframework==3.12.4 Downloading djangorestframework-3.12.4-py3-none-any.whl (957 kB) Collecting et-xmlfile==1.0.1 Downloading et_xmlfile-1.0.1.tar.gz (8.4 kB) Collecting geojson==2.5.0 Downloading geojson-2.5.0-py2.py3-none-any.whl (14 kB) Collecting google-api-core==1.23.0 Downloading google_api_core-1.23.0-py2.py3-none-any.whl (91 kB) Collecting google-api-python-client==2.39.0 Downloading google_api_python_client-2.39.0-py2.py3-none-any.whl (8.2 MB) Collecting google-auth-httplib2==0.1.0 Downloading google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) Collecting google-auth==1.23.0 Downloading google_auth-1.23.0-py2.py3-none-any.whl (114 kB) Collecting google-cloud-core==1.4.3 Downloading google_cloud_core-1.4.3-py2.py3-none-any.whl (27 kB) Collecting google-cloud-profiler==3.0.7 Downloading google-cloud-profiler-3.0.7.tar.gz (34 kB) Collecting google-cloud-storage==1.32.0 Downloading google_cloud_storage-1.32.0-py2.py3-none-any.whl (92 kB) Collecting google-crc32c==1.0.0 Downloading google_crc32c-1.0.0-cp38-cp38-manylinux2010_x86_64.whl (39 kB) Collecting google-resumable-media==1.1.0 Downloading google_resumable_media-1.1.0-py2.py3-none-any.whl (75 kB) Collecting googleapis-common-protos==1.52.0 Downloading googleapis_common_protos-1.52.0-py2.py3-none-any.whl (100 kB) Collecting gunicorn==19.5.0 Downloading gunicorn-19.5.0-py2.py3-none-any.whl (113 kB) Collecting html5lib==1.1 Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) Collecting httplib2==0.20.4 Downloading httplib2-0.20.4-py3-none-any.whl (96 kB) Collecting idna==2.10 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) Collecting itypes==1.2.0 Downloading itypes-1.2.0-py2.py3-none-any.whl (4.8 kB) Collecting jdcal==1.4.1 Downloading jdcal-1.4.1-py2.py3-none-any.whl (9.5 kB) Collecting jinja2==2.11.3 Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) Collecting lxml==4.4.2 Downloading lxml-4.4.2-cp38-cp38-manylinux1_x86_64.whl (5.6 MB) Collecting markdown==3.3.4 Downloading Markdown-3.3.4-py3-none-any.whl (97 kB) Collecting markuppy==1.14 Downloading MarkupPy-1.14.tar.gz (6.8 kB) Collecting markupsafe==1.1.1 Downloading MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl (32 kB) Collecting odfpy==1.4.1 Downloading odfpy-1.4.1.tar.gz (717 kB) Collecting openapi-codec==1.3.2 Downloading openapi-codec-1.3.2.tar.gz (6.3 kB) Collecting openpyxl==3.0.5 Downloading openpyxl-3.0.5-py2.py3-none-any.whl (242 kB) Collecting packaging==20.4 Downloading packaging-20.4-py2.py3-none-any.whl (37 kB) Collecting pillow==8.0.1 Downloading Pillow-8.0.1-cp38-cp38-manylinux1_x86_64.whl (2.2 MB) Collecting protobuf==3.15.0 Downloading protobuf-3.15.0-cp38-cp38-manylinux1_x86_64.whl (1.0 MB) Collecting psycopg2-binary==2.8.4 Downloading psycopg2_binary-2.8.4-cp38-cp38-manylinux1_x86_64.whl (3.0 MB) Collecting pyasn1-modules==0.2.8 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Collecting pyasn1==0.4.8 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting pycparser==2.20 Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) Collecting pyexcelerate==0.8.0 Downloading PyExcelerate-0.8.0-py3-none-any.whl (26 kB) Collecting pyjwt==2.3.0 Downloading PyJWT-2.3.0-py3-none-any.whl (16 kB) Collecting pyparsing==2.4.7 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting pyphen==0.10.0 Downloading Pyphen-0.10.0-py3-none-any.whl (1.9 MB) Collecting python-dateutil==2.8.1 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting python-docx==0.8.10 Downloading python-docx-0.8.10.tar.gz (5.5 MB) Collecting python-memcached==1.59 Downloading python_memcached-1.59-py2.py3-none-any.whl (16 kB) Collecting python-mimeparse==1.6.0 Downloading python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) Collecting pytz==2014.3 Downloading pytz-2014.3.tar.bz2 (158 kB) Collecting pyyaml==5.4.1 Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) Collecting requests==2.26.0 Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) Collecting rsa==4.7.2 Downloading rsa-4.7.2-py3-none-any.whl (34 kB) Collecting rules==2.2 Downloading rules-2.2.tar.gz (53 kB) Collecting sentry-sdk==0.19.2 Downloading sentry_sdk-0.19.2-py2.py3-none-any.whl (127 kB) Collecting simplejson==3.17.2 Downloading simplejson-3.17.2-cp38-cp38-manylinux2010_x86_64.whl (137 kB) Collecting six==1.15.0 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Collecting sorl-thumbnail==12.7.0 Downloading sorl_thumbnail-12.7.0-py3-none-any.whl (41 kB) Collecting sqlparse==0.4.2 Downloading sqlparse-0.4.2-py3-none-any.whl (42 kB) Collecting standardjson==0.3.1 Downloading standardjson-0.3.1-py2.py3-none-any.whl (4.8 kB) Collecting statsd==3.3.0 Downloading statsd-3.3.0-py2.py3-none-any.whl (11 kB) Collecting tablib==0.14.0 Downloading tablib-0.14.0-py3-none-any.whl (65 kB) Collecting timeout-decorator==0.5.0 Downloading timeout-decorator-0.5.0.tar.gz (4.8 kB) Collecting tinycss2==1.1.0 Downloading tinycss2-1.1.0-py3-none-any.whl (21 kB) Collecting unicodecsv==0.14.1 Downloading unicodecsv-0.14.1.tar.gz (10 kB) Collecting uritemplate==3.0.1 Downloading uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) Collecting urllib3==1.26.7 Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB) Collecting weasyprint==51 Downloading WeasyPrint-51-py3-none-any.whl (359 kB) Collecting webencodings==0.5.1 Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting xlrd==1.2.0 Downloading xlrd-1.2.0-py2.py3-none-any.whl (103 kB) Collecting xlwt==1.3.0 Downloading xlwt-1.3.0-py2.py3-none-any.whl (99 kB) Collecting xmltodict==0.10.2 Downloading xmltodict-0.10.2.tar.gz (24 kB) Collecting xmlunittest==0.5 Downloading xmlunittest-0.5.0.tar.gz (11 kB) Collecting setuptools==50.3.2 Downloading setuptools-50.3.2-py3-none-any.whl (785 kB) Building wheels for collected packages: bleach-whitelist, cairocffi, coreschema, django-crontab, django-smtp-ssl, django-tastypie, djangorestframework-csv, et-xmlfile, google-cloud-profiler, markuppy, odfpy, openapi-codec, python-docx, pytz, rules, timeout-decorator, unicodecsv, xmltodict, xmlunittest Building wheel for bleach-whitelist (setup.py): started Building wheel for bleach-whitelist (setup.py): finished with status 'done' Created wheel for bleach-whitelist: filename=bleach_whitelist-0.0.11-py3-none-any.whl size=7797 sha256=960205339258335f520b56b8330e47240e4bbe79ee4c0e1df47bab674737a356 Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/10/08/bd/cb5ab1cd9977139fa77338073f948b4e91351aa4cffb543630 Building wheel for cairocffi (setup.py): started Building wheel for cairocffi (setup.py): finished with status 'done' Created wheel for cairocffi: filename=cairocffi-1.2.0-py3-none-any.whl size=89545 sha256=d7d71d81ecd4791f483975e9e3b76712cd110384c4c2de0ae86ee1bd88616f30 Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/e8/fa/11/ae7a999afd58d7169974c79b765f4f03880c184d578b1ed445 Building wheel for coreschema (setup.py): started Building wheel for coreschema (setup.py): finished with status 'done' Created wheel for coreschema: filename=coreschema-0.0.4-py3-none-any.whl size=15031 sha256=8906032efa2aa218b3b1ac812ff4b0cf75768ca73882ea61cb464b0ed26f783e Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/37/21/45/2ce3dd0189e3d2fb7a325b9d3e6491acb7882c8275466d5401 Building wheel for django-crontab (setup.py): started Building wheel for django-crontab (setup.py): finished with status 'done' Created wheel for django-crontab: filename=django_crontab-0.7.1-py2.py3-none-any.whl size=7705 sha256=a77fca41bdc624d8e5edec69cf6306ff42393a6f5e9a2614defdfdecd751750b Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/e0/28/ff/618b3635ca46b9f8c7acd1fcaf3e19701fadc758a35df0d0d2 Building wheel for django-smtp-ssl (setup.py): started Building wheel for django-smtp-ssl (setup.py): finished with status 'done' Created wheel for django-smtp-ssl: filename=django_smtp_ssl-1.0-py3-none-any.whl size=1899 sha256=7ce9b837b0dd4457313ccc5f78d1b53b265537b1578898ca8478e58147da1525 Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/7e/f4/f0/ea7420048a7c80c57107e10d978403dfbedc438ee9ac7cf0f5 Building wheel for django-tastypie (setup.py): started Building wheel for django-tastypie (setup.py): finished with status 'done' Created wheel for django-tastypie: filename=django_tastypie-0.14.3-py2.py3-none-any.whl size=79496 sha256=82c68fc0257fef7e80371ef8ec206e4ef926deeece1b0bcc13a7320a199ea9b3 Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/65/11/41/6c0a32dfab48a91ad4255ed3f5c862a3c68f859b2d7e29b41f Building wheel for djangorestframework-csv (setup.py): started Building wheel for djangorestframework-csv (setup.py): finished with status 'done' Created wheel for djangorestframework-csv: filename=djangorestframework_csv-2.1.1-py3-none-any.whl size=8595 sha256=5fac2d893b078444c1faba509cb2a073ec84792a2e9616c579ed86fd643870ec Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/f9/04/59/980a5b7f0ec52eaf834dd162d0c452c97e37ed115b63bdbe79 Building wheel for et-xmlfile (setup.py): started Building wheel for et-xmlfile (setup.py): finished with status 'done' Created wheel for et-xmlfile: filename=et_xmlfile-1.0.1-py3-none-any.whl size=8915 sha256=d45579cbd59ba2c1e826c20f4dce38d21bbe6cfaae0f02e5d3d7e5b07ad64610 Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/6e/df/38/abda47b884e3e25f9f9b6430e5ce44c47670758a50c0c51759 Building wheel for google-cloud-profiler (setup.py): started Building wheel for google-cloud-profiler (setup.py): finished with status 'done' Created wheel for google-cloud-profiler: filename=google_cloud_profiler-3.0.7-cp38-cp38-linux_x86_64.whl size=738327 sha256=2266ae99c515c61374be3309e795b00faba7acadedc805e4acd8d176a85bc917 Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/c4/05/c4/b16cef239bf26f12d24f895342771a5488bac16c98cde859e0 Building wheel for markuppy (setup.py): started Building wheel for markuppy (setup.py): finished with status 'done' Created wheel for markuppy: filename=MarkupPy-1.14-py3-none-any.whl size=7414 sha256=17585d2b713fc577588f1a8f6bbc1f3fb85ae48cd3eea9942070cde5a6a57f8a Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/95/13/60/31c9d5f4cd012e491aeac154ef8b0ec964916523623eb02f0b Building wheel for odfpy (setup.py): started Building wheel for odfpy (setup.py): finished with status 'done' Created wheel for odfpy: filename=odfpy-1.4.1-py2.py3-none-any.whl size=160692 sha256=450d0986a70212e1d599280f063971fb58da155ec95d72afd6d1126b885a64cf Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/ea/af/da/2bdd7308f7b334429a558df1e36d31864cd19c07ede92ddf0e Building wheel for openapi-codec (setup.py): started Building wheel for openapi-codec (setup.py): finished with status 'done' Created wheel for openapi-codec: filename=openapi_codec-1.3.2-py3-none-any.whl size=7306 sha256=4cdb7861d027a2de3c262982a911a0aaae28e36569461ac40f24a99f727f9e57 Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/a8/5d/ee/28bdfd9af08f953c9b003abcf5eb4a50d15026053947802703 Building wheel for python-docx (setup.py): started Building wheel for python-docx (setup.py): finished with status 'done' Created wheel for python-docx: filename=python_docx-0.8.10-py3-none-any.whl size=184489 sha256=eb66f560efa411d8d1021af2be734917d0e12414c97be3aee0f8fe8fc7ea027c Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/97/4c/2e/68066cbf12b9b2e66403da8982aaf4f656d9f5cb5dc3179e82 Building wheel for pytz (setup.py): started Building wheel for pytz (setup.py): finished with status 'done' Created wheel for pytz: filename=pytz-2014.3-py3-none-any.whl size=460523 sha256=db0b2cb0273eff93a3f3759ad78d5d546e1f9e2591970cc8de47b20bfd5362be Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/cc/5d/e3/d0fc5b43054a74853040b5f284921d614ac90d750d317ce99b Building wheel for rules (setup.py): started Building wheel for rules (setup.py): finished with status 'done' Created wheel for rules: filename=rules-2.2-py2.py3-none-any.whl size=25803 sha256=64a6a9a848e56125ddb4f746ee00d12d2303ce087a815749502e01da291b22ae Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/c7/0c/ef/20cf4583d2360c0ea059e42e5325e6672e106afa4bb8362d85 Building wheel for timeout-decorator (setup.py): started Building wheel for timeout-decorator (setup.py): finished with status 'done' Created wheel for timeout-decorator: filename=timeout_decorator-0.5.0-py3-none-any.whl size=5028 sha256=51a70d89788d3e73700d1a383bdf165bffb7fc4377f63637c5be0481f9e276d1 Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/38/05/4e/161d1463ca145ec1023bd4e5e1f31cbf9239aa8f39a2a2b643 Building wheel for unicodecsv (setup.py): started Building wheel for unicodecsv (setup.py): finished with status 'done' Created wheel for unicodecsv: filename=unicodecsv-0.14.1-py3-none-any.whl size=10766 sha256=be5bffe23742e27a28d1f72b10f824d3952c75f96ba2bc1f7ca79e99275a742a Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/35/dd/44/ccb37563a01457f5de74ccedccaee81b01a53e12addeab5e0f Building wheel for xmltodict (setup.py): started Building wheel for xmltodict (setup.py): finished with status 'done' Created wheel for xmltodict: filename=xmltodict-0.10.2-py3-none-any.whl size=6518 sha256=f42fec07bcedfdb0931492632e0c08a4f433b84409e3e2d0b2678365da543977 Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/25/96/bc/f932ad286e77d075ea52ec7d306e5a28692e8be583398970d9 Building wheel for xmlunittest (setup.py): started Building wheel for xmlunittest (setup.py): finished with status 'done' Created wheel for xmlunittest: filename=xmlunittest-0.5.0-py3-none-any.whl size=5991 sha256=b5aebcabd18e39dc1c80a4208dbb09d4b1043a289aa305b211a185258dc09e3d Stored in directory: /tmp/pip-ephem-wheel-cache-2lumdywq/wheels/ee/c2/35/68b8675943e264263a310405d65ed92d1815309d24f941036d Successfully built bleach-whitelist cairocffi coreschema django-crontab django-smtp-ssl django-tastypie djangorestframework-csv et-xmlfile google-cloud-profiler markuppy odfpy openapi-codec python-docx pytz rules timeout-decorator unicodecsv xmltodict xmlunittest Installing collected packages: asgiref, pycparser, cffi, six, bcrypt, bleach-whitelist, webencodings, pyparsing, packaging, bleach, cachetools, cairocffi, defusedxml, tinycss2, pillow, cssselect2, cairosvg, certifi, charset-normalizer, itypes, markupsafe, jinja2, coreschema, urllib3, idna, requests, uritemplate, coreapi, sqlparse, pytz, django, django-bootstrap3, django-crontab, django-embed-video, django-filter, django-lockdown, django-markup, django-nested-inline, django-pgviews, standardjson, django-prettyjson, pyjwt, django-request-token, djangorestframework, openapi-codec, simplejson, django-rest-swagger, django-smtp-ssl, statsd, django-statsd-mozilla, django-storages, python-mimeparse, python-dateutil, django-tastypie, django-webpack-loader, unicodecsv, djangorestframework-csv, djangorestframework-xml, et-xmlfile, geojson, protobuf, setuptools, googleapis-common-protos, pyasn1, pyasn1-modules, rsa, google-auth, google-api-core, httplib2, google-auth-httplib2, google-api-python-client, google-cloud-core, google-cloud-profiler, google-crc32c, google-resumable-media, google-cloud-storage, gunicorn, html5lib, jdcal, lxml, markdown, markuppy, odfpy, openpyxl, psycopg2-binary, pyexcelerate, pyphen, python-docx, python-memcached, pyyaml, rules, sentry-sdk, sorl-thumbnail, xlrd, xlwt, tablib, timeout-decorator, weasyprint, xmltodict, xmlunittest Attempting uninstall: setuptools Found existing installation: setuptools 45.1.0 Uninstalling setuptools-45.1.0: Successfully uninstalled setuptools-45.1.0 Successfully installed asgiref-3.4.1 bcrypt-3.1.4 bleach-3.2.1 bleach-whitelist-0.0.11 cachetools-4.1.1 cairocffi-1.2.0 cairosvg-2.5.2 certifi-2020.6.20 cffi-1.14.3 charset-normalizer-2.0.9 coreapi-2.3.3 coreschema-0.0.4 cssselect2-0.4.1 defusedxml-0.6.0 django-3.2.10 django-bootstrap3-15.0.0 django-crontab-0.7.1 django-embed-video-1.4.0 django-filter-21.1 django-lockdown-4.0.0 django-markup-1.5 django-nested-inline-0.4.4 django-pgviews-0.5.7 django-prettyjson-0.4.1 django-request-token-0.16.1 django-rest-swagger-2.2.0 django-smtp-ssl-1.0 django-statsd-mozilla-0.4.0 django-storages-1.12.2 django-tastypie-0.14.3 django-webpack-loader-1.4.1 djangorestframework-3.12.4 djangorestframework-csv-2.1.1 djangorestframework-xml-2.0.0 et-xmlfile-1.0.1 geojson-2.5.0 google-api-core-1.23.0 google-api-python-client-2.39.0 google-auth-1.23.0 google-auth-httplib2-0.1.0 google-cloud-core-1.4.3 google-cloud-profiler-3.0.7 google-cloud-storage-1.32.0 google-crc32c-1.0.0 google-resumable-media-1.1.0 googleapis-common-protos-1.52.0 gunicorn-19.5.0 html5lib-1.1 httplib2-0.20.4 idna-2.10 itypes-1.2.0 jdcal-1.4.1 jinja2-2.11.3 lxml-4.4.2 markdown-3.3.4 markuppy-1.14 markupsafe-1.1.1 odfpy-1.4.1 openapi-codec-1.3.2 openpyxl-3.0.5 packaging-20.4 pillow-8.0.1 protobuf-3.15.0 psycopg2-binary-2.8.4 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pyexcelerate-0.8.0 pyjwt-2.3.0 pyparsing-2.4.7 pyphen-0.10.0 python-dateutil-2.8.1 python-docx-0.8.10 python-memcached-1.59 python-mimeparse-1.6.0 pytz-2014.3 pyyaml-5.4.1 requests-2.26.0 rsa-4.7.2 rules-2.2 sentry-sdk-0.19.2 setuptools-50.3.2 simplejson-3.17.2 six-1.15.0 sorl-thumbnail-12.7.0 sqlparse-0.4.2 standardjson-0.3.1 statsd-3.3.0 tablib-0.14.0 timeout-decorator-0.5.0 tinycss2-1.1.0 unicodecsv-0.14.1 uritemplate-3.0.1 urllib3-1.26.7 weasyprint-51 webencodings-0.5.1 xlrd-1.2.0 xlwt-1.3.0 xmltodict-0.10.2 xmlunittest-0.5.0 WARNING: You are using pip version 20.0.2; however, version 22.0.4 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.  ---> 33c80405db1e Step 6/12 : RUN mkdir -p /var/akvo/rsr/logs/ ---> Running in a995e89dfd59 ---> 98d00aa8ce9d Step 7/12 : RUN mkdir -p /var/log/akvo/ ---> Running in 1149ff09658e ---> 322004abfb23 Step 8/12 : RUN mkdir -p /var/akvo/rsr/code/data ---> Running in d9b0dd36b5e8 ---> 78f76b46cf70 Step 9/12 : COPY manage.py /var/akvo/rsr/code/ ---> 4a51e593379b Step 10/12 : COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ ---> 79f77e2801b0 Step 11/12 : COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rsr/code/ ---> 62dcefcecc70 Step 12/12 : CMD ["./start-django.sh"] ---> Running in a3db3458ee82 ---> c4e8b66701b5 Successfully built c4e8b66701b5 Successfully tagged akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-prod-no-code:local 04:37:19 - BUILD INFO - Pushing akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36 container The push refers to repository [docker.io/akvo/rsr-backend-prod-no-code]  0c9faf64cd32: Preparing   07278c2d2ed5: Preparing   469c7456424f: Preparing   2577d9d12566: Preparing   b47bf410c0d5: Preparing   9d03dc2b19fe: Preparing   882495e0f092: Preparing   cb3d876d7c85: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  9d03dc2b19fe: Waiting  882495e0f092: Waiting  cb3d876d7c85: Waiting  b216e2f7e366: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  15e75ac4cd61: Waiting  0c9faf64cd32: Pushing 512B/675B  469c7456424f: Pushing 512B/979B  07278c2d2ed5: Pushing 512B/813B  469c7456424f: Pushing 4.608kB  0c9faf64cd32: Pushing 4.608kB  07278c2d2ed5: Pushing 4.608kB  2577d9d12566: Pushing 4.096kB  b47bf410c0d5: Pushing 3.072kB  07278c2d2ed5: Pushed  b47bf410c0d5: Pushed  0c9faf64cd32: Pushed  2577d9d12566: Pushed  469c7456424f: Pushed  9d03dc2b19fe: Pushing 3.584kB  cb3d876d7c85: Pushing 512B/49.44kB  15e75ac4cd61: Layer already exists  b216e2f7e366: Layer already exists  cb3d876d7c85: Pushing 53.25kB  b65d30014aa7: Layer already exists  b6d8f557ceb3: Layer already exists  882495e0f092: Pushing 555kB/176.6MB  882495e0f092: Pushing 1.64MB/176.6MB  882495e0f092: Pushing 3.777MB/176.6MB  882495e0f092: Pushing 6.452MB/176.6MB  a10c79771e86: Layer already exists  ea9370fbf8d0: Layer already exists  882495e0f092: Pushing 9.161MB/176.6MB  882495e0f092: Pushing 11.89MB/176.6MB  882495e0f092: Pushing 14.59MB/176.6MB  882495e0f092: Pushing 17.79MB/176.6MB  5c813a85f7f0: Layer already exists  3f4c8c89729b: Layer already exists  882495e0f092: Pushing 21.02MB/176.6MB  882495e0f092: Pushing 24.2MB/176.6MB  882495e0f092: Pushing 27.41MB/176.6MB  882495e0f092: Pushing 30.64MB/176.6MB  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  882495e0f092: Pushing 34.34MB/176.6MB  9d03dc2b19fe: Pushed  882495e0f092: Pushing 37.5MB/176.6MB  882495e0f092: Pushing 41.18MB/176.6MB  cb3d876d7c85: Pushed  882495e0f092: Pushing 43.81MB/176.6MB  882495e0f092: Pushing 46.49MB/176.6MB  ce8168f12337: Layer already exists  882495e0f092: Pushing 49.12MB/176.6MB  882495e0f092: Pushing 52.3MB/176.6MB  882495e0f092: Pushing 55.54MB/176.6MB  882495e0f092: Pushing 58.26MB/176.6MB  882495e0f092: Pushing 62.55MB/176.6MB  882495e0f092: Pushing 67.47MB/176.6MB  882495e0f092: Pushing 73.48MB/176.6MB  882495e0f092: Pushing 81.24MB/176.6MB  882495e0f092: Pushing 86.69MB/176.6MB  882495e0f092: Pushing 92.67MB/176.6MB  882495e0f092: Pushing 98.12MB/176.6MB  882495e0f092: Pushing 103MB/176.6MB  882495e0f092: Pushing 107.9MB/176.6MB  882495e0f092: Pushing 112.7MB/176.6MB  882495e0f092: Pushing 117.1MB/176.6MB  882495e0f092: Pushing 121.4MB/176.6MB  882495e0f092: Pushing 124.6MB/176.6MB  882495e0f092: Pushing 127.3MB/176.6MB  882495e0f092: Pushing 129.5MB/176.6MB  882495e0f092: Pushing 132.3MB/176.6MB  882495e0f092: Pushing 135MB/176.6MB  882495e0f092: Pushing 137.8MB/176.6MB  882495e0f092: Pushing 140.5MB/176.6MB  882495e0f092: Pushing 143.7MB/176.6MB  882495e0f092: Pushing 146.3MB/176.6MB  882495e0f092: Pushing 149MB/176.6MB  882495e0f092: Pushing 151.8MB/176.6MB  882495e0f092: Pushing 154.5MB/176.6MB  882495e0f092: Pushing 157.8MB/176.6MB  882495e0f092: Pushing 160.5MB/176.6MB  882495e0f092: Pushing 162.7MB/176.6MB  882495e0f092: Pushing 165.4MB/176.6MB  882495e0f092: Pushing 168.5MB/176.6MB  882495e0f092: Pushing 171.8MB/176.6MB  882495e0f092: Pushing 174.5MB/176.6MB  882495e0f092: Pushing 177.1MB  882495e0f092: Pushing 179.8MB  882495e0f092: Pushing 183MB  882495e0f092: Pushing 186.3MB  882495e0f092: Pushing 187.4MB  882495e0f092: Pushed c963080767f45828c31f83ca5cd25d36: digest: sha256:211e20b803bad30da84a7791c856fc2ddbe3d0cc25665e4dd8aad44581649d31 size: 4300 04:37:38 - BUILD INFO - Creating Production Backend image with code Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 6.685MB Sending build context to Docker daemon 23.95MB Sending build context to Docker daemon 27.3MB Sending build context to Docker daemon 32.31MB Sending build context to Docker daemon 37.88MB Sending build context to Docker daemon 38.98MB Step 1/3 : FROM akvo/rsr-backend-prod-no-code:local ---> c4e8b66701b5 Step 2/3 : COPY akvo/ /var/akvo/rsr/code/akvo ---> 362eaa76c2c8 Step 3/3 : COPY ._66_deploy_info.conf /var/akvo/rsr/code/akvo/settings/66_deploy_info.conf ---> 2a5797f0eaf8 Successfully built 2a5797f0eaf8 Successfully tagged eu.gcr.io/akvo-lumen/rsr-backend:d774f5aced2a66b1e9a1897a70d921d2bcc7ee25 Successfully tagged rsr-backend:prod 04:37:40 - BUILD INFO - Pulling akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36 04:37:44 - BUILD INFO - Building akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 5.571MB Sending build context to Docker daemon 15.04MB Sending build context to Docker daemon 23.95MB Sending build context to Docker daemon 26.18MB Sending build context to Docker daemon 30.08MB Sending build context to Docker daemon 32.87MB Sending build context to Docker daemon 36.77MB Sending build context to Docker daemon 38.98MB Step 1/3 : FROM akvo/rsr-backend-prod-no-code:local ---> c4e8b66701b5 Step 2/3 : ENV NODE_VERSION 10.15.0 ---> Running in 7897f4dd5cc7 ---> 964ffdb916c1 Step 3/3 : RUN curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" && tar -xJf "node-v$NODE_VERSION-linux-x64.tar.xz" -C /usr/local --strip-components=1 --no-same-owner && rm "node-v$NODE_VERSION-linux-x64.tar.xz" && ln -s /usr/local/bin/node /usr/local/bin/nodejs ---> Running in 7926e3e24f4a ---> a0606d3f1c50 Successfully built a0606d3f1c50 Successfully tagged akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-prod-no-code-with-nodejs:local 04:37:47 - BUILD INFO - Pushing akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36 container The push refers to repository [docker.io/akvo/rsr-backend-prod-no-code-with-nodejs]  94f720b0ed91: Preparing   0c9faf64cd32: Preparing   07278c2d2ed5: Preparing   469c7456424f: Preparing   2577d9d12566: Preparing   b47bf410c0d5: Preparing   9d03dc2b19fe: Preparing   882495e0f092: Preparing   cb3d876d7c85: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  b47bf410c0d5: Waiting  9d03dc2b19fe: Waiting  882495e0f092: Waiting  cb3d876d7c85: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  b216e2f7e366: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  2577d9d12566: Mounted from akvo/rsr-backend-prod-no-code  94f720b0ed91: Pushing 542.2kB/58.24MB  07278c2d2ed5: Mounted from akvo/rsr-backend-prod-no-code  94f720b0ed91: Pushing 1.099MB/58.24MB  94f720b0ed91: Pushing 2.77MB/58.24MB  94f720b0ed91: Pushing 6.113MB/58.24MB  94f720b0ed91: Pushing 7.227MB/58.24MB  469c7456424f: Mounted from akvo/rsr-backend-prod-no-code  94f720b0ed91: Pushing 9.455MB/58.24MB  94f720b0ed91: Pushing 12.24MB/58.24MB  94f720b0ed91: Pushing 15.03MB/58.24MB  94f720b0ed91: Pushing 17.81MB/58.24MB  94f720b0ed91: Pushing 20.6MB/58.24MB  94f720b0ed91: Pushing 23.94MB/58.24MB  94f720b0ed91: Pushing 27.28MB/58.24MB  94f720b0ed91: Pushing 30.62MB/58.24MB  94f720b0ed91: Pushing 32.85MB/58.24MB  94f720b0ed91: Pushing 35.08MB/58.24MB  94f720b0ed91: Pushing 38.98MB/58.24MB  94f720b0ed91: Pushing 42.75MB/58.24MB  b47bf410c0d5: Mounted from akvo/rsr-backend-prod-no-code  94f720b0ed91: Pushing 45.46MB/58.24MB  94f720b0ed91: Pushing 48.68MB/58.24MB  94f720b0ed91: Pushing 51.83MB/58.24MB  94f720b0ed91: Pushing 55.06MB/58.24MB  94f720b0ed91: Pushing 57.72MB/58.24MB  94f720b0ed91: Pushing 60.91MB  94f720b0ed91: Pushing 61.6MB  9d03dc2b19fe: Mounted from akvo/rsr-backend-prod-no-code  b216e2f7e366: Layer already exists  15e75ac4cd61: Layer already exists  882495e0f092: Mounted from akvo/rsr-backend-prod-no-code  cb3d876d7c85: Mounted from akvo/rsr-backend-prod-no-code  b6d8f557ceb3: Layer already exists  b65d30014aa7: Layer already exists  ea9370fbf8d0: Layer already exists  a10c79771e86: Layer already exists  94f720b0ed91: Pushed  3f4c8c89729b: Layer already exists  5c813a85f7f0: Layer already exists  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  ce8168f12337: Layer already exists  0c9faf64cd32: Mounted from akvo/rsr-backend-prod-no-code c963080767f45828c31f83ca5cd25d36: digest: sha256:5d8306544d4f2ae8e8435710ea81ce862876470d96937c473f771a18276fd455 size: 4512 04:38:01 - BUILD INFO - Pulling akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36 04:38:11 - BUILD INFO - Building akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 6.685MB Sending build context to Docker daemon 22.84MB Sending build context to Docker daemon 27.85MB Sending build context to Docker daemon 33.42MB Sending build context to Docker daemon 38.44MB Sending build context to Docker daemon 38.98MB Step 1/4 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local ---> a0606d3f1c50 Step 2/4 : WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end ---> Running in 6694d947a3e4 ---> 7ec4158e59d3 Step 3/4 : COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end ---> 01de541170f5 Step 4/4 : RUN npm install && rm -rf node_modules && npm install && npm run prod ---> Running in 9ee89be8a73d > node-sass@4.11.0 install /var/akvo/rsr/code/akvo/rsr/front-end/node_modules/node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.11.0/linux-x64-64_binding.node Download complete Binary saved to /var/akvo/rsr/code/akvo/rsr/front-end/node_modules/node-sass/vendor/linux-x64-64/binding.node Caching binary to /root/.npm/node-sass/4.11.0/linux-x64-64_binding.node > node-sass@4.11.0 postinstall /var/akvo/rsr/code/akvo/rsr/front-end/node_modules/node-sass > node scripts/build.js Binary found at /var/akvo/rsr/code/akvo/rsr/front-end/node_modules/node-sass/vendor/linux-x64-64/binding.node Testing binary Binary is fine > react-lightweight-tooltip@0.0.4 postinstall /var/akvo/rsr/code/akvo/rsr/front-end/node_modules/react-lightweight-tooltip > node lib/post_install.js npm WARN static@1.0.0 No description npm WARN static@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})  added 1654 packages from 1344 contributors and audited 1724 packages in 18.536s found 261 vulnerabilities (19 low, 80 moderate, 127 high, 35 critical) run `npm audit fix` to fix them, or `npm audit` for details > node-sass@4.11.0 install /var/akvo/rsr/code/akvo/rsr/front-end/node_modules/node-sass > node scripts/install.js Cached binary found at /root/.npm/node-sass/4.11.0/linux-x64-64_binding.node > node-sass@4.11.0 postinstall /var/akvo/rsr/code/akvo/rsr/front-end/node_modules/node-sass > node scripts/build.js Binary found at /var/akvo/rsr/code/akvo/rsr/front-end/node_modules/node-sass/vendor/linux-x64-64/binding.node Testing binary Binary is fine > react-lightweight-tooltip@0.0.4 postinstall /var/akvo/rsr/code/akvo/rsr/front-end/node_modules/react-lightweight-tooltip > node lib/post_install.js npm WARN static@1.0.0 No description npm WARN static@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})  added 1654 packages from 1344 contributors and audited 1724 packages in 18.907s found 261 vulnerabilities (19 low, 80 moderate, 127 high, 35 critical) run `npm audit fix` to fix them, or `npm audit` for details > static@1.0.0 prod /var/akvo/rsr/code/akvo/rsr/front-end > webpack --mode production --config webpack.config.prod.js clean-webpack-plugin: /var/akvo/rsr/code/akvo/rsr/front-end/static/rsr/dist/*.js has been removed. clean-webpack-plugin: /var/akvo/rsr/code/akvo/rsr/front-end/static/rsr/dist/*.map has been removed. clean-webpack-plugin: /var/akvo/rsr/code/akvo/rsr/front-end/static/rsr/dist/*.css has been removed. Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist` files [ 'results.eae78372b00e9319bb29.js', 'results.eae78372b00e9319bb29.js.map' ] files [ 'vendors.15d4801c22f6309b2206.js', 'vendors.15d4801c22f6309b2206.js.map' ] files [ 'main.788c7dadfaf6b33bc752.css', 'main.1f5fe6831ef702eb70a0.js', 'main.788c7dadfaf6b33bc752.css.map', 'main.1f5fe6831ef702eb70a0.js.map' ] files [ 'akvoWordpress.977a69d52c64937e3404.css', 'akvoWordpress.6822f3767511a0d40ba3.js', 'akvoWordpress.977a69d52c64937e3404.css.map', 'akvoWordpress.6822f3767511a0d40ba3.js.map' ] files [ 'noUiSliderCss.8e67ac97ff12f7f3cd8b.css', 'noUiSliderCss.59fb72379d0477498bbb.js', 'noUiSliderCss.8e67ac97ff12f7f3cd8b.css.map', 'noUiSliderCss.59fb72379d0477498bbb.js.map' ] files [ 'datePicker.233ded3bc15f4de2f10f.css', 'datePicker.81d760d340adc010fb4e.js', 'datePicker.233ded3bc15f4de2f10f.css.map', 'datePicker.81d760d340adc010fb4e.js.map' ] files [ 'admin.d7c362bfc0e263451bd5.css', 'admin.6fd4cd2aa21075ce18be.js', 'admin.d7c362bfc0e263451bd5.css.map', 'admin.6fd4cd2aa21075ce18be.js.map' ] files [ 'widget.936627bf7993f2e293d7.css', 'widget.9e4e2ee1ffd310d80cf3.js', 'widget.936627bf7993f2e293d7.css.map', 'widget.9e4e2ee1ffd310d80cf3.js.map' ] files [ 'micromarkdown.3c88239ff9a4ea07e9cb.js', 'micromarkdown.3c88239ff9a4ea07e9cb.js.map' ] files [ 'noUiSlider.53324d9e86dfecd8dc9c.js', 'noUiSlider.53324d9e86dfecd8dc9c.js.map' ] files [ 'onClickOutside.4b0f6a06cd0c2569a3fd.js', 'onClickOutside.4b0f6a06cd0c2569a3fd.js.map' ] files [ 'polyfill.369ac3457e8ed0ba0889.js', 'polyfill.369ac3457e8ed0ba0889.js.map' ] files [ 'projectHierarchy.a4d03a9727345dbb6999.js', 'projectHierarchy.a4d03a9727345dbb6999.js.map' ] files [ 'reactTypeahead.c1aeefd8424280a5a841.js', 'reactTypeahead.c1aeefd8424280a5a841.js.map' ] files [ 'rsrUtils.15d9e5d2b6e13ac02973.js', 'rsrUtils.15d9e5d2b6e13ac02973.js.map' ] files [ 'smoothScroll.2e39144b1f11b5d17095.js', 'smoothScroll.2e39144b1f11b5d17095.js.map' ] files [ 'cookie.4f40e98dbb23043bf230.js', 'cookie.4f40e98dbb23043bf230.js.map' ] files [ 'directoryUtils.adbc1da546dfb2d3ec5c.js', 'directoryUtils.adbc1da546dfb2d3ec5c.js.map' ] files [ 'donatePopup.dc4f30b4cd23ab379ed7.js', 'donatePopup.dc4f30b4cd23ab379ed7.js.map' ] files [ 'morePartners.f63b33111b976079251a.js', 'morePartners.f63b33111b976079251a.js.map' ] files [ 'organisationDirectory.0c7ae58b49474efe8269.js', 'organisationDirectory.0c7ae58b49474efe8269.js.map' ] files [ 'passwordReset.bb5576ec037e00866ea1.js', 'passwordReset.bb5576ec037e00866ea1.js.map' ] files [ 'projectMain.2b6db46cb788527c1685.js', 'projectMain.2b6db46cb788527c1685.js.map' ] files [ 'projectMainPartners.e9b5db2f6eaf2d528b5c.js', 'projectMainPartners.e9b5db2f6eaf2d528b5c.js.map' ] files [ 'projectMainReport.a4e6d3e2927fc02f35b2.js', 'projectMainReport.a4e6d3e2927fc02f35b2.js.map' ] files [ 'updateDirectory.35ebc315990d7cf4c886.js', 'updateDirectory.35ebc315990d7cf4c886.js.map' ] Hash: 27cc7e81e1e7d8258241 Version: webpack 4.46.0 Time: 15230ms Built at: 03/09/2022 4:39:07 AM Asset Size Chunks Chunk Names admin.6fd4cd2aa21075ce18be.js 1.04 KiB 0 [emitted] [immutable] admin admin.6fd4cd2aa21075ce18be.js.map 4.54 KiB 0 [emitted] [dev] admin admin.d7c362bfc0e263451bd5.css 644 bytes 0 [emitted] [immutable] admin admin.d7c362bfc0e263451bd5.css.map 986 bytes 0 [emitted] [dev] admin akvoWordpress.6822f3767511a0d40ba3.js 1000 bytes 1 [emitted] [immutable] akvoWordpress akvoWordpress.6822f3767511a0d40ba3.js.map 4.55 KiB 1 [emitted] [dev] akvoWordpress akvoWordpress.977a69d52c64937e3404.css 652 bytes 1 [emitted] [immutable] akvoWordpress akvoWordpress.977a69d52c64937e3404.css.map 906 bytes 1 [emitted] [dev] akvoWordpress cookie.4f40e98dbb23043bf230.js 1.86 KiB 2 [emitted] [immutable] cookie cookie.4f40e98dbb23043bf230.js.map 7.75 KiB 2 [emitted] [dev] cookie datePicker.233ded3bc15f4de2f10f.css 7.39 KiB 3 [emitted] [immutable] datePicker datePicker.233ded3bc15f4de2f10f.css.map 9.3 KiB 3 [emitted] [dev] datePicker datePicker.81d760d340adc010fb4e.js 998 bytes 3 [emitted] [immutable] datePicker datePicker.81d760d340adc010fb4e.js.map 4.54 KiB 3 [emitted] [dev] datePicker directoryUtils.adbc1da546dfb2d3ec5c.js 15.4 KiB 4 [emitted] [immutable] directoryUtils directoryUtils.adbc1da546dfb2d3ec5c.js.map 51.1 KiB 4 [emitted] [dev] directoryUtils donatePopup.dc4f30b4cd23ab379ed7.js 2.3 KiB 5 [emitted] [immutable] donatePopup donatePopup.dc4f30b4cd23ab379ed7.js.map 9.5 KiB 5 [emitted] [dev] donatePopup main.1f5fe6831ef702eb70a0.js 992 bytes 6 [emitted] [immutable] main main.1f5fe6831ef702eb70a0.js.map 4.54 KiB 6 [emitted] [dev] main main.788c7dadfaf6b33bc752.css 189 KiB 6 [emitted] [immutable] main main.788c7dadfaf6b33bc752.css.map 231 KiB 6 [emitted] [dev] main micromarkdown.3c88239ff9a4ea07e9cb.js 10.5 KiB 7 [emitted] [immutable] micromarkdown micromarkdown.3c88239ff9a4ea07e9cb.js.map 36.2 KiB 7 [emitted] [dev] micromarkdown morePartners.f63b33111b976079251a.js 5.21 KiB 8 [emitted] [immutable] morePartners morePartners.f63b33111b976079251a.js.map 19.7 KiB 8 [emitted] [dev] morePartners noUiSlider.53324d9e86dfecd8dc9c.js 14.3 KiB 9 [emitted] [immutable] noUiSlider noUiSlider.53324d9e86dfecd8dc9c.js.map 37 KiB 9 [emitted] [dev] noUiSlider noUiSliderCss.59fb72379d0477498bbb.js 1000 bytes 10 [emitted] [immutable] noUiSliderCss noUiSliderCss.59fb72379d0477498bbb.js.map 4.55 KiB 10 [emitted] [dev] noUiSliderCss noUiSliderCss.8e67ac97ff12f7f3cd8b.css 3.78 KiB 10 [emitted] [immutable] noUiSliderCss noUiSliderCss.8e67ac97ff12f7f3cd8b.css.map 5.19 KiB 10 [emitted] [dev] noUiSliderCss onClickOutside.4b0f6a06cd0c2569a3fd.js 1.65 KiB 11 [emitted] [immutable] onClickOutside onClickOutside.4b0f6a06cd0c2569a3fd.js.map 7.98 KiB 11 [emitted] [dev] onClickOutside organisationDirectory.0c7ae58b49474efe8269.js 1.51 KiB 12 [emitted] [immutable] organisationDirectory organisationDirectory.0c7ae58b49474efe8269.js.map 6.26 KiB 12 [emitted] [dev] organisationDirectory passwordReset.bb5576ec037e00866ea1.js 2.95 KiB 13 [emitted] [immutable] passwordReset passwordReset.bb5576ec037e00866ea1.js.map 12.1 KiB 13 [emitted] [dev] passwordReset polyfill.369ac3457e8ed0ba0889.js 1.27 KiB 14 [emitted] [immutable] polyfill polyfill.369ac3457e8ed0ba0889.js.map 6.46 KiB 14 [emitted] [dev] polyfill projectHierarchy.a4d03a9727345dbb6999.js 2.91 KiB 15 [emitted] [immutable] projectHierarchy projectHierarchy.a4d03a9727345dbb6999.js.map 12.2 KiB 15 [emitted] [dev] projectHierarchy projectMain.2b6db46cb788527c1685.js 8.74 KiB 16 [emitted] [immutable] projectMain projectMain.2b6db46cb788527c1685.js.map 29.5 KiB 16 [emitted] [dev] projectMain projectMainPartners.e9b5db2f6eaf2d528b5c.js 4.28 KiB 17 [emitted] [immutable] projectMainPartners projectMainPartners.e9b5db2f6eaf2d528b5c.js.map 17.8 KiB 17 [emitted] [dev] projectMainPartners projectMainReport.a4e6d3e2927fc02f35b2.js 16.2 KiB 18 [emitted] [immutable] projectMainReport projectMainReport.a4e6d3e2927fc02f35b2.js.map 49 KiB 18 [emitted] [dev] projectMainReport reactTypeahead.c1aeefd8424280a5a841.js 16 KiB 19 [emitted] [immutable] reactTypeahead reactTypeahead.c1aeefd8424280a5a841.js.map 68 KiB 19 [emitted] [dev] reactTypeahead results.eae78372b00e9319bb29.js 670 KiB 20 [emitted] [immutable] [big] results results.eae78372b00e9319bb29.js.map 2.59 MiB 20 [emitted] [dev] results rsrUtils.15d9e5d2b6e13ac02973.js 6.46 KiB 21 [emitted] [immutable] rsrUtils rsrUtils.15d9e5d2b6e13ac02973.js.map 25.6 KiB 21 [emitted] [dev] rsrUtils smoothScroll.2e39144b1f11b5d17095.js 5.86 KiB 22 [emitted] [immutable] smoothScroll smoothScroll.2e39144b1f11b5d17095.js.map 16.2 KiB 22 [emitted] [dev] smoothScroll updateDirectory.35ebc315990d7cf4c886.js 1.5 KiB 23 [emitted] [immutable] updateDirectory updateDirectory.35ebc315990d7cf4c886.js.map 6.22 KiB 23 [emitted] [dev] updateDirectory vendors.15d4801c22f6309b2206.js 138 KiB 24 [emitted] [immutable] vendors vendors.15d4801c22f6309b2206.js.map 667 KiB 24 [emitted] [dev] vendors widget.936627bf7993f2e293d7.css 25.8 KiB 25 [emitted] [immutable] widget widget.936627bf7993f2e293d7.css.map 32 KiB 25 [emitted] [dev] widget widget.9e4e2ee1ffd310d80cf3.js 1.15 KiB 25 [emitted] [immutable] widget widget.9e4e2ee1ffd310d80cf3.js.map 4.54 KiB 25 [emitted] [dev] widget Entrypoint results [big] = results.eae78372b00e9319bb29.js results.eae78372b00e9319bb29.js.map Entrypoint vendors = vendors.15d4801c22f6309b2206.js vendors.15d4801c22f6309b2206.js.map Entrypoint main = main.788c7dadfaf6b33bc752.css main.1f5fe6831ef702eb70a0.js main.788c7dadfaf6b33bc752.css.map main.1f5fe6831ef702eb70a0.js.map Entrypoint akvoWordpress = akvoWordpress.977a69d52c64937e3404.css akvoWordpress.6822f3767511a0d40ba3.js akvoWordpress.977a69d52c64937e3404.css.map akvoWordpress.6822f3767511a0d40ba3.js.map Entrypoint noUiSliderCss = noUiSliderCss.8e67ac97ff12f7f3cd8b.css noUiSliderCss.59fb72379d0477498bbb.js noUiSliderCss.8e67ac97ff12f7f3cd8b.css.map noUiSliderCss.59fb72379d0477498bbb.js.map Entrypoint datePicker = datePicker.233ded3bc15f4de2f10f.css datePicker.81d760d340adc010fb4e.js datePicker.233ded3bc15f4de2f10f.css.map datePicker.81d760d340adc010fb4e.js.map Entrypoint admin = admin.d7c362bfc0e263451bd5.css admin.6fd4cd2aa21075ce18be.js admin.d7c362bfc0e263451bd5.css.map admin.6fd4cd2aa21075ce18be.js.map Entrypoint widget = widget.936627bf7993f2e293d7.css widget.9e4e2ee1ffd310d80cf3.js widget.936627bf7993f2e293d7.css.map widget.9e4e2ee1ffd310d80cf3.js.map Entrypoint micromarkdown = micromarkdown.3c88239ff9a4ea07e9cb.js micromarkdown.3c88239ff9a4ea07e9cb.js.map Entrypoint noUiSlider = noUiSlider.53324d9e86dfecd8dc9c.js noUiSlider.53324d9e86dfecd8dc9c.js.map Entrypoint onClickOutside = onClickOutside.4b0f6a06cd0c2569a3fd.js onClickOutside.4b0f6a06cd0c2569a3fd.js.map Entrypoint polyfill = polyfill.369ac3457e8ed0ba0889.js polyfill.369ac3457e8ed0ba0889.js.map Entrypoint projectHierarchy = projectHierarchy.a4d03a9727345dbb6999.js projectHierarchy.a4d03a9727345dbb6999.js.map Entrypoint reactTypeahead = reactTypeahead.c1aeefd8424280a5a841.js reactTypeahead.c1aeefd8424280a5a841.js.map Entrypoint rsrUtils = rsrUtils.15d9e5d2b6e13ac02973.js rsrUtils.15d9e5d2b6e13ac02973.js.map Entrypoint smoothScroll = smoothScroll.2e39144b1f11b5d17095.js smoothScroll.2e39144b1f11b5d17095.js.map Entrypoint cookie = cookie.4f40e98dbb23043bf230.js cookie.4f40e98dbb23043bf230.js.map Entrypoint directoryUtils = directoryUtils.adbc1da546dfb2d3ec5c.js directoryUtils.adbc1da546dfb2d3ec5c.js.map Entrypoint donatePopup = donatePopup.dc4f30b4cd23ab379ed7.js donatePopup.dc4f30b4cd23ab379ed7.js.map Entrypoint morePartners = morePartners.f63b33111b976079251a.js morePartners.f63b33111b976079251a.js.map Entrypoint organisationDirectory = organisationDirectory.0c7ae58b49474efe8269.js organisationDirectory.0c7ae58b49474efe8269.js.map Entrypoint passwordReset = passwordReset.bb5576ec037e00866ea1.js passwordReset.bb5576ec037e00866ea1.js.map Entrypoint projectMain = projectMain.2b6db46cb788527c1685.js projectMain.2b6db46cb788527c1685.js.map Entrypoint projectMainPartners = projectMainPartners.e9b5db2f6eaf2d528b5c.js projectMainPartners.e9b5db2f6eaf2d528b5c.js.map Entrypoint projectMainReport = projectMainReport.a4e6d3e2927fc02f35b2.js projectMainReport.a4e6d3e2927fc02f35b2.js.map Entrypoint updateDirectory = updateDirectory.35ebc315990d7cf4c886.js updateDirectory.35ebc315990d7cf4c886.js.map [618] multi babel-polyfill react redux redux-logger redux-thunk reselect isomorphic-fetch 100 bytes {24} [built] [823] ./styles-src/main.scss 39 bytes {6} [built] [824] ./styles-src/akvo-wordpress.css 39 bytes {1} [built] [825] ./lib/styles/nouislider-8.0.2.min.css 39 bytes {10} [built] [826] ./lib/styles/react-datepicker-0.27.0.css 39 bytes {3} [built] [827] multi ./styles-src/admin/akvo_admin.css ./styles-src/admin/budget_item.css 40 bytes {0} [built] [830] multi ./styles-src/widgets/projectList.css ./styles-src/widgets/rsrWidgets.css ./styles-src/widgets/w170px.css ./styles-src/widgets/w170pxSmall.css ./styles-src/widgets/w202px.css ./styles-src/widgets/w468px.css 88 bytes {25} [built] [837] ./lib/scripts/micromarkdown-0.3.4.js 13.3 KiB {7} [built] [838] ./lib/scripts/nouislider-8.0.2.min.js 20 KiB {9} [built] [839] ./lib/scripts/react-onclickoutside.js 2.38 KiB {11} [built] [840] ./scripts-src/classic/js/polyfill.js 1.25 KiB {14} [built] [841] ./scripts-src/classic/js/project-hierarchy.js 4.34 KiB {15} [built] [842] ./lib/scripts/react-typeahead.js 33.1 KiB {19} [built] [843] ./scripts-src/classic/js/rsr-utils.js 11.7 KiB {21} [built] [844] ./lib/scripts/smooth-scroll-9.1.4.min.js 6.79 KiB {22} [built] + 858 hidden modules WARNING in ./scripts-src/my-results/components/updates/UpdateForm.jsx 1140:13-32 "export 'FILTER_SHOW_DRAFT' (imported as 'c') was not found in '../../const.js' @ ./scripts-src/my-results/components/App.jsx @ ./scripts-src/my-results/app.js WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: results.eae78372b00e9319bb29.js (670 KiB) WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. Entrypoints: results (670 KiB) results.eae78372b00e9319bb29.js WARNING in webpack performance recommendations: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. For more info visit https://webpack.js.org/guides/code-splitting/ Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!lib/styles/nouislider-8.0.2.min.css: Entrypoint mini-css-extract-plugin = * [0] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./lib/styles/nouislider-8.0.2.min.css 4.07 KiB {0} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!lib/styles/react-datepicker-0.27.0.css: Entrypoint mini-css-extract-plugin = * [0] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./lib/styles/react-datepicker-0.27.0.css 7.75 KiB {0} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/admin/akvo_admin.css: Entrypoint mini-css-extract-plugin = * [0] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/admin/akvo_admin.css 590 bytes {0} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/admin/budget_item.css: Entrypoint mini-css-extract-plugin = * [0] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/admin/budget_item.css 333 bytes {0} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/akvo-wordpress.css: Entrypoint mini-css-extract-plugin = * [0] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/akvo-wordpress.css 760 bytes {0} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/main.scss: Entrypoint mini-css-extract-plugin = * [1] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/main.scss 163 KiB {0} [built] + 6 hidden modules Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/projectList.css: Entrypoint mini-css-extract-plugin = * [0] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/projectList.css 2.87 KiB {0} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/rsrWidgets.css: Entrypoint mini-css-extract-plugin = * [0] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/rsrWidgets.css 20.9 KiB {0} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w170px.css: Entrypoint mini-css-extract-plugin = * [0] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w170px.css 1.34 KiB {0} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w170pxSmall.css: Entrypoint mini-css-extract-plugin = * [0] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w170pxSmall.css 723 bytes {0} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w202px.css: Entrypoint mini-css-extract-plugin = * [0] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w202px.css 1.31 KiB {0} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w468px.css: Entrypoint mini-css-extract-plugin = * [0] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w468px.css 381 bytes {0} [built] + 1 hidden module ---> 20247ff7c88e Successfully built 20247ff7c88e Successfully tagged akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-front-end:local 04:39:15 - BUILD INFO - Pushing akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36 container The push refers to repository [docker.io/akvo/rsr-backend-front-end]  31eec68799d2: Preparing   ef0b8b5bd799: Preparing   72b51ea11e78: Preparing   94f720b0ed91: Preparing   0c9faf64cd32: Preparing   07278c2d2ed5: Preparing   469c7456424f: Preparing   2577d9d12566: Preparing   b47bf410c0d5: Preparing   9d03dc2b19fe: Preparing   882495e0f092: Preparing   cb3d876d7c85: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  07278c2d2ed5: Waiting  469c7456424f: Waiting  2577d9d12566: Waiting  b47bf410c0d5: Waiting  9d03dc2b19fe: Waiting  882495e0f092: Waiting  cb3d876d7c85: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  72b51ea11e78: Pushing 5.12kB  ef0b8b5bd799: Pushing 79.36kB/4.706MB  ef0b8b5bd799: Pushing 380.4kB/4.706MB  ef0b8b5bd799: Pushing 755.7kB/4.706MB  94f720b0ed91: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs  ef0b8b5bd799: Pushing 1.134MB/4.706MB  31eec68799d2: Pushing 526.1kB/201.7MB  ef0b8b5bd799: Pushing 1.393MB/4.706MB  ef0b8b5bd799: Pushing 1.841MB/4.706MB  31eec68799d2: Pushing 1.592MB/201.7MB  ef0b8b5bd799: Pushing 2.331MB/4.706MB  31eec68799d2: Pushing 3.223MB/201.7MB  ef0b8b5bd799: Pushing 4.987MB  ef0b8b5bd799: Pushing 5.256MB  0c9faf64cd32: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs  31eec68799d2: Pushing 4.304MB/201.7MB  31eec68799d2: Pushing 7.562MB/201.7MB  31eec68799d2: Pushing 9.705MB/201.7MB  31eec68799d2: Pushing 12.38MB/201.7MB  31eec68799d2: Pushing 14.53MB/201.7MB  31eec68799d2: Pushing 18.29MB/201.7MB  31eec68799d2: Pushing 21.03MB/201.7MB  31eec68799d2: Pushing 24.3MB/201.7MB  31eec68799d2: Pushing 27.57MB/201.7MB  31eec68799d2: Pushing 31.3MB/201.7MB  31eec68799d2: Pushing 34.5MB/201.7MB  31eec68799d2: Pushing 36.73MB/201.7MB  72b51ea11e78: Pushed  31eec68799d2: Pushing 40.05MB/201.7MB  31eec68799d2: Pushing 43.39MB/201.7MB  31eec68799d2: Pushing 46.74MB/201.7MB  31eec68799d2: Pushing 49.49MB/201.7MB  31eec68799d2: Pushing 52.18MB/201.7MB  07278c2d2ed5: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs  31eec68799d2: Pushing 55.86MB/201.7MB  31eec68799d2: Pushing 59.58MB/201.7MB  31eec68799d2: Pushing 63.85MB/201.7MB  ef0b8b5bd799: Pushed  31eec68799d2: Pushing 67.57MB/201.7MB  31eec68799d2: Pushing 70.77MB/201.7MB  31eec68799d2: Pushing 74.51MB/201.7MB  31eec68799d2: Pushing 76.63MB/201.7MB  469c7456424f: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs  31eec68799d2: Pushing 79.31MB/201.7MB  31eec68799d2: Pushing 81.96MB/201.7MB  31eec68799d2: Pushing 85.16MB/201.7MB  31eec68799d2: Pushing 87.88MB/201.7MB  2577d9d12566: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs  31eec68799d2: Pushing 90.54MB/201.7MB  31eec68799d2: Pushing 93.21MB/201.7MB  31eec68799d2: Pushing 95.88MB/201.7MB  31eec68799d2: Pushing 100.2MB/201.7MB  31eec68799d2: Pushing 105.1MB/201.7MB  31eec68799d2: Pushing 107.7MB/201.7MB  31eec68799d2: Pushing 110.4MB/201.7MB  31eec68799d2: Pushing 113.1MB/201.7MB  b47bf410c0d5: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs  31eec68799d2: Pushing 115.7MB/201.7MB  31eec68799d2: Pushing 118.9MB/201.7MB  31eec68799d2: Pushing 122.1MB/201.7MB  31eec68799d2: Pushing 125.9MB/201.7MB  31eec68799d2: Pushing 129.1MB/201.7MB  31eec68799d2: Pushing 132.3MB/201.7MB  31eec68799d2: Pushing 135.5MB/201.7MB  31eec68799d2: Pushing 138.7MB/201.7MB  b216e2f7e366: Layer already exists  9d03dc2b19fe: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs  31eec68799d2: Pushing 141.8MB/201.7MB  31eec68799d2: Pushing 144.5MB/201.7MB  31eec68799d2: Pushing 147.7MB/201.7MB  31eec68799d2: Pushing 150.9MB/201.7MB  31eec68799d2: Pushing 154.6MB/201.7MB  b6d8f557ceb3: Layer already exists  31eec68799d2: Pushing 157.8MB/201.7MB  15e75ac4cd61: Layer already exists  31eec68799d2: Pushing 160.6MB/201.7MB  cb3d876d7c85: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs  31eec68799d2: Pushing 163.3MB/201.7MB  31eec68799d2: Pushing 166.6MB/201.7MB  b65d30014aa7: Layer already exists  882495e0f092: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs  31eec68799d2: Pushing 169.8MB/201.7MB  ea9370fbf8d0: Layer already exists  31eec68799d2: Pushing 172.4MB/201.7MB  a10c79771e86: Layer already exists  31eec68799d2: Pushing 175.2MB/201.7MB  31eec68799d2: Pushing 178.4MB/201.7MB  3f4c8c89729b: Layer already exists  31eec68799d2: Pushing 181.7MB/201.7MB  5c813a85f7f0: Layer already exists  bdca38f94ff0: Layer already exists  31eec68799d2: Pushing 184.4MB/201.7MB  faac394a1ad3: Layer already exists  31eec68799d2: Pushing 187.6MB/201.7MB  31eec68799d2: Pushing 190.8MB/201.7MB  31eec68799d2: Pushing 193.5MB/201.7MB  ce8168f12337: Layer already exists  31eec68799d2: Pushing 196.6MB/201.7MB  31eec68799d2: Pushing 199.9MB/201.7MB  31eec68799d2: Pushing 203MB  31eec68799d2: Pushing 206.3MB  31eec68799d2: Pushing 209.5MB  31eec68799d2: Pushing 212.2MB  31eec68799d2: Pushing 215.4MB  31eec68799d2: Pushing 218.6MB  31eec68799d2: Pushing 221.8MB  31eec68799d2: Pushing 224.5MB  31eec68799d2: Pushing 227.7MB  31eec68799d2: Pushing 229.9MB  31eec68799d2: Pushing 231.5MB  31eec68799d2: Pushed c963080767f45828c31f83ca5cd25d36: digest: sha256:22c7f394886b2d78aad048cef562c21ce0e5cc4147cec8a122ecf2575a95448b size: 5142 04:39:33 - BUILD INFO - Pulling akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36 04:39:49 - BUILD INFO - Building akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 6.685MB Sending build context to Docker daemon 21.73MB Sending build context to Docker daemon 25.62MB Sending build context to Docker daemon 29.52MB Sending build context to Docker daemon 33.42MB Sending build context to Docker daemon 37.32MB Sending build context to Docker daemon 38.98MB Step 1/4 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local ---> a0606d3f1c50 Step 2/4 : WORKDIR /var/akvo/rsr/code/akvo/rsr/dir ---> Running in c22b6856e6f9 ---> b47a5b8f682f Step 3/4 : COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir ---> ae66ab8aacda Step 4/4 : RUN rm -rf node_modules && npm install && npm run production ---> Running in df0226dca94a > husky@1.3.1 install /var/akvo/rsr/code/akvo/rsr/dir/node_modules/husky > node husky install husky > setting up git hooks Can't find .git, skipping Git hooks installation. Please check that you're in a cloned repository or run 'git init' to create an empty Git repository and reinstall husky. > node-sass@4.13.1 install /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.1/linux-x64-64_binding.node Download complete Binary saved to /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass/vendor/linux-x64-64/binding.node Caching binary to /root/.npm/node-sass/4.13.1/linux-x64-64_binding.node > core-js@2.6.11 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:  > https://opencollective.com/core-js  > https://www.patreon.com/zloirock  Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > core-js-pure@3.6.4 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/core-js-pure > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:  > https://opencollective.com/core-js  > https://www.patreon.com/zloirock  Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > node-sass@4.13.1 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass > node scripts/build.js Binary found at /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass/vendor/linux-x64-64/binding.node Testing binary Binary is fine npm WARN akvo.rsr.dir@0.0.1 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})  added 1575 packages from 936 contributors and audited 1650 packages in 22.982s found 196 vulnerabilities (4 low, 112 moderate, 78 high, 2 critical) run `npm audit fix` to fix them, or `npm audit` for details > akvo.rsr.dir@0.0.1 production /var/akvo/rsr/code/akvo/rsr/dir > cross-env npm run clean && webpack --config webpack.production.config.js --progress --profile --colors > akvo.rsr.dir@0.0.1 clean /var/akvo/rsr/code/akvo/rsr/dir > rimraf dist  0% compiling 10% building 0/0 modules 0 active 10% building 0/1 modules 1 active multi ./main.js ./styles/main.scss                                    10% building 1/1 modules 0 active 10% building 1/2 modules 1 active .../akvo/rsr/code/akvo/rsr/dir/app/main.js 10% building 1/3 modules 2 active .../code/akvo/rsr/dir/app/styles/main.scssBrowserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating  10% building 2/3 modules 1 active .../code/akvo/rsr/dir/app/styles/main.scss 10% building 2/4 modules 2 active .../akvo/rsr/code/akvo/rsr/dir/app/i18n.js 10% building 2/5 modules 3 active ...akvo/rsr/code/akvo/rsr/dir/app/root.jsx 10% building 3/5 modules 2 active ...akvo/rsr/code/akvo/rsr/dir/app/root.jsx 10% building 4/5 modules 1 active ...akvo/rsr/code/akvo/rsr/dir/app/root.jsx 10% building 4/6 modules 2 active ...dules/webpack/buildin/harmony-module.js 10% building 4/7 modules 3 active ...rsr/dir/node_modules/antd/dist/antd.css 10% building 5/7 modules 2 active ...rsr/dir/node_modules/antd/dist/antd.css 10% building 5/8 modules 3 active .../node_modules/react-hot-loader/index.js 10% building 5/9 modules 4 active ...kvo/rsr/dir/node_modules/react/index.js 10% building 5/10 modules 5 active ...rsr/dir/node_modules/react-dom/index.js 10% building 6/10 modules 4 active ...rsr/dir/node_modules/react-dom/index.js 10% building 6/11 modules 5 active ...sr/dir/node_modules/reset-css/reset.css 10% building 6/12 modules 6 active ...othscroll-polyfill/dist/smoothscroll.js 10% building 6/13 modules 7 active ...ode_modules/babel-polyfill/lib/index.js 10% building 7/13 modules 6 active ...ode_modules/babel-polyfill/lib/index.js 10% building 8/13 modules 5 active ...ode_modules/babel-polyfill/lib/index.js 11% building 9/13 modules 4 active ...ode_modules/babel-polyfill/lib/index.js 11% building 10/13 modules 3 active ...ode_modules/babel-polyfill/lib/index.js 11% building 11/13 modules 2 active ...othscroll-polyfill/dist/smoothscroll.js 11% building 12/13 modules 1 active ...rsr/dir/node_modules/antd/dist/antd.css 11% building 12/14 modules 2 active ...akvo/rsr/dir/app/modules/index/view.jsx 11% building 12/15 modules 3 active ...rsr/dir/app/modules/unep-index/view.jsx 11% building 12/16 modules 4 active .../dir/app/modules/wcaro-index/router.jsx 11% building 12/17 modules 5 active ...dules/react/cjs/react.production.min.js 11% building 12/18 modules 6 active ...dist/react-hot-loader.production.min.js 11% building 12/19 modules 7 active ...act-dom/cjs/react-dom.production.min.js 11% building 12/20 modules 8 active .../node_modules/webpack/buildin/global.js 11% building 12/21 modules 9 active ...de_modules/i18next-xhr-backend/index.js 11% building 12/22 modules 10 active ...t-intervalplural-postprocessor/index.js 11% building 12/23 modules 11 active ..._modules/react-i18next/dist/es/index.js 11% building 12/24 modules 12 active ...r/node_modules/i18next/dist/es/index.js 11% building 13/24 modules 11 active ...r/node_modules/i18next/dist/es/index.js 11% building 14/24 modules 10 active ...r/node_modules/i18next/dist/es/index.js  11% building 15/24 modules 9 active ...r/node_modules/i18next/dist/es/index.js 11% building 15/25 modules 10 active ...eact-router-dom/esm/react-router-dom.js  11% building 16/25 modules 9 active ...eact-router-dom/esm/react-router-dom.js 12% building 17/25 modules 8 active ...eact-router-dom/esm/react-router-dom.js 12% building 18/25 modules 7 active ...eact-router-dom/esm/react-router-dom.js 12% building 19/25 modules 6 active ...eact-router-dom/esm/react-router-dom.js 12% building 20/25 modules 5 active ...eact-router-dom/esm/react-router-dom.js 12% building 20/26 modules 6 active ...r/dir/app/modules/wcaro-index/view.scss 12% building 20/27 modules 7 active ...odules/wcaro-index/dummy/summaries.json 12% building 20/28 modules 8 active ...les/wcaro-index/dummy/slide-images.json 12% building 21/28 modules 7 active ...les/wcaro-index/dummy/slide-images.json 12% building 22/28 modules 6 active ...les/wcaro-index/dummy/slide-images.json 12% building 22/29 modules 7 active ...vo/rsr/dir/node_modules/core-js/shim.js 12% building 22/30 modules 8 active ..._modules/regenerator-runtime/runtime.js 12% building 22/31 modules 9 active ...ode_modules/core-js/fn/regexp/escape.js 12% building 22/32 modules 10 active ...o/rsr/dir/node_modules/lodash/lodash.js  12% building 23/32 modules 9 active ...o/rsr/dir/node_modules/lodash/lodash.js 12% building 23/33 modules 10 active .../rsr/code/akvo/rsr/dir/app/utils/api.js 12% building 23/34 modules 11 active ...node_modules/i18next/dist/es/i18next.js 12% building 23/35 modules 12 active ...al-postprocessor/dist/commonjs/index.js 12% building 23/36 modules 13 active ...next-xhr-backend/dist/commonjs/index.js 12% building 23/37 modules 14 active .../rsr/dir/app/modules/index/projects.jsx 12% building 23/38 modules 15 active .../akvo/rsr/dir/app/modules/index/map.jsx 12% building 23/39 modules 16 active ...vo/rsr/dir/app/modules/index/search.jsx 12% building 23/40 modules 17 active ...sr/dir/app/modules/index/filter-bar.jsx 12% building 23/41 modules 18 active .../rsr/dir/app/modules/unep-index/map.jsx 12% building 24/41 modules 17 active .../rsr/dir/app/modules/unep-index/map.jsx 13% building 25/41 modules 16 active .../rsr/dir/app/modules/unep-index/map.jsx 13% building 25/42 modules 17 active .../app/modules/wcaro-index/views/Home.jsx 13% building 25/43 modules 18 active ...p/modules/wcaro-index/views/Insight.jsx 13% building 25/44 modules 19 active ...modules/wcaro-index/views/Framework.jsx 13% building 25/45 modules 20 active ..._modules/react-i18next/dist/es/Trans.js 13% building 25/46 modules 21 active ...react-i18next/dist/es/useTranslation.js 13% building 25/47 modules 22 active ...eact-i18next/dist/es/withTranslation.js 13% building 25/48 modules 23 active ...es/react-i18next/dist/es/Translation.js 13% building 25/49 modules 24 active ...eact-i18next/dist/es/I18nextProvider.js 13% building 25/50 modules 25 active ...odules/react-i18next/dist/es/withSSR.js 13% building 25/51 modules 26 active ...modules/react-i18next/dist/es/useSSR.js 13% building 25/52 modules 27 active ...odules/react-i18next/dist/es/context.js 13% building 26/52 modules 26 active ...odules/react-i18next/dist/es/context.js 13% building 27/52 modules 25 active ...odules/react-i18next/dist/es/context.js 13% building 27/53 modules 26 active ...o/rsr/dir/node_modules/antd/es/index.js 13% building 28/53 modules 25 active ...o/rsr/dir/node_modules/antd/es/index.js 13% building 29/53 modules 24 active ...o/rsr/dir/node_modules/antd/es/index.js 13% building 30/53 modules 23 active ...o/rsr/dir/node_modules/antd/es/index.js 13% building 31/53 modules 22 active ...o/rsr/dir/node_modules/antd/es/index.js 13% building 32/53 modules 21 active ...o/rsr/dir/node_modules/antd/es/index.js 13% building 33/53 modules 20 active ...o/rsr/dir/node_modules/antd/es/index.js 14% building 34/53 modules 19 active ...o/rsr/dir/node_modules/antd/es/index.js 14% building 35/53 modules 18 active ...o/rsr/dir/node_modules/antd/es/index.js 14% building 36/53 modules 17 active ...o/rsr/dir/node_modules/antd/es/index.js 14% building 37/53 modules 16 active ...o/rsr/dir/node_modules/antd/es/index.js 14% building 38/53 modules 15 active ...o/rsr/dir/node_modules/antd/es/index.js 14% building 38/54 modules 16 active ...modules/wcaro-index/components/index.js 14% building 39/54 modules 15 active ...modules/wcaro-index/components/index.js 14% building 40/54 modules 14 active ...modules/wcaro-index/components/index.js 14% building 41/54 modules 13 active ...modules/wcaro-index/components/index.js 14% building 41/55 modules 14 active .../app/modules/wcaro-index/dummy/index.js 14% building 41/56 modules 15 active ...caro-index/components/map-view/index.js 15% building 42/56 modules 14 active ...caro-index/components/map-view/index.js 15% building 43/56 modules 13 active ...caro-index/components/map-view/index.js 15% building 44/56 modules 12 active ...caro-index/components/map-view/index.js 15% building 45/56 modules 11 active ...caro-index/components/map-view/index.js 15% building 46/56 modules 10 active ...caro-index/components/map-view/index.js  15% building 47/56 modules 9 active ...caro-index/components/map-view/index.js 15% building 48/56 modules 8 active ...caro-index/components/map-view/index.js 15% building 49/56 modules 7 active ...caro-index/components/map-view/index.js 15% building 49/57 modules 8 active ...o/rsr/dir/node_modules/moment/moment.js 16% building 50/57 modules 7 active ...o/rsr/dir/node_modules/moment/moment.js 16% building 50/58 modules 8 active ...next-xhr-backend/dist/commonjs/utils.js 16% building 50/59 modules 9 active ...8next-xhr-backend/dist/commonjs/ajax.js 16% building 50/60 modules 10 active ...les/@rehooks/local-storage/lib/index.js 16% building 50/61 modules 11 active .../dir/node_modules/swr/dist/index.esm.js 16% building 50/62 modules 12 active ...el/runtime/helpers/esm/inheritsLoose.js 16% building 50/63 modules 13 active ...s/@babel/runtime/helpers/esm/extends.js 16% building 50/64 modules 14 active ...ers/esm/objectWithoutPropertiesLoose.js 16% building 50/65 modules 15 active ...e_modules/core-js/modules/es6.symbol.js 16% building 50/66 modules 16 active ...es/core-js/modules/es6.object.create.js 16% building 50/67 modules 17 active ...s/modules/es6.object.define-property.js 16% building 50/68 modules 18 active ...modules/es6.object.define-properties.js 16% building 50/69 modules 19 active ...6.object.get-own-property-descriptor.js 16% building 50/70 modules 20 active ...ules/core-js/modules/es6.object.keys.js 16% building 50/71 modules 21 active .../modules/es6.object.get-prototype-of.js 16% building 50/72 modules 22 active ...es/es6.object.get-own-property-names.js 16% building 50/73 modules 23 active ...es/core-js/modules/es6.object.freeze.js 16% building 50/74 modules 24 active ...ules/core-js/modules/es6.object.seal.js 16% building 50/75 modules 25 active ...odules/es6.object.prevent-extensions.js 16% building 50/76 modules 26 active ...core-js/modules/es6.object.is-frozen.js 16% building 50/77 modules 27 active ...core-js/modules/es6.object.is-sealed.js 16% building 50/78 modules 28 active ...-js/modules/es6.object.is-extensible.js 16% building 50/79 modules 29 active ...es/core-js/modules/es6.object.assign.js 16% building 50/80 modules 30 active ...odules/core-js/modules/es6.object.is.js 16% building 50/81 modules 31 active .../modules/es6.object.set-prototype-of.js 16% building 50/82 modules 32 active ...core-js/modules/es6.object.to-string.js 16% building 50/83 modules 33 active ...es/core-js/modules/es6.function.bind.js 16% building 50/84 modules 34 active ...es/core-js/modules/es6.function.name.js 16% building 50/85 modules 35 active ...js/modules/es6.function.has-instance.js 16% building 50/86 modules 36 active ...odules/core-js/modules/es6.parse-int.js 16% building 50/87 modules 37 active ...ules/core-js/modules/es6.parse-float.js 16% building 50/88 modules 38 active ...re-js/modules/es6.number.constructor.js 16% building 50/89 modules 39 active .../core-js/modules/es6.number.to-fixed.js 16% building 50/90 modules 40 active ...e-js/modules/es6.number.to-precision.js 16% building 50/91 modules 41 active ...s/core-js/modules/es6.number.epsilon.js 16% building 50/92 modules 42 active ...core-js/modules/es6.number.is-finite.js 16% building 50/93 modules 43 active ...ore-js/modules/es6.number.is-integer.js 16% building 50/94 modules 44 active ...es/core-js/modules/es6.number.is-nan.js 16% building 50/95 modules 45 active ...s/modules/es6.number.is-safe-integer.js 16% building 50/96 modules 46 active .../modules/es6.number.max-safe-integer.js 16% building 50/97 modules 47 active .../modules/es6.number.min-safe-integer.js 16% building 50/98 modules 48 active ...re-js/modules/es6.number.parse-float.js 16% building 50/99 modules 49 active ...core-js/modules/es6.number.parse-int.js 16% building 50/100 modules 50 active ...dules/core-js/modules/es6.math.acosh.js 16% building 50/101 modules 51 active ...dules/core-js/modules/es6.math.asinh.js 16% building 50/102 modules 52 active ...dules/core-js/modules/es6.math.atanh.js 16% building 50/103 modules 53 active ...odules/core-js/modules/es6.math.cbrt.js 16% building 50/104 modules 54 active ...dules/core-js/modules/es6.math.clz32.js 16% building 50/105 modules 55 active ...odules/core-js/modules/es6.math.cosh.js 16% building 50/106 modules 56 active ...dules/core-js/modules/es6.math.expm1.js 16% building 50/107 modules 57 active ...ules/core-js/modules/es6.math.fround.js 16% building 50/108 modules 58 active ...dules/core-js/modules/es6.math.hypot.js 16% building 50/109 modules 59 active ...odules/core-js/modules/es6.math.imul.js 16% building 50/110 modules 60 active ...dules/core-js/modules/es6.math.log10.js 16% building 50/111 modules 61 active ...dules/core-js/modules/es6.math.log1p.js 16% building 50/112 modules 62 active ...odules/core-js/modules/es6.math.log2.js 16% building 50/113 modules 63 active ...odules/core-js/modules/es6.math.sign.js 16% building 50/114 modules 64 active ...odules/core-js/modules/es6.math.sinh.js 16% building 50/115 modules 65 active ...odules/core-js/modules/es6.math.tanh.js 16% building 50/116 modules 66 active ...dules/core-js/modules/es6.math.trunc.js 16% building 50/117 modules 67 active ...s/modules/es6.string.from-code-point.js 16% building 50/118 modules 68 active ...dules/core-js/modules/es6.string.raw.js 16% building 50/119 modules 69 active ...s/core-js/modules/core.regexp.escape.js 16% building 50/120 modules 70 active ...r/node_modules/core-js/modules/_core.js 16% building 50/121 modules 71 active ...les/core-js/modules/web.dom.iterable.js 16% building 51/121 modules 70 active ...les/core-js/modules/web.dom.iterable.js 16% building 51/122 modules 71 active ...dir/node_modules/object-assign/index.js 16% building 52/122 modules 70 active ...dir/node_modules/object-assign/index.js 16% building 53/122 modules 69 active ...dir/node_modules/object-assign/index.js 16% building 54/122 modules 68 active ...dir/node_modules/object-assign/index.js 16% building 55/122 modules 67 active ...dir/node_modules/object-assign/index.js 16% building 56/122 modules 66 active ...dir/node_modules/object-assign/index.js 16% building 57/122 modules 65 active ...dir/node_modules/object-assign/index.js 16% building 57/123 modules 66 active ...akvo/rsr/dir/app/images/unicef-logo.svg 16% building 57/124 modules 67 active ...rsr/code/akvo/rsr/dir/app/images/tr.svg 16% building 58/124 modules 66 active ...rsr/code/akvo/rsr/dir/app/images/tr.svg 17% building 59/124 modules 65 active ...rsr/code/akvo/rsr/dir/app/images/tr.svg 17% building 59/125 modules 66 active ...sr/dir/node_modules/prop-types/index.js 17% building 60/125 modules 65 active ...sr/dir/node_modules/prop-types/index.js 17% building 61/125 modules 64 active ...sr/dir/node_modules/prop-types/index.js 17% building 62/125 modules 63 active ...sr/dir/node_modules/prop-types/index.js 17% building 63/125 modules 62 active ...sr/dir/node_modules/prop-types/index.js 17% building 64/125 modules 61 active ...sr/dir/node_modules/prop-types/index.js 17% building 65/125 modules 60 active ...sr/dir/node_modules/prop-types/index.js 17% building 66/125 modules 59 active ...sr/dir/node_modules/prop-types/index.js 18% building 67/125 modules 58 active ...sr/dir/node_modules/prop-types/index.js 18% building 68/125 modules 57 active ...sr/dir/node_modules/prop-types/index.js 18% building 69/125 modules 56 active ...sr/dir/node_modules/prop-types/index.js 18% building 70/125 modules 55 active ...sr/dir/node_modules/prop-types/index.js 18% building 71/125 modules 54 active ...sr/dir/node_modules/prop-types/index.js 18% building 72/125 modules 53 active ...sr/dir/node_modules/prop-types/index.js 18% building 73/125 modules 52 active ...sr/dir/node_modules/prop-types/index.js 18% building 74/125 modules 51 active ...sr/dir/node_modules/prop-types/index.js 19% building 75/125 modules 50 active ...sr/dir/node_modules/prop-types/index.js 19% building 76/125 modules 49 active ...sr/dir/node_modules/prop-types/index.js 19% building 77/125 modules 48 active ...sr/dir/node_modules/prop-types/index.js 19% building 78/125 modules 47 active ...sr/dir/node_modules/prop-types/index.js 19% building 79/125 modules 46 active ...sr/dir/node_modules/prop-types/index.js 19% building 80/125 modules 45 active ...sr/dir/node_modules/prop-types/index.js 19% building 81/125 modules 44 active ...sr/dir/node_modules/prop-types/index.js 19% building 82/125 modules 43 active ...sr/dir/node_modules/prop-types/index.js 19% building 83/125 modules 42 active ...sr/dir/node_modules/prop-types/index.js 20% building 84/125 modules 41 active ...sr/dir/node_modules/prop-types/index.js 20% building 85/125 modules 40 active ...sr/dir/node_modules/prop-types/index.js 20% building 86/125 modules 39 active ...sr/dir/node_modules/prop-types/index.js 20% building 87/125 modules 38 active ...sr/dir/node_modules/prop-types/index.js 20% building 88/125 modules 37 active ...sr/dir/node_modules/prop-types/index.js 20% building 89/125 modules 36 active ...sr/dir/node_modules/prop-types/index.js 20% building 90/125 modules 35 active ...sr/dir/node_modules/prop-types/index.js 20% building 91/125 modules 34 active ...sr/dir/node_modules/prop-types/index.js 21% building 92/125 modules 33 active ...sr/dir/node_modules/prop-types/index.js 21% building 93/125 modules 32 active ...sr/dir/node_modules/prop-types/index.js 21% building 94/125 modules 31 active ...sr/dir/node_modules/prop-types/index.js 21% building 95/125 modules 30 active ...sr/dir/node_modules/prop-types/index.js 21% building 96/125 modules 29 active ...sr/dir/node_modules/prop-types/index.js 21% building 97/125 modules 28 active ...sr/dir/node_modules/prop-types/index.js 21% building 98/125 modules 27 active ...sr/dir/node_modules/prop-types/index.js 21% building 99/125 modules 26 active ...sr/dir/node_modules/prop-types/index.js 22% building 100/125 modules 25 active ...sr/dir/node_modules/prop-types/index.js 22% building 101/125 modules 24 active ...sr/dir/node_modules/prop-types/index.js 22% building 102/125 modules 23 active ...sr/dir/node_modules/prop-types/index.js 22% building 103/125 modules 22 active ...sr/dir/node_modules/prop-types/index.js 22% building 104/125 modules 21 active ...sr/dir/node_modules/prop-types/index.js 22% building 105/125 modules 20 active ...sr/dir/node_modules/prop-types/index.js 22% building 106/125 modules 19 active ...sr/dir/node_modules/prop-types/index.js 22% building 107/125 modules 18 active ...sr/dir/node_modules/prop-types/index.js 22% building 108/125 modules 17 active ...sr/dir/node_modules/prop-types/index.js 23% building 109/125 modules 16 active ...sr/dir/node_modules/prop-types/index.js 23% building 110/125 modules 15 active ...sr/dir/node_modules/prop-types/index.js 23% building 111/125 modules 14 active ...sr/dir/node_modules/prop-types/index.js 23% building 112/125 modules 13 active ...sr/dir/node_modules/prop-types/index.js 23% building 113/125 modules 12 active ...sr/dir/node_modules/prop-types/index.js 23% building 114/125 modules 11 active ...sr/dir/node_modules/prop-types/index.js 23% building 115/125 modules 10 active ...sr/dir/node_modules/prop-types/index.js  23% building 116/125 modules 9 active ...sr/dir/node_modules/prop-types/index.js 23% building 116/126 modules 10 active ..._modules/react-i18next/dist/es/utils.js  24% building 117/126 modules 9 active ..._modules/react-i18next/dist/es/utils.js 24% building 117/127 modules 10 active ...odules/react-router/esm/react-router.js 24% building 117/128 modules 11 active ...dir/node_modules/history/esm/history.js 24% building 118/128 modules 10 active ...dir/node_modules/history/esm/history.js 24% building 118/129 modules 11 active ...ny-invariant/dist/tiny-invariant.esm.js 24% building 119/129 modules 10 active ...ny-invariant/dist/tiny-invariant.esm.js 24% building 119/130 modules 11 active ...s/tiny-warning/dist/tiny-warning.esm.js 24% building 119/131 modules 12 active ...de_modules/mapbox-gl/dist/mapbox-gl.css 24% building 119/132 modules 13 active ...odules/@babel/runtime/helpers/typeof.js 24% building 119/133 modules 14 active ...@babel/runtime/helpers/slicedToArray.js 24% building 119/134 modules 15 active ...dules/@babel/runtime/helpers/extends.js 24% building 119/135 modules 16 active ...babel/runtime/helpers/defineProperty.js 24% building 119/136 modules 17 active ...babel/runtime/helpers/classCallCheck.js 24% building 119/137 modules 18 active ...time/helpers/objectWithoutProperties.js 24% building 120/137 modules 17 active ...time/helpers/objectWithoutProperties.js 24% building 121/137 modules 16 active ...time/helpers/objectWithoutProperties.js 24% building 122/137 modules 15 active ...time/helpers/objectWithoutProperties.js 24% building 122/138 modules 16 active ...s/local-storage/lib/use-localstorage.js 24% building 123/138 modules 15 active ...s/local-storage/lib/use-localstorage.js 24% building 123/139 modules 16 active ...dules/wcaro-index/components/Slider.jsx 24% building 123/140 modules 17 active ...cal-storage/lib/local-storage-events.js 24% building 124/140 modules 16 active ...cal-storage/lib/local-storage-events.js 24% building 124/141 modules 17 active ...kvo/rsr/dir/node_modules/humps/humps.js 24% building 124/142 modules 18 active ...node_modules/core-js/modules/_export.js 24% building 124/143 modules 19 active ..._modules/core-js/modules/_to-iobject.js 24% building 124/144 modules 20 active ...e_modules/core-js/modules/_to-object.js 24% building 124/145 modules 21 active ..._modules/core-js/modules/_object-sap.js 24% building 124/146 modules 22 active ...e_modules/core-js/modules/_is-object.js 25% building 125/146 modules 21 active ...e_modules/core-js/modules/_is-object.js 25% building 125/147 modules 22 active ...ode_modules/core-js/modules/_classof.js 25% building 125/148 modules 23 active ...e_modules/core-js/modules/_object-dp.js 25% building 125/149 modules 24 active ...node_modules/core-js/modules/_global.js 25% building 125/150 modules 25 active ...de_modules/core-js/modules/_replacer.js 25% building 125/151 modules 26 active ...s/core-js/modules/es6.array.iterator.js 25% building 125/152 modules 27 active ...kvo/rsr/dir/node_modules/axios/index.js 25% building 125/153 modules 28 active ...index/components/map-view/Container.jsx 25% building 125/154 modules 29 active .../wcaro-index/components/InsightItem.jsx 25% building 125/155 modules 30 active ...wcaro-index/components/SearchResult.jsx 25% building 125/156 modules 31 active ...s/wcaro-index/components/PageHeader.jsx 25% building 125/157 modules 32 active ...r/node_modules/core-js/modules/_hide.js 25% building 125/158 modules 33 active ...dir/node_modules/antd/es/affix/index.js 25% building 125/159 modules 34 active ...de_modules/country-code-lookup/index.js 25% building 125/160 modules 35 active ...r/node_modules/antd/es/version/index.js 25% building 125/161 modules 36 active ...ir/node_modules/antd/es/upload/index.js 25% building 125/162 modules 37 active ...r/node_modules/antd/es/mention/index.js 25% building 125/163 modules 38 active ...ode_modules/antd/es/typography/index.js 25% building 125/164 modules 39 active ...r/node_modules/antd/es/tooltip/index.js 25% building 125/165 modules 40 active ...dules/wcaro-index/components/Navbar.jsx 25% building 125/166 modules 41 active ...wcaro-index/components/HeaderFilter.jsx 25% building 126/166 modules 40 active ...wcaro-index/components/HeaderFilter.jsx 25% building 127/166 modules 39 active ...wcaro-index/components/HeaderFilter.jsx 25% building 128/166 modules 38 active ...wcaro-index/components/HeaderFilter.jsx 25% building 129/166 modules 37 active ...wcaro-index/components/HeaderFilter.jsx 25% building 130/166 modules 36 active ...wcaro-index/components/HeaderFilter.jsx 25% building 131/166 modules 35 active ...wcaro-index/components/HeaderFilter.jsx 25% building 131/167 modules 36 active ...ode_modules/core-js/modules/_library.js 25% building 132/167 modules 35 active ...ode_modules/core-js/modules/_library.js 25% building 133/167 modules 34 active ...ode_modules/core-js/modules/_library.js 25% building 133/168 modules 35 active ..._modules/core-js/modules/_object-pie.js 26% building 134/168 modules 34 active ..._modules/core-js/modules/_object-pie.js 26% building 135/168 modules 33 active ..._modules/core-js/modules/_object-pie.js 26% building 135/169 modules 34 active ...modules/core-js/modules/_object-gopn.js 26% building 135/170 modules 35 active ...modules/core-js/modules/_object-keys.js 26% building 136/170 modules 34 active ...modules/core-js/modules/_object-keys.js 26% building 136/171 modules 35 active .../prop-types/factoryWithThrowingShims.js 26% building 137/171 modules 34 active .../prop-types/factoryWithThrowingShims.js 26% building 138/171 modules 33 active .../prop-types/factoryWithThrowingShims.js 26% building 139/171 modules 32 active .../prop-types/factoryWithThrowingShims.js 26% building 140/171 modules 31 active .../prop-types/factoryWithThrowingShims.js 26% building 141/171 modules 30 active .../prop-types/factoryWithThrowingShims.js 27% building 142/171 modules 29 active .../prop-types/factoryWithThrowingShims.js 27% building 143/171 modules 28 active .../prop-types/factoryWithThrowingShims.js 27% building 144/171 modules 27 active .../prop-types/factoryWithThrowingShims.js 27% building 145/171 modules 26 active .../prop-types/factoryWithThrowingShims.js 27% building 146/171 modules 25 active .../prop-types/factoryWithThrowingShims.js 27% building 147/171 modules 24 active .../prop-types/factoryWithThrowingShims.js 27% building 147/172 modules 25 active ..._modules/html-parse-stringify2/index.js 27% building 147/173 modules 26 active .../code/akvo/rsr/dir/app/images/logo3.png 27% building 148/173 modules 25 active .../code/akvo/rsr/dir/app/images/logo3.png 27% building 149/173 modules 24 active .../code/akvo/rsr/dir/app/images/logo3.png 28% building 150/173 modules 23 active .../code/akvo/rsr/dir/app/images/logo3.png 28% building 150/174 modules 24 active ...modules/core-js/modules/_object-gops.js 28% building 150/175 modules 25 active ...modules/core-js/modules/_object-gopd.js 28% building 150/176 modules 26 active ...les/core-js/modules/_object-gopn-ext.js 28% building 150/177 modules 27 active ...dules/core-js/modules/_object-create.js 28% building 150/178 modules 28 active ...dules/core-js/modules/_property-desc.js 28% building 150/179 modules 29 active ...odules/core-js/modules/_to-primitive.js 28% building 150/180 modules 30 active ...e_modules/core-js/modules/_an-object.js 28% building 150/181 modules 31 active ...de_modules/core-js/modules/_is-array.js 28% building 150/182 modules 32 active ...e_modules/core-js/modules/_enum-keys.js 28% building 150/183 modules 33 active ..._modules/core-js/modules/_wks-define.js 28% building 150/184 modules 34 active ...ode_modules/core-js/modules/_wks-ext.js 28% building 150/185 modules 35 active ...ir/node_modules/core-js/modules/_wks.js 28% building 150/186 modules 36 active ...ir/node_modules/core-js/modules/_uid.js 28% building 150/187 modules 37 active ...s/core-js/modules/_set-to-string-tag.js 28% building 150/188 modules 38 active ...node_modules/core-js/modules/_shared.js 28% building 150/189 modules 39 active .../node_modules/core-js/modules/_fails.js 28% building 150/190 modules 40 active ...r/node_modules/core-js/modules/_meta.js 28% building 150/191 modules 41 active ...de_modules/core-js/modules/_redefine.js 28% building 150/192 modules 42 active ...modules/core-js/modules/_descriptors.js 28% building 150/193 modules 43 active ...ir/node_modules/core-js/modules/_has.js 28% building 150/194 modules 44 active ...e_modules/core-js/modules/_iterators.js 28% building 150/195 modules 45 active ...s/core-js/modules/_to-absolute-index.js 28% building 150/196 modules 46 active ...e_modules/core-js/modules/_to-length.js 28% building 150/197 modules 47 active ..._modules/core-js/modules/_math-expm1.js 28% building 150/198 modules 48 active ...e_modules/core-js/modules/_math-sign.js 28% building 150/199 modules 49 active ..._modules/core-js/modules/_math-log1p.js 28% building 150/200 modules 50 active ...modules/core-js/modules/_math-fround.js 28% building 150/201 modules 51 active ...e_modules/core-js/modules/_parse-int.js 28% building 150/202 modules 52 active ...modules/core-js/modules/_parse-float.js 28% building 150/203 modules 53 active ..._modules/core-js/modules/_is-integer.js 28% building 150/204 modules 54 active ...ules/core-js/modules/_a-number-value.js 28% building 150/205 modules 55 active ...dules/core-js/modules/_string-repeat.js 28% building 150/206 modules 56 active ..._modules/core-js/modules/_to-integer.js 28% building 150/207 modules 57 active ...rsr/dir/node_modules/scheduler/index.js 28% building 151/207 modules 56 active ...rsr/dir/node_modules/scheduler/index.js 28% building 152/207 modules 55 active ...rsr/dir/node_modules/scheduler/index.js 28% building 153/207 modules 54 active ...rsr/dir/node_modules/scheduler/index.js 28% building 154/207 modules 53 active ...rsr/dir/node_modules/scheduler/index.js 28% building 155/207 modules 52 active ...rsr/dir/node_modules/scheduler/index.js 28% building 156/207 modules 51 active ...rsr/dir/node_modules/scheduler/index.js 28% building 157/207 modules 50 active ...rsr/dir/node_modules/scheduler/index.js 28% building 158/207 modules 49 active ...rsr/dir/node_modules/scheduler/index.js 29% building 159/207 modules 48 active ...rsr/dir/node_modules/scheduler/index.js 29% building 160/207 modules 47 active ...rsr/dir/node_modules/scheduler/index.js 29% building 161/207 modules 46 active ...rsr/dir/node_modules/scheduler/index.js 29% building 162/207 modules 45 active ...rsr/dir/node_modules/scheduler/index.js 29% building 163/207 modules 44 active ...rsr/dir/node_modules/scheduler/index.js 29% building 163/208 modules 45 active ...babel/runtime/helpers/arrayWithHoles.js 29% building 163/209 modules 46 active ...modules/core-js/modules/_string-trim.js 29% building 164/209 modules 45 active ...modules/core-js/modules/_string-trim.js 29% building 164/210 modules 46 active ...abel/runtime/helpers/nonIterableRest.js 29% building 164/211 modules 47 active ...helpers/objectWithoutPropertiesLoose.js 29% building 164/212 modules 48 active ...runtime/helpers/iterableToArrayLimit.js 29% building 165/212 modules 47 active ...runtime/helpers/iterableToArrayLimit.js 29% building 166/212 modules 46 active ...runtime/helpers/iterableToArrayLimit.js 30% building 167/212 modules 45 active ...runtime/helpers/iterableToArrayLimit.js 30% building 168/212 modules 44 active ...runtime/helpers/iterableToArrayLimit.js 30% building 169/212 modules 43 active ...runtime/helpers/iterableToArrayLimit.js 30% building 169/213 modules 44 active ...e/akvo/rsr/dir/app/utils/countries.json 30% building 169/214 modules 45 active .../rsr/dir/node_modules/antd/package.json 30% building 170/214 modules 44 active ...e/akvo/rsr/dir/app/utils/countries.json 30% building 171/214 modules 43 active ...e/akvo/rsr/dir/app/utils/countries.json 30% building 171/215 modules 44 active ...ir/node_modules/core-js/modules/_ctx.js 30% building 172/215 modules 43 active ...ir/node_modules/core-js/modules/_ctx.js 30% building 173/215 modules 42 active ...ir/node_modules/core-js/modules/_ctx.js 30% building 174/215 modules 41 active ...ir/node_modules/core-js/modules/_ctx.js 31% building 175/215 modules 40 active ...ir/node_modules/core-js/modules/_ctx.js 31% building 176/215 modules 39 active ...ir/node_modules/core-js/modules/_ctx.js 31% building 177/215 modules 38 active ...ir/node_modules/core-js/modules/_ctx.js 31% building 178/215 modules 37 active ...ir/node_modules/core-js/modules/_ctx.js 31% building 179/215 modules 36 active ...ir/node_modules/core-js/modules/_ctx.js 31% building 180/215 modules 35 active ...ir/node_modules/core-js/modules/_ctx.js 31% building 181/215 modules 34 active ...ir/node_modules/core-js/modules/_ctx.js 31% building 182/215 modules 33 active ...ir/node_modules/core-js/modules/_ctx.js 31% building 183/215 modules 32 active ...ir/node_modules/core-js/modules/_ctx.js 32% building 184/215 modules 31 active ...ir/node_modules/core-js/modules/_ctx.js 32% building 185/215 modules 30 active ...ir/node_modules/core-js/modules/_ctx.js 32% building 186/215 modules 29 active ...ir/node_modules/core-js/modules/_ctx.js 32% building 187/215 modules 28 active ...ir/node_modules/core-js/modules/_ctx.js 32% building 188/215 modules 27 active ...ir/node_modules/core-js/modules/_ctx.js 32% building 189/215 modules 26 active ...ir/node_modules/core-js/modules/_ctx.js 32% building 190/215 modules 25 active ...ir/node_modules/core-js/modules/_ctx.js 32% building 191/215 modules 24 active ...ir/node_modules/core-js/modules/_ctx.js 33% building 192/215 modules 23 active ...ir/node_modules/core-js/modules/_ctx.js 33% building 193/215 modules 22 active ...ir/node_modules/core-js/modules/_ctx.js 33% building 194/215 modules 21 active ...ir/node_modules/core-js/modules/_ctx.js 33% building 195/215 modules 20 active ...ir/node_modules/core-js/modules/_ctx.js 33% building 196/215 modules 19 active ...ir/node_modules/core-js/modules/_ctx.js 33% building 197/215 modules 18 active ...ir/node_modules/core-js/modules/_ctx.js 33% building 197/216 modules 19 active ...ode_modules/core-js/modules/_iobject.js 33% building 198/216 modules 18 active ...ode_modules/core-js/modules/_iobject.js 33% building 198/217 modules 19 active ...ode_modules/core-js/modules/_defined.js 33% building 199/217 modules 18 active ...ode_modules/core-js/modules/_defined.js 34% building 200/217 modules 17 active ...ode_modules/core-js/modules/_defined.js 34% building 201/217 modules 16 active ...ode_modules/core-js/modules/_defined.js 34% building 202/217 modules 15 active ...ode_modules/core-js/modules/_defined.js 34% building 202/218 modules 16 active ...ir/node_modules/core-js/modules/_cof.js 34% building 203/218 modules 15 active ...ir/node_modules/core-js/modules/_cof.js 34% building 203/219 modules 16 active .../core-js/modules/_add-to-unscopables.js 34% building 204/219 modules 15 active .../core-js/modules/_add-to-unscopables.js 34% building 204/220 modules 16 active ...modules/core-js/modules/_iter-define.js 34% building 204/221 modules 17 active ...e_modules/core-js/modules/_iter-step.js 34% building 204/222 modules 18 active ...ules/core-js/modules/_ie8-dom-define.js 34% building 204/223 modules 19 active ...core-js/modules/_inherit-if-required.js 34% building 204/224 modules 20 active ..._modules/core-js/modules/_object-gpo.js 34% building 204/225 modules 21 active ...r/node_modules/core-js/modules/_bind.js 34% building 204/226 modules 22 active ...e_modules/core-js/modules/_set-proto.js 34% building 204/227 modules 23 active ..._modules/core-js/modules/_same-value.js 34% building 204/228 modules 24 active ...dules/core-js/modules/_object-assign.js 34% building 204/229 modules 25 active ...rsr/dir/node_modules/axios/lib/axios.js 34% building 204/230 modules 26 active ..._modules/core-js/modules/_object-dps.js 34% building 204/231 modules 27 active ...caro-index/components/ImageCarousel.jsx 34% building 204/232 modules 28 active ...r/node_modules/antd/es/upload/Upload.js 34% building 204/233 modules 29 active ...odules/antd/es/typography/Typography.js 34% building 205/233 modules 28 active ...odules/antd/es/typography/Typography.js 34% building 206/233 modules 27 active ...odules/antd/es/typography/Typography.js 34% building 207/233 modules 26 active ...odules/antd/es/typography/Typography.js 34% building 208/233 modules 25 active ...odules/antd/es/typography/Typography.js 35% building 209/233 modules 24 active ...odules/antd/es/typography/Typography.js 35% building 209/234 modules 25 active ...modules/antd/es/typography/Paragraph.js 35% building 209/235 modules 26 active ...ode_modules/antd/es/typography/Title.js 35% building 210/235 modules 25 active ...ode_modules/antd/es/typography/Title.js 35% building 210/236 modules 26 active ...dir/node_modules/antd/es/affix/utils.js 35% building 211/236 modules 25 active ...dir/node_modules/antd/es/affix/utils.js 35% building 211/237 modules 26 active ...ex/components/map-view/ResultsPanel.jsx 35% building 211/238 modules 27 active ...les/wcaro-index/components/MapWcaro.jsx 35% building 211/239 modules 28 active ...r/dir/node_modules/dequal/lite/index.js 35% building 211/240 modules 29 active ...wcaro-index/components/map-view/Map.jsx 35% building 211/241 modules 30 active ...s/wcaro-index/components/PanelBadge.jsx 35% building 211/242 modules 31 active ...e_modules/antd/es/tooltip/placements.js 35% building 211/243 modules 32 active ...ore-js/modules/_object-keys-internal.js 35% building 211/244 modules 33 active ...dules/core-js/modules/_enum-bug-keys.js 35% building 212/244 modules 32 active ...dules/core-js/modules/_enum-bug-keys.js 35% building 213/244 modules 31 active ...dules/core-js/modules/_enum-bug-keys.js 35% building 214/244 modules 30 active ...dules/core-js/modules/_enum-bug-keys.js 35% building 215/244 modules 29 active ...dules/core-js/modules/_enum-bug-keys.js 35% building 216/244 modules 28 active ...dules/core-js/modules/_enum-bug-keys.js 36% building 217/244 modules 27 active ...dules/core-js/modules/_enum-bug-keys.js 36% building 217/245 modules 28 active ...heduler/cjs/scheduler.production.min.js 36% building 218/245 modules 27 active ...heduler/cjs/scheduler.production.min.js 36% building 219/245 modules 26 active ...heduler/cjs/scheduler.production.min.js 36% building 219/246 modules 27 active ...e_modules/moment/locale sync /^\.\/.*$/ 36% building 219/247 modules 28 active .../prop-types/lib/ReactPropTypesSecret.js 36% building 219/248 modules 29 active ...r/node_modules/core-js/modules/_html.js 36% building 219/249 modules 30 active ..._modules/core-js/modules/_dom-create.js 36% building 219/250 modules 31 active ..._modules/core-js/modules/_shared-key.js 36% building 220/250 modules 30 active ..._modules/core-js/modules/_shared-key.js 36% building 221/250 modules 29 active ..._modules/core-js/modules/_shared-key.js 36% building 221/251 modules 30 active ...node_modules/antd/es/typography/Text.js 36% building 221/252 modules 31 active .../core-js/modules/_function-to-string.js 36% building 222/252 modules 30 active .../core-js/modules/_function-to-string.js 36% building 222/253 modules 31 active .../node_modules/antd/es/upload/Dragger.js 36% building 223/253 modules 30 active .../node_modules/antd/es/upload/Dragger.js 36% building 224/253 modules 29 active .../node_modules/antd/es/upload/Dragger.js 36% building 224/254 modules 30 active ...e_modules/core-js/modules/_string-ws.js 37% building 225/254 modules 29 active ...e_modules/core-js/modules/_string-ws.js 37% building 226/254 modules 28 active ...e_modules/core-js/modules/_string-ws.js 37% building 227/254 modules 27 active ...e_modules/core-js/modules/_string-ws.js 37% building 227/255 modules 28 active ...ules/html-parse-stringify2/lib/parse.js 37% building 227/256 modules 29 active .../html-parse-stringify2/lib/stringify.js 37% building 228/256 modules 28 active .../html-parse-stringify2/lib/stringify.js 37% building 229/256 modules 27 active .../html-parse-stringify2/lib/stringify.js 37% building 230/256 modules 26 active .../html-parse-stringify2/lib/stringify.js 37% building 231/256 modules 25 active .../html-parse-stringify2/lib/stringify.js 37% building 231/257 modules 26 active ...r/node_modules/antd/es/_util/warning.js 37% building 231/258 modules 27 active ...td/es/_util/throttleByAnimationFrame.js 37% building 231/259 modules 28 active .../node_modules/webpack/buildin/module.js 37% building 232/259 modules 27 active .../node_modules/webpack/buildin/module.js 37% building 233/259 modules 26 active .../node_modules/webpack/buildin/module.js 38% building 234/259 modules 25 active .../node_modules/webpack/buildin/module.js 38% building 235/259 modules 24 active .../node_modules/webpack/buildin/module.js 38% building 236/259 modules 23 active .../node_modules/webpack/buildin/module.js 38% building 237/259 modules 22 active .../node_modules/webpack/buildin/module.js 38% building 238/259 modules 21 active .../node_modules/webpack/buildin/module.js 38% building 239/259 modules 20 active .../node_modules/webpack/buildin/module.js 38% building 240/259 modules 19 active .../node_modules/webpack/buildin/module.js 38% building 240/260 modules 20 active ...es/wcaro-index/components/Summarize.jsx 38% building 240/261 modules 21 active ...ules/wcaro-index/components/Stories.jsx 38% building 240/262 modules 22 active ...es/wcaro-index/components/Indicator.jsx 38% building 241/262 modules 21 active ...es/wcaro-index/components/Indicator.jsx 39% building 242/262 modules 20 active ...es/wcaro-index/components/Indicator.jsx 39% building 243/262 modules 19 active ...es/wcaro-index/components/Indicator.jsx 39% building 244/262 modules 18 active ...es/wcaro-index/components/Indicator.jsx 39% building 244/263 modules 19 active .../rsr/dir/node_modules/react-is/index.js 39% building 245/263 modules 18 active .../rsr/dir/node_modules/react-is/index.js 39% building 245/264 modules 19 active ...dir/node_modules/moment/locale/zh-tw.js 39% building 245/265 modules 20 active ...dir/node_modules/moment/locale/zh-hk.js 39% building 245/266 modules 21 active ...dir/node_modules/moment/locale/zh-cn.js 39% building 246/266 modules 20 active ...dir/node_modules/moment/locale/zh-cn.js 39% building 246/267 modules 21 active ..._modules/core-js/modules/_a-function.js 39% building 247/267 modules 20 active ..._modules/core-js/modules/_a-function.js 39% building 248/267 modules 19 active ..._modules/core-js/modules/_a-function.js 39% building 249/267 modules 18 active ..._modules/core-js/modules/_a-function.js 39% building 249/268 modules 19 active ...ir/node_modules/path-to-regexp/index.js 40% building 250/268 modules 18 active ...ir/node_modules/path-to-regexp/index.js 40% building 251/268 modules 17 active ...ir/node_modules/path-to-regexp/index.js 40% building 252/268 modules 16 active ...ir/node_modules/path-to-regexp/index.js 40% building 253/268 modules 15 active ...ir/node_modules/path-to-regexp/index.js 40% building 254/268 modules 14 active ...ir/node_modules/path-to-regexp/index.js 40% building 255/268 modules 13 active ...ir/node_modules/path-to-regexp/index.js 40% building 255/269 modules 14 active ...modules/core-js/modules/_iter-create.js 40% building 255/270 modules 15 active ...ics/dist/hoist-non-react-statics.cjs.js 40% building 255/271 modules 16 active ...odules/antd/es/config-provider/index.js 40% building 256/271 modules 15 active ...odules/antd/es/config-provider/index.js 40% building 257/271 modules 14 active ...odules/antd/es/config-provider/index.js 40% building 258/271 modules 13 active ...odules/antd/es/config-provider/index.js 40% building 258/272 modules 14 active ..._modules/value-equal/esm/value-equal.js 40% building 258/273 modules 15 active ...esolve-pathname/esm/resolve-pathname.js 40% building 258/274 modules 16 active ...node_modules/core-js/modules/_invoke.js 40% building 258/275 modules 17 active ...rsr/dir/node_modules/axios/lib/utils.js 40% building 258/276 modules 18 active ...sr/dir/node_modules/moment/locale/af.js 40% building 258/277 modules 19 active ...e_modules/react-svg-inline/lib/index.js 40% building 258/278 modules 20 active ...sr/dir/node_modules/moment/locale/yo.js 40% building 258/279 modules 21 active .../node_modules/moment/locale/x-pseudo.js 40% building 258/280 modules 22 active ...r/dir/node_modules/antd/es/_util/ref.js 40% building 258/281 modules 23 active ...-create-react-context/dist/esm/index.js 40% building 258/282 modules 24 active ...sr/dir/node_modules/moment/locale/vi.js 41% building 259/282 modules 23 active ...sr/dir/node_modules/moment/locale/vi.js 41% building 259/283 modules 24 active ...sr/dir/node_modules/moment/locale/uz.js 41% building 260/283 modules 23 active ...sr/dir/node_modules/moment/locale/uz.js 41% building 261/283 modules 22 active ...sr/dir/node_modules/moment/locale/uz.js 41% building 261/284 modules 23 active ...r/node_modules/moment/locale/uz-latn.js 41% building 261/285 modules 24 active ...dules/axios/lib/helpers/isAxiosError.js 41% building 261/286 modules 25 active ...ode_modules/axios/lib/helpers/spread.js 41% building 261/287 modules 26 active ...ro-index/components/map-view/queries.js 41% building 262/287 modules 25 active ...ro-index/components/map-view/queries.js 41% building 262/288 modules 26 active ...sr/dir/node_modules/moment/locale/ur.js 41% building 262/289 modules 27 active ...sr/dir/node_modules/moment/locale/uk.js 41% building 262/290 modules 28 active .../dir/node_modules/recharts/es6/index.js 41% building 262/291 modules 29 active ...dir/node_modules/moment/locale/ug-cn.js 41% building 262/292 modules 30 active .../dir/node_modules/antd/es/icon/index.js 41% building 262/293 modules 31 active .../node_modules/antd/es/timeline/index.js 41% building 262/294 modules 32 active ...de_modules/antd/es/time-picker/index.js 41% building 262/295 modules 33 active ...r/dir/node_modules/antd/es/tag/index.js 41% building 262/296 modules 34 active .../dir/node_modules/antd/es/tabs/index.js 41% building 262/297 modules 35 active ...de_modules/antd/es/tree-select/index.js 41% building 262/298 modules 36 active ...ules/core-js/modules/_array-includes.js 41% building 262/299 modules 37 active ...sr/dir/node_modules/classnames/index.js 41% building 263/299 modules 36 active ...sr/dir/node_modules/classnames/index.js 41% building 264/299 modules 35 active ...sr/dir/node_modules/classnames/index.js 41% building 265/299 modules 34 active ...sr/dir/node_modules/classnames/index.js 41% building 266/299 modules 33 active ...sr/dir/node_modules/classnames/index.js 41% building 266/300 modules 34 active ...es-compat/react-lifecycles-compat.es.js 41% building 266/301 modules 35 active .../dir/node_modules/antd/es/tree/index.js 41% building 266/302 modules 36 active .../node_modules/antd/es/transfer/index.js 41% building 266/303 modules 37 active ...dir/node_modules/antd/es/table/index.js 42% building 267/303 modules 36 active ...dir/node_modules/antd/es/table/index.js 42% building 267/304 modules 37 active ...ode_modules/rc-tooltip/es/placements.js 42% building 267/305 modules 38 active ...ir/node_modules/antd/es/switch/index.js 42% building 268/305 modules 37 active ...ir/node_modules/antd/es/switch/index.js 42% building 269/305 modules 36 active ...ir/node_modules/antd/es/switch/index.js 42% building 269/306 modules 37 active ...dir/node_modules/antd/es/steps/index.js 42% building 269/307 modules 38 active .../dir/node_modules/antd/es/spin/index.js 42% building 269/308 modules 39 active ...ir/node_modules/antd/es/slider/index.js 42% building 269/309 modules 40 active .../node_modules/antd/es/skeleton/index.js 42% building 269/310 modules 41 active ...r/dir/node_modules/moment/locale/tzm.js 42% building 269/311 modules 42 active ...dex/components/map-view/ColorLegend.jsx 42% building 269/312 modules 43 active .../node_modules/moment/locale/tzm-latn.js 42% building 269/313 modules 44 active ...sr/dir/node_modules/omit.js/es/index.js 42% building 270/313 modules 43 active ...sr/dir/node_modules/omit.js/es/index.js 42% building 270/314 modules 44 active ...node_modules/antd/es/typography/Base.js 42% building 271/314 modules 43 active ...node_modules/antd/es/typography/Base.js 42% building 272/314 modules 42 active ...node_modules/antd/es/typography/Base.js 42% building 273/314 modules 41 active ...node_modules/antd/es/typography/Base.js 42% building 273/315 modules 42 active ...vo/rsr/dir/app/images/default-image.png 42% building 273/316 modules 43 active .../html-parse-stringify2/lib/parse-tag.js 42% building 273/317 modules 44 active ...ir/node_modules/antd/es/select/index.js 42% building 273/318 modules 45 active ...r/dir/node_modules/moment/locale/tzl.js 42% building 274/318 modules 44 active ...r/dir/node_modules/moment/locale/tzl.js 42% building 274/319 modules 45 active ...ode_modules/mapbox-gl/dist/mapbox-gl.js 42% building 274/320 modules 46 active ...sr/dir/node_modules/moment/locale/tr.js 43% building 275/320 modules 45 active ...sr/dir/node_modules/moment/locale/tr.js 43% building 275/321 modules 46 active ...r/dir/node_modules/moment/locale/tlh.js 43% building 275/322 modules 47 active ...dir/node_modules/rc-tooltip/es/index.js 43% building 275/323 modules 48 active ...dir/node_modules/moment/locale/tl-ph.js 43% building 276/323 modules 47 active ...dir/node_modules/moment/locale/tl-ph.js 43% building 276/324 modules 48 active ...sr/dir/node_modules/moment/locale/th.js 43% building 277/324 modules 47 active ...sr/dir/node_modules/moment/locale/th.js 43% building 278/324 modules 46 active ...sr/dir/node_modules/moment/locale/th.js 43% building 279/324 modules 45 active ...sr/dir/node_modules/moment/locale/th.js 43% building 279/325 modules 46 active ...r/dir/node_modules/antd/es/row/index.js 43% building 280/325 modules 45 active ...r/dir/node_modules/antd/es/row/index.js 43% building 280/326 modules 46 active ...ir/node_modules/antd/es/result/index.js 43% building 280/327 modules 47 active ...dir/node_modules/antd/es/radio/index.js 43% building 280/328 modules 48 active .../dir/node_modules/antd/es/rate/index.js 43% building 281/328 modules 47 active .../dir/node_modules/antd/es/rate/index.js 43% building 282/328 modules 46 active .../dir/node_modules/antd/es/rate/index.js 43% building 283/328 modules 45 active .../dir/node_modules/antd/es/rate/index.js 44% building 284/328 modules 44 active .../dir/node_modules/antd/es/rate/index.js 44% building 285/328 modules 43 active .../dir/node_modules/antd/es/rate/index.js 44% building 285/329 modules 44 active .../node_modules/antd/es/progress/index.js 44% building 286/329 modules 43 active .../node_modules/antd/es/progress/index.js 44% building 286/330 modules 44 active ...r/node_modules/antd/es/popover/index.js 44% building 286/331 modules 45 active ...ode_modules/antd/es/popconfirm/index.js 44% building 286/332 modules 46 active ...react-is/cjs/react-is.production.min.js 44% building 287/332 modules 45 active ...react-is/cjs/react-is.production.min.js 44% building 288/332 modules 44 active ...react-is/cjs/react-is.production.min.js 44% building 289/332 modules 43 active ...react-is/cjs/react-is.production.min.js 44% building 289/333 modules 44 active ..._modules/rc-resize-observer/es/index.js 44% building 290/333 modules 43 active ..._modules/rc-resize-observer/es/index.js 44% building 291/333 modules 42 active ..._modules/rc-resize-observer/es/index.js 44% building 291/334 modules 43 active ...e_modules/rc-editor-mention/es/index.js 44% building 291/335 modules 44 active ...ode_modules/antd/es/pagination/index.js 44% building 291/336 modules 45 active ...sr/dir/node_modules/moment/locale/tg.js 44% building 291/337 modules 46 active ...de_modules/antd/es/page-header/index.js 45% building 292/337 modules 45 active ...de_modules/antd/es/page-header/index.js 45% building 292/338 modules 46 active ...e_modules/antd/es/notification/index.js 45% building 293/338 modules 45 active ...e_modules/antd/es/notification/index.js 45% building 293/339 modules 46 active ...node_modules/antd/es/statistic/index.js 45% building 293/340 modules 47 active ...dir/node_modules/antd/es/modal/index.js 45% building 294/340 modules 46 active ...dir/node_modules/antd/es/modal/index.js 45% building 295/340 modules 45 active ...dir/node_modules/antd/es/modal/index.js 45% building 296/340 modules 44 active ...dir/node_modules/antd/es/modal/index.js 45% building 296/341 modules 45 active .../node_modules/antd/es/mentions/index.js 45% building 296/342 modules 46 active .../dir/node_modules/antd/es/menu/index.js 45% building 297/342 modules 45 active .../dir/node_modules/antd/es/menu/index.js 45% building 297/343 modules 46 active ...r/node_modules/antd/es/message/index.js 45% building 297/344 modules 47 active ...odules/antd/es/locale-provider/index.js 45% building 297/345 modules 48 active .../dir/node_modules/antd/es/list/index.js 45% building 297/346 modules 49 active ...ir/node_modules/antd/es/layout/index.js 45% building 297/347 modules 50 active ...e_modules/antd/es/input-number/index.js 45% building 297/348 modules 51 active ...dir/node_modules/antd/es/input/index.js 45% building 298/348 modules 50 active ...dir/node_modules/antd/es/input/index.js 45% building 299/348 modules 49 active ...dir/node_modules/antd/es/input/index.js 46% building 300/348 modules 48 active ...dir/node_modules/antd/es/input/index.js 46% building 301/348 modules 47 active ...dir/node_modules/antd/es/input/index.js 46% building 302/348 modules 46 active ...dir/node_modules/antd/es/input/index.js 46% building 303/348 modules 45 active ...dir/node_modules/antd/es/input/index.js 46% building 303/349 modules 46 active ...r/dir/node_modules/moment/locale/tet.js 46% building 303/350 modules 47 active ...ules/rc-util/es/Dom/addEventListener.js 46% building 303/351 modules 48 active .../dir/node_modules/rc-util/es/warning.js 46% building 303/352 modules 49 active ...sr/dir/node_modules/moment/locale/te.js 46% building 303/353 modules 50 active ...sr/dir/node_modules/moment/locale/ta.js 46% building 303/354 modules 51 active ...sr/dir/node_modules/moment/locale/sw.js 46% building 303/355 modules 52 active ...sr/dir/node_modules/moment/locale/sv.js 46% building 303/356 modules 53 active ...sr/dir/node_modules/moment/locale/ss.js 46% building 303/357 modules 54 active ...sr/dir/node_modules/moment/locale/sr.js 46% building 303/358 modules 55 active ...r/node_modules/moment/locale/sr-cyrl.js 46% building 304/358 modules 54 active ...r/node_modules/moment/locale/sr-cyrl.js 46% building 304/359 modules 55 active ...sr/dir/node_modules/moment/locale/sq.js 46% building 305/359 modules 54 active ...sr/dir/node_modules/moment/locale/sq.js 46% building 306/359 modules 53 active ...sr/dir/node_modules/moment/locale/sq.js 46% building 307/359 modules 52 active ...sr/dir/node_modules/moment/locale/sq.js 46% building 308/359 modules 51 active ...sr/dir/node_modules/moment/locale/sq.js 47% building 309/359 modules 50 active ...sr/dir/node_modules/moment/locale/sq.js 47% building 310/359 modules 49 active ...sr/dir/node_modules/moment/locale/sq.js 47% building 311/359 modules 48 active ...sr/dir/node_modules/moment/locale/sq.js 47% building 311/360 modules 49 active ...caro-index/components/IndicatorCard.jsx 47% building 312/360 modules 48 active ...caro-index/components/IndicatorCard.jsx 47% building 313/360 modules 47 active ...caro-index/components/IndicatorCard.jsx 47% building 314/360 modules 46 active ...caro-index/components/IndicatorCard.jsx 47% building 315/360 modules 45 active ...caro-index/components/IndicatorCard.jsx 47% building 316/360 modules 44 active ...caro-index/components/IndicatorCard.jsx 48% building 317/360 modules 43 active ...caro-index/components/IndicatorCard.jsx 48% building 318/360 modules 42 active ...caro-index/components/IndicatorCard.jsx 48% building 319/360 modules 41 active ...caro-index/components/IndicatorCard.jsx 48% building 320/360 modules 40 active ...caro-index/components/IndicatorCard.jsx 48% building 321/360 modules 39 active ...caro-index/components/IndicatorCard.jsx 48% building 322/360 modules 38 active ...caro-index/components/IndicatorCard.jsx 48% building 323/360 modules 37 active ...caro-index/components/IndicatorCard.jsx 48% building 323/361 modules 38 active ...ules/antd/es/config-provider/context.js 48% building 323/362 modules 39 active ...td/es/locale-provider/LocaleReceiver.js 48% building 324/362 modules 38 active ...td/es/locale-provider/LocaleReceiver.js 49% building 325/362 modules 37 active ...td/es/locale-provider/LocaleReceiver.js 49% building 326/362 modules 36 active ...td/es/locale-provider/LocaleReceiver.js 49% building 327/362 modules 35 active ...td/es/locale-provider/LocaleReceiver.js 49% building 328/362 modules 34 active ...td/es/locale-provider/LocaleReceiver.js 49% building 329/362 modules 33 active ...td/es/locale-provider/LocaleReceiver.js 49% building 330/362 modules 32 active ...td/es/locale-provider/LocaleReceiver.js 49% building 331/362 modules 31 active ...td/es/locale-provider/LocaleReceiver.js 49% building 332/362 modules 30 active ...td/es/locale-provider/LocaleReceiver.js 49% building 333/362 modules 29 active ...td/es/locale-provider/LocaleReceiver.js 50% building 334/362 modules 28 active ...td/es/locale-provider/LocaleReceiver.js 50% building 335/362 modules 27 active ...td/es/locale-provider/LocaleReceiver.js 50% building 336/362 modules 26 active ...td/es/locale-provider/LocaleReceiver.js 50% building 336/363 modules 27 active .../node_modules/axios/lib/helpers/bind.js 50% building 337/363 modules 26 active .../node_modules/axios/lib/helpers/bind.js 50% building 338/363 modules 25 active .../node_modules/axios/lib/helpers/bind.js 50% building 338/364 modules 26 active ...@babel/runtime/helpers/inheritsLoose.js 50% building 338/365 modules 27 active ...r/dir/app/modules/wcaro-index/config.js 50% building 339/365 modules 26 active ...r/dir/app/modules/wcaro-index/config.js 50% building 340/365 modules 25 active ...r/dir/app/modules/wcaro-index/config.js 50% building 341/365 modules 24 active ...r/dir/app/modules/wcaro-index/config.js 51% building 342/365 modules 23 active ...r/dir/app/modules/wcaro-index/config.js 51% building 343/365 modules 22 active ...r/dir/app/modules/wcaro-index/config.js 51% building 344/365 modules 21 active ...r/dir/app/modules/wcaro-index/config.js 51% building 344/366 modules 22 active ...de_modules/antd/es/timeline/Timeline.js 51% building 344/367 modules 23 active .../dir/node_modules/antd/es/_util/wave.js 51% building 344/368 modules 24 active ...ir/node_modules/antd/es/_util/colors.js 51% building 344/369 modules 25 active ...modules/d3-scale-chromatic/src/index.js 51% building 344/370 modules 26 active ...ode_modules/antd/es/tag/CheckableTag.js 51% building 345/370 modules 25 active ...ode_modules/antd/es/tag/CheckableTag.js 51% building 346/370 modules 24 active ...ode_modules/antd/es/tag/CheckableTag.js 51% building 347/370 modules 23 active ...ode_modules/antd/es/tag/CheckableTag.js 51% building 348/370 modules 22 active ...ode_modules/antd/es/tag/CheckableTag.js 51% building 349/370 modules 21 active ...ode_modules/antd/es/tag/CheckableTag.js 52% building 350/370 modules 20 active ...ode_modules/antd/es/tag/CheckableTag.js 52% building 351/370 modules 19 active ...ode_modules/antd/es/tag/CheckableTag.js 52% building 351/371 modules 20 active .../dir/node_modules/d3-scale/src/index.js 52% building 352/371 modules 19 active .../dir/node_modules/d3-scale/src/index.js 52% building 353/371 modules 18 active .../dir/node_modules/d3-scale/src/index.js 52% building 354/371 modules 17 active .../dir/node_modules/d3-scale/src/index.js 52% building 355/371 modules 16 active .../dir/node_modules/d3-scale/src/index.js 52% building 355/372 modules 17 active ...dules/recharts/es6/container/Surface.js 52% building 355/373 modules 18 active ...ode_modules/recharts/es6/util/Global.js 52% building 356/373 modules 17 active ...ode_modules/recharts/es6/util/Global.js 52% building 356/374 modules 18 active ...r/dir/node_modules/antd/es/tree/Tree.js 52% building 356/375 modules 19 active ...modules/recharts/es6/shape/Trapezoid.js 52% building 356/376 modules 20 active ...dules/recharts/es6/chart/FunnelChart.js 52% building 356/377 modules 21 active ...les/recharts/es6/chart/ComposedChart.js 52% building 356/378 modules 22 active ...dules/recharts/es6/numberAxis/Funnel.js 52% building 357/378 modules 21 active ...dules/recharts/es6/numberAxis/Funnel.js 52% building 358/378 modules 20 active ...dules/recharts/es6/numberAxis/Funnel.js 52% building 358/379 modules 21 active ...modules/antd/es/_util/interopDefault.js 52% building 358/380 modules 22 active ...dir/node_modules/antd/es/table/Table.js 52% building 358/381 modules 23 active ...node_modules/antd/es/_util/reactNode.js 52% building 358/382 modules 24 active ...e_modules/antd/es/skeleton/Paragraph.js 52% building 358/383 modules 25 active .../akvo/rsr/dir/node_modules/raf/index.js 53% building 359/383 modules 24 active .../akvo/rsr/dir/node_modules/raf/index.js 53% building 360/383 modules 23 active .../akvo/rsr/dir/node_modules/raf/index.js 53% building 360/384 modules 24 active .../node_modules/antd/es/skeleton/Title.js 53% building 360/385 modules 25 active ...node_modules/antd/es/skeleton/Avatar.js 53% building 360/386 modules 26 active ...les/antd/es/time-picker/locale/en_US.js 53% building 360/387 modules 27 active ...e_modules/antd/es/_util/styleChecker.js 53% building 360/388 modules 28 active ...dir/node_modules/antd/es/tabs/TabBar.js 53% building 360/389 modules 29 active ..._modules/react-map-gl/dist/esm/index.js 53% building 360/390 modules 30 active ...les/antd/es/icon/twoTonePrimaryColor.js 53% building 360/391 modules 31 active .../dir/node_modules/antd/es/icon/utils.js 53% building 360/392 modules 32 active .../dir/node_modules/antd/es/_util/type.js 53% building 360/393 modules 33 active ...rsr/dir/node_modules/lodash/debounce.js 53% building 360/394 modules 34 active ...r/node_modules/rc-tooltip/es/Tooltip.js 53% building 360/395 modules 35 active ...dir/node_modules/antd/es/radio/radio.js 53% building 361/395 modules 34 active ...dir/node_modules/antd/es/radio/radio.js 53% building 361/396 modules 35 active ...de_modules/antd/es/progress/progress.js 53% building 362/396 modules 34 active ...de_modules/antd/es/progress/progress.js 53% building 363/396 modules 33 active ...de_modules/antd/es/progress/progress.js 53% building 363/397 modules 34 active ...ules/simple-markdown/simple-markdown.js 53% building 363/398 modules 35 active ...node_modules/antd/es/typography/util.js 53% building 363/399 modules 36 active ..._modules/antd/es/typography/Editable.js 53% building 363/400 modules 37 active ...r/dir/node_modules/antd/es/_util/raf.js 53% building 363/401 modules 38 active ...de_modules/antd/es/_util/transButton.js 53% building 363/402 modules 39 active ...odules/antd/es/pagination/Pagination.js 53% building 364/402 modules 38 active ...odules/antd/es/pagination/Pagination.js 53% building 364/403 modules 39 active ...ode_modules/@turf/bbox/dist/es/index.js 53% building 364/404 modules 40 active ..._modules/antd/es/statistic/Statistic.js 53% building 364/405 modules 41 active ...r/node_modules/antd/es/modal/confirm.js 53% building 364/406 modules 42 active ...dir/node_modules/antd/es/modal/Modal.js 53% building 365/406 modules 41 active ...dir/node_modules/antd/es/modal/Modal.js 53% building 366/406 modules 40 active ...dir/node_modules/antd/es/modal/Modal.js 54% building 367/406 modules 39 active ...dir/node_modules/antd/es/modal/Modal.js 54% building 368/406 modules 38 active ...dir/node_modules/antd/es/modal/Modal.js 54% building 368/407 modules 39 active ..._modules/antd/es/statistic/Countdown.js 54% building 368/408 modules 40 active .../node_modules/antd/es/locale/default.js 54% building 369/408 modules 39 active .../node_modules/antd/es/locale/default.js 54% building 370/408 modules 38 active .../node_modules/antd/es/locale/default.js 54% building 371/408 modules 37 active .../node_modules/antd/es/locale/default.js 54% building 372/408 modules 36 active .../node_modules/antd/es/locale/default.js 54% building 373/408 modules 35 active .../node_modules/antd/es/locale/default.js 54% building 374/408 modules 34 active .../node_modules/antd/es/locale/default.js 54% building 374/409 modules 35 active ...r/node_modules/antd/es/layout/layout.js 54% building 374/410 modules 36 active ...ir/node_modules/antd/es/layout/Sider.js 54% building 374/411 modules 37 active ...dir/node_modules/antd/es/input/Input.js 54% building 374/412 modules 38 active .../node_modules/antd/es/input/Password.js 54% building 375/412 modules 37 active .../node_modules/antd/es/input/Password.js 54% building 375/413 modules 38 active .../node_modules/antd/es/input/TextArea.js 55% building 376/413 modules 37 active .../node_modules/antd/es/input/TextArea.js 55% building 376/414 modules 38 active ...ir/node_modules/antd/es/input/Search.js 55% building 377/414 modules 37 active ...ir/node_modules/antd/es/input/Search.js 55% building 377/415 modules 38 active ...dir/node_modules/antd/es/input/Group.js 55% building 377/416 modules 39 active ...ir/node_modules/antd/es/modal/locale.js 55% building 377/417 modules 40 active ...ditor-mention/es/component/Nav.react.js 55% building 377/418 modules 41 active ...r/node_modules/rc-tabs/es/TabContent.js 55% building 378/418 modules 40 active ...r/node_modules/rc-tabs/es/TabContent.js 55% building 379/418 modules 39 active ...r/node_modules/rc-tabs/es/TabContent.js 55% building 379/419 modules 40 active ...r-mention/es/component/Mention.react.js 55% building 379/420 modules 41 active ...ode_modules/antd/es/menu/MenuContext.js 55% building 379/421 modules 42 active ...ir/node_modules/antd/es/_util/motion.js 55% building 380/421 modules 41 active ...ir/node_modules/antd/es/_util/motion.js 55% building 380/422 modules 42 active ...r/dir/node_modules/antd/es/list/Item.js 55% building 380/423 modules 43 active ...rsr/code/akvo/rsr/dir/app/utils/misc.js 55% building 381/423 modules 42 active ...rsr/code/akvo/rsr/dir/app/utils/misc.js 55% building 382/423 modules 41 active ...rsr/code/akvo/rsr/dir/app/utils/misc.js 55% building 383/423 modules 40 active ...rsr/code/akvo/rsr/dir/app/utils/misc.js 56% building 384/423 modules 39 active ...rsr/code/akvo/rsr/dir/app/utils/misc.js 56% building 385/423 modules 38 active ...rsr/code/akvo/rsr/dir/app/utils/misc.js 56% building 386/423 modules 37 active ...rsr/code/akvo/rsr/dir/app/utils/misc.js 56% building 387/423 modules 36 active ...rsr/code/akvo/rsr/dir/app/utils/misc.js 56% building 388/423 modules 35 active ...rsr/code/akvo/rsr/dir/app/utils/misc.js 56% building 389/423 modules 34 active ...rsr/code/akvo/rsr/dir/app/utils/misc.js 56% building 390/423 modules 33 active ...rsr/code/akvo/rsr/dir/app/utils/misc.js 56% building 390/424 modules 34 active ...-editor-mention/es/utils/getMentions.js 56% building 390/425 modules 35 active ...ditor-mention/es/utils/exportContent.js 56% building 390/426 modules 36 active ...odules/babel-runtime/helpers/extends.js 56% building 391/426 modules 35 active ...odules/babel-runtime/helpers/extends.js 57% building 392/426 modules 34 active ...odules/babel-runtime/helpers/extends.js 57% building 392/427 modules 35 active .../antd/es/config-provider/renderEmpty.js 57% building 392/428 modules 36 active ...ules/antd/es/locale-provider/default.js 57% building 392/429 modules 37 active ...r/node_modules/antd/es/menu/MenuItem.js 57% building 392/430 modules 38 active ...ir/node_modules/antd/es/menu/SubMenu.js 57% building 392/431 modules 39 active ...dir/node_modules/rc-slider/es/Handle.js 57% building 392/432 modules 40 active .../dir/node_modules/rc-slider/es/Range.js 57% building 392/433 modules 41 active ...dir/node_modules/rc-slider/es/Slider.js 57% building 392/434 modules 42 active .../akvo/rsr/dir/node_modules/gud/index.js 57% building 392/435 modules 43 active ...r/dir/node_modules/d3-scale/src/band.js 57% building 392/436 modules 44 active ...modules/rc-time-picker/es/TimePicker.js 57% building 392/437 modules 45 active ...to-regexp/node_modules/isarray/index.js 57% building 393/437 modules 44 active ...to-regexp/node_modules/isarray/index.js 57% building 394/437 modules 43 active ...to-regexp/node_modules/isarray/index.js 57% building 395/437 modules 42 active ...to-regexp/node_modules/isarray/index.js 57% building 396/437 modules 41 active ...to-regexp/node_modules/isarray/index.js 57% building 397/437 modules 40 active ...to-regexp/node_modules/isarray/index.js 57% building 398/437 modules 39 active ...to-regexp/node_modules/isarray/index.js 57% building 399/437 modules 38 active ...to-regexp/node_modules/isarray/index.js 57% building 400/437 modules 37 active ...to-regexp/node_modules/isarray/index.js 58% building 401/437 modules 36 active ...to-regexp/node_modules/isarray/index.js 58% building 402/437 modules 35 active ...to-regexp/node_modules/isarray/index.js 58% building 402/438 modules 36 active ...chromatic/src/categorical/category10.js 58% building 402/439 modules 37 active ...e_modules/rc-util/es/Dom/findDOMNode.js 58% building 403/439 modules 36 active ...e_modules/rc-util/es/Dom/findDOMNode.js 58% building 404/439 modules 35 active ...e_modules/rc-util/es/Dom/findDOMNode.js 58% building 404/440 modules 36 active ...e_modules/rc-resize-observer/es/util.js 58% building 405/440 modules 35 active ...e_modules/rc-resize-observer/es/util.js 58% building 406/440 modules 34 active ...e_modules/rc-resize-observer/es/util.js 58% building 407/440 modules 33 active ...e_modules/rc-resize-observer/es/util.js 58% building 407/441 modules 34 active ...odules/antd/es/timeline/TimelineItem.js 58% building 408/441 modules 33 active ...odules/antd/es/timeline/TimelineItem.js 58% building 408/442 modules 34 active ..._modules/rc-util/es/Children/toArray.js 59% building 409/442 modules 33 active ..._modules/rc-util/es/Children/toArray.js 59% building 410/442 modules 32 active ..._modules/rc-util/es/Children/toArray.js 59% building 411/442 modules 31 active ..._modules/rc-util/es/Children/toArray.js 59% building 411/443 modules 32 active ...node_modules/recharts/es6/util/types.js 59% building 412/443 modules 31 active ...node_modules/recharts/es6/util/types.js 59% building 412/444 modules 32 active ...s/es6/chart/generateCategoricalChart.js 59% building 412/445 modules 33 active .../dir/node_modules/antd/es/grid/index.js 59% building 413/445 modules 32 active .../dir/node_modules/antd/es/grid/index.js 59% building 414/445 modules 31 active .../dir/node_modules/antd/es/grid/index.js 59% building 415/445 modules 30 active .../dir/node_modules/antd/es/grid/index.js 59% building 415/446 modules 31 active ...les/recharts/es6/util/CartesianUtils.js 59% building 416/446 modules 30 active ...les/recharts/es6/util/CartesianUtils.js 60% building 417/446 modules 29 active ...les/recharts/es6/util/CartesianUtils.js 60% building 418/446 modules 28 active ...les/recharts/es6/util/CartesianUtils.js 60% building 418/447 modules 29 active ...dir/node_modules/void-elements/index.js 60% building 419/447 modules 28 active ...dir/node_modules/void-elements/index.js 60% building 419/448 modules 29 active ...ir/node_modules/antd/es/button/index.js 60% building 419/449 modules 30 active .../node_modules/d3-selection/src/index.js 60% building 419/450 modules 31 active ...r/dir/node_modules/d3-axis/src/index.js 60% building 420/450 modules 30 active ...r/dir/node_modules/d3-axis/src/index.js 60% building 421/450 modules 29 active ...r/dir/node_modules/d3-axis/src/index.js 60% building 422/450 modules 28 active ...r/dir/node_modules/d3-axis/src/index.js 60% building 423/450 modules 27 active ...r/dir/node_modules/d3-axis/src/index.js 60% building 424/450 modules 26 active ...r/dir/node_modules/d3-axis/src/index.js 61% building 425/450 modules 25 active ...r/dir/node_modules/d3-axis/src/index.js 61% building 426/450 modules 24 active ...r/dir/node_modules/d3-axis/src/index.js 61% building 426/451 modules 25 active ...modules/recharts/es6/cartesian/YAxis.js 61% building 426/452 modules 26 active ...modules/recharts/es6/cartesian/ZAxis.js 61% building 426/453 modules 27 active ...modules/recharts/es6/cartesian/XAxis.js 61% building 426/454 modules 28 active ...dules/recharts/es6/cartesian/Scatter.js 61% building 426/455 modules 29 active ..._modules/recharts/es6/cartesian/Line.js 61% building 426/456 modules 30 active ...e_modules/recharts/es6/cartesian/Bar.js 61% building 426/457 modules 31 active ..._modules/recharts/es6/cartesian/Area.js 61% building 427/457 modules 30 active ..._modules/recharts/es6/cartesian/Area.js 61% building 428/457 modules 29 active ..._modules/recharts/es6/cartesian/Area.js 61% building 429/457 modules 28 active ..._modules/recharts/es6/cartesian/Area.js 61% building 430/457 modules 27 active ..._modules/recharts/es6/cartesian/Area.js 61% building 430/458 modules 28 active ...dules/rc-tabs/es/ScrollableInkTabBar.js 61% building 431/458 modules 27 active ...dules/rc-tabs/es/ScrollableInkTabBar.js 61% building 431/459 modules 28 active ...r/node_modules/rc-tooltip/es/Content.js 61% building 431/460 modules 29 active ...rsr/dir/node_modules/lodash/isObject.js 61% building 432/460 modules 28 active ...rsr/dir/node_modules/lodash/isObject.js 61% building 432/461 modules 29 active ...node_modules/copy-to-clipboard/index.js 61% building 433/461 modules 28 active ...node_modules/copy-to-clipboard/index.js 62% building 434/461 modules 27 active ...node_modules/copy-to-clipboard/index.js 62% building 434/462 modules 28 active ...sr/dir/node_modules/rc-tabs/es/index.js 62% building 434/463 modules 29 active .../dist/esm/components/interactive-map.js 62% building 434/464 modules 30 active .../dist/esm/components/use-map-control.js 62% building 435/464 modules 29 active .../dist/esm/components/use-map-control.js 62% building 436/464 modules 28 active .../dist/esm/components/use-map-control.js 62% building 436/465 modules 29 active .../dir/node_modules/rc-util/es/KeyCode.js 62% building 436/466 modules 30 active .../dir/node_modules/draft-js/lib/Draft.js 62% building 437/466 modules 29 active .../dir/node_modules/draft-js/lib/Draft.js 62% building 437/467 modules 30 active ...e_modules/antd/es/modal/ActionButton.js 62% building 438/467 modules 29 active ...e_modules/antd/es/modal/ActionButton.js 62% building 438/468 modules 30 active ...r/dir/node_modules/rc-steps/es/index.js 62% building 439/468 modules 29 active ...r/dir/node_modules/rc-steps/es/index.js 62% building 439/469 modules 30 active .../dir/node_modules/rc-switch/es/index.js 62% building 439/470 modules 31 active ...node_modules/rc-tree-select/es/index.js 62% building 440/470 modules 30 active ...node_modules/rc-tree-select/es/index.js 62% building 440/471 modules 31 active ...sr/dir/node_modules/rc-rate/es/index.js 62% building 441/471 modules 30 active ...sr/dir/node_modules/rc-rate/es/index.js 62% building 441/472 modules 31 active ...ules/antd/es/input/ResizableTextArea.js 62% building 441/473 modules 32 active .../antd/es/input/ClearableLabeledInput.js 62% building 441/474 modules 33 active ...babel-runtime/helpers/classCallCheck.js 63% building 442/474 modules 32 active ...babel-runtime/helpers/classCallCheck.js 63% building 442/475 modules 33 active ...sr/dir/node_modules/rc-tabs/es/utils.js 63% building 443/475 modules 32 active ...sr/dir/node_modules/rc-tabs/es/utils.js 63% building 444/475 modules 31 active ...sr/dir/node_modules/rc-tabs/es/utils.js 63% building 445/475 modules 30 active ...sr/dir/node_modules/rc-tabs/es/utils.js 63% building 445/476 modules 31 active ...ir/node_modules/d3-scale/src/ordinal.js 63% building 445/477 modules 32 active ...ditor-mention/es/utils/createMention.js 63% building 445/478 modules 33 active ...node_modules/antd/es/_util/isNumeric.js 63% building 446/478 modules 32 active ...node_modules/antd/es/_util/isNumeric.js 63% building 447/478 modules 31 active ...node_modules/antd/es/_util/isNumeric.js 63% building 448/478 modules 30 active ...node_modules/antd/es/_util/isNumeric.js 63% building 448/479 modules 31 active ...dules/babel-runtime/helpers/inherits.js 63% building 449/479 modules 30 active ...dules/babel-runtime/helpers/inherits.js 63% building 449/480 modules 31 active ...me/helpers/possibleConstructorReturn.js 63% building 449/481 modules 32 active ...ir/node_modules/antd/es/avatar/index.js 63% building 449/482 modules 33 active ...r/dir/node_modules/d3-scale/src/init.js 63% building 449/483 modules 34 active .../node_modules/css-animation/es/Event.js 63% building 449/484 modules 35 active ...ode_modules/antd/es/breadcrumb/index.js 63% building 449/485 modules 36 active ...odules/d3-scale-chromatic/src/colors.js 64% building 450/485 modules 35 active ...odules/d3-scale-chromatic/src/colors.js 64% building 450/486 modules 36 active ...ode_modules/rc-notification/es/index.js 64% building 450/487 modules 37 active ...es/babel-runtime/helpers/createClass.js 64% building 451/487 modules 36 active ...es/babel-runtime/helpers/createClass.js 64% building 451/488 modules 37 active ...babel-runtime/helpers/defineProperty.js 64% building 452/488 modules 36 active ...babel-runtime/helpers/defineProperty.js 64% building 453/488 modules 35 active ...babel-runtime/helpers/defineProperty.js 64% building 453/489 modules 36 active ...ir/node_modules/rc-mentions/es/index.js 64% building 453/490 modules 37 active ...rc-editor-mention/es/utils/getRegExp.js 64% building 453/491 modules 38 active ...recharts/node_modules/lodash/isEqual.js 64% building 453/492 modules 39 active ...odules/antd/es/calendar/locale/en_US.js 64% building 454/492 modules 38 active ...odules/antd/es/calendar/locale/en_US.js 64% building 454/493 modules 39 active ...esign/create-react-context/lib/index.js 64% building 454/494 modules 40 active ...ode_modules/rc-input-number/es/index.js 64% building 454/495 modules 41 active ...les/add-dom-event-listener/lib/index.js 64% building 455/495 modules 40 active ...les/add-dom-event-listener/lib/index.js 64% building 456/495 modules 39 active ...les/add-dom-event-listener/lib/index.js 64% building 457/495 modules 38 active ...les/add-dom-event-listener/lib/index.js 64% building 458/495 modules 37 active ...les/add-dom-event-listener/lib/index.js 65% building 459/495 modules 36 active ...les/add-dom-event-listener/lib/index.js 65% building 460/495 modules 35 active ...les/add-dom-event-listener/lib/index.js 65% building 461/495 modules 34 active ...les/add-dom-event-listener/lib/index.js 65% building 462/495 modules 33 active ...les/add-dom-event-listener/lib/index.js 65% building 462/496 modules 34 active .../node_modules/antd/es/_util/scrollTo.js 65% building 462/497 modules 35 active .../dir/node_modules/antd/es/table/util.js 65% building 462/498 modules 36 active ..._modules/antd/es/table/createBodyRow.js 65% building 463/498 modules 35 active ..._modules/antd/es/table/createBodyRow.js 65% building 464/498 modules 34 active ..._modules/antd/es/table/createBodyRow.js 65% building 464/499 modules 35 active ...de_modules/antd/es/table/ColumnGroup.js 65% building 465/499 modules 34 active ...de_modules/antd/es/table/ColumnGroup.js 65% building 466/499 modules 33 active ...de_modules/antd/es/table/ColumnGroup.js 66% building 467/499 modules 32 active ...de_modules/antd/es/table/ColumnGroup.js 66% building 467/500 modules 33 active ...les/antd/es/date-picker/locale/en_US.js 65% building 467/501 modules 34 active ...node_modules/d3-selection/src/create.js 65% building 467/502 modules 35 active ...sr/dir/node_modules/d3-axis/src/axis.js 65% building 467/503 modules 36 active .../babel-runtime/core-js/object/assign.js 65% building 467/504 modules 37 active ...modules/rc-time-picker/es/placements.js 65% building 467/505 modules 38 active ...node_modules/rc-time-picker/es/Panel.js 65% building 468/505 modules 37 active ...node_modules/rc-time-picker/es/Panel.js 65% building 468/506 modules 38 active ...rver-polyfill/dist/ResizeObserver.es.js 65% building 468/507 modules 39 active ...node_modules/d3-selection/src/window.js 65% building 468/508 modules 40 active ...modules/d3-selection/src/selectorAll.js 65% building 468/509 modules 41 active ...de_modules/d3-selection/src/selector.js 65% building 469/509 modules 40 active ...de_modules/d3-selection/src/selector.js 65% building 469/510 modules 41 active .../dir/node_modules/rc-slider/es/utils.js 65% building 469/511 modules 42 active ...sr/dir/node_modules/rc-menu/es/index.js 64% building 469/512 modules 43 active ...e_modules/d3-selection/src/selectAll.js 64% building 469/513 modules 44 active ...node_modules/d3-selection/src/select.js 64% building 470/513 modules 43 active ...node_modules/d3-selection/src/select.js 65% building 471/513 modules 42 active ...node_modules/d3-selection/src/select.js 65% building 472/513 modules 41 active ...node_modules/d3-selection/src/select.js 65% building 473/513 modules 40 active ...node_modules/d3-selection/src/select.js 65% building 473/514 modules 41 active ...sr/dir/node_modules/antd/es/grid/row.js 65% building 473/515 modules 42 active ...de_modules/d3-selection/src/pointers.js 64% building 473/516 modules 43 active ...ode_modules/d3-selection/src/pointer.js 65% building 474/516 modules 42 active ...ode_modules/d3-selection/src/pointer.js 65% building 475/516 modules 41 active ...ode_modules/d3-selection/src/pointer.js 65% building 476/516 modules 40 active ...ode_modules/d3-selection/src/pointer.js 65% building 476/517 modules 41 active ...les/d3-selection/src/selection/style.js 65% building 476/518 modules 42 active ...les/d3-selection/src/selection/index.js 65% building 476/519 modules 43 active ...sr/dir/node_modules/antd/es/grid/col.js 65% building 477/519 modules 42 active ...sr/dir/node_modules/antd/es/grid/col.js 65% building 478/519 modules 41 active ...sr/dir/node_modules/antd/es/grid/col.js 65% building 479/519 modules 40 active ...sr/dir/node_modules/antd/es/grid/col.js 65% building 480/519 modules 39 active ...sr/dir/node_modules/antd/es/grid/col.js 65% building 481/519 modules 38 active ...sr/dir/node_modules/antd/es/grid/col.js 65% building 481/520 modules 39 active ...el-runtime/helpers/toConsumableArray.js 65% building 482/520 modules 38 active ...el-runtime/helpers/toConsumableArray.js 65% building 483/520 modules 37 active ...el-runtime/helpers/toConsumableArray.js 65% building 483/521 modules 38 active ...ir/node_modules/antd/es/table/Column.js 65% building 483/522 modules 39 active ...s/antd/es/table/SelectionCheckboxAll.js 65% building 483/523 modules 40 active ...e_modules/antd/es/table/SelectionBox.js 65% building 484/523 modules 39 active ...e_modules/antd/es/table/SelectionBox.js 65% building 484/524 modules 40 active ...les/rc-slider/es/common/createSlider.js 65% building 484/525 modules 41 active ...de_modules/rc-slider/es/common/Track.js 65% building 484/526 modules 42 active ...r/node_modules/antd/es/button/button.js 65% building 484/527 modules 43 active ...odules/rc-pagination/es/locale/en_US.js 64% building 484/528 modules 44 active ...echarts/node_modules/lodash/isObject.js 64% building 484/529 modules 45 active .../performance-now/lib/performance-now.js 65% building 485/529 modules 44 active .../performance-now/lib/performance-now.js 65% building 486/529 modules 43 active .../performance-now/lib/performance-now.js 65% building 487/529 modules 42 active .../performance-now/lib/performance-now.js 65% building 488/529 modules 41 active .../performance-now/lib/performance-now.js 65% building 489/529 modules 40 active .../performance-now/lib/performance-now.js 65% building 489/530 modules 41 active ...s/recharts/node_modules/lodash/every.js 65% building 489/531 modules 42 active ..._modules/recharts/es6/util/DataUtils.js 65% building 489/532 modules 43 active ...modules/recharts/es6/util/ReactUtils.js 65% building 489/533 modules 44 active ...modules/recharts/es6/util/ChartUtils.js 64% building 489/534 modules 45 active ...charts/node_modules/lodash/mapValues.js 65% building 490/534 modules 44 active ...charts/node_modules/lodash/mapValues.js 65% building 491/534 modules 43 active ...charts/node_modules/lodash/mapValues.js 65% building 491/535 modules 44 active ...les/@ant-design/icons-react/es/index.js 64% building 491/536 modules 45 active .../dir/node_modules/rc-tabs/es/SaveRef.js 64% building 491/537 modules 46 active ...ules/rc-tabs/es/ScrollableTabBarNode.js 64% building 491/538 modules 47 active .../dir/node_modules/shallowequal/index.js 64% building 491/539 modules 48 active ...de_modules/rc-tabs/es/TabBarRootNode.js 64% building 491/540 modules 49 active ...de_modules/rc-tabs/es/TabBarTabsNode.js 64% building 491/541 modules 50 active ...ode_modules/rc-tabs/es/InkTabBarNode.js 64% building 491/542 modules 51 active ...time/helpers/objectWithoutProperties.js 64% building 492/542 modules 50 active ...time/helpers/objectWithoutProperties.js 64% building 493/542 modules 49 active ...time/helpers/objectWithoutProperties.js 64% building 494/542 modules 48 active ...time/helpers/objectWithoutProperties.js 64% building 495/542 modules 47 active ...time/helpers/objectWithoutProperties.js 64% building 495/543 modules 48 active ...rsr/dir/node_modules/rc-tabs/es/Tabs.js 64% building 496/543 modules 47 active ...rsr/dir/node_modules/rc-tabs/es/Tabs.js 64% building 497/543 modules 46 active ...rsr/dir/node_modules/rc-tabs/es/Tabs.js 65% building 498/543 modules 45 active ...rsr/dir/node_modules/rc-tabs/es/Tabs.js 65% building 499/543 modules 44 active ...rsr/dir/node_modules/rc-tabs/es/Tabs.js 65% building 500/543 modules 43 active ...rsr/dir/node_modules/rc-tabs/es/Tabs.js 65% building 500/544 modules 44 active ...p-gl/dist/esm/components/map-context.js 65% building 500/545 modules 45 active ...odules/draft-js/lib/AtomicBlockUtils.js 64% building 500/546 modules 46 active ...s/recharts/node_modules/lodash/isNil.js 65% building 501/546 modules 45 active ...s/recharts/node_modules/lodash/isNil.js 65% building 502/546 modules 44 active ...s/recharts/node_modules/lodash/isNil.js 65% building 503/546 modules 43 active ...s/recharts/node_modules/lodash/isNil.js 65% building 503/547 modules 44 active .../node_modules/react-smooth/es6/index.js 65% building 503/548 modules 45 active ...r/dir/node_modules/rc-steps/es/Steps.js 65% building 504/548 modules 44 active ...r/dir/node_modules/rc-steps/es/Steps.js 65% building 504/549 modules 45 active ...dir/node_modules/rc-switch/es/Switch.js 64% building 504/550 modules 46 active ...ode_modules/rc-tree-select/es/Select.js 65% building 505/550 modules 45 active ...ode_modules/rc-tree-select/es/Select.js 65% building 506/550 modules 44 active ...ode_modules/rc-tree-select/es/Select.js 65% building 507/550 modules 43 active ...ode_modules/rc-tree-select/es/Select.js 65% building 508/550 modules 42 active ...ode_modules/rc-tree-select/es/Select.js 65% building 509/550 modules 41 active ...ode_modules/rc-tree-select/es/Select.js 65% building 509/551 modules 42 active ...dir/node_modules/antd/es/empty/index.js 65% building 509/552 modules 43 active ...rsr/dir/node_modules/rc-rate/es/Rate.js 65% building 510/552 modules 42 active ...rsr/dir/node_modules/rc-rate/es/Rate.js 65% building 511/552 modules 41 active ...rsr/dir/node_modules/rc-rate/es/Rate.js 65% building 512/552 modules 40 active ...rsr/dir/node_modules/rc-rate/es/Rate.js 65% building 513/552 modules 39 active ...rsr/dir/node_modules/rc-rate/es/Rate.js 65% building 514/552 modules 38 active ...rsr/dir/node_modules/rc-rate/es/Rate.js 65% building 514/553 modules 39 active ...es/antd/es/input/calculateNodeHeight.js 65% building 515/553 modules 38 active ...es/antd/es/input/calculateNodeHeight.js 65% building 516/553 modules 37 active ...es/antd/es/input/calculateNodeHeight.js 65% building 516/554 modules 38 active ...rsr/dir/node_modules/is-mobile/index.js 65% building 517/554 modules 37 active ...rsr/dir/node_modules/is-mobile/index.js 66% building 518/554 modules 36 active ...rsr/dir/node_modules/is-mobile/index.js 66% building 519/554 modules 35 active ...rsr/dir/node_modules/is-mobile/index.js 66% building 520/554 modules 34 active ...rsr/dir/node_modules/is-mobile/index.js 66% building 521/554 modules 33 active ...rsr/dir/node_modules/is-mobile/index.js 66% building 522/554 modules 32 active ...rsr/dir/node_modules/is-mobile/index.js 66% building 523/554 modules 31 active ...rsr/dir/node_modules/is-mobile/index.js 66% building 523/555 modules 32 active ...ir/node_modules/rc-checkbox/es/index.js 66% building 523/556 modules 33 active ...on/es/component/MentionContent.react.js 66% building 524/556 modules 32 active ...on/es/component/MentionContent.react.js 66% building 525/556 modules 31 active ...on/es/component/MentionContent.react.js 66% building 525/557 modules 32 active .../react-map-gl/dist/esm/utils/terrain.js 66% building 525/558 modules 33 active ...m/utils/use-isomorphic-layout-effect.js 66% building 525/559 modules 34 active ...map-gl/dist/esm/utils/map-controller.js 66% building 525/560 modules 35 active ...gl/dist/esm/utils/transition-manager.js 66% building 525/561 modules 36 active ...eact-map-gl/dist/esm/utils/map-state.js 66% building 525/562 modules 37 active ...time/core-js/object/set-prototype-of.js 66% building 526/562 modules 36 active ...time/core-js/object/set-prototype-of.js 66% building 526/563 modules 37 active ...modules/babel-runtime/helpers/typeof.js 65% building 526/564 modules 38 active .../babel-runtime/core-js/object/create.js 65% building 526/565 modules 39 active ...odules/antd/es/breadcrumb/Breadcrumb.js 65% building 526/566 modules 40 active ...td/es/breadcrumb/BreadcrumbSeparator.js 65% building 526/567 modules 41 active ...es/antd/es/breadcrumb/BreadcrumbItem.js 65% building 526/568 modules 42 active ...ules/rc-notification/es/Notification.js 65% building 526/569 modules 43 active ...ntime/core-js/object/define-property.js 65% building 527/569 modules 42 active ...ntime/core-js/object/define-property.js 65% building 528/569 modules 41 active ...ntime/core-js/object/define-property.js 65% building 529/569 modules 40 active ...ntime/core-js/object/define-property.js 65% building 530/569 modules 39 active ...ntime/core-js/object/define-property.js 65% building 531/569 modules 38 active ...ntime/core-js/object/define-property.js 66% building 532/569 modules 37 active ...ntime/core-js/object/define-property.js 66% building 533/569 modules 36 active ...ntime/core-js/object/define-property.js 66% building 534/569 modules 35 active ...ntime/core-js/object/define-property.js 66% building 534/570 modules 36 active ...ir/node_modules/d3-axis/src/identity.js 66% building 534/571 modules 37 active ...node_modules/rc-mentions/es/Mentions.js 66% building 534/572 modules 38 active ...editor-mention/es/model/mentionStore.js 65% building 534/573 modules 39 active .../es/component/SuggestionPortal.react.js 65% building 534/574 modules 40 active ...ode_modules/d3-selection/src/creator.js 65% building 535/574 modules 39 active ...ode_modules/d3-selection/src/creator.js 65% building 535/575 modules 40 active ...rts/node_modules/lodash/_baseIsEqual.js 65% building 535/576 modules 41 active ...ntion/es/component/Suggestions.react.js 65% building 536/576 modules 40 active ...ntion/es/component/Suggestions.react.js 65% building 537/576 modules 39 active ...ntion/es/component/Suggestions.react.js 65% building 537/577 modules 40 active ...ate-react-context/lib/implementation.js 65% building 537/578 modules 41 active ...ode_modules/@turf/meta/dist/es/index.js 65% building 537/579 modules 42 active ...d-dom-event-listener/lib/EventObject.js 65% building 537/580 modules 43 active .../dir/node_modules/d3-array/src/index.js 65% building 537/581 modules 44 active .../node_modules/d3-selection/src/array.js 65% building 538/581 modules 43 active .../node_modules/d3-selection/src/array.js 65% building 538/582 modules 44 active ...node_modules/rc-editor-core/es/index.js 65% building 539/582 modules 43 active ...node_modules/rc-editor-core/es/index.js 65% building 540/582 modules 42 active ...node_modules/rc-editor-core/es/index.js 65% building 540/583 modules 43 active ...ap-gl/dist/esm/components/static-map.js 65% building 540/584 modules 44 active ...modules/d3-selection/src/sourceEvent.js 65% building 541/584 modules 43 active ...modules/d3-selection/src/sourceEvent.js 65% building 542/584 modules 42 active ...modules/d3-selection/src/sourceEvent.js 65% building 542/585 modules 43 active ...es/d3-selection/src/selection/select.js 65% building 542/586 modules 44 active .../d3-selection/src/selection/iterator.js 65% building 543/586 modules 43 active .../d3-selection/src/selection/iterator.js 65% building 543/587 modules 44 active ...r/node_modules/antd/es/_util/easings.js 65% building 543/588 modules 45 active ...node_modules/antd/es/_util/getScroll.js 65% building 544/588 modules 44 active ...node_modules/antd/es/_util/getScroll.js 65% building 545/588 modules 43 active ...node_modules/antd/es/_util/getScroll.js 65% building 545/589 modules 44 active ...modules/rc-tree-select/es/strategies.js 65% building 545/590 modules 45 active ...modules/rc-tree-select/es/SelectNode.js 65% building 546/590 modules 44 active ...modules/rc-tree-select/es/SelectNode.js 65% building 546/591 modules 45 active ...sr/dir/node_modules/rc-steps/es/Step.js 65% building 546/592 modules 46 active ...modules/recharts/es6/container/Layer.js 65% building 547/592 modules 45 active ...modules/recharts/es6/container/Layer.js 65% building 548/592 modules 44 active ...modules/recharts/es6/container/Layer.js 65% building 548/593 modules 45 active .../node_modules/recharts/es6/shape/Dot.js 65% building 548/594 modules 46 active ...rsr/dir/node_modules/rc-menu/es/Menu.js 65% building 549/594 modules 45 active ...rsr/dir/node_modules/rc-menu/es/Menu.js 65% building 549/595 modules 46 active .../dir/node_modules/rc-menu/es/Divider.js 65% building 550/595 modules 45 active .../dir/node_modules/rc-menu/es/Divider.js 65% building 550/596 modules 46 active ...e_modules/rc-time-picker/es/Combobox.js 65% building 551/596 modules 45 active ...e_modules/rc-time-picker/es/Combobox.js 65% building 552/596 modules 44 active ...e_modules/rc-time-picker/es/Combobox.js 65% building 553/596 modules 43 active ...e_modules/rc-time-picker/es/Combobox.js 65% building 554/596 modules 42 active ...e_modules/rc-time-picker/es/Combobox.js 65% building 555/596 modules 41 active ...e_modules/rc-time-picker/es/Combobox.js 65% building 556/596 modules 40 active ...e_modules/rc-time-picker/es/Combobox.js 66% building 557/596 modules 39 active ...e_modules/rc-time-picker/es/Combobox.js 65% building 557/597 modules 40 active ...les/recharts/es6/component/LabelList.js 66% building 558/597 modules 39 active ...les/recharts/es6/component/LabelList.js 66% building 559/597 modules 38 active ...les/recharts/es6/component/LabelList.js 66% building 560/597 modules 37 active ...les/recharts/es6/component/LabelList.js 66% building 561/597 modules 36 active ...les/recharts/es6/component/LabelList.js 66% building 562/597 modules 35 active ...les/recharts/es6/component/LabelList.js 66% building 563/597 modules 34 active ...les/recharts/es6/component/LabelList.js 66% building 563/598 modules 35 active ...ules/rc-input-number/es/InputHandler.js 66% building 564/598 modules 34 active ...ules/rc-input-number/es/InputHandler.js 66% building 565/598 modules 33 active ...ules/rc-input-number/es/InputHandler.js 66% building 565/599 modules 34 active ...ode_modules/recharts/es6/util/Events.js 66% building 566/599 modules 33 active ...ode_modules/recharts/es6/util/Events.js 66% building 567/599 modules 32 active ...ode_modules/recharts/es6/util/Events.js 66% building 568/599 modules 31 active ...ode_modules/recharts/es6/util/Events.js 66% building 568/600 modules 32 active .../node_modules/toggle-selection/index.js 66% building 568/601 modules 33 active ...arts/node_modules/lodash/_arrayEvery.js 66% building 568/602 modules 34 active ...les/recharts/node_modules/lodash/get.js 66% building 569/602 modules 33 active ...les/recharts/node_modules/lodash/get.js 66% building 570/602 modules 32 active ...les/recharts/node_modules/lodash/get.js 66% building 570/603 modules 33 active ...node_modules/lodash/_baseAssignValue.js 66% building 570/604 modules 34 active ...ts/node_modules/lodash/_baseIteratee.js 66% building 571/604 modules 33 active ...ts/node_modules/lodash/_baseIteratee.js 66% building 571/605 modules 34 active ...arts/node_modules/lodash/_baseForOwn.js 66% building 571/606 modules 35 active ...echarts/node_modules/lodash/isString.js 66% building 572/606 modules 34 active ...echarts/node_modules/lodash/isString.js 66% building 572/607 modules 35 active ...les/babel-runtime/core-js/array/from.js 66% building 573/607 modules 34 active ...les/babel-runtime/core-js/array/from.js 66% building 574/607 modules 33 active ...les/babel-runtime/core-js/array/from.js 66% building 574/608 modules 34 active ...echarts/node_modules/lodash/isNumber.js 66% building 574/609 modules 35 active ...l/runtime/helpers/esm/defineProperty.js 66% building 574/610 modules 36 active ...untime/helpers/esm/toConsumableArray.js 66% building 574/611 modules 37 active ...de_modules/rc-slider/es/common/Marks.js 66% building 574/612 modules 38 active ...de_modules/rc-slider/es/common/Steps.js 66% building 575/612 modules 37 active ...de_modules/rc-slider/es/common/Steps.js 66% building 575/613 modules 38 active ...de_modules/babel-runtime/helpers/get.js 66% building 576/613 modules 37 active ...de_modules/babel-runtime/helpers/get.js 66% building 577/613 modules 36 active ...de_modules/babel-runtime/helpers/get.js 66% building 578/613 modules 35 active ...de_modules/babel-runtime/helpers/get.js 66% building 578/614 modules 36 active ...recharts/node_modules/lodash/flatten.js 66% building 579/614 modules 35 active ...recharts/node_modules/lodash/flatten.js 66% building 580/614 modules 34 active ...recharts/node_modules/lodash/flatten.js 66% building 581/614 modules 33 active ...recharts/node_modules/lodash/flatten.js 66% building 582/614 modules 32 active ...recharts/node_modules/lodash/flatten.js 66% building 583/614 modules 31 active ...recharts/node_modules/lodash/flatten.js 67% building 584/614 modules 30 active ...recharts/node_modules/lodash/flatten.js 67% building 585/614 modules 29 active ...recharts/node_modules/lodash/flatten.js 67% building 585/615 modules 30 active ...dules/recharts/es6/util/ShallowEqual.js 66% building 585/616 modules 31 active ...dir/node_modules/rc-trigger/es/index.js 66% building 585/617 modules 32 active ...esign/icons-react/es/components/Icon.js 66% building 585/618 modules 33 active ...recharts/node_modules/lodash/isArray.js 66% building 585/619 modules 34 active .../node_modules/lodash/_isIterateeCall.js 66% building 585/620 modules 35 active ...s/recharts/node_modules/lodash/isNaN.js 66% building 585/621 modules 36 active ...rsr/dir/node_modules/process/browser.js 66% building 585/622 modules 37 active .../node_modules/timers-browserify/main.js 66% building 586/622 modules 36 active .../node_modules/timers-browserify/main.js 66% building 587/622 modules 35 active .../node_modules/timers-browserify/main.js 66% building 587/623 modules 36 active ...draft-js/lib/moveBlockInContentState.js 66% building 587/624 modules 37 active ...ode_modules/react-smooth/es6/Animate.js 66% building 588/624 modules 36 active ...ode_modules/react-smooth/es6/Animate.js 66% building 589/624 modules 35 active ...ode_modules/react-smooth/es6/Animate.js 66% building 590/624 modules 34 active ...ode_modules/react-smooth/es6/Animate.js 66% building 591/624 modules 33 active ...ode_modules/react-smooth/es6/Animate.js 66% building 591/625 modules 34 active ...dir/node_modules/rc-tabs/es/Sentinel.js 66% building 591/626 modules 35 active ...e_modules/d3-selection/src/namespace.js 66% building 591/627 modules 36 active ..._modules/d3-selection/src/namespaces.js 66% building 591/628 modules 37 active ...ir/node_modules/antd/es/empty/simple.js 66% building 592/628 modules 36 active ...ir/node_modules/antd/es/empty/simple.js 66% building 593/628 modules 35 active ...ir/node_modules/antd/es/empty/simple.js 66% building 593/629 modules 36 active ...dir/node_modules/antd/es/empty/empty.js 66% building 593/630 modules 37 active ...r/dir/node_modules/rc-steps/es/utils.js 66% building 594/630 modules 36 active ...r/dir/node_modules/rc-steps/es/utils.js 66% building 594/631 modules 37 active ...dir/node_modules/d3-array/src/bisect.js 66% building 595/631 modules 36 active ...dir/node_modules/d3-array/src/bisect.js 66% building 595/632 modules 37 active .../dir/node_modules/d3-array/src/union.js 66% building 595/633 modules 38 active ...r/node_modules/d3-array/src/superset.js 66% building 595/634 modules 39 active ...dir/node_modules/d3-array/src/subset.js 66% building 595/635 modules 40 active ..._modules/rc-calendar/es/locale/en_US.js 66% building 596/635 modules 39 active ..._modules/rc-calendar/es/locale/en_US.js 66% building 596/636 modules 40 active ...node_modules/rc-checkbox/es/Checkbox.js 66% building 597/636 modules 39 active ...node_modules/rc-checkbox/es/Checkbox.js 66% building 598/636 modules 38 active ...node_modules/rc-checkbox/es/Checkbox.js 66% building 598/637 modules 39 active ...el/runtime/helpers/esm/slicedToArray.js 66% building 599/637 modules 38 active ...el/runtime/helpers/esm/slicedToArray.js 66% building 600/637 modules 37 active ...el/runtime/helpers/esm/slicedToArray.js 66% building 600/638 modules 38 active ...rsr/dir/node_modules/rc-rate/es/Star.js 66% building 600/639 modules 39 active ...rsr/dir/node_modules/rc-rate/es/util.js 66% building 601/639 modules 38 active ...rsr/dir/node_modules/rc-rate/es/util.js 66% building 602/639 modules 37 active ...rsr/dir/node_modules/rc-rate/es/util.js 66% building 602/640 modules 38 active ...odules/recharts/es6/component/Legend.js 66% building 603/640 modules 37 active ...odules/recharts/es6/component/Legend.js 66% building 604/640 modules 36 active ...odules/recharts/es6/component/Legend.js 66% building 605/640 modules 35 active ...odules/recharts/es6/component/Legend.js 66% building 605/641 modules 36 active ...de_modules/mjolnir.js/dist/esm/index.js 66% building 606/641 modules 35 active ...de_modules/mjolnir.js/dist/esm/index.js 66% building 607/641 modules 34 active ...de_modules/mjolnir.js/dist/esm/index.js 66% building 608/641 modules 33 active ...de_modules/mjolnir.js/dist/esm/index.js 67% building 609/641 modules 32 active ...de_modules/mjolnir.js/dist/esm/index.js 67% building 610/641 modules 31 active ...de_modules/mjolnir.js/dist/esm/index.js 67% building 610/642 modules 32 active ...de_modules/rc-notification/es/Notice.js 67% building 611/642 modules 31 active ...de_modules/rc-notification/es/Notice.js 67% building 611/643 modules 32 active ...rc-editor-mention/es/utils/getOffset.js 66% building 611/644 modules 33 active ...node_modules/lodash/_baseIsEqualDeep.js 66% building 611/645 modules 34 active ...rts/node_modules/lodash/isObjectLike.js 66% building 611/646 modules 35 active ...les/rc-util/es/createChainedFunction.js 66% building 612/646 modules 34 active ...les/rc-util/es/createChainedFunction.js 66% building 612/647 modules 35 active ...abel-runtime/core-js/symbol/iterator.js 66% building 612/648 modules 36 active ...s/react-map-gl/dist/esm/utils/assert.js 66% building 613/648 modules 35 active ...s/react-map-gl/dist/esm/utils/assert.js 66% building 613/649 modules 36 active ...m-event-listener/lib/EventBaseObject.js 66% building 613/650 modules 37 active ...act-map-gl/dist/esm/utils/math-utils.js 66% building 614/650 modules 36 active ...act-map-gl/dist/esm/utils/math-utils.js 66% building 615/650 modules 35 active ...act-map-gl/dist/esm/utils/math-utils.js 66% building 616/650 modules 34 active ...act-map-gl/dist/esm/utils/math-utils.js 66% building 617/650 modules 33 active ...act-map-gl/dist/esm/utils/math-utils.js 67% building 618/650 modules 32 active ...act-map-gl/dist/esm/utils/math-utils.js 67% building 619/650 modules 31 active ...act-map-gl/dist/esm/utils/math-utils.js 67% building 619/651 modules 32 active ...les/core-js/library/fn/object/assign.js 67% building 620/651 modules 31 active ...les/core-js/library/fn/object/assign.js 67% building 620/652 modules 32 active ...dir/node_modules/rc-mentions/es/util.js 66% building 620/653 modules 33 active ...l/runtime/helpers/esm/classCallCheck.js 66% building 620/654 modules 34 active ...ap-gl/dist/esm/utils/map-constraints.js 66% building 620/655 modules 35 active ...s/library/fn/object/set-prototype-of.js 66% building 621/655 modules 34 active ...s/library/fn/object/set-prototype-of.js 66% building 621/656 modules 35 active ...les/core-js/library/fn/object/create.js 66% building 621/657 modules 36 active ...ditor-mention/es/utils/getSearchWord.js 66% building 621/658 modules 37 active ...js/library/fn/object/define-property.js 66% building 621/659 modules 38 active .../node_modules/antd/es/checkbox/index.js 66% building 622/659 modules 37 active .../node_modules/antd/es/checkbox/index.js 66% building 622/660 modules 38 active ...editor-mention/es/utils/clearMention.js 66% building 622/661 modules 39 active ..._modules/rc-tree-select/es/propTypes.js 66% building 623/661 modules 38 active ..._modules/rc-tree-select/es/propTypes.js 66% building 624/661 modules 37 active ..._modules/rc-tree-select/es/propTypes.js 66% building 625/661 modules 36 active ..._modules/rc-tree-select/es/propTypes.js 66% building 625/662 modules 37 active ...p-gl/dist/esm/utils/mapboxgl.browser.js 66% building 625/663 modules 38 active .../react-map-gl/dist/esm/mapbox/mapbox.js 66% building 626/663 modules 37 active .../react-map-gl/dist/esm/mapbox/mapbox.js 66% building 626/664 modules 38 active ...ditor-mention/es/utils/insertMention.js 66% building 626/665 modules 39 active ...abel/runtime/helpers/esm/createClass.js 66% building 627/665 modules 38 active ...abel/runtime/helpers/esm/createClass.js 66% building 628/665 modules 37 active ...abel/runtime/helpers/esm/createClass.js 66% building 629/665 modules 36 active ...abel/runtime/helpers/esm/createClass.js 66% building 629/666 modules 37 active .../node_modules/antd/es/dropdown/index.js 66% building 630/666 modules 36 active .../node_modules/antd/es/dropdown/index.js 66% building 631/666 modules 35 active .../node_modules/antd/es/dropdown/index.js 66% building 632/666 modules 34 active .../node_modules/antd/es/dropdown/index.js 67% building 633/666 modules 33 active .../node_modules/antd/es/dropdown/index.js 67% building 634/666 modules 32 active .../node_modules/antd/es/dropdown/index.js 67% building 635/666 modules 31 active .../node_modules/antd/es/dropdown/index.js 67% building 636/666 modules 30 active .../node_modules/antd/es/dropdown/index.js 67% building 637/666 modules 29 active .../node_modules/antd/es/dropdown/index.js 67% building 638/666 modules 28 active .../node_modules/antd/es/dropdown/index.js 67% building 639/666 modules 27 active .../node_modules/antd/es/dropdown/index.js 67% building 639/667 modules 28 active ...rsr/dir/node_modules/rc-menu/es/util.js 67% building 639/668 modules 29 active ...rsr/dir/node_modules/warning/warning.js 67% building 640/668 modules 28 active ...rsr/dir/node_modules/warning/warning.js 67% building 641/668 modules 27 active ...rsr/dir/node_modules/warning/warning.js 67% building 642/668 modules 26 active ...rsr/dir/node_modules/warning/warning.js 67% building 642/669 modules 27 active ...ode_modules/rc-time-picker/es/Select.js 67% building 642/670 modules 28 active ...node_modules/rc-menu/es/SubPopupMenu.js 67% building 642/671 modules 29 active ...modules/recharts/es6/component/Label.js 67% building 642/672 modules 30 active ...echarts/node_modules/lodash/_baseGet.js 67% building 643/672 modules 29 active ...echarts/node_modules/lodash/_baseGet.js 67% building 644/672 modules 28 active ...echarts/node_modules/lodash/_baseGet.js 67% building 645/672 modules 27 active ...echarts/node_modules/lodash/_baseGet.js 67% building 645/673 modules 28 active .../node_modules/lodash/_defineProperty.js 67% building 645/674 modules 29 active ...rts/node_modules/lodash/_baseMatches.js 67% building 646/674 modules 28 active ...rts/node_modules/lodash/_baseMatches.js 67% building 646/675 modules 29 active ...echarts/node_modules/lodash/property.js 67% building 646/676 modules 30 active ...echarts/node_modules/lodash/identity.js 67% building 647/676 modules 29 active ...echarts/node_modules/lodash/identity.js 67% building 647/677 modules 30 active ...echarts/node_modules/lodash/_baseFor.js 67% building 647/678 modules 31 active ...arts/node_modules/lodash/_baseGetTag.js 67% building 648/678 modules 30 active ...arts/node_modules/lodash/_baseGetTag.js 67% building 649/678 modules 29 active ...arts/node_modules/lodash/_baseGetTag.js 67% building 649/679 modules 30 active ..._modules/rc-menu/es/utils/legacyUtil.js 67% building 649/680 modules 31 active ...recharts/node_modules/react-is/index.js 67% building 649/681 modules 32 active ...untime/helpers/esm/arrayWithoutHoles.js 67% building 649/682 modules 33 active ...untime/helpers/esm/nonIterableSpread.js 67% building 650/682 modules 32 active ...untime/helpers/esm/nonIterableSpread.js 67% building 650/683 modules 33 active ...time/core-js/object/get-prototype-of.js 67% building 650/684 modules 34 active ...s/object/get-own-property-descriptor.js 67% building 651/684 modules 33 active ...s/object/get-own-property-descriptor.js 67% building 651/685 modules 34 active .../runtime/helpers/esm/iterableToArray.js 66% building 651/686 modules 35 active ...rts/node_modules/lodash/_baseFlatten.js 67% building 652/686 modules 34 active ...rts/node_modules/lodash/_baseFlatten.js 67% building 653/686 modules 33 active ...rts/node_modules/lodash/_baseFlatten.js 67% building 654/686 modules 32 active ...rts/node_modules/lodash/_baseFlatten.js 67% building 655/686 modules 31 active ...rts/node_modules/lodash/_baseFlatten.js 67% building 656/686 modules 30 active ...rts/node_modules/lodash/_baseFlatten.js 67% building 656/687 modules 31 active ...es/recharts/node_modules/lodash/keys.js 67% building 656/688 modules 32 active .../node_modules/d3-array/src/ascending.js 67% building 657/688 modules 31 active .../node_modules/d3-array/src/ascending.js 67% building 658/688 modules 30 active .../node_modules/d3-array/src/ascending.js 67% building 658/689 modules 31 active ...les/@ant-design/icons-react/es/utils.js 67% building 658/690 modules 32 active ...ules/recharts/node_modules/lodash/eq.js 67% building 658/691 modules 33 active ...echarts/node_modules/lodash/_isIndex.js 67% building 658/692 modules 34 active ...arts/node_modules/lodash/isArrayLike.js 67% building 659/692 modules 33 active ...arts/node_modules/lodash/isArrayLike.js 67% building 660/692 modules 32 active ...arts/node_modules/lodash/isArrayLike.js 67% building 660/693 modules 33 active ...odules/draft-js/lib/ContentBlockNode.js 67% building 661/693 modules 32 active ...odules/draft-js/lib/ContentBlockNode.js 67% building 662/693 modules 31 active ...odules/draft-js/lib/ContentBlockNode.js 67% building 663/693 modules 30 active ...odules/draft-js/lib/ContentBlockNode.js 67% building 664/693 modules 29 active ...odules/draft-js/lib/ContentBlockNode.js 67% building 664/694 modules 30 active ...raft-js/lib/getNextDelimiterBlockKey.js 67% building 664/695 modules 31 active ..._modules/lodash/_baseMatchesProperty.js 67% building 664/696 modules 32 active ...es/recharts/node_modules/lodash/last.js 67% building 664/697 modules 33 active ...harts/node_modules/lodash/isFunction.js 67% building 664/698 modules 34 active .../node_modules/rc-tree-select/es/util.js 67% building 665/698 modules 33 active .../node_modules/rc-tree-select/es/util.js 67% building 665/699 modules 34 active ...odules/core-js/library/fn/array/from.js 67% building 666/699 modules 33 active ...odules/core-js/library/fn/array/from.js 67% building 666/700 modules 34 active ...dir/node_modules/rc-trigger/es/Popup.js 67% building 666/701 modules 35 active ...dir/node_modules/rc-trigger/es/utils.js 67% building 667/701 modules 34 active ...dir/node_modules/rc-trigger/es/utils.js 67% building 668/701 modules 33 active ...dir/node_modules/rc-trigger/es/utils.js 67% building 668/702 modules 34 active ...c-tree-select/es/Popup/MultiplePopup.js 67% building 668/703 modules 35 active .../rc-tree-select/es/Popup/SinglePopup.js 67% building 669/703 modules 34 active .../rc-tree-select/es/Popup/SinglePopup.js 67% building 669/704 modules 35 active ...l/runtime/helpers/esm/arrayWithHoles.js 66% building 669/705 modules 36 active ...s/rc-editor-core/es/EditorCore/index.js 66% building 669/706 modules 37 active .../runtime/helpers/esm/nonIterableRest.js 66% building 669/707 modules 38 active ...ime/helpers/esm/iterableToArrayLimit.js 66% building 670/707 modules 37 active ...ime/helpers/esm/iterableToArrayLimit.js 66% building 671/707 modules 36 active ...ime/helpers/esm/iterableToArrayLimit.js 67% building 672/707 modules 35 active ...ime/helpers/esm/iterableToArrayLimit.js 67% building 673/707 modules 34 active ...ime/helpers/esm/iterableToArrayLimit.js 67% building 673/708 modules 35 active .../dir/node_modules/d3-shape/src/index.js 66% building 673/709 modules 36 active ...r/node_modules/react-smooth/es6/util.js 66% building 673/710 modules 37 active ...ee-select/es/Selector/SingleSelector.js 66% building 673/711 modules 38 active ...arts/node_modules/d3-scale/src/index.js 66% building 673/712 modules 39 active ...ode_modules/recharts-scale/es6/index.js 66% building 674/712 modules 38 active ...ode_modules/recharts-scale/es6/index.js 66% building 675/712 modules 37 active ...ode_modules/recharts-scale/es6/index.js 66% building 675/713 modules 38 active ...p-gl/dist/esm/utils/transition/index.js 66% building 675/714 modules 39 active ...les/viewport-mercator-project/module.js 66% building 675/715 modules 40 active ...les/rc-tree-select/es/Base/BasePopup.js 66% building 675/716 modules 41 active ...es/mjolnir.js/dist/esm/event-manager.js 66% building 676/716 modules 40 active ...es/mjolnir.js/dist/esm/event-manager.js 66% building 676/717 modules 41 active ...odules/react-smooth/es6/configUpdate.js 66% building 676/718 modules 42 active ...node_modules/react-smooth/es6/easing.js 66% building 677/718 modules 41 active ...node_modules/react-smooth/es6/easing.js 66% building 678/718 modules 40 active ...node_modules/react-smooth/es6/easing.js 66% building 679/718 modules 39 active ...node_modules/react-smooth/es6/easing.js 66% building 679/719 modules 40 active ...ules/react-smooth/es6/AnimateManager.js 66% building 680/719 modules 39 active ...ules/react-smooth/es6/AnimateManager.js 66% building 681/719 modules 38 active ...ules/react-smooth/es6/AnimateManager.js 66% building 681/720 modules 39 active .../recharts/node_modules/lodash/_Stack.js 66% building 681/721 modules 40 active ...rts/node_modules/lodash/isTypedArray.js 66% building 681/722 modules 41 active ...echarts/node_modules/lodash/isBuffer.js 66% building 681/723 modules 42 active ...recharts/node_modules/lodash/_getTag.js 66% building 681/724 modules 43 active ...ode_modules/immutable/dist/immutable.js 66% building 682/724 modules 42 active ...ode_modules/immutable/dist/immutable.js 66% building 682/725 modules 43 active ...ts/node_modules/lodash/_equalObjects.js 66% building 682/726 modules 44 active ...arts/node_modules/lodash/_equalByTag.js 66% building 683/726 modules 43 active ...arts/node_modules/lodash/_equalByTag.js 66% building 684/726 modules 42 active ...arts/node_modules/lodash/_equalByTag.js 66% building 684/727 modules 43 active ...rts/node_modules/lodash/_equalArrays.js 66% building 684/728 modules 44 active ...s/es6/component/DefaultLegendContent.js 66% building 684/729 modules 45 active .../recharts/node_modules/lodash/uniqBy.js 66% building 684/730 modules 46 active ...r/dir/node_modules/rc-util/es/Portal.js 66% building 684/731 modules 47 active ...dir/node_modules/d3-array/src/number.js 66% building 685/731 modules 46 active ...dir/node_modules/d3-array/src/number.js 66% building 686/731 modules 45 active ...dir/node_modules/d3-array/src/number.js 66% building 686/732 modules 46 active ...dir/node_modules/internmap/src/index.js 66% building 687/732 modules 45 active ...dir/node_modules/internmap/src/index.js 66% building 688/732 modules 44 active ...dir/node_modules/internmap/src/index.js 66% building 689/732 modules 43 active ...dir/node_modules/internmap/src/index.js 66% building 690/732 modules 42 active ...dir/node_modules/internmap/src/index.js 66% building 690/733 modules 43 active ...r/node_modules/d3-array/src/bisector.js 66% building 691/733 modules 42 active ...r/node_modules/d3-array/src/bisector.js 66% building 691/734 modules 43 active ...e_modules/rc-util/es/ContainerRender.js 66% building 692/734 modules 42 active ...e_modules/rc-util/es/ContainerRender.js 66% building 692/735 modules 43 active ...de_modules/antd/es/checkbox/Checkbox.js 66% building 693/735 modules 42 active ...de_modules/antd/es/checkbox/Checkbox.js 66% building 694/735 modules 41 active ...de_modules/antd/es/checkbox/Checkbox.js 66% building 695/735 modules 40 active ...de_modules/antd/es/checkbox/Checkbox.js 66% building 695/736 modules 41 active ...js/library/modules/es6.object.assign.js 66% building 695/737 modules 42 active ...odules/core-js/library/modules/_core.js 66% building 695/738 modules 43 active .../modules/es6.object.set-prototype-of.js 66% building 695/739 modules 44 active ...js/library/modules/es6.object.create.js 66% building 695/740 modules 45 active ...y/modules/es6.object.define-property.js 66% building 695/741 modules 46 active .../node_modules/antd/es/checkbox/Group.js 66% building 695/742 modules 47 active ...node_modules/rc-util/es/Dom/contains.js 66% building 696/742 modules 46 active ...node_modules/rc-util/es/Dom/contains.js 66% building 697/742 modules 45 active ...node_modules/rc-util/es/Dom/contains.js 66% building 697/743 modules 46 active ...de_modules/antd/es/dropdown/dropdown.js 66% building 697/744 modules 47 active .../dir/node_modules/fbjs/lib/invariant.js 66% building 698/744 modules 46 active .../dir/node_modules/fbjs/lib/invariant.js 66% building 698/745 modules 47 active ...rts/node_modules/eventemitter3/index.js 66% building 698/746 modules 48 active ...les/antd/es/dropdown/dropdown-button.js 66% building 699/746 modules 47 active ...les/antd/es/dropdown/dropdown-button.js 66% building 700/746 modules 46 active ...les/antd/es/dropdown/dropdown-button.js 66% building 701/746 modules 45 active ...les/antd/es/dropdown/dropdown-button.js 66% building 702/746 modules 44 active ...les/antd/es/dropdown/dropdown-button.js 66% building 703/746 modules 43 active ...les/antd/es/dropdown/dropdown-button.js 66% building 704/746 modules 42 active ...les/antd/es/dropdown/dropdown-button.js 66% building 704/747 modules 43 active ...s/core-js/library/fn/symbol/iterator.js 66% building 705/747 modules 42 active ...s/core-js/library/fn/symbol/iterator.js 66% building 706/747 modules 41 active ...s/core-js/library/fn/symbol/iterator.js 66% building 707/747 modules 40 active ...s/core-js/library/fn/symbol/iterator.js 66% building 708/747 modules 39 active ...s/core-js/library/fn/symbol/iterator.js 66% building 709/747 modules 38 active ...s/core-js/library/fn/symbol/iterator.js 67% building 710/747 modules 37 active ...s/core-js/library/fn/symbol/iterator.js 67% building 711/747 modules 36 active ...s/core-js/library/fn/symbol/iterator.js 67% building 712/747 modules 35 active ...s/core-js/library/fn/symbol/iterator.js 67% building 712/748 modules 36 active ...de_modules/rc-menu/es/utils/isMobile.js 67% building 713/748 modules 35 active ...de_modules/rc-menu/es/utils/isMobile.js 67% building 714/748 modules 34 active ...de_modules/rc-menu/es/utils/isMobile.js 67% building 714/749 modules 35 active ...react-is/cjs/react-is.production.min.js 67% building 715/749 modules 34 active ...react-is/cjs/react-is.production.min.js 67% building 716/749 modules 33 active ...react-is/cjs/react-is.production.min.js 67% building 716/750 modules 34 active ...ct-map-gl/dist/esm/utils/style-utils.js 67% building 717/750 modules 33 active ...ct-map-gl/dist/esm/utils/style-utils.js 67% building 718/750 modules 32 active ...ct-map-gl/dist/esm/utils/style-utils.js 67% building 719/750 modules 31 active ...ct-map-gl/dist/esm/utils/style-utils.js 67% building 720/750 modules 30 active ...ct-map-gl/dist/esm/utils/style-utils.js 67% building 720/751 modules 31 active .../react-map-gl/dist/esm/utils/globals.js 67% building 720/752 modules 32 active ...ir/node_modules/mini-store/lib/index.js 67% building 720/753 modules 33 active ...charts/node_modules/lodash/_castPath.js 67% building 721/753 modules 32 active ...charts/node_modules/lodash/_castPath.js 67% building 722/753 modules 31 active ...charts/node_modules/lodash/_castPath.js 67% building 722/754 modules 32 active ...harts/node_modules/lodash/_getNative.js 67% building 722/755 modules 33 active ...rts/node_modules/lodash/_baseIsMatch.js 67% building 723/755 modules 32 active ...rts/node_modules/lodash/_baseIsMatch.js 67% building 723/756 modules 33 active ...ts/node_modules/lodash/_baseProperty.js 67% building 723/757 modules 34 active .../recharts/node_modules/lodash/_toKey.js 67% building 723/758 modules 35 active .../recharts/node_modules/lodash/_isKey.js 67% building 723/759 modules 36 active ...s/node_modules/lodash/_createBaseFor.js 67% building 723/760 modules 37 active ...sr/dir/node_modules/rc-tree/es/index.js 67% building 723/761 modules 38 active ...recharts/node_modules/lodash/_Symbol.js 67% building 724/761 modules 37 active ...recharts/node_modules/lodash/_Symbol.js 67% building 724/762 modules 38 active .../node_modules/lodash/_objectToString.js 67% building 725/762 modules 37 active .../node_modules/lodash/_objectToString.js 67% building 726/762 modules 36 active .../node_modules/lodash/_objectToString.js 67% building 727/762 modules 35 active .../node_modules/lodash/_objectToString.js 67% building 728/762 modules 34 active .../node_modules/lodash/_objectToString.js 67% building 728/763 modules 35 active ...harts/node_modules/lodash/_getRawTag.js 67% building 728/764 modules 36 active ...ode_modules/lodash/_basePropertyDeep.js 67% building 728/765 modules 37 active ...de_modules/setimmediate/setImmediate.js 67% building 728/766 modules 38 active ...ules/lodash/_matchesStrictComparable.js 67% building 729/766 modules 37 active ...ules/lodash/_matchesStrictComparable.js 67% building 729/767 modules 38 active .../dir/node_modules/rc-menu/es/DOMWrap.js 67% building 730/767 modules 37 active .../dir/node_modules/rc-menu/es/DOMWrap.js 67% building 730/768 modules 38 active ...harts/node_modules/lodash/_arrayPush.js 67% building 731/768 modules 37 active ...harts/node_modules/lodash/_arrayPush.js 67% building 732/768 modules 36 active ...harts/node_modules/lodash/_arrayPush.js 67% building 732/769 modules 37 active ...s/node_modules/lodash/_arrayLikeKeys.js 67% building 732/770 modules 38 active ...charts/node_modules/lodash/_baseKeys.js 66% building 732/771 modules 39 active ...s/node_modules/lodash/_isFlattenable.js 66% building 732/772 modules 40 active ...ts/node_modules/lodash/_getMatchData.js 66% building 732/773 modules 41 active ...r/node_modules/rmc-feedback/es/index.js 66% building 732/774 modules 42 active .../rc-tree-select/es/Base/BaseSelector.js 66% building 732/775 modules 43 active ...echarts/node_modules/lodash/isLength.js 66% building 733/775 modules 42 active ...echarts/node_modules/lodash/isLength.js 66% building 734/775 modules 41 active ...echarts/node_modules/lodash/isLength.js 66% building 735/775 modules 40 active ...echarts/node_modules/lodash/isLength.js 66% building 736/775 modules 39 active ...echarts/node_modules/lodash/isLength.js 67% building 737/775 modules 38 active ...echarts/node_modules/lodash/isLength.js 67% building 738/775 modules 37 active ...echarts/node_modules/lodash/isLength.js 67% building 738/776 modules 38 active ...modules/recharts/es6/util/PolarUtils.js 66% building 738/777 modules 39 active ...dules/draft-js/lib/CharacterMetadata.js 66% building 738/778 modules 40 active ...sr/dir/node_modules/d3-shape/src/arc.js 66% building 738/779 modules 41 active ...t/es/Selector/MultipleSelector/index.js 66% building 738/780 modules 42 active ...harts/node_modules/d3-scale/src/band.js 66% building 739/780 modules 41 active ...harts/node_modules/d3-scale/src/band.js 66% building 740/780 modules 40 active ...harts/node_modules/d3-scale/src/band.js 67% building 741/780 modules 39 active ...harts/node_modules/d3-scale/src/band.js 66% building 741/781 modules 40 active ...les/draft-js/lib/findRangesImmutable.js 66% building 741/782 modules 41 active ...e_modules/lodash/_isStrictComparable.js 66% building 741/783 modules 42 active ...s/recharts/node_modules/lodash/hasIn.js 66% building 742/783 modules 41 active ...s/recharts/node_modules/lodash/hasIn.js 66% building 742/784 modules 42 active ...n/object/get-own-property-descriptor.js 66% building 742/785 modules 43 active ...s/library/fn/object/get-prototype-of.js 66% building 742/786 modules 44 active ..._modules/recharts/es6/component/Text.js 66% building 743/786 modules 43 active ..._modules/recharts/es6/component/Text.js 66% building 744/786 modules 42 active ..._modules/recharts/es6/component/Text.js 66% building 744/787 modules 43 active ...e_modules/d3-shape/src/order/reverse.js 66% building 744/788 modules 44 active ...node_modules/d3-shape/src/order/none.js 66% building 744/789 modules 45 active ...modules/d3-shape/src/order/insideOut.js 66% building 744/790 modules 46 active .../library/modules/es6.string.iterator.js 66% building 745/790 modules 45 active .../library/modules/es6.string.iterator.js 66% building 746/790 modules 44 active .../library/modules/es6.string.iterator.js 66% building 746/791 modules 45 active ...re-js/library/modules/es6.array.from.js 66% building 747/791 modules 44 active ...re-js/library/modules/es6.array.from.js 66% building 748/791 modules 43 active ...re-js/library/modules/es6.array.from.js 66% building 749/791 modules 42 active ...re-js/library/modules/es6.array.from.js 66% building 750/791 modules 41 active ...re-js/library/modules/es6.array.from.js 66% building 751/791 modules 40 active ...re-js/library/modules/es6.array.from.js 66% building 751/792 modules 41 active ...odules/rc-tree-select/es/SearchInput.js 66% building 752/792 modules 40 active ...odules/rc-tree-select/es/SearchInput.js 67% building 753/792 modules 39 active ...odules/rc-tree-select/es/SearchInput.js 67% building 754/792 modules 38 active ...odules/rc-tree-select/es/SearchInput.js 67% building 755/792 modules 37 active ...odules/rc-tree-select/es/SearchInput.js 67% building 756/792 modules 36 active ...odules/rc-tree-select/es/SearchInput.js 67% building 756/793 modules 37 active ..._modules/@turf/helpers/dist/es/index.js 67% building 756/794 modules 38 active ...recharts-scale/es6/getNiceTickValues.js 67% building 757/794 modules 37 active ...recharts-scale/es6/getNiceTickValues.js 67% building 758/794 modules 36 active ...recharts-scale/es6/getNiceTickValues.js 67% building 759/794 modules 35 active ...recharts-scale/es6/getNiceTickValues.js 67% building 759/795 modules 36 active ...s/transition/transition-interpolator.js 67% building 759/796 modules 37 active ...utils/transition/linear-interpolator.js 67% building 760/796 modules 36 active ...utils/transition/linear-interpolator.js 67% building 760/797 modules 37 active ..._modules/rc-trigger/es/LazyRenderBox.js 67% building 761/797 modules 36 active ..._modules/rc-trigger/es/LazyRenderBox.js 67% building 762/797 modules 35 active ..._modules/rc-trigger/es/LazyRenderBox.js 67% building 762/798 modules 36 active ...dules/react-smooth/es6/setRafTimeout.js 67% building 762/799 modules 37 active ...modules/fast-equals/dist/fast-equals.js 67% building 763/799 modules 36 active ...modules/fast-equals/dist/fast-equals.js 67% building 763/800 modules 37 active ...harts/node_modules/lodash/_ListCache.js 67% building 763/801 modules 38 active ...ode_modules/lodash/_baseIsTypedArray.js 67% building 763/802 modules 39 active ...s/recharts/node_modules/lodash/_root.js 67% building 763/803 modules 40 active ...charts/node_modules/lodash/_DataView.js 66% building 763/804 modules 41 active ...charts/node_modules/lodash/_toSource.js 67% building 764/804 modules 40 active ...charts/node_modules/lodash/_toSource.js 66% building 764/805 modules 41 active ...echarts/node_modules/lodash/_WeakMap.js 66% building 764/806 modules 42 active ...es/recharts/node_modules/lodash/_Set.js 66% building 764/807 modules 43 active ...echarts/node_modules/lodash/_Promise.js 66% building 764/808 modules 44 active ...arts/node_modules/lodash/_getAllKeys.js 66% building 765/808 modules 43 active ...arts/node_modules/lodash/_getAllKeys.js 66% building 765/809 modules 44 active ...charts/node_modules/lodash/_SetCache.js 66% building 765/810 modules 45 active ...charts/node_modules/lodash/_cacheHas.js 66% building 765/811 modules 46 active ...harts/node_modules/lodash/_arraySome.js 66% building 765/812 modules 47 active ...arts/node_modules/lodash/_setToArray.js 66% building 765/813 modules 48 active ...arts/node_modules/lodash/_mapToArray.js 66% building 765/814 modules 49 active ...arts/node_modules/lodash/_Uint8Array.js 66% building 765/815 modules 50 active ...charts/node_modules/lodash/_baseUniq.js 66% building 765/816 modules 51 active ...es/recharts/node_modules/lodash/_Map.js 66% building 765/817 modules 52 active ...charts/node_modules/lodash/stubFalse.js 66% building 766/817 modules 51 active ...charts/node_modules/lodash/stubFalse.js 66% building 767/817 modules 50 active ...charts/node_modules/lodash/stubFalse.js 66% building 768/817 modules 49 active ...charts/node_modules/lodash/stubFalse.js 66% building 769/817 modules 48 active ...charts/node_modules/lodash/stubFalse.js 66% building 770/817 modules 47 active ...charts/node_modules/lodash/stubFalse.js 66% building 771/817 modules 46 active ...charts/node_modules/lodash/stubFalse.js 66% building 772/817 modules 45 active ...charts/node_modules/lodash/stubFalse.js 66% building 773/817 modules 44 active ...charts/node_modules/lodash/stubFalse.js 66% building 773/818 modules 45 active ...ore/es/EditorCore/customHTML2Content.js 66% building 774/818 modules 44 active ...ore/es/EditorCore/customHTML2Content.js 66% building 775/818 modules 43 active ...ore/es/EditorCore/customHTML2Content.js 66% building 775/819 modules 44 active ...e_modules/recharts/es6/shape/Symbols.js 66% building 775/820 modules 45 active ...nir.js/dist/esm/utils/hammer.browser.js 66% building 775/821 modules 46 active ...ditor-core/es/EditorCore/ConfigStore.js 66% building 776/821 modules 45 active ...ditor-core/es/EditorCore/ConfigStore.js 66% building 777/821 modules 44 active ...ditor-core/es/EditorCore/ConfigStore.js 66% building 777/822 modules 45 active ...ules/core-js/library/modules/_export.js 66% building 777/823 modules 46 active ...re-js/library/modules/_object-assign.js 66% building 778/823 modules 45 active ...re-js/library/modules/_object-assign.js 66% building 779/823 modules 44 active ...re-js/library/modules/_object-assign.js 66% building 780/823 modules 43 active ...re-js/library/modules/_object-assign.js 66% building 781/823 modules 42 active ...re-js/library/modules/_object-assign.js 66% building 781/824 modules 43 active ...s/core-js/library/modules/_object-dp.js 66% building 782/824 modules 42 active ...s/core-js/library/modules/_object-dp.js 66% building 782/825 modules 43 active ...core-js/library/modules/_descriptors.js 66% building 782/826 modules 44 active ...rsr/dir/node_modules/rc-tree/es/util.js 66% building 783/826 modules 43 active ...rsr/dir/node_modules/rc-tree/es/util.js 66% building 784/826 modules 42 active ...rsr/dir/node_modules/rc-tree/es/util.js 67% building 785/826 modules 41 active ...rsr/dir/node_modules/rc-tree/es/util.js 67% building 786/826 modules 40 active ...rsr/dir/node_modules/rc-tree/es/util.js 67% building 787/826 modules 39 active ...rsr/dir/node_modules/rc-tree/es/util.js 67% building 787/827 modules 40 active ...core/es/EditorCore/export/exportText.js 67% building 787/828 modules 41 active ...or-core/es/EditorCore/export/getHTML.js 67% building 788/828 modules 40 active ...or-core/es/EditorCore/export/getHTML.js 67% building 789/828 modules 39 active ...or-core/es/EditorCore/export/getHTML.js 67% building 790/828 modules 38 active ...or-core/es/EditorCore/export/getHTML.js 67% building 790/829 modules 39 active ...les/core-js/library/modules/_wks-ext.js 67% building 791/829 modules 38 active ...les/core-js/library/modules/_wks-ext.js 67% building 791/830 modules 39 active ...-js/library/modules/web.dom.iterable.js 67% building 792/830 modules 38 active ...-js/library/modules/web.dom.iterable.js 67% building 792/831 modules 39 active ...re-js/library/modules/_object-create.js 67% building 792/832 modules 40 active ...s/core-js/library/modules/_set-proto.js 67% building 792/833 modules 41 active ...charts/node_modules/lodash/_nodeUtil.js 66% building 792/834 modules 42 active ...harts/node_modules/lodash/_baseUnary.js 67% building 793/834 modules 41 active ...harts/node_modules/lodash/_baseUnary.js 67% building 794/834 modules 40 active ...harts/node_modules/lodash/_baseUnary.js 67% building 794/835 modules 41 active ...charts/node_modules/lodash/_stackSet.js 66% building 794/836 modules 42 active ...charts/node_modules/lodash/_stackHas.js 67% building 795/836 modules 41 active ...charts/node_modules/lodash/_stackHas.js 67% building 796/836 modules 40 active ...charts/node_modules/lodash/_stackHas.js 67% building 797/836 modules 39 active ...charts/node_modules/lodash/_stackHas.js 67% building 798/836 modules 38 active ...charts/node_modules/lodash/_stackHas.js 67% building 798/837 modules 39 active ...charts/node_modules/lodash/_stackGet.js 67% building 799/837 modules 38 active ...charts/node_modules/lodash/_stackGet.js 67% building 799/838 modules 39 active ...ir/node_modules/rc-util/es/Dom/class.js 67% building 799/839 modules 40 active ...node_modules/mini-store/lib/Provider.js 67% building 800/839 modules 39 active ...node_modules/mini-store/lib/Provider.js 67% building 801/839 modules 38 active ...node_modules/mini-store/lib/Provider.js 67% building 802/839 modules 37 active ...node_modules/mini-store/lib/Provider.js 67% building 802/840 modules 38 active ...echarts/node_modules/lodash/toString.js 67% building 803/840 modules 37 active ...echarts/node_modules/lodash/toString.js 67% building 803/841 modules 38 active ...ts/node_modules/lodash/_baseIsNative.js 67% building 804/841 modules 37 active ...ts/node_modules/lodash/_baseIsNative.js 67% building 804/842 modules 38 active ...charts/node_modules/lodash/_getValue.js 67% building 804/843 modules 39 active ...ts/node_modules/lodash/_stringToPath.js 67% building 804/844 modules 40 active ...echarts/node_modules/lodash/isSymbol.js 67% building 805/844 modules 39 active ...echarts/node_modules/lodash/isSymbol.js 67% building 806/844 modules 38 active ...echarts/node_modules/lodash/isSymbol.js 67% building 807/844 modules 37 active ...echarts/node_modules/lodash/isSymbol.js 67% building 808/844 modules 36 active ...echarts/node_modules/lodash/isSymbol.js 67% building 808/845 modules 37 active ...r/node_modules/mini-store/lib/create.js 67% building 809/845 modules 36 active ...r/node_modules/mini-store/lib/create.js 67% building 810/845 modules 35 active ...r/node_modules/mini-store/lib/create.js 67% building 811/845 modules 34 active ...r/node_modules/mini-store/lib/create.js 67% building 812/845 modules 33 active ...r/node_modules/mini-store/lib/create.js 67% building 813/845 modules 32 active ...r/node_modules/mini-store/lib/create.js 67% building 813/846 modules 33 active .../node_modules/mini-store/lib/connect.js 67% building 813/847 modules 34 active ...rsr/dir/node_modules/rc-tree/es/Tree.js 67% building 813/848 modules 35 active ...dir/node_modules/rc-tree/es/TreeNode.js 67% building 813/849 modules 36 active ...rts/node_modules/lodash/_stackDelete.js 67% building 814/849 modules 35 active ...rts/node_modules/lodash/_stackDelete.js 67% building 814/850 modules 36 active ...ts/node_modules/d3-scale/src/ordinal.js 67% building 814/851 modules 37 active ...harts/node_modules/d3-scale/src/init.js 67% building 814/852 modules 38 active ...arts/node_modules/lodash/_stackClear.js 67% building 814/853 modules 39 active ...ode_modules/rc-trigger/es/PopupInner.js 67% building 815/853 modules 38 active ...ode_modules/rc-trigger/es/PopupInner.js 67% building 815/854 modules 39 active ...r/dir/node_modules/d3-shape/src/math.js 67% building 815/855 modules 40 active ...odules/d3-shape/src/order/appearance.js 67% building 815/856 modules 41 active ...r/node_modules/d3-shape/src/constant.js 67% building 816/856 modules 40 active ...r/node_modules/d3-shape/src/constant.js 67% building 816/857 modules 41 active ...modules/d3-shape/src/order/ascending.js 67% building 817/857 modules 40 active ...modules/d3-shape/src/order/ascending.js 67% building 818/857 modules 39 active ...modules/d3-shape/src/order/ascending.js 67% building 818/858 modules 40 active ...harts/node_modules/lodash/_baseTimes.js 67% building 819/858 modules 39 active ...harts/node_modules/lodash/_baseTimes.js 67% building 819/859 modules 40 active ...rts/node_modules/lodash/_isPrototype.js 67% building 819/860 modules 41 active ...arts/node_modules/lodash/isArguments.js 67% building 819/861 modules 42 active ...arts/node_modules/lodash/_nativeKeys.js 67% building 819/862 modules 43 active ...odules/rmc-feedback/es/TouchFeedback.js 66% building 819/863 modules 44 active ...modules/@ant-design/colors/lib/index.js 67% building 820/863 modules 43 active ...modules/@ant-design/colors/lib/index.js 67% building 821/863 modules 42 active ...modules/@ant-design/colors/lib/index.js 67% building 822/863 modules 41 active ...modules/@ant-design/colors/lib/index.js 67% building 823/863 modules 40 active ...modules/@ant-design/colors/lib/index.js 67% building 823/864 modules 41 active .../dir/node_modules/rc-menu/es/SubMenu.js 67% building 823/865 modules 42 active ...ode_modules/mapbox-gl/dist/mapbox-gl.js 67% building 824/865 modules 41 active ...ode_modules/mapbox-gl/dist/mapbox-gl.js 67% building 825/865 modules 40 active ...ode_modules/mapbox-gl/dist/mapbox-gl.js 67% building 825/866 modules 41 active ...lector/MultipleSelector/SelectorList.js 67% building 825/867 modules 42 active ...nsition/viewport-fly-to-interpolator.js 67% building 825/868 modules 43 active ...harts/node_modules/lodash/_baseHasIn.js 66% building 825/869 modules 44 active ...6.object.get-own-property-descriptor.js 66% building 825/870 modules 45 active .../modules/es6.object.get-prototype-of.js 66% building 825/871 modules 46 active ...echarts/node_modules/lodash/_hasPath.js 66% building 826/871 modules 45 active ...echarts/node_modules/lodash/_hasPath.js 66% building 826/872 modules 46 active ...odules/mjolnir.js/dist/esm/constants.js 66% building 826/873 modules 47 active ...s/core-js/library/modules/_string-at.js 66% building 827/873 modules 46 active ...s/core-js/library/modules/_string-at.js 66% building 828/873 modules 45 active ...s/core-js/library/modules/_string-at.js 66% building 829/873 modules 44 active ...s/core-js/library/modules/_string-at.js 67% building 830/873 modules 43 active ...s/core-js/library/modules/_string-at.js 67% building 831/873 modules 42 active ...s/core-js/library/modules/_string-at.js 67% building 832/873 modules 41 active ...s/core-js/library/modules/_string-at.js 67% building 832/874 modules 42 active ...modules/core-js/library/modules/_ctx.js 67% building 833/874 modules 41 active ...modules/core-js/library/modules/_ctx.js 67% building 834/874 modules 40 active ...modules/core-js/library/modules/_ctx.js 67% building 835/874 modules 39 active ...modules/core-js/library/modules/_ctx.js 67% building 835/875 modules 40 active ...e_modules/recharts/es6/util/DOMUtils.js 67% building 835/876 modules 41 active ...core-js/library/modules/_iter-detect.js 67% building 836/876 modules 40 active ...core-js/library/modules/_iter-detect.js 67% building 837/876 modules 39 active ...core-js/library/modules/_iter-detect.js 67% building 838/876 modules 38 active ...core-js/library/modules/_iter-detect.js 67% building 838/877 modules 39 active ...ary/modules/core.get-iterator-method.js 67% building 839/877 modules 38 active ...ary/modules/core.get-iterator-method.js 67% building 840/877 modules 37 active ...ary/modules/core.get-iterator-method.js 67% building 841/877 modules 36 active ...ary/modules/core.get-iterator-method.js 67% building 842/877 modules 35 active ...ary/modules/core.get-iterator-method.js 67% building 843/877 modules 34 active ...ary/modules/core.get-iterator-method.js 67% building 844/877 modules 33 active ...ary/modules/core.get-iterator-method.js 67% building 844/878 modules 34 active ...sm/utils/transition/transition-utils.js 67% building 845/878 modules 33 active ...sm/utils/transition/transition-utils.js 67% building 846/878 modules 32 active ...sm/utils/transition/transition-utils.js 67% building 847/878 modules 31 active ...sm/utils/transition/transition-utils.js 67% building 848/878 modules 30 active ...sm/utils/transition/transition-utils.js 67% building 848/879 modules 31 active .../node_modules/lodash/_listCacheClear.js 67% building 848/880 modules 32 active ...ts/node_modules/lodash/_listCacheSet.js 67% building 848/881 modules 33 active ...arts/node_modules/lodash/_freeGlobal.js 67% building 849/881 modules 32 active ...arts/node_modules/lodash/_freeGlobal.js 67% building 849/882 modules 33 active ...ts/node_modules/lodash/_listCacheHas.js 67% building 849/883 modules 34 active ...ts/node_modules/lodash/_listCacheGet.js 67% building 849/884 modules 35 active ...node_modules/lodash/_listCacheDelete.js 67% building 849/885 modules 36 active ...ics/dist/hoist-non-react-statics.cjs.js 67% building 849/886 modules 37 active .../node_modules/lodash/_baseGetAllKeys.js 67% building 849/887 modules 38 active ...charts/node_modules/lodash/_MapCache.js 67% building 849/888 modules 39 active ...rts/node_modules/lodash/_setCacheHas.js 67% building 849/889 modules 40 active ...rts/node_modules/lodash/_setCacheAdd.js 67% building 849/890 modules 41 active ...arts/node_modules/lodash/_getSymbols.js 67% building 850/890 modules 40 active ...arts/node_modules/lodash/_getSymbols.js 67% building 851/890 modules 39 active ...arts/node_modules/lodash/_getSymbols.js 67% building 852/890 modules 38 active ...arts/node_modules/lodash/_getSymbols.js 67% building 853/890 modules 37 active ...arts/node_modules/lodash/_getSymbols.js 67% building 853/891 modules 38 active ...@math.gl/web-mercator/dist/esm/index.js 67% building 853/892 modules 39 active ...harts/node_modules/lodash/_createSet.js 67% building 853/893 modules 40 active ...de_modules/lodash/_arrayIncludesWith.js 67% building 853/894 modules 41 active ...s/node_modules/lodash/_arrayIncludes.js 67% building 853/895 modules 42 active ...-js/library/modules/_create-property.js 67% building 853/896 modules 43 active ...s/core-js/library/modules/_to-length.js 67% building 853/897 modules 44 active ...re-js/library/modules/_is-array-iter.js 66% building 853/898 modules 45 active ...s/core-js/library/modules/_iter-call.js 67% building 854/898 modules 44 active ...s/core-js/library/modules/_iter-call.js 67% building 855/898 modules 43 active ...s/core-js/library/modules/_iter-call.js 67% building 856/898 modules 42 active ...s/core-js/library/modules/_iter-call.js 67% building 857/898 modules 41 active ...s/core-js/library/modules/_iter-call.js 67% building 858/898 modules 40 active ...s/core-js/library/modules/_iter-call.js 67% building 859/898 modules 39 active ...s/core-js/library/modules/_iter-call.js 67% building 859/899 modules 40 active ...s/core-js/library/modules/_to-object.js 67% building 859/900 modules 41 active .../rsr/dir/node_modules/lodash/toArray.js 67% building 859/901 modules 42 active ...core-js/library/modules/_iter-define.js 67% building 859/902 modules 43 active ...harts/node_modules/lodash/upperFirst.js 67% building 859/903 modules 44 active ...s/recharts-scale/es6/util/arithmetic.js 67% building 859/904 modules 45 active ...odules/recharts-scale/es6/util/utils.js 66% building 859/905 modules 46 active ...r.js/dist/esm/utils/hammer-overrides.js 66% building 859/906 modules 47 active ...ir.js/dist/esm/utils/event-registrar.js 66% building 860/906 modules 46 active ...ir.js/dist/esm/utils/event-registrar.js 66% building 860/907 modules 47 active ...ules/rc-editor-core/es/Toolbar/index.js 66% building 860/908 modules 48 active ...ules/core-js/library/modules/_global.js 66% building 860/909 modules 49 active ...dules/core-js/library/modules/_fails.js 66% building 861/909 modules 48 active ...dules/core-js/library/modules/_fails.js 66% building 862/909 modules 47 active ...dules/core-js/library/modules/_fails.js 66% building 863/909 modules 46 active ...dules/core-js/library/modules/_fails.js 67% building 864/909 modules 45 active ...dules/core-js/library/modules/_fails.js 67% building 865/909 modules 44 active ...dules/core-js/library/modules/_fails.js 67% building 865/910 modules 45 active ...s/core-js/library/modules/_an-object.js 66% building 865/911 modules 46 active ...l/runtime/helpers/esm/getPrototypeOf.js 66% building 865/912 modules 47 active ...elpers/esm/possibleConstructorReturn.js 66% building 865/913 modules 48 active .../@babel/runtime/helpers/esm/inherits.js 66% building 866/913 modules 47 active .../@babel/runtime/helpers/esm/inherits.js 66% building 867/913 modules 46 active .../@babel/runtime/helpers/esm/inherits.js 67% building 868/913 modules 45 active .../@babel/runtime/helpers/esm/inherits.js 66% building 868/914 modules 46 active ...ore-js/library/modules/_to-primitive.js 67% building 869/914 modules 45 active ...ore-js/library/modules/_to-primitive.js 67% building 870/914 modules 44 active ...ore-js/library/modules/_to-primitive.js 67% building 871/914 modules 43 active ...ore-js/library/modules/_to-primitive.js 67% building 872/914 modules 42 active ...ore-js/library/modules/_to-primitive.js 67% building 873/914 modules 41 active ...ore-js/library/modules/_to-primitive.js 67% building 874/914 modules 40 active ...ore-js/library/modules/_to-primitive.js 67% building 875/914 modules 39 active ...ore-js/library/modules/_to-primitive.js 67% building 875/915 modules 40 active ...modules/core-js/library/modules/_wks.js 67% building 875/916 modules 41 active ...s/library/modules/es6.array.iterator.js 67% building 875/917 modules 42 active ...s/core-js/library/modules/_is-object.js 67% building 875/918 modules 43 active ...core-js/library/modules/_object-gopd.js 67% building 876/918 modules 42 active ...core-js/library/modules/_object-gopd.js 67% building 877/918 modules 41 active ...core-js/library/modules/_object-gopd.js 67% building 878/918 modules 40 active ...core-js/library/modules/_object-gopd.js 67% building 879/918 modules 39 active ...core-js/library/modules/_object-gopd.js 67% building 880/918 modules 38 active ...core-js/library/modules/_object-gopd.js 67% building 880/919 modules 39 active ...odules/core-js/library/modules/_html.js 67% building 881/919 modules 38 active ...odules/core-js/library/modules/_html.js 67% building 881/920 modules 39 active .../core-js/library/modules/_dom-create.js 67% building 882/920 modules 38 active .../core-js/library/modules/_dom-create.js 67% building 883/920 modules 37 active .../core-js/library/modules/_dom-create.js 67% building 883/921 modules 38 active ...ts/node_modules/lodash/_baseToString.js 67% building 884/921 modules 37 active ...ts/node_modules/lodash/_baseToString.js 67% building 884/922 modules 38 active ...ode_modules/mini-store/lib/PropTypes.js 67% building 884/923 modules 39 active .../core-js/library/modules/_shared-key.js 67% building 884/924 modules 40 active ...charts/node_modules/lodash/_isMasked.js 67% building 885/924 modules 39 active ...charts/node_modules/lodash/_isMasked.js 67% building 885/925 modules 40 active ...re-js/library/modules/_enum-bug-keys.js 67% building 885/926 modules 41 active ...s/node_modules/lodash/_memoizeCapped.js 67% building 885/927 modules 42 active .../core-js/library/modules/_object-dps.js 67% building 886/927 modules 41 active .../core-js/library/modules/_object-dps.js 67% building 887/927 modules 40 active .../core-js/library/modules/_object-dps.js 67% building 888/927 modules 39 active .../core-js/library/modules/_object-dps.js 67% building 889/927 modules 38 active .../core-js/library/modules/_object-dps.js 67% building 890/927 modules 37 active .../core-js/library/modules/_object-dps.js 67% building 891/927 modules 36 active .../core-js/library/modules/_object-dps.js 67% building 892/927 modules 35 active .../core-js/library/modules/_object-dps.js 67% building 893/927 modules 34 active .../core-js/library/modules/_object-dps.js 67% building 894/927 modules 33 active .../core-js/library/modules/_object-dps.js 67% building 895/927 modules 32 active .../core-js/library/modules/_object-dps.js 67% building 896/927 modules 31 active .../core-js/library/modules/_object-dps.js 68% building 897/927 modules 30 active .../core-js/library/modules/_object-dps.js 67% building 897/928 modules 31 active ...node_modules/d3-scale/src/tickFormat.js 67% building 897/929 modules 32 active ...s/core-js/library/modules/_iterators.js 67% building 897/930 modules 33 active ...odules/core-js/library/modules/_hide.js 67% building 897/931 modules 34 active ...e-js/library/modules/_ie8-dom-define.js 67% building 897/932 modules 35 active ...s/EditorCore/export/isUnitlessNumber.js 67% building 897/933 modules 36 active ...les/core-js/library/modules/_iobject.js 67% building 898/933 modules 35 active ...les/core-js/library/modules/_iobject.js 67% building 898/934 modules 36 active .../core-js/library/modules/_object-pie.js 67% building 898/935 modules 37 active ...core-js/library/modules/_object-gops.js 67% building 898/936 modules 38 active ...core-js/library/modules/_object-keys.js 67% building 898/937 modules 39 active ...modules/core-js/library/modules/_has.js 67% building 899/937 modules 38 active ...modules/core-js/library/modules/_has.js 67% building 899/938 modules 39 active .../node_modules/d3-scale/src/diverging.js 67% building 900/938 modules 38 active .../node_modules/d3-scale/src/diverging.js 67% building 901/938 modules 37 active .../node_modules/d3-scale/src/diverging.js 67% building 902/938 modules 36 active .../node_modules/d3-scale/src/diverging.js 67% building 903/938 modules 35 active .../node_modules/d3-scale/src/diverging.js 67% building 903/939 modules 36 active ...node_modules/lodash/_baseIsArguments.js 67% building 904/939 modules 35 active ...node_modules/lodash/_baseIsArguments.js 67% building 904/940 modules 36 active ...echarts/node_modules/lodash/_overArg.js 67% building 904/941 modules 37 active ...ir/node_modules/rc-dropdown/es/index.js 67% building 904/942 modules 38 active ...ules/@ant-design/colors/lib/generate.js 67% building 905/942 modules 37 active ...ules/@ant-design/colors/lib/generate.js 67% building 906/942 modules 36 active ...ules/@ant-design/colors/lib/generate.js 67% building 907/942 modules 35 active ...ules/@ant-design/colors/lib/generate.js 67% building 908/942 modules 34 active ...ules/@ant-design/colors/lib/generate.js 67% building 908/943 modules 35 active ...ules/d3-scale/src/sequentialQuantile.js 67% building 908/944 modules 36 active ...erver-shim/dist/mutationobserver.min.js 67% building 909/944 modules 35 active ...erver-shim/dist/mutationobserver.min.js 67% building 910/944 modules 34 active ...erver-shim/dist/mutationobserver.min.js 67% building 911/944 modules 33 active ...erver-shim/dist/mutationobserver.min.js 67% building 911/945 modules 34 active ...arts/node_modules/d3-array/src/index.js 67% building 912/945 modules 33 active ...arts/node_modules/d3-array/src/index.js 67% building 912/946 modules 34 active ...js/dist/esm/inputs/contextmenu-input.js 67% building 912/947 modules 35 active ...mjolnir.js/dist/esm/inputs/key-input.js 67% building 912/948 modules 36 active ...jolnir.js/dist/esm/inputs/move-input.js 67% building 912/949 modules 37 active ...olnir.js/dist/esm/inputs/wheel-input.js 67% building 912/950 modules 38 active .../Selector/MultipleSelector/Selection.js 67% building 912/951 modules 39 active ...node_modules/d3-scale/src/sequential.js 67% building 912/952 modules 40 active ...ts/node_modules/d3-scale/src/utcTime.js 67% building 912/953 modules 41 active ...node_modules/rc-tree/es/contextTypes.js 67% building 912/954 modules 42 active .../core-js/library/modules/_to-iobject.js 67% building 912/955 modules 43 active .../core-js/library/modules/_object-sap.js 67% building 912/956 modules 44 active ...harts/node_modules/d3-scale/src/time.js 67% building 912/957 modules 45 active .../node_modules/d3-scale/src/threshold.js 67% building 912/958 modules 46 active .../core-js/library/modules/_object-gpo.js 67% building 912/959 modules 47 active ...r/node_modules/rc-animate/es/Animate.js 67% building 912/960 modules 48 active ...node_modules/rc-animate/es/CSSMotion.js 66% building 912/961 modules 49 active ...rsr/dir/node_modules/lodash/isString.js 66% building 912/962 modules 50 active ...s/node_modules/d3-scale/src/quantize.js 66% building 912/963 modules 51 active ...s/node_modules/d3-scale/src/quantile.js 66% building 912/964 modules 52 active ...me/helpers/esm/assertThisInitialized.js 66% building 912/965 modules 53 active ...r/dir/node_modules/rc-align/es/index.js 66% building 912/966 modules 54 active ...rts/node_modules/d3-scale/src/radial.js 66% building 912/967 modules 55 active ...r/dir/node_modules/d3-path/src/index.js 66% building 912/968 modules 56 active .../core-js/library/modules/_to-integer.js 66% building 913/968 modules 55 active .../core-js/library/modules/_to-integer.js 66% building 914/968 modules 54 active .../core-js/library/modules/_to-integer.js 66% building 915/968 modules 53 active .../core-js/library/modules/_to-integer.js 66% building 916/968 modules 52 active .../core-js/library/modules/_to-integer.js 66% building 916/969 modules 53 active .../core-js/library/modules/_a-function.js 66% building 917/969 modules 52 active .../core-js/library/modules/_a-function.js 66% building 917/970 modules 53 active ...les/core-js/library/modules/_defined.js 66% building 917/971 modules 54 active ...e_modules/reduce-css-calc/dist/index.js 66% building 918/971 modules 53 active ...e_modules/reduce-css-calc/dist/index.js 66% building 919/971 modules 52 active ...e_modules/reduce-css-calc/dist/index.js 66% building 920/971 modules 51 active ...e_modules/reduce-css-calc/dist/index.js 66% building 921/971 modules 50 active ...e_modules/reduce-css-calc/dist/index.js 66% building 921/972 modules 51 active ...les/core-js/library/modules/_classof.js 66% building 921/973 modules 52 active ...r/node_modules/rc-menu/es/placements.js 66% building 922/973 modules 51 active ...r/node_modules/rc-menu/es/placements.js 66% building 923/973 modules 50 active ...r/node_modules/rc-menu/es/placements.js 66% building 924/973 modules 49 active ...r/node_modules/rc-menu/es/placements.js 67% building 925/973 modules 48 active ...r/node_modules/rc-menu/es/placements.js 66% building 925/974 modules 49 active ...ode_modules/decimal.js-light/decimal.js 67% building 926/974 modules 48 active ...ode_modules/decimal.js-light/decimal.js 67% building 927/974 modules 47 active ...ode_modules/decimal.js-light/decimal.js 67% building 927/975 modules 48 active ...ts/node_modules/lodash/_assocIndexOf.js 67% building 928/975 modules 47 active ...ts/node_modules/lodash/_assocIndexOf.js 67% building 929/975 modules 46 active ...ts/node_modules/lodash/_assocIndexOf.js 67% building 930/975 modules 45 active ...ts/node_modules/lodash/_assocIndexOf.js 67% building 931/975 modules 44 active ...ts/node_modules/lodash/_assocIndexOf.js 67% building 931/976 modules 45 active ...s/node_modules/lodash/_mapCacheClear.js 67% building 932/976 modules 44 active ...s/node_modules/lodash/_mapCacheClear.js 67% building 932/977 modules 45 active ...rts/node_modules/lodash/_mapCacheSet.js 67% building 932/978 modules 46 active ...rts/node_modules/lodash/_mapCacheHas.js 67% building 932/979 modules 47 active ...rts/node_modules/lodash/_arrayFilter.js 67% building 933/979 modules 46 active ...rts/node_modules/lodash/_arrayFilter.js 67% building 934/979 modules 45 active ...rts/node_modules/lodash/_arrayFilter.js 67% building 935/979 modules 44 active ...rts/node_modules/lodash/_arrayFilter.js 67% building 936/979 modules 43 active ...rts/node_modules/lodash/_arrayFilter.js 67% building 936/980 modules 44 active ...cator/dist/esm/web-mercator-viewport.js 67% building 936/981 modules 45 active ...es/recharts/node_modules/lodash/noop.js 67% building 936/982 modules 46 active ...rsr/dir/node_modules/hammerjs/hammer.js 67% building 936/983 modules 47 active ...mercator/dist/esm/web-mercator-utils.js 67% building 936/984 modules 48 active ...rts/node_modules/lodash/_baseIndexOf.js 67% building 936/985 modules 49 active ...re-js/library/modules/_property-desc.js 66% building 936/986 modules 50 active ...eb-mercator/dist/esm/fly-to-viewport.js 67% building 937/986 modules 49 active ...eb-mercator/dist/esm/fly-to-viewport.js 67% building 938/986 modules 48 active ...eb-mercator/dist/esm/fly-to-viewport.js 67% building 939/986 modules 47 active ...eb-mercator/dist/esm/fly-to-viewport.js 67% building 940/986 modules 46 active ...eb-mercator/dist/esm/fly-to-viewport.js 67% building 940/987 modules 47 active ...or/dist/esm/normalize-viewport-props.js 67% building 940/988 modules 48 active ....gl/web-mercator/dist/esm/fit-bounds.js 67% building 940/989 modules 49 active ....gl/web-mercator/dist/esm/get-bounds.js 67% building 941/989 modules 48 active ....gl/web-mercator/dist/esm/get-bounds.js 67% building 942/989 modules 47 active ....gl/web-mercator/dist/esm/get-bounds.js 67% building 942/990 modules 48 active .../rsr/dir/node_modules/lodash/_Symbol.js 67% building 942/991 modules 49 active ...les/core-js/library/modules/_library.js 67% building 943/991 modules 48 active ...les/core-js/library/modules/_library.js 67% building 943/992 modules 49 active ...node_modules/lodash/_createCaseFirst.js 67% building 944/992 modules 48 active ...node_modules/lodash/_createCaseFirst.js 67% building 945/992 modules 47 active ...node_modules/lodash/_createCaseFirst.js 67% building 945/993 modules 48 active ...s/library/modules/_set-to-string-tag.js 67% building 945/994 modules 49 active ...jolnir.js/dist/esm/utils/event-utils.js 67% building 946/994 modules 48 active ...jolnir.js/dist/esm/utils/event-utils.js 67% building 947/994 modules 47 active ...jolnir.js/dist/esm/utils/event-utils.js 67% building 948/994 modules 46 active ...jolnir.js/dist/esm/utils/event-utils.js 67% building 949/994 modules 45 active ...jolnir.js/dist/esm/utils/event-utils.js 67% building 949/995 modules 46 active ...es/rc-editor-core/es/Toolbar/Toolbar.js 67% building 950/995 modules 45 active ...es/rc-editor-core/es/Toolbar/Toolbar.js 67% building 950/996 modules 46 active ...core-js/library/modules/_iter-create.js 67% building 950/997 modules 47 active ..._modules/rc-animate/es/CSSMotionList.js 67% building 950/998 modules 48 active ...es/core-js/library/modules/_redefine.js 67% building 951/998 modules 47 active ...es/core-js/library/modules/_redefine.js 67% building 952/998 modules 46 active ...es/core-js/library/modules/_redefine.js 67% building 953/998 modules 45 active ...es/core-js/library/modules/_redefine.js 67% building 954/998 modules 44 active ...es/core-js/library/modules/_redefine.js 67% building 955/998 modules 43 active ...es/core-js/library/modules/_redefine.js 67% building 955/999 modules 44 active ...o/rsr/dir/node_modules/lodash/values.js 67% building 956/999 modules 43 active ...o/rsr/dir/node_modules/lodash/values.js 67% building 957/999 modules 42 active ...o/rsr/dir/node_modules/lodash/values.js 67% building 958/999 modules 41 active ...o/rsr/dir/node_modules/lodash/values.js 67% building 958/1000 modules 42 active ...r/node_modules/lodash/_stringToArray.js 67% building 958/1001 modules 43 active ...es/@babel/runtime/helpers/esm/typeof.js 67% building 958/1002 modules 44 active ...l/runtime/helpers/esm/setPrototypeOf.js 67% building 959/1002 modules 43 active ...l/runtime/helpers/esm/setPrototypeOf.js 67% building 960/1002 modules 42 active ...l/runtime/helpers/esm/setPrototypeOf.js 67% building 961/1002 modules 41 active ...l/runtime/helpers/esm/setPrototypeOf.js 67% building 962/1002 modules 40 active ...l/runtime/helpers/esm/setPrototypeOf.js 67% building 963/1002 modules 39 active ...l/runtime/helpers/esm/setPrototypeOf.js 67% building 964/1002 modules 38 active ...l/runtime/helpers/esm/setPrototypeOf.js 67% building 965/1002 modules 37 active ...l/runtime/helpers/esm/setPrototypeOf.js 67% building 965/1003 modules 38 active .../rsr/dir/node_modules/lodash/isArray.js 67% building 965/1004 modules 39 active .../dir/node_modules/lodash/_setToArray.js 67% building 965/1005 modules 40 active .../dir/node_modules/lodash/_mapToArray.js 67% building 965/1006 modules 41 active ...charts/node_modules/d3-scale/src/pow.js 67% building 965/1007 modules 42 active ...rts/node_modules/d3-scale/src/symlog.js 67% building 965/1008 modules 43 active ...charts/node_modules/d3-scale/src/log.js 67% building 965/1009 modules 44 active ...rts/node_modules/d3-scale/src/linear.js 67% building 965/1010 modules 45 active ...node_modules/lodash/_iteratorToArray.js 67% building 966/1010 modules 44 active ...node_modules/lodash/_iteratorToArray.js 67% building 967/1010 modules 43 active ...node_modules/lodash/_iteratorToArray.js 67% building 968/1010 modules 42 active ...node_modules/lodash/_iteratorToArray.js 67% building 969/1010 modules 41 active ...node_modules/lodash/_iteratorToArray.js 67% building 969/1011 modules 42 active ...s/node_modules/d3-scale/src/identity.js 67% building 969/1012 modules 43 active ...odules/d3-shape/src/order/descending.js 67% building 970/1012 modules 42 active ...odules/d3-shape/src/order/descending.js 67% building 971/1012 modules 41 active ...odules/d3-shape/src/order/descending.js 67% building 971/1013 modules 42 active .../dir/node_modules/lodash/isArrayLike.js 67% building 971/1014 modules 43 active ...ules/core-js/library/modules/_shared.js 67% building 971/1015 modules 44 active .../library/modules/_add-to-unscopables.js 67% building 971/1016 modules 45 active ...s/core-js/library/modules/_iter-step.js 67% building 972/1016 modules 44 active ...s/core-js/library/modules/_iter-step.js 67% building 972/1017 modules 45 active ...modules/core-js/library/modules/_uid.js 67% building 972/1018 modules 46 active .../rsr/dir/node_modules/lodash/_getTag.js 67% building 972/1019 modules 47 active ...node_modules/d3-scale/src/continuous.js 67% building 972/1020 modules 48 active ...r/dir/node_modules/lodash/_copyArray.js 67% building 972/1021 modules 49 active ...charts/node_modules/lodash/_arrayMap.js 67% building 972/1022 modules 50 active ...charts/node_modules/lodash/stubArray.js 67% building 972/1023 modules 51 active ...e_modules/d3-shape/src/offset/wiggle.js 66% building 972/1024 modules 52 active ...dules/d3-shape/src/offset/silhouette.js 66% building 972/1025 modules 53 active ...ode_modules/d3-shape/src/offset/none.js 66% building 972/1026 modules 54 active ...odules/d3-shape/src/offset/diverging.js 66% building 972/1027 modules 55 active ...arts/node_modules/lodash/_coreJsData.js 66% building 973/1027 modules 54 active ...arts/node_modules/lodash/_coreJsData.js 66% building 973/1028 modules 55 active ...recharts/node_modules/lodash/memoize.js 66% building 973/1029 modules 56 active ...rts/node_modules/lodash/_mapCacheGet.js 66% building 974/1029 modules 55 active ...rts/node_modules/lodash/_mapCacheGet.js 66% building 975/1029 modules 54 active ...rts/node_modules/lodash/_mapCacheGet.js 66% building 976/1029 modules 53 active ...rts/node_modules/lodash/_mapCacheGet.js 66% building 976/1030 modules 54 active ...rts/node_modules/d3-array/src/bisect.js 66% building 976/1031 modules 55 active .../node_modules/lodash/_mapCacheDelete.js 66% building 977/1031 modules 54 active .../node_modules/lodash/_mapCacheDelete.js 66% building 978/1031 modules 53 active .../node_modules/lodash/_mapCacheDelete.js 66% building 979/1031 modules 52 active .../node_modules/lodash/_mapCacheDelete.js 67% building 980/1031 modules 51 active .../node_modules/lodash/_mapCacheDelete.js 67% building 981/1031 modules 50 active .../node_modules/lodash/_mapCacheDelete.js 67% building 982/1031 modules 49 active .../node_modules/lodash/_mapCacheDelete.js 67% building 982/1032 modules 50 active ...arts/node_modules/d3-array/src/union.js 67% building 982/1033 modules 51 active ...s/node_modules/d3-array/src/superset.js 67% building 983/1033 modules 50 active ...s/node_modules/d3-array/src/superset.js 67% building 984/1033 modules 49 active ...s/node_modules/d3-array/src/superset.js 67% building 984/1034 modules 50 active ...harts/node_modules/d3-scale/src/nice.js 67% building 985/1034 modules 49 active ...harts/node_modules/d3-scale/src/nice.js 67% building 985/1035 modules 50 active ...modules/core-js/library/modules/_cof.js 67% building 985/1036 modules 51 active ...rts/node_modules/d3-scale/src/number.js 67% building 986/1036 modules 50 active ...rts/node_modules/d3-scale/src/number.js 67% building 986/1037 modules 51 active ...sr/dir/node_modules/d3-path/src/path.js 66% building 986/1038 modules 52 active ...ibrary/modules/_object-keys-internal.js 67% building 987/1038 modules 51 active ...ibrary/modules/_object-keys-internal.js 67% building 988/1038 modules 50 active ...ibrary/modules/_object-keys-internal.js 67% building 989/1038 modules 49 active ...ibrary/modules/_object-keys-internal.js 67% building 990/1038 modules 48 active ...ibrary/modules/_object-keys-internal.js 67% building 990/1039 modules 49 active ...node_modules/rc-dropdown/es/Dropdown.js 67% building 991/1039 modules 48 active ...node_modules/rc-dropdown/es/Dropdown.js 67% building 992/1039 modules 47 active ...node_modules/rc-dropdown/es/Dropdown.js 67% building 993/1039 modules 46 active ...node_modules/rc-dropdown/es/Dropdown.js 67% building 994/1039 modules 45 active ...node_modules/rc-dropdown/es/Dropdown.js 67% building 994/1040 modules 46 active ...rts/node_modules/d3-array/src/subset.js 67% building 994/1041 modules 47 active ...de_modules/d3-array/src/intersection.js 67% building 994/1042 modules 48 active ...s/node_modules/d3-array/src/disjoint.js 67% building 994/1043 modules 49 active ...node_modules/d3-array/src/difference.js 67% building 994/1044 modules 50 active ...harts/node_modules/d3-array/src/sort.js 67% building 994/1045 modules 51 active ...ts/node_modules/d3-array/src/reverse.js 67% building 994/1046 modules 52 active ...rts/node_modules/d3-array/src/reduce.js 67% building 995/1046 modules 51 active ...rts/node_modules/d3-array/src/reduce.js 67% building 995/1047 modules 52 active ...charts/node_modules/d3-array/src/map.js 67% building 996/1047 modules 51 active ...charts/node_modules/d3-array/src/map.js 67% building 997/1047 modules 50 active ...charts/node_modules/d3-array/src/map.js 67% building 998/1047 modules 49 active ...charts/node_modules/d3-array/src/map.js 67% building 998/1048 modules 50 active ...es/mjolnir.js/dist/esm/utils/globals.js 67% building 999/1048 modules 49 active ...es/mjolnir.js/dist/esm/utils/globals.js 67% building 1000/1048 modules 48 active ...es/mjolnir.js/dist/esm/utils/globals.js 67% building 1001/1048 modules 47 active ...es/mjolnir.js/dist/esm/utils/globals.js 67% building 1002/1048 modules 46 active ...es/mjolnir.js/dist/esm/utils/globals.js 67% building 1003/1048 modules 45 active ...es/mjolnir.js/dist/esm/utils/globals.js 67% building 1004/1048 modules 44 active ...es/mjolnir.js/dist/esm/utils/globals.js 67% building 1005/1048 modules 43 active ...es/mjolnir.js/dist/esm/utils/globals.js 67% building 1006/1048 modules 42 active ...es/mjolnir.js/dist/esm/utils/globals.js 67% building 1006/1049 modules 43 active ...rts/node_modules/d3-array/src/filter.js 67% building 1006/1050 modules 44 active ...harts/node_modules/d3-array/src/some.js 67% building 1006/1051 modules 45 active .../dir/node_modules/lodash/_baseGetTag.js 67% building 1007/1051 modules 44 active .../dir/node_modules/lodash/_baseGetTag.js 67% building 1008/1051 modules 43 active .../dir/node_modules/lodash/_baseGetTag.js 67% building 1008/1052 modules 44 active ...dir/node_modules/lodash/isObjectLike.js 67% building 1008/1053 modules 45 active ...r/dir/node_modules/rc-align/es/Align.js 67% building 1008/1054 modules 46 active ...arts/node_modules/d3-array/src/every.js 67% building 1009/1054 modules 45 active ...arts/node_modules/d3-array/src/every.js 67% building 1009/1055 modules 46 active ...r/dir/node_modules/lodash/isFunction.js 67% building 1010/1055 modules 45 active ...r/dir/node_modules/lodash/isFunction.js 67% building 1011/1055 modules 44 active ...r/dir/node_modules/lodash/isFunction.js 67% building 1012/1055 modules 43 active ...r/dir/node_modules/lodash/isFunction.js 67% building 1013/1055 modules 42 active ...r/dir/node_modules/lodash/isFunction.js 67% building 1014/1055 modules 41 active ...r/dir/node_modules/lodash/isFunction.js 67% building 1015/1055 modules 40 active ...r/dir/node_modules/lodash/isFunction.js 67% building 1016/1055 modules 39 active ...r/dir/node_modules/lodash/isFunction.js 67% building 1017/1055 modules 38 active ...r/dir/node_modules/lodash/isFunction.js 67% building 1018/1055 modules 37 active ...r/dir/node_modules/lodash/isFunction.js 67% building 1019/1055 modules 36 active ...r/dir/node_modules/lodash/isFunction.js 68% building 1020/1055 modules 35 active ...r/dir/node_modules/lodash/isFunction.js 68% building 1021/1055 modules 34 active ...r/dir/node_modules/lodash/isFunction.js 68% building 1022/1055 modules 33 active ...r/dir/node_modules/lodash/isFunction.js 68% building 1023/1055 modules 32 active ...r/dir/node_modules/lodash/isFunction.js 68% building 1024/1055 modules 31 active ...r/dir/node_modules/lodash/isFunction.js 68% building 1025/1055 modules 30 active ...r/dir/node_modules/lodash/isFunction.js 68% building 1026/1055 modules 29 active ...r/dir/node_modules/lodash/isFunction.js 68% building 1027/1055 modules 28 active ...r/dir/node_modules/lodash/isFunction.js 68% building 1028/1055 modules 27 active ...r/dir/node_modules/lodash/isFunction.js 68% building 1029/1055 modules 26 active ...r/dir/node_modules/lodash/isFunction.js 68% building 1029/1056 modules 27 active ..._modules/reduce-css-calc/dist/parser.js 68% building 1030/1056 modules 26 active ..._modules/reduce-css-calc/dist/parser.js 68% building 1030/1057 modules 27 active ...e_modules/rc-animate/es/AnimateChild.js 68% building 1030/1058 modules 28 active ..._modules/rc-animate/es/ChildrenUtils.js 68% building 1030/1059 modules 29 active .../rc-util/es/unsafeLifecyclesPolyfill.js 68% building 1031/1059 modules 28 active .../rc-util/es/unsafeLifecyclesPolyfill.js 68% building 1032/1059 modules 27 active .../rc-util/es/unsafeLifecyclesPolyfill.js 68% building 1032/1060 modules 28 active ...reduce-css-calc/dist/lib/stringifier.js 68% building 1032/1061 modules 29 active ...les/reduce-css-calc/dist/lib/reducer.js 68% building 1032/1062 modules 30 active ...s/recharts/node_modules/lodash/_Hash.js 68% building 1032/1063 modules 31 active ...arts/node_modules/lodash/_getMapData.js 68% building 1033/1063 modules 30 active ...arts/node_modules/lodash/_getMapData.js 68% building 1034/1063 modules 29 active ...arts/node_modules/lodash/_getMapData.js 68% building 1035/1063 modules 28 active ...arts/node_modules/lodash/_getMapData.js 68% building 1035/1064 modules 29 active ....gl/web-mercator/dist/esm/math-utils.js 68% building 1035/1065 modules 30 active ...s/node_modules/lodash/_baseFindIndex.js 68% building 1035/1066 modules 31 active ...s/node_modules/lodash/_strictIndexOf.js 68% building 1036/1066 modules 30 active ...s/node_modules/lodash/_strictIndexOf.js 68% building 1037/1066 modules 29 active ...s/node_modules/lodash/_strictIndexOf.js 68% building 1038/1066 modules 28 active ...s/node_modules/lodash/_strictIndexOf.js 68% building 1039/1066 modules 27 active ...s/node_modules/lodash/_strictIndexOf.js 68% building 1040/1066 modules 26 active ...s/node_modules/lodash/_strictIndexOf.js 68% building 1041/1066 modules 25 active ...s/node_modules/lodash/_strictIndexOf.js 68% building 1042/1066 modules 24 active ...s/node_modules/lodash/_strictIndexOf.js 68% building 1042/1067 modules 25 active ...de_modules/rc-animate/es/util/motion.js 68% building 1042/1068 modules 26 active ...e_modules/rc-animate/es/util/animate.js 68% building 1043/1068 modules 25 active ...e_modules/rc-animate/es/util/animate.js 68% building 1043/1069 modules 26 active ...charts/node_modules/d3-array/src/zip.js 68% building 1043/1070 modules 27 active ...vo/rsr/dir/node_modules/lodash/_root.js 68% building 1043/1071 modules 28 active ...math.gl/web-mercator/dist/esm/assert.js 68% building 1043/1072 modules 29 active ...harts/node_modules/lodash/_castSlice.js 68% building 1043/1073 modules 30 active ...s/node_modules/lodash/_stringToArray.js 68% building 1043/1074 modules 31 active ...arts/node_modules/lodash/_hasUnicode.js 68% building 1043/1075 modules 32 active ...s/node_modules/d3-array/src/variance.js 68% building 1044/1075 modules 31 active ...s/node_modules/d3-array/src/variance.js 68% building 1045/1075 modules 30 active ...s/node_modules/d3-array/src/variance.js 68% building 1045/1076 modules 31 active .../node_modules/d3-array/src/transpose.js 68% building 1045/1077 modules 32 active ...node_modules/rc-animate/es/util/diff.js 68% building 1045/1078 modules 33 active .../dir/node_modules/lodash/_baseValues.js 68% building 1045/1079 modules 34 active ...arts/node_modules/d3-array/src/ticks.js 68% building 1045/1080 modules 35 active ...s/node_modules/d3-scale/src/constant.js 68% building 1046/1080 modules 34 active ...s/node_modules/d3-scale/src/constant.js 68% building 1047/1080 modules 33 active ...s/node_modules/d3-scale/src/constant.js 68% building 1048/1080 modules 32 active ...s/node_modules/d3-scale/src/constant.js 68% building 1048/1081 modules 33 active ...ir/node_modules/lodash/_asciiToArray.js 68% building 1048/1082 modules 34 active .../node_modules/lodash/_unicodeToArray.js 68% building 1048/1083 modules 35 active .../dir/node_modules/lodash/_hasUnicode.js 68% building 1049/1083 modules 34 active .../dir/node_modules/lodash/_hasUnicode.js 68% building 1050/1083 modules 33 active .../dir/node_modules/lodash/_hasUnicode.js 68% building 1050/1084 modules 34 active ...charts/node_modules/d3-array/src/sum.js 68% building 1050/1085 modules 35 active ...ts/node_modules/d3-array/src/shuffle.js 68% building 1050/1086 modules 36 active ...harts/node_modules/d3-array/src/scan.js 68% building 1051/1086 modules 35 active ...harts/node_modules/d3-array/src/scan.js 68% building 1051/1087 modules 36 active .../node_modules/d3-array/src/ascending.js 68% building 1052/1087 modules 35 active .../node_modules/d3-array/src/ascending.js 68% building 1052/1088 modules 36 active ...rts/node_modules/d3-array/src/number.js 67% building 1052/1089 modules 37 active ...s/node_modules/d3-array/src/bisector.js 67% building 1052/1090 modules 38 active ...kvo/rsr/dir/node_modules/lodash/keys.js 67% building 1052/1091 modules 39 active ...c-editor-core/es/Toolbar/ToolbarLine.js 67% building 1052/1092 modules 40 active ...harts/node_modules/lodash/_baseIsNaN.js 67% building 1052/1093 modules 41 active ...e_modules/d3-array/src/greatestIndex.js 67% building 1052/1094 modules 42 active ...s/node_modules/d3-array/src/greatest.js 67% building 1052/1095 modules 43 active ...node_modules/d3-array/src/leastIndex.js 67% building 1052/1096 modules 44 active ...arts/node_modules/d3-array/src/least.js 67% building 1052/1097 modules 45 active ...arts/node_modules/d3-array/src/range.js 67% building 1052/1098 modules 46 active ...ode_modules/d3-array/src/quickselect.js 67% building 1052/1099 modules 47 active ...s/node_modules/d3-array/src/quantile.js 67% building 1052/1100 modules 48 active ...ts/node_modules/d3-array/src/permute.js 67% building 1052/1101 modules 49 active ...arts/node_modules/d3-array/src/pairs.js 67% building 1052/1102 modules 50 active ...harts/node_modules/d3-array/src/nice.js 67% building 1052/1103 modules 51 active ...s/node_modules/d3-array/src/minIndex.js 67% building 1052/1104 modules 52 active ...charts/node_modules/d3-array/src/min.js 67% building 1052/1105 modules 53 active ...arts/node_modules/d3-array/src/merge.js 67% building 1052/1106 modules 54 active ...rsr/dir/node_modules/lodash/isLength.js 67% building 1052/1107 modules 55 active ...rts/node_modules/d3-array/src/median.js 66% building 1052/1108 modules 56 active ...charts/node_modules/d3-array/src/set.js 66% building 1052/1109 modules 57 active ...harts/node_modules/d3-array/src/mean.js 66% building 1052/1110 modules 58 active ...s/node_modules/d3-array/src/maxIndex.js 66% building 1052/1111 modules 59 active ...charts/node_modules/d3-array/src/max.js 66% building 1052/1112 modules 60 active ...sr/dir/node_modules/lodash/_DataView.js 66% building 1053/1112 modules 59 active ...sr/dir/node_modules/lodash/_DataView.js 66% building 1054/1112 modules 58 active ...sr/dir/node_modules/lodash/_DataView.js 66% building 1055/1112 modules 57 active ...sr/dir/node_modules/lodash/_DataView.js 66% building 1055/1113 modules 58 active ...sr/dir/node_modules/lodash/_toSource.js 66% building 1055/1114 modules 59 active ...rsr/dir/node_modules/lodash/_WeakMap.js 66% building 1055/1115 modules 60 active ...kvo/rsr/dir/node_modules/lodash/_Set.js 66% building 1055/1116 modules 61 active ...rsr/dir/node_modules/lodash/_Promise.js 66% building 1055/1117 modules 62 active ...kvo/rsr/dir/node_modules/lodash/_Map.js 66% building 1056/1117 modules 61 active ...kvo/rsr/dir/node_modules/lodash/_Map.js 66% building 1057/1117 modules 60 active ...kvo/rsr/dir/node_modules/lodash/_Map.js 66% building 1058/1117 modules 59 active ...kvo/rsr/dir/node_modules/lodash/_Map.js 66% building 1059/1117 modules 58 active ...kvo/rsr/dir/node_modules/lodash/_Map.js 66% building 1060/1117 modules 57 active ...kvo/rsr/dir/node_modules/lodash/_Map.js 66% building 1061/1117 modules 56 active ...kvo/rsr/dir/node_modules/lodash/_Map.js 67% building 1062/1117 modules 55 active ...kvo/rsr/dir/node_modules/lodash/_Map.js 66% building 1062/1118 modules 56 active ...charts/node_modules/d3-array/src/bin.js 66% building 1062/1119 modules 57 active ...ir/node_modules/tinycolor2/tinycolor.js 66% building 1062/1120 modules 58 active ...rts/node_modules/d3-format/src/index.js 66% building 1063/1120 modules 57 active ...rts/node_modules/d3-format/src/index.js 66% building 1063/1121 modules 58 active ...dules/d3-array/src/threshold/sturges.js 66% building 1063/1122 modules 59 active ...modules/d3-array/src/threshold/scott.js 66% building 1063/1123 modules 60 active ...array/src/threshold/freedmanDiaconis.js 66% building 1064/1123 modules 59 active ...array/src/threshold/freedmanDiaconis.js 66% building 1065/1123 modules 58 active ...array/src/threshold/freedmanDiaconis.js 66% building 1066/1123 modules 57 active ...array/src/threshold/freedmanDiaconis.js 67% building 1067/1123 modules 56 active ...array/src/threshold/freedmanDiaconis.js 66% building 1067/1124 modules 57 active ...e-js/library/modules/_array-includes.js 67% building 1068/1124 modules 56 active ...e-js/library/modules/_array-includes.js 66% building 1068/1125 modules 57 active ...ode_modules/d3-interpolate/src/index.js 67% building 1069/1125 modules 56 active ...ode_modules/d3-interpolate/src/index.js 67% building 1070/1125 modules 55 active ...ode_modules/d3-interpolate/src/index.js 67% building 1071/1125 modules 54 active ...ode_modules/d3-interpolate/src/index.js 67% building 1072/1125 modules 53 active ...ode_modules/d3-interpolate/src/index.js 67% building 1073/1125 modules 52 active ...ode_modules/d3-interpolate/src/index.js 67% building 1074/1125 modules 51 active ...ode_modules/d3-interpolate/src/index.js 67% building 1075/1125 modules 50 active ...ode_modules/d3-interpolate/src/index.js 67% building 1076/1125 modules 49 active ...ode_modules/d3-interpolate/src/index.js 67% building 1077/1125 modules 48 active ...ode_modules/d3-interpolate/src/index.js 67% building 1078/1125 modules 47 active ...ode_modules/d3-interpolate/src/index.js 67% building 1079/1125 modules 46 active ...ode_modules/d3-interpolate/src/index.js 67% building 1080/1125 modules 45 active ...ode_modules/d3-interpolate/src/index.js 67% building 1080/1126 modules 46 active .../node_modules/d3-array/src/groupSort.js 67% building 1080/1127 modules 47 active ...arts/node_modules/d3-array/src/group.js 67% building 1080/1128 modules 48 active ...harts/node_modules/d3-array/src/fsum.js 67% building 1080/1129 modules 49 active ...rts/node_modules/d3-array/src/extent.js 67% building 1081/1129 modules 48 active ...rts/node_modules/d3-array/src/extent.js 67% building 1082/1129 modules 47 active ...rts/node_modules/d3-array/src/extent.js 67% building 1083/1129 modules 46 active ...rts/node_modules/d3-array/src/extent.js 67% building 1084/1129 modules 45 active ...rts/node_modules/d3-array/src/extent.js 67% building 1084/1130 modules 46 active .../node_modules/d3-array/src/deviation.js 67% building 1084/1131 modules 47 active ...rts/node_modules/internmap/src/index.js 67% building 1085/1131 modules 46 active ...rts/node_modules/internmap/src/index.js 67% building 1086/1131 modules 45 active ...rts/node_modules/internmap/src/index.js 67% building 1086/1132 modules 46 active ...harts/node_modules/d3-time/src/index.js 67% building 1087/1132 modules 45 active ...harts/node_modules/d3-time/src/index.js 67% building 1088/1132 modules 44 active ...harts/node_modules/d3-time/src/index.js 67% building 1089/1132 modules 43 active ...harts/node_modules/d3-time/src/index.js 67% building 1089/1133 modules 44 active ...ode_modules/d3-time-format/src/index.js 67% building 1090/1133 modules 43 active ...ode_modules/d3-time-format/src/index.js 67% building 1090/1134 modules 44 active ...node_modules/d3-array/src/descending.js 67% building 1090/1135 modules 45 active ...rts/node_modules/d3-array/src/cumsum.js 67% building 1090/1136 modules 46 active ...de_modules/rc-dropdown/es/placements.js 67% building 1090/1137 modules 47 active .../node_modules/lodash/_objectToString.js 67% building 1091/1137 modules 46 active .../node_modules/lodash/_objectToString.js 67% building 1091/1138 modules 47 active ...r/dir/node_modules/lodash/_getRawTag.js 67% building 1092/1138 modules 46 active ...r/dir/node_modules/lodash/_getRawTag.js 67% building 1092/1139 modules 47 active ...arts/node_modules/d3-array/src/cross.js 67% building 1093/1139 modules 46 active ...arts/node_modules/d3-array/src/cross.js 67% building 1094/1139 modules 45 active ...arts/node_modules/d3-array/src/cross.js 67% building 1095/1139 modules 44 active ...arts/node_modules/d3-array/src/cross.js 67% building 1095/1140 modules 45 active ...sr/dir/node_modules/rc-align/es/util.js 67% building 1096/1140 modules 44 active ...sr/dir/node_modules/rc-align/es/util.js 67% building 1097/1140 modules 43 active ...sr/dir/node_modules/rc-align/es/util.js 67% building 1098/1140 modules 42 active ...sr/dir/node_modules/rc-align/es/util.js 67% building 1099/1140 modules 41 active ...sr/dir/node_modules/rc-align/es/util.js 67% building 1100/1140 modules 40 active ...sr/dir/node_modules/rc-align/es/util.js 67% building 1101/1140 modules 39 active ...sr/dir/node_modules/rc-align/es/util.js 68% building 1102/1140 modules 38 active ...sr/dir/node_modules/rc-align/es/util.js 68% building 1103/1140 modules 37 active ...sr/dir/node_modules/rc-align/es/util.js 68% building 1104/1140 modules 36 active ...sr/dir/node_modules/rc-align/es/util.js 68% building 1105/1140 modules 35 active ...sr/dir/node_modules/rc-align/es/util.js 68% building 1106/1140 modules 34 active ...sr/dir/node_modules/rc-align/es/util.js 68% building 1107/1140 modules 33 active ...sr/dir/node_modules/rc-align/es/util.js 68% building 1108/1140 modules 32 active ...sr/dir/node_modules/rc-align/es/util.js 68% building 1108/1141 modules 33 active ...arts/node_modules/d3-array/src/count.js 68% building 1108/1142 modules 34 active ...e_modules/d3-shape/src/offset/expand.js 68% building 1109/1142 modules 33 active ...e_modules/d3-shape/src/offset/expand.js 68% building 1109/1143 modules 34 active ...dules/postcss-value-parser/lib/index.js 68% building 1109/1144 modules 35 active .../dir/node_modules/d3-shape/src/stack.js 68% building 1110/1144 modules 34 active .../dir/node_modules/d3-shape/src/stack.js 68% building 1111/1144 modules 33 active .../dir/node_modules/d3-shape/src/stack.js 68% building 1112/1144 modules 32 active .../dir/node_modules/d3-shape/src/stack.js 68% building 1113/1144 modules 31 active .../dir/node_modules/d3-shape/src/stack.js 68% building 1114/1144 modules 30 active .../dir/node_modules/d3-shape/src/stack.js 68% building 1115/1144 modules 29 active .../dir/node_modules/d3-shape/src/stack.js 68% building 1116/1144 modules 28 active .../dir/node_modules/d3-shape/src/stack.js 68% building 1117/1144 modules 27 active .../dir/node_modules/d3-shape/src/stack.js 68% building 1118/1144 modules 26 active .../dir/node_modules/d3-shape/src/stack.js 68% building 1119/1144 modules 25 active .../dir/node_modules/d3-shape/src/stack.js 68% building 1119/1145 modules 26 active ...harts/node_modules/lodash/_hashClear.js 68% building 1119/1146 modules 27 active ...harts/node_modules/lodash/_isKeyable.js 68% building 1120/1146 modules 26 active ...harts/node_modules/lodash/_isKeyable.js 68% building 1120/1147 modules 27 active ...node_modules/d3-shape/src/curve/step.js 68% building 1120/1148 modules 28 active ...e_modules/d3-shape/src/curve/natural.js 68% building 1120/1149 modules 29 active ..._modules/d3-shape/src/curve/monotone.js 68% building 1120/1150 modules 30 active ...de_modules/d3-shape/src/curve/linear.js 68% building 1120/1151 modules 31 active ...ules/d3-shape/src/curve/linearClosed.js 68% building 1120/1152 modules 32 active ...odules/d3-shape/src/curve/catmullRom.js 68% building 1120/1153 modules 33 active ...es/d3-shape/src/curve/catmullRomOpen.js 68% building 1120/1154 modules 34 active .../d3-shape/src/curve/catmullRomClosed.js 68% building 1120/1155 modules 35 active ..._modules/d3-shape/src/curve/cardinal.js 68% building 1120/1156 modules 36 active ...ules/d3-shape/src/curve/cardinalOpen.js 68% building 1120/1157 modules 37 active ...es/d3-shape/src/curve/cardinalClosed.js 68% building 1120/1158 modules 38 active ...de_modules/d3-shape/src/curve/bundle.js 67% building 1120/1159 modules 39 active ...node_modules/d3-shape/src/curve/bump.js 67% building 1120/1160 modules 40 active ...ode_modules/d3-shape/src/curve/basis.js 67% building 1121/1160 modules 39 active ...ode_modules/d3-shape/src/curve/basis.js 67% building 1121/1161 modules 40 active ...echarts/node_modules/lodash/_hashSet.js 67% building 1121/1162 modules 41 active ...echarts/node_modules/lodash/_hashHas.js 67% building 1121/1163 modules 42 active ...echarts/node_modules/lodash/_hashGet.js 67% building 1121/1164 modules 43 active ...modules/d3-shape/src/curve/basisOpen.js 67% building 1121/1165 modules 44 active ...dules/d3-shape/src/curve/basisClosed.js 67% building 1121/1166 modules 45 active ...arts/node_modules/lodash/_hashDelete.js 67% building 1122/1166 modules 44 active ...arts/node_modules/lodash/_hashDelete.js 67% building 1123/1166 modules 43 active ...arts/node_modules/lodash/_hashDelete.js 67% building 1124/1166 modules 42 active ...arts/node_modules/lodash/_hashDelete.js 67% building 1125/1166 modules 41 active ...arts/node_modules/lodash/_hashDelete.js 67% building 1125/1167 modules 42 active ...les/reduce-css-calc/dist/lib/convert.js 67% building 1125/1168 modules 43 active .../dir/node_modules/lodash/_freeGlobal.js 67% building 1125/1169 modules 44 active ...dir/node_modules/d3-shape/src/symbol.js 67% building 1125/1170 modules 45 active ...ode_modules/d3-shape/src/pointRadial.js 67% building 1125/1171 modules 46 active ...node_modules/d3-shape/src/lineRadial.js 67% building 1125/1172 modules 47 active ...node_modules/d3-shape/src/areaRadial.js 67% building 1126/1172 modules 46 active ...node_modules/d3-shape/src/areaRadial.js 67% building 1126/1173 modules 47 active ...harts/node_modules/lodash/_baseSlice.js 67% building 1126/1174 modules 48 active ...sr/dir/node_modules/d3-shape/src/pie.js 67% building 1126/1175 modules 49 active ...r/dir/node_modules/d3-shape/src/line.js 67% building 1126/1176 modules 50 active ...r/dir/node_modules/d3-shape/src/area.js 67% building 1127/1176 modules 49 active ...r/dir/node_modules/d3-shape/src/area.js 67% building 1127/1177 modules 50 active ...ts/node_modules/lodash/_asciiToArray.js 67% building 1127/1178 modules 51 active .../node_modules/lodash/_unicodeToArray.js 67% building 1128/1178 modules 50 active .../node_modules/lodash/_unicodeToArray.js 67% building 1128/1179 modules 51 active ...node_modules/d3-shape/src/symbol/wye.js 67% building 1128/1180 modules 52 active ...modules/d3-shape/src/symbol/triangle.js 67% building 1128/1181 modules 53 active ...ode_modules/d3-shape/src/symbol/star.js 67% building 1128/1182 modules 54 active ...e_modules/d3-shape/src/symbol/square.js 67% building 1128/1183 modules 55 active ..._modules/d3-shape/src/symbol/diamond.js 67% building 1128/1184 modules 56 active ...de_modules/d3-shape/src/symbol/cross.js 67% building 1128/1185 modules 57 active ...e_modules/d3-shape/src/symbol/circle.js 67% building 1129/1185 modules 56 active ...e_modules/d3-shape/src/symbol/circle.js 67% building 1129/1186 modules 57 active ...sr/dir/node_modules/lodash/_arrayMap.js 67% building 1130/1186 modules 56 active ...sr/dir/node_modules/lodash/_arrayMap.js 67% building 1131/1186 modules 55 active ...sr/dir/node_modules/lodash/_arrayMap.js 67% building 1132/1186 modules 54 active ...sr/dir/node_modules/lodash/_arrayMap.js 67% building 1133/1186 modules 53 active ...sr/dir/node_modules/lodash/_arrayMap.js 67% building 1134/1186 modules 52 active ...sr/dir/node_modules/lodash/_arrayMap.js 67% building 1135/1186 modules 51 active ...sr/dir/node_modules/lodash/_arrayMap.js 67% building 1135/1187 modules 52 active ...node_modules/d3-shape/src/link/index.js 67% building 1136/1187 modules 51 active ...node_modules/d3-shape/src/link/index.js 67% building 1137/1187 modules 50 active ...node_modules/d3-shape/src/link/index.js 67% building 1137/1188 modules 51 active ...arts/node_modules/d3-array/src/array.js 67% building 1137/1189 modules 52 active ...r/node_modules/lodash/_arrayLikeKeys.js 67% building 1137/1190 modules 53 active ...sr/dir/node_modules/lodash/_baseKeys.js 67% building 1137/1191 modules 54 active ..._modules/d3-format/src/defaultLocale.js 67% building 1138/1191 modules 53 active ..._modules/d3-format/src/defaultLocale.js 67% building 1138/1192 modules 54 active ...modules/d3-format/src/precisionRound.js 67% building 1138/1193 modules 55 active ...odules/d3-format/src/precisionPrefix.js 67% building 1138/1194 modules 56 active ...modules/d3-format/src/precisionFixed.js 67% building 1139/1194 modules 55 active ...modules/d3-format/src/precisionFixed.js 67% building 1140/1194 modules 54 active ...modules/d3-format/src/precisionFixed.js 67% building 1141/1194 modules 53 active ...modules/d3-format/src/precisionFixed.js 67% building 1141/1195 modules 54 active ...ode_modules/d3-interpolate/src/value.js 67% building 1141/1196 modules 55 active ...ules/rc-tree-select/es/SelectTrigger.js 67% building 1142/1196 modules 54 active ...ules/rc-tree-select/es/SelectTrigger.js 67% building 1142/1197 modules 55 active ...es/component/SuggestionWrapper.react.js 67% building 1142/1198 modules 56 active ...r/dir/node_modules/lodash/_getNative.js 67% building 1142/1199 modules 57 active ..._modules/d3-interpolate/src/quantize.js 67% building 1142/1200 modules 58 active ...modules/d3-interpolate/src/piecewise.js 67% building 1142/1201 modules 59 active ...modules/d3-interpolate/src/cubehelix.js 67% building 1142/1202 modules 60 active ...s/node_modules/d3-array/src/identity.js 67% building 1143/1202 modules 59 active ...s/node_modules/d3-array/src/identity.js 67% building 1144/1202 modules 58 active ...s/node_modules/d3-array/src/identity.js 67% building 1145/1202 modules 57 active ...s/node_modules/d3-array/src/identity.js 67% building 1146/1202 modules 56 active ...s/node_modules/d3-array/src/identity.js 67% building 1147/1202 modules 55 active ...s/node_modules/d3-array/src/identity.js 67% building 1148/1202 modules 54 active ...s/node_modules/d3-array/src/identity.js 67% building 1149/1202 modules 53 active ...s/node_modules/d3-array/src/identity.js 67% building 1150/1202 modules 52 active ...s/node_modules/d3-array/src/identity.js 67% building 1151/1202 modules 51 active ...s/node_modules/d3-array/src/identity.js 67% building 1152/1202 modules 50 active ...s/node_modules/d3-array/src/identity.js 67% building 1153/1202 modules 49 active ...s/node_modules/d3-array/src/identity.js 67% building 1154/1202 modules 48 active ...s/node_modules/d3-array/src/identity.js 67% building 1155/1202 modules 47 active ...s/node_modules/d3-array/src/identity.js 67% building 1156/1202 modules 46 active ...s/node_modules/d3-array/src/identity.js 67% building 1157/1202 modules 45 active ...s/node_modules/d3-array/src/identity.js 67% building 1158/1202 modules 44 active ...s/node_modules/d3-array/src/identity.js 67% building 1158/1203 modules 45 active .../node_modules/d3-interpolate/src/hcl.js 67% building 1158/1204 modules 46 active .../dir/node_modules/gl-matrix/esm/vec3.js 67% building 1158/1205 modules 47 active .../dir/node_modules/gl-matrix/esm/vec2.js 67% building 1158/1206 modules 48 active .../dir/node_modules/gl-matrix/esm/mat4.js 67% building 1159/1206 modules 47 active .../dir/node_modules/gl-matrix/esm/mat4.js 67% building 1160/1206 modules 46 active .../dir/node_modules/gl-matrix/esm/mat4.js 67% building 1161/1206 modules 45 active .../dir/node_modules/gl-matrix/esm/mat4.js 67% building 1161/1207 modules 46 active .../node_modules/d3-interpolate/src/lab.js 67% building 1162/1207 modules 45 active .../node_modules/d3-interpolate/src/lab.js 67% building 1163/1207 modules 44 active .../node_modules/d3-interpolate/src/lab.js 67% building 1163/1208 modules 45 active ...ts/node_modules/d3-time/src/interval.js 67% building 1164/1208 modules 44 active ...ts/node_modules/d3-time/src/interval.js 67% building 1164/1209 modules 45 active ...les/d3-time-format/src/defaultLocale.js 67% building 1164/1210 modules 46 active .../node_modules/css-animation/es/index.js 67% building 1164/1211 modules 47 active ..._modules/d3-time-format/src/isoParse.js 67% building 1164/1212 modules 48 active ...modules/d3-time-format/src/isoFormat.js 67% building 1164/1213 modules 49 active ...de_modules/d3-time-format/src/locale.js 67% building 1164/1214 modules 50 active ...harts/node_modules/d3-time/src/ticks.js 67% building 1164/1215 modules 51 active ...rts/node_modules/d3-time/src/utcYear.js 67% building 1164/1216 modules 52 active ...ts/node_modules/d3-time/src/utcMonth.js 67% building 1165/1216 modules 51 active ...ts/node_modules/d3-time/src/utcMonth.js 67% building 1166/1216 modules 50 active ...ts/node_modules/d3-time/src/utcMonth.js 67% building 1167/1216 modules 49 active ...ts/node_modules/d3-time/src/utcMonth.js 67% building 1168/1216 modules 48 active ...ts/node_modules/d3-time/src/utcMonth.js 67% building 1168/1217 modules 49 active ...rts/node_modules/d3-time/src/utcWeek.js 67% building 1169/1217 modules 48 active ...rts/node_modules/d3-time/src/utcWeek.js 67% building 1169/1218 modules 49 active ...s/library/modules/_to-absolute-index.js 67% building 1170/1218 modules 48 active ...s/library/modules/_to-absolute-index.js 67% building 1171/1218 modules 47 active ...s/library/modules/_to-absolute-index.js 67% building 1172/1218 modules 46 active ...s/library/modules/_to-absolute-index.js 67% building 1173/1218 modules 45 active ...s/library/modules/_to-absolute-index.js 67% building 1174/1218 modules 44 active ...s/library/modules/_to-absolute-index.js 67% building 1174/1219 modules 45 active ...arts/node_modules/d3-time/src/utcDay.js 67% building 1175/1219 modules 44 active ...arts/node_modules/d3-time/src/utcDay.js 67% building 1176/1219 modules 43 active ...arts/node_modules/d3-time/src/utcDay.js 67% building 1177/1219 modules 42 active ...arts/node_modules/d3-time/src/utcDay.js 67% building 1178/1219 modules 41 active ...arts/node_modules/d3-time/src/utcDay.js 68% building 1179/1219 modules 40 active ...arts/node_modules/d3-time/src/utcDay.js 68% building 1180/1219 modules 39 active ...arts/node_modules/d3-time/src/utcDay.js 68% building 1181/1219 modules 38 active ...arts/node_modules/d3-time/src/utcDay.js 68% building 1182/1219 modules 37 active ...arts/node_modules/d3-time/src/utcDay.js 68% building 1183/1219 modules 36 active ...arts/node_modules/d3-time/src/utcDay.js 68% building 1184/1219 modules 35 active ...arts/node_modules/d3-time/src/utcDay.js 68% building 1184/1220 modules 36 active ...rts/node_modules/d3-time/src/utcHour.js 68% building 1184/1221 modules 37 active ...s/node_modules/d3-time/src/utcMinute.js 68% building 1184/1222 modules 38 active .../dir/node_modules/d3-shape/src/array.js 68% building 1185/1222 modules 37 active .../dir/node_modules/d3-shape/src/array.js 68% building 1186/1222 modules 36 active .../dir/node_modules/d3-shape/src/array.js 68% building 1187/1222 modules 35 active .../dir/node_modules/d3-shape/src/array.js 68% building 1188/1222 modules 34 active .../dir/node_modules/d3-shape/src/array.js 68% building 1189/1222 modules 33 active .../dir/node_modules/d3-shape/src/array.js 68% building 1190/1222 modules 32 active .../dir/node_modules/d3-shape/src/array.js 68% building 1191/1222 modules 31 active .../dir/node_modules/d3-shape/src/array.js 68% building 1192/1222 modules 30 active .../dir/node_modules/d3-shape/src/array.js 68% building 1192/1223 modules 31 active ...charts/node_modules/d3-time/src/year.js 68% building 1192/1224 modules 32 active ...harts/node_modules/d3-time/src/month.js 68% building 1192/1225 modules 33 active ...charts/node_modules/d3-time/src/week.js 68% building 1192/1226 modules 34 active ...echarts/node_modules/d3-time/src/day.js 68% building 1192/1227 modules 35 active ...charts/node_modules/d3-time/src/hour.js 68% building 1192/1228 modules 36 active ...arts/node_modules/d3-time/src/minute.js 68% building 1192/1229 modules 37 active ...arts/node_modules/d3-time/src/second.js 68% building 1192/1230 modules 38 active ...r/dir/node_modules/d3-shape/src/noop.js 68% building 1192/1231 modules 39 active ...node_modules/d3-time/src/millisecond.js 68% building 1192/1232 modules 40 active .../node_modules/d3-interpolate/src/hsl.js 68% building 1192/1233 modules 41 active .../node_modules/d3-interpolate/src/rgb.js 67% building 1192/1234 modules 42 active ...node_modules/d3-interpolate/src/zoom.js 67% building 1192/1235 modules 43 active ...de_modules/d3-interpolate/src/string.js 67% building 1192/1236 modules 44 active ...ode_modules/d3-interpolate/src/round.js 67% building 1193/1236 modules 43 active ...ode_modules/d3-interpolate/src/round.js 67% building 1193/1237 modules 44 active ...ode_modules/dom-align/dist-web/index.js 67% building 1194/1237 modules 43 active ...ode_modules/dom-align/dist-web/index.js 67% building 1194/1238 modules 44 active ...de_modules/d3-interpolate/src/object.js 67% building 1194/1239 modules 45 active ...dules/d3-interpolate/src/numberArray.js 67% building 1194/1240 modules 46 active ...de_modules/d3-interpolate/src/number.js 67% building 1194/1241 modules 47 active .../node_modules/d3-interpolate/src/hue.js 67% building 1194/1242 modules 48 active ..._modules/d3-interpolate/src/discrete.js 67% building 1194/1243 modules 49 active ...node_modules/d3-interpolate/src/date.js 67% building 1194/1244 modules 50 active ...dules/d3-interpolate/src/basisClosed.js 67% building 1195/1244 modules 49 active ...dules/d3-interpolate/src/basisClosed.js 67% building 1196/1244 modules 48 active ...dules/d3-interpolate/src/basisClosed.js 67% building 1196/1245 modules 49 active ...dules/postcss-value-parser/lib/parse.js 67% building 1197/1245 modules 48 active ...dules/postcss-value-parser/lib/parse.js 67% building 1198/1245 modules 47 active ...dules/postcss-value-parser/lib/parse.js 67% building 1199/1245 modules 46 active ...dules/postcss-value-parser/lib/parse.js 67% building 1200/1245 modules 45 active ...dules/postcss-value-parser/lib/parse.js 67% building 1200/1246 modules 46 active ...ode_modules/d3-interpolate/src/basis.js 67% building 1200/1247 modules 47 active ...ode_modules/d3-interpolate/src/array.js 67% building 1200/1248 modules 48 active ...odules/d3-format/src/formatSpecifier.js 67% building 1200/1249 modules 49 active ...de_modules/d3-shape/src/curve/radial.js 67% building 1200/1250 modules 50 active ...s/d3-interpolate/src/transform/index.js 67% building 1201/1250 modules 49 active ...s/d3-interpolate/src/transform/index.js 67% building 1201/1251 modules 50 active ...ts/node_modules/d3-format/src/locale.js 67% building 1201/1252 modules 51 active .../dir/node_modules/gl-matrix/esm/vec4.js 67% building 1201/1253 modules 52 active .../dir/node_modules/d3-shape/src/point.js 67% building 1202/1253 modules 51 active .../dir/node_modules/d3-shape/src/point.js 67% building 1202/1254 modules 52 active ...r/node_modules/d3-shape/src/identity.js 67% building 1202/1255 modules 53 active ...odules/postcss-value-parser/lib/unit.js 67% building 1202/1256 modules 54 active ...node_modules/d3-shape/src/descending.js 67% building 1203/1256 modules 53 active ...node_modules/d3-shape/src/descending.js 67% building 1203/1257 modules 54 active ...s/node_modules/d3-array/src/constant.js 67% building 1203/1258 modules 55 active ...de_modules/d3-array/src/intersection.js 67% building 1204/1258 modules 54 active ...de_modules/d3-array/src/intersection.js 67% building 1205/1258 modules 53 active ...de_modules/d3-array/src/intersection.js 67% building 1205/1259 modules 54 active ...r/node_modules/d3-array/src/disjoint.js 67% building 1205/1260 modules 55 active ...node_modules/d3-array/src/difference.js 67% building 1205/1261 modules 56 active ...r/dir/node_modules/d3-array/src/sort.js 67% building 1205/1262 modules 57 active ...ir/node_modules/d3-array/src/reverse.js 67% building 1205/1263 modules 58 active ...dir/node_modules/d3-array/src/reduce.js 67% building 1205/1264 modules 59 active ...s/postcss-value-parser/lib/stringify.js 67% building 1205/1265 modules 60 active ...odules/postcss-value-parser/lib/walk.js 67% building 1206/1265 modules 59 active ...odules/postcss-value-parser/lib/walk.js 67% building 1207/1265 modules 58 active ...odules/postcss-value-parser/lib/walk.js 67% building 1208/1265 modules 57 active ...odules/postcss-value-parser/lib/walk.js 67% building 1209/1265 modules 56 active ...odules/postcss-value-parser/lib/walk.js 67% building 1209/1266 modules 57 active ...sr/dir/node_modules/d3-array/src/map.js 67% building 1209/1267 modules 58 active ...dir/node_modules/d3-array/src/filter.js 67% building 1209/1268 modules 59 active ...r/dir/node_modules/d3-array/src/some.js 67% building 1210/1268 modules 58 active ...r/dir/node_modules/d3-array/src/some.js 67% building 1211/1268 modules 57 active ...r/dir/node_modules/d3-array/src/some.js 67% building 1211/1269 modules 58 active ...ts/node_modules/lodash/_nativeCreate.js 67% building 1212/1269 modules 57 active ...ts/node_modules/lodash/_nativeCreate.js 67% building 1213/1269 modules 56 active ...ts/node_modules/lodash/_nativeCreate.js 67% building 1214/1269 modules 55 active ...ts/node_modules/lodash/_nativeCreate.js 67% building 1215/1269 modules 54 active ...ts/node_modules/lodash/_nativeCreate.js 67% building 1216/1269 modules 53 active ...ts/node_modules/lodash/_nativeCreate.js 67% building 1216/1270 modules 54 active .../node_modules/d3-format/src/exponent.js 67% building 1217/1270 modules 53 active .../node_modules/d3-format/src/exponent.js 67% building 1218/1270 modules 52 active .../node_modules/d3-format/src/exponent.js 67% building 1219/1270 modules 51 active .../node_modules/d3-format/src/exponent.js 67% building 1219/1271 modules 52 active ...r/node_modules/rc-mentions/es/Option.js 67% building 1219/1272 modules 53 active ...dules/rc-mentions/es/MentionsContext.js 67% building 1219/1273 modules 54 active ...odules/rc-mentions/es/KeywordTrigger.js 67% building 1219/1274 modules 55 active ..._modules/draft-js/lib/DraftOffsetKey.js 67% building 1219/1275 modules 56 active ..._modules/d3-interpolate/src/constant.js 67% building 1220/1275 modules 55 active ..._modules/d3-interpolate/src/constant.js 67% building 1221/1275 modules 54 active ..._modules/d3-interpolate/src/constant.js 67% building 1222/1275 modules 53 active ..._modules/d3-interpolate/src/constant.js 67% building 1222/1276 modules 54 active ...ode_modules/d3-interpolate/src/color.js 67% building 1223/1276 modules 53 active ...ode_modules/d3-interpolate/src/color.js 67% building 1223/1277 modules 54 active .../dir/node_modules/d3-array/src/every.js 67% building 1224/1277 modules 53 active .../dir/node_modules/d3-array/src/every.js 67% building 1225/1277 modules 52 active .../dir/node_modules/d3-array/src/every.js 67% building 1226/1277 modules 51 active .../dir/node_modules/d3-array/src/every.js 67% building 1227/1277 modules 50 active .../dir/node_modules/d3-array/src/every.js 67% building 1228/1277 modules 49 active .../dir/node_modules/d3-array/src/every.js 67% building 1229/1277 modules 48 active .../dir/node_modules/d3-array/src/every.js 67% building 1230/1277 modules 47 active .../dir/node_modules/d3-array/src/every.js 67% building 1231/1277 modules 46 active .../dir/node_modules/d3-array/src/every.js 67% building 1232/1277 modules 45 active .../dir/node_modules/d3-array/src/every.js 67% building 1233/1277 modules 44 active .../dir/node_modules/d3-array/src/every.js 67% building 1234/1277 modules 43 active .../dir/node_modules/d3-array/src/every.js 67% building 1234/1278 modules 44 active ...sr/dir/node_modules/d3-array/src/zip.js 67% building 1234/1279 modules 45 active ...r/node_modules/d3-array/src/variance.js 67% building 1235/1279 modules 44 active ...r/node_modules/d3-array/src/variance.js 67% building 1236/1279 modules 43 active ...r/node_modules/d3-array/src/variance.js 68% building 1237/1279 modules 42 active ...r/node_modules/d3-array/src/variance.js 68% building 1238/1279 modules 41 active ...r/node_modules/d3-array/src/variance.js 68% building 1239/1279 modules 40 active ...r/node_modules/d3-array/src/variance.js 68% building 1240/1279 modules 39 active ...r/node_modules/d3-array/src/variance.js 68% building 1240/1280 modules 40 active ...r/dir/node_modules/lodash/_baseTimes.js 68% building 1240/1281 modules 41 active ...dir/node_modules/lodash/_isPrototype.js 68% building 1241/1281 modules 40 active ...dir/node_modules/lodash/_isPrototype.js 68% building 1241/1282 modules 41 active .../node_modules/d3-array/src/transpose.js 68% building 1241/1283 modules 42 active .../dir/node_modules/d3-array/src/ticks.js 67% building 1241/1284 modules 43 active ...sr/dir/node_modules/d3-array/src/sum.js 68% building 1242/1284 modules 42 active ...sr/dir/node_modules/d3-array/src/sum.js 67% building 1242/1285 modules 43 active ...ts/node_modules/d3-time/src/duration.js 67% building 1242/1286 modules 44 active ...ir/node_modules/d3-array/src/shuffle.js 67% building 1243/1286 modules 43 active ...ir/node_modules/d3-array/src/shuffle.js 67% building 1243/1287 modules 44 active ...r/dir/node_modules/d3-array/src/scan.js 67% building 1243/1288 modules 45 active ...e_modules/d3-array/src/greatestIndex.js 67% building 1243/1289 modules 46 active ...r/node_modules/d3-array/src/greatest.js 67% building 1244/1289 modules 45 active ...r/node_modules/d3-array/src/greatest.js 67% building 1244/1290 modules 46 active .../dir/node_modules/lodash/_nativeKeys.js 67% building 1245/1290 modules 45 active .../dir/node_modules/lodash/_nativeKeys.js 67% building 1246/1290 modules 44 active .../dir/node_modules/lodash/_nativeKeys.js 67% building 1246/1291 modules 45 active ...node_modules/d3-array/src/leastIndex.js 67% building 1246/1292 modules 46 active ...dir/node_modules/lodash/isTypedArray.js 67% building 1246/1293 modules 47 active ...rsr/dir/node_modules/lodash/_isIndex.js 67% building 1246/1294 modules 48 active ...rsr/dir/node_modules/lodash/isBuffer.js 67% building 1247/1294 modules 47 active ...rsr/dir/node_modules/lodash/isBuffer.js 67% building 1248/1294 modules 46 active ...rsr/dir/node_modules/lodash/isBuffer.js 67% building 1249/1294 modules 45 active ...rsr/dir/node_modules/lodash/isBuffer.js 67% building 1249/1295 modules 46 active ...ir/node_modules/gl-matrix/esm/common.js 67% building 1250/1295 modules 45 active ...ir/node_modules/gl-matrix/esm/common.js 67% building 1251/1295 modules 44 active ...ir/node_modules/gl-matrix/esm/common.js 68% building 1252/1295 modules 43 active ...ir/node_modules/gl-matrix/esm/common.js 68% building 1253/1295 modules 42 active ...ir/node_modules/gl-matrix/esm/common.js 68% building 1254/1295 modules 41 active ...ir/node_modules/gl-matrix/esm/common.js 68% building 1255/1295 modules 40 active ...ir/node_modules/gl-matrix/esm/common.js 68% building 1256/1295 modules 39 active ...ir/node_modules/gl-matrix/esm/common.js 68% building 1257/1295 modules 38 active ...ir/node_modules/gl-matrix/esm/common.js 68% building 1258/1295 modules 37 active ...ir/node_modules/gl-matrix/esm/common.js 68% building 1259/1295 modules 36 active ...ir/node_modules/gl-matrix/esm/common.js 68% building 1259/1296 modules 37 active .../dir/node_modules/d3-array/src/least.js 68% building 1259/1297 modules 38 active ...r/dir/node_modules/d3-array/src/rank.js 68% building 1259/1298 modules 39 active ...ir/node_modules/lodash/_baseIsNative.js 68% building 1260/1298 modules 38 active ...ir/node_modules/lodash/_baseIsNative.js 68% building 1261/1298 modules 37 active ...ir/node_modules/lodash/_baseIsNative.js 68% building 1261/1299 modules 38 active .../dir/node_modules/d3-array/src/range.js 68% building 1261/1300 modules 39 active ...ode_modules/d3-array/src/quickselect.js 68% building 1261/1301 modules 40 active ...r/node_modules/d3-array/src/quantile.js 68% building 1262/1301 modules 39 active ...r/node_modules/d3-array/src/quantile.js 68% building 1263/1301 modules 38 active ...r/node_modules/d3-array/src/quantile.js 68% building 1264/1301 modules 37 active ...r/node_modules/d3-array/src/quantile.js 68% building 1264/1302 modules 38 active ...sr/dir/node_modules/lodash/_getValue.js 68% building 1265/1302 modules 37 active ...sr/dir/node_modules/lodash/_getValue.js 68% building 1265/1303 modules 38 active .../dir/node_modules/lodash/isArguments.js 68% building 1266/1303 modules 37 active .../dir/node_modules/lodash/isArguments.js 68% building 1267/1303 modules 36 active .../dir/node_modules/lodash/isArguments.js 68% building 1268/1303 modules 35 active .../dir/node_modules/lodash/isArguments.js 68% building 1268/1304 modules 36 active ...ir/node_modules/d3-array/src/permute.js 68% building 1268/1305 modules 37 active .../dir/node_modules/d3-array/src/pairs.js 68% building 1268/1306 modules 38 active ...r/dir/node_modules/d3-array/src/nice.js 68% building 1268/1307 modules 39 active ...r/dir/node_modules/d3-array/src/mode.js 68% building 1268/1308 modules 40 active ...r/node_modules/d3-array/src/minIndex.js 68% building 1268/1309 modules 41 active ...sr/dir/node_modules/d3-array/src/min.js 68% building 1268/1310 modules 42 active .../dir/node_modules/d3-array/src/merge.js 68% building 1268/1311 modules 43 active ...dir/node_modules/d3-array/src/median.js 67% building 1268/1312 modules 44 active ...r/dir/node_modules/d3-array/src/mean.js 67% building 1268/1313 modules 45 active ...dules/dom-scroll-into-view/lib/index.js 67% building 1268/1314 modules 46 active ...r/node_modules/d3-array/src/maxIndex.js 67% building 1268/1315 modules 47 active ...sr/dir/node_modules/d3-array/src/max.js 67% building 1268/1316 modules 48 active ...sr/dir/node_modules/d3-array/src/bin.js 67% building 1269/1316 modules 47 active ...sr/dir/node_modules/d3-array/src/bin.js 67% building 1270/1316 modules 46 active ...sr/dir/node_modules/d3-array/src/bin.js 67% building 1271/1316 modules 45 active ...sr/dir/node_modules/d3-array/src/bin.js 67% building 1271/1317 modules 46 active .../node_modules/d3-array/src/groupSort.js 67% building 1272/1317 modules 45 active .../node_modules/d3-array/src/groupSort.js 67% building 1273/1317 modules 44 active .../node_modules/d3-array/src/groupSort.js 67% building 1273/1318 modules 45 active .../dir/node_modules/d3-array/src/group.js 67% building 1273/1319 modules 46 active ...r/dir/node_modules/d3-array/src/fsum.js 67% building 1273/1320 modules 47 active ...dir/node_modules/d3-array/src/extent.js 67% building 1273/1321 modules 48 active .../node_modules/d3-array/src/deviation.js 67% building 1273/1322 modules 49 active ...node_modules/d3-array/src/descending.js 67% building 1273/1323 modules 50 active ...dir/node_modules/d3-array/src/cumsum.js 67% building 1273/1324 modules 51 active .../dir/node_modules/d3-array/src/cross.js 67% building 1273/1325 modules 52 active .../dir/node_modules/d3-array/src/count.js 67% building 1274/1325 modules 51 active .../dir/node_modules/d3-array/src/count.js 67% building 1274/1326 modules 52 active ...modules/babel-runtime/core-js/symbol.js 67% building 1275/1326 modules 51 active ...modules/babel-runtime/core-js/symbol.js 67% building 1275/1327 modules 52 active ...s/d3-interpolate/src/transform/parse.js 67% building 1275/1328 modules 53 active .../node_modules/d3-format/src/identity.js 67% building 1275/1329 modules 54 active ...dules/d3-format/src/formatPrefixAuto.js 67% building 1276/1329 modules 53 active ...dules/d3-format/src/formatPrefixAuto.js 67% building 1277/1329 modules 52 active ...dules/d3-format/src/formatPrefixAuto.js 67% building 1278/1329 modules 51 active ...dules/d3-format/src/formatPrefixAuto.js 67% building 1278/1330 modules 52 active ...de_modules/d3-format/src/formatTypes.js 67% building 1278/1331 modules 53 active ...dules/d3-array/src/threshold/sturges.js 67% building 1278/1332 modules 54 active ...modules/d3-array/src/threshold/scott.js 67% building 1278/1333 modules 55 active ...array/src/threshold/freedmanDiaconis.js 67% building 1278/1334 modules 56 active ...ode_modules/d3-format/src/formatTrim.js 67% building 1278/1335 modules 57 active ...modules/d3-format/src/formatNumerals.js 67% building 1278/1336 modules 58 active ...de_modules/d3-format/src/formatGroup.js 67% building 1279/1336 modules 57 active ...de_modules/d3-format/src/formatGroup.js 67% building 1280/1336 modules 56 active ...de_modules/d3-format/src/formatGroup.js 67% building 1281/1336 modules 55 active ...de_modules/d3-format/src/formatGroup.js 67% building 1282/1336 modules 54 active ...de_modules/d3-format/src/formatGroup.js 67% building 1283/1336 modules 53 active ...de_modules/d3-format/src/formatGroup.js 67% building 1284/1336 modules 52 active ...de_modules/d3-format/src/formatGroup.js 67% building 1285/1336 modules 51 active ...de_modules/d3-format/src/formatGroup.js 67% building 1286/1336 modules 50 active ...de_modules/d3-format/src/formatGroup.js 67% building 1287/1336 modules 49 active ...de_modules/d3-format/src/formatGroup.js 67% building 1288/1336 modules 48 active ...de_modules/d3-format/src/formatGroup.js 67% building 1289/1336 modules 47 active ...de_modules/d3-format/src/formatGroup.js 67% building 1290/1336 modules 46 active ...de_modules/d3-format/src/formatGroup.js 67% building 1291/1336 modules 45 active ...de_modules/d3-format/src/formatGroup.js 68% building 1292/1336 modules 44 active ...de_modules/d3-format/src/formatGroup.js 68% building 1293/1336 modules 43 active ...de_modules/d3-format/src/formatGroup.js 68% building 1294/1336 modules 42 active ...de_modules/d3-format/src/formatGroup.js 68% building 1294/1337 modules 43 active ..._modules/d3-format/src/formatDecimal.js 68% building 1295/1337 modules 42 active ..._modules/d3-format/src/formatDecimal.js 68% building 1296/1337 modules 41 active ..._modules/d3-format/src/formatDecimal.js 68% building 1297/1337 modules 40 active ..._modules/d3-format/src/formatDecimal.js 68% building 1298/1337 modules 39 active ..._modules/d3-format/src/formatDecimal.js 68% building 1299/1337 modules 38 active ..._modules/d3-format/src/formatDecimal.js 68% building 1300/1337 modules 37 active ..._modules/d3-format/src/formatDecimal.js 68% building 1300/1338 modules 38 active ...recharts/node_modules/lodash/flatMap.js 68% building 1300/1339 modules 39 active ...les/recharts/node_modules/lodash/min.js 68% building 1300/1340 modules 40 active ...les/recharts/node_modules/lodash/max.js 68% building 1301/1340 modules 39 active ...les/recharts/node_modules/lodash/max.js 68% building 1301/1341 modules 40 active .../recharts/node_modules/lodash/sortBy.js 68% building 1302/1341 modules 39 active .../recharts/node_modules/lodash/sortBy.js 68% building 1302/1342 modules 40 active .../dir/node_modules/rc-tabs/es/TabPane.js 68% building 1302/1343 modules 41 active .../dir/node_modules/rc-tabs/es/KeyCode.js 68% building 1302/1344 modules 42 active ...odules/react-smooth/es6/AnimateGroup.js 68% building 1302/1345 modules 43 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1302/1346 modules 44 active ..._modules/draft-js/lib/SelectionState.js 67% building 1302/1347 modules 45 active ...ode_modules/draft-js/lib/EditorState.js 67% building 1302/1348 modules 46 active ...e_modules/draft-js/lib/DraftModifier.js 67% building 1302/1349 modules 47 active ...dules/draft-js/lib/DraftFeatureFlags.js 67% building 1302/1350 modules 48 active ...de_modules/draft-js/lib/ContentBlock.js 67% building 1302/1351 modules 49 active ...modules/draft-js/lib/BlockMapBuilder.js 67% building 1303/1351 modules 48 active ...modules/draft-js/lib/BlockMapBuilder.js 67% building 1304/1351 modules 47 active ...modules/draft-js/lib/BlockMapBuilder.js 67% building 1304/1352 modules 48 active ...harts/node_modules/lodash/_baseEvery.js 67% building 1304/1353 modules 49 active ...6/util/DetectReferenceElementsDomain.js 67% building 1304/1354 modules 50 active ...modules/recharts/es6/cartesian/Brush.js 67% building 1305/1354 modules 49 active ...modules/recharts/es6/cartesian/Brush.js 67% building 1306/1354 modules 48 active ...modules/recharts/es6/cartesian/Brush.js 67% building 1306/1355 modules 49 active ...ode_modules/css-unit-converter/index.js 67% building 1306/1356 modules 50 active ...recharts/es6/cartesian/CartesianAxis.js 67% building 1307/1356 modules 49 active ...recharts/es6/cartesian/CartesianAxis.js 67% building 1308/1356 modules 48 active ...recharts/es6/cartesian/CartesianAxis.js 67% building 1309/1356 modules 47 active ...recharts/es6/cartesian/CartesianAxis.js 67% building 1310/1356 modules 46 active ...recharts/es6/cartesian/CartesianAxis.js 68% building 1311/1356 modules 45 active ...recharts/es6/cartesian/CartesianAxis.js 67% building 1311/1357 modules 46 active ...modules/recharts/es6/shape/Rectangle.js 67% building 1311/1358 modules 47 active .../d3-selection/src/selection/dispatch.js 67% building 1311/1359 modules 48 active ...odules/d3-selection/src/selection/on.js 67% building 1312/1359 modules 47 active ...odules/d3-selection/src/selection/on.js 67% building 1313/1359 modules 46 active ...odules/d3-selection/src/selection/on.js 68% building 1314/1359 modules 45 active ...odules/d3-selection/src/selection/on.js 67% building 1314/1360 modules 46 active ...de_modules/recharts/es6/shape/Sector.js 68% building 1315/1360 modules 45 active ...de_modules/recharts/es6/shape/Sector.js 67% building 1315/1361 modules 46 active ...les/d3-selection/src/selection/datum.js 67% building 1315/1362 modules 47 active ...les/d3-selection/src/selection/clone.js 67% building 1316/1362 modules 46 active ...les/d3-selection/src/selection/clone.js 67% building 1316/1363 modules 47 active ...es/d3-selection/src/selection/remove.js 67% building 1316/1364 modules 48 active ...es/d3-selection/src/selection/insert.js 67% building 1316/1365 modules 49 active ...ode_modules/recharts/es6/shape/Cross.js 67% building 1316/1366 modules 50 active ...es/d3-selection/src/selection/append.js 67% building 1317/1366 modules 49 active ...es/d3-selection/src/selection/append.js 67% building 1318/1366 modules 48 active ...es/d3-selection/src/selection/append.js 67% building 1318/1367 modules 49 active ...les/d3-selection/src/selection/lower.js 67% building 1319/1367 modules 48 active ...les/d3-selection/src/selection/lower.js 67% building 1320/1367 modules 47 active ...les/d3-selection/src/selection/lower.js 67% building 1321/1367 modules 46 active ...les/d3-selection/src/selection/lower.js 68% building 1322/1367 modules 45 active ...les/d3-selection/src/selection/lower.js 68% building 1323/1367 modules 44 active ...les/d3-selection/src/selection/lower.js 68% building 1324/1367 modules 43 active ...les/d3-selection/src/selection/lower.js 68% building 1324/1368 modules 44 active ...les/d3-selection/src/selection/raise.js 68% building 1324/1369 modules 45 active ...ules/d3-selection/src/selection/html.js 67% building 1324/1370 modules 46 active ...ules/d3-selection/src/selection/text.js 67% building 1324/1371 modules 47 active ...s/d3-selection/src/selection/classed.js 67% building 1325/1371 modules 46 active ...s/d3-selection/src/selection/classed.js 67% building 1325/1372 modules 47 active .../d3-selection/src/selection/property.js 67% building 1326/1372 modules 46 active .../d3-selection/src/selection/property.js 68% building 1327/1372 modules 45 active .../d3-selection/src/selection/property.js 68% building 1328/1372 modules 44 active .../d3-selection/src/selection/property.js 68% building 1328/1373 modules 45 active ...ode_modules/recharts/es6/shape/Curve.js 68% building 1329/1373 modules 44 active ...ode_modules/recharts/es6/shape/Curve.js 68% building 1330/1373 modules 43 active ...ode_modules/recharts/es6/shape/Curve.js 68% building 1331/1373 modules 42 active ...ode_modules/recharts/es6/shape/Curve.js 68% building 1332/1373 modules 41 active ...ode_modules/recharts/es6/shape/Curve.js 68% building 1333/1373 modules 40 active ...ode_modules/recharts/es6/shape/Curve.js 68% building 1334/1373 modules 39 active ...ode_modules/recharts/es6/shape/Curve.js 68% building 1335/1373 modules 38 active ...ode_modules/recharts/es6/shape/Curve.js 68% building 1335/1374 modules 39 active ...dules/recharts/es6/component/Tooltip.js 68% building 1335/1375 modules 40 active ...charts/node_modules/lodash/isBoolean.js 68% building 1335/1376 modules 41 active ..._modules/rc-mentions/es/DropdownMenu.js 68% building 1335/1377 modules 42 active ...s/recharts/node_modules/lodash/range.js 68% building 1335/1378 modules 43 active ...ules/d3-selection/src/selection/attr.js 68% building 1335/1379 modules 44 active ...ules/d3-selection/src/selection/each.js 68% building 1335/1380 modules 45 active ...les/d3-selection/src/selection/empty.js 68% building 1335/1381 modules 46 active ...ules/d3-selection/src/selection/size.js 67% building 1335/1382 modules 47 active ...ules/d3-selection/src/selection/node.js 67% building 1335/1383 modules 48 active ...les/d3-selection/src/selection/nodes.js 67% building 1335/1384 modules 49 active ...echarts/node_modules/lodash/throttle.js 67% building 1335/1385 modules 50 active ...ules/d3-selection/src/selection/call.js 67% building 1335/1386 modules 51 active ...es/recharts/node_modules/lodash/find.js 67% building 1335/1387 modules 52 active ...node_modules/antd/es/grid/RowContext.js 67% building 1336/1387 modules 51 active ...node_modules/antd/es/grid/RowContext.js 67% building 1336/1388 modules 52 active ...ules/d3-selection/src/selection/sort.js 67% building 1336/1389 modules 53 active ...les/d3-selection/src/selection/order.js 67% building 1337/1389 modules 52 active ...les/d3-selection/src/selection/order.js 67% building 1338/1389 modules 51 active ...les/d3-selection/src/selection/order.js 67% building 1339/1389 modules 50 active ...les/d3-selection/src/selection/order.js 67% building 1339/1390 modules 51 active ...les/d3-selection/src/selection/merge.js 67% building 1339/1391 modules 52 active ...ules/d3-selection/src/selection/join.js 67% building 1340/1391 modules 51 active ...ules/d3-selection/src/selection/join.js 67% building 1340/1392 modules 52 active ...rsr/dir/node_modules/lodash/_overArg.js 67% building 1341/1392 modules 51 active ...rsr/dir/node_modules/lodash/_overArg.js 67% building 1342/1392 modules 50 active ...rsr/dir/node_modules/lodash/_overArg.js 67% building 1342/1393 modules 51 active ...ules/d3-selection/src/selection/exit.js 67% building 1342/1394 modules 52 active ...ode_modules/lodash/_baseIsTypedArray.js 67% building 1342/1395 modules 53 active ...sr/dir/node_modules/lodash/_nodeUtil.js 67% building 1342/1396 modules 54 active ...sr/dir/node_modules/lodash/stubFalse.js 67% building 1342/1397 modules 55 active ...les/d3-selection/src/selection/enter.js 67% building 1342/1398 modules 56 active ...ules/d3-selection/src/selection/data.js 67% building 1342/1399 modules 57 active ...es/d3-selection/src/selection/filter.js 67% building 1342/1400 modules 58 active ...lection/src/selection/selectChildren.js 67% building 1342/1401 modules 59 active .../dir/node_modules/d3-color/src/index.js 67% building 1342/1402 modules 60 active ...r/dir/node_modules/lodash/_baseUnary.js 67% building 1342/1403 modules 61 active ...-selection/src/selection/selectChild.js 67% building 1342/1404 modules 62 active ...d3-selection/src/selection/selectAll.js 67% building 1342/1405 modules 63 active .../dir/node_modules/d3-array/src/array.js 67% building 1343/1405 modules 62 active .../dir/node_modules/d3-array/src/array.js 67% building 1344/1405 modules 61 active .../dir/node_modules/d3-array/src/array.js 67% building 1344/1406 modules 62 active ...r/node_modules/d3-array/src/identity.js 67% building 1345/1406 modules 61 active ...r/node_modules/d3-array/src/identity.js 67% building 1346/1406 modules 60 active ...r/node_modules/d3-array/src/identity.js 67% building 1347/1406 modules 59 active ...r/node_modules/d3-array/src/identity.js 67% building 1347/1407 modules 60 active ...sr/dir/node_modules/lodash/_isMasked.js 67% building 1348/1407 modules 59 active ...sr/dir/node_modules/lodash/_isMasked.js 67% building 1349/1407 modules 58 active ...sr/dir/node_modules/lodash/_isMasked.js 67% building 1349/1408 modules 59 active ...r/node_modules/d3-array/src/constant.js 67% building 1350/1408 modules 58 active ...r/node_modules/d3-array/src/constant.js 67% building 1351/1408 modules 57 active ...r/node_modules/d3-array/src/constant.js 67% building 1352/1408 modules 56 active ...r/node_modules/d3-array/src/constant.js 67% building 1352/1409 modules 57 active ...node_modules/lodash/_baseIsArguments.js 67% building 1352/1410 modules 58 active ...-interpolate/src/transform/decompose.js 67% building 1353/1410 modules 57 active ...-interpolate/src/transform/decompose.js 67% building 1354/1410 modules 56 active ...-interpolate/src/transform/decompose.js 67% building 1354/1411 modules 57 active ..._modules/d3-format/src/formatRounded.js 67% building 1355/1411 modules 56 active ..._modules/d3-format/src/formatRounded.js 67% building 1356/1411 modules 55 active ..._modules/d3-format/src/formatRounded.js 67% building 1357/1411 modules 54 active ..._modules/d3-format/src/formatRounded.js 67% building 1358/1411 modules 53 active ..._modules/d3-format/src/formatRounded.js 67% building 1359/1411 modules 52 active ..._modules/d3-format/src/formatRounded.js 67% building 1360/1411 modules 51 active ..._modules/d3-format/src/formatRounded.js 67% building 1361/1411 modules 50 active ..._modules/d3-format/src/formatRounded.js 67% building 1362/1411 modules 49 active ..._modules/d3-format/src/formatRounded.js 67% building 1363/1411 modules 48 active ..._modules/d3-format/src/formatRounded.js 68% building 1364/1411 modules 47 active ..._modules/d3-format/src/formatRounded.js 68% building 1365/1411 modules 46 active ..._modules/d3-format/src/formatRounded.js 68% building 1366/1411 modules 45 active ..._modules/d3-format/src/formatRounded.js 68% building 1367/1411 modules 44 active ..._modules/d3-format/src/formatRounded.js 68% building 1367/1412 modules 45 active ...ect/node_modules/rc-trigger/es/index.js 68% building 1367/1413 modules 46 active ...l-into-view/lib/dom-scroll-into-view.js 68% building 1368/1413 modules 45 active ...l-into-view/lib/dom-scroll-into-view.js 68% building 1369/1413 modules 44 active ...l-into-view/lib/dom-scroll-into-view.js 68% building 1370/1413 modules 43 active ...l-into-view/lib/dom-scroll-into-view.js 68% building 1371/1413 modules 42 active ...l-into-view/lib/dom-scroll-into-view.js 68% building 1372/1413 modules 41 active ...l-into-view/lib/dom-scroll-into-view.js 68% building 1373/1413 modules 40 active ...l-into-view/lib/dom-scroll-into-view.js 68% building 1374/1413 modules 39 active ...l-into-view/lib/dom-scroll-into-view.js 68% building 1374/1414 modules 40 active ...node_modules/component-classes/index.js 68% building 1375/1414 modules 39 active ...node_modules/component-classes/index.js 68% building 1376/1414 modules 38 active ...node_modules/component-classes/index.js 68% building 1377/1414 modules 37 active ...node_modules/component-classes/index.js 68% building 1378/1414 modules 36 active ...node_modules/component-classes/index.js 68% building 1378/1415 modules 37 active ...ode_modules/rc-time-picker/es/Header.js 68% building 1378/1416 modules 38 active ...ules/antd/es/_util/responsiveObserve.js 68% building 1378/1417 modules 39 active ...ode_modules/rc-menu/es/MenuItemGroup.js 68% building 1378/1418 modules 40 active ...dir/node_modules/rc-menu/es/MenuItem.js 68% building 1379/1418 modules 39 active ...dir/node_modules/rc-menu/es/MenuItem.js 68% building 1380/1418 modules 38 active ...dir/node_modules/rc-menu/es/MenuItem.js 68% building 1381/1418 modules 37 active ...dir/node_modules/rc-menu/es/MenuItem.js 68% building 1382/1418 modules 36 active ...dir/node_modules/rc-menu/es/MenuItem.js 68% building 1383/1418 modules 35 active ...dir/node_modules/rc-menu/es/MenuItem.js 68% building 1383/1419 modules 36 active ...ules/recharts/es6/cartesian/ErrorBar.js 68% building 1384/1419 modules 35 active ...ules/recharts/es6/cartesian/ErrorBar.js 68% building 1385/1419 modules 34 active ...ules/recharts/es6/cartesian/ErrorBar.js 68% building 1385/1420 modules 35 active ..._modules/recharts/es6/component/Cell.js 68% building 1385/1421 modules 36 active ...draft-js/lib/getVisibleSelectionRect.js 68% building 1385/1422 modules 37 active ...es/draft-js/lib/getDefaultKeyBinding.js 68% building 1385/1423 modules 38 active ...ft-js/lib/convertFromRawToDraftState.js 68% building 1385/1424 modules 39 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1386/1424 modules 38 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1387/1424 modules 37 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1388/1424 modules 36 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1389/1424 modules 35 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1390/1424 modules 34 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1391/1424 modules 33 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1392/1424 modules 32 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1393/1424 modules 31 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1394/1424 modules 30 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1395/1424 modules 29 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1396/1424 modules 28 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1397/1424 modules 27 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1398/1424 modules 26 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1399/1424 modules 25 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1400/1424 modules 24 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1400/1425 modules 25 active ...ft-js/lib/convertFromDraftStateToRaw.js 68% building 1401/1425 modules 24 active ...ft-js/lib/convertFromDraftStateToRaw.js 69% building 1402/1425 modules 23 active ...ft-js/lib/convertFromDraftStateToRaw.js 69% building 1403/1425 modules 22 active ...ft-js/lib/convertFromDraftStateToRaw.js 69% building 1404/1425 modules 21 active ...ft-js/lib/convertFromDraftStateToRaw.js 69% building 1405/1425 modules 20 active ...ft-js/lib/convertFromDraftStateToRaw.js 69% building 1405/1426 modules 21 active ...ules/draft-js/lib/RichTextEditorUtil.js 69% building 1406/1426 modules 20 active ...ules/draft-js/lib/RichTextEditorUtil.js 69% building 1407/1426 modules 19 active ...ules/draft-js/lib/RichTextEditorUtil.js 69% building 1407/1427 modules 20 active ...les/recharts/node_modules/lodash/map.js 69% building 1407/1428 modules 21 active ...ts/node_modules/lodash/_baseExtremum.js 69% building 1407/1429 modules 22 active ...charts/node_modules/lodash/_baseRest.js 69% building 1407/1430 modules 23 active ...ode_modules/d3-selection/src/matcher.js 69% building 1408/1430 modules 22 active ...ode_modules/d3-selection/src/matcher.js 69% building 1408/1431 modules 23 active ...rts/node_modules/lodash/_baseOrderBy.js 68% building 1408/1432 modules 24 active ...recharts/node_modules/lodash/_baseGt.js 68% building 1408/1433 modules 25 active .../node_modules/d3-selection/src/local.js 68% building 1409/1433 modules 24 active .../node_modules/d3-selection/src/local.js 68% building 1409/1434 modules 25 active ...recharts/node_modules/lodash/_baseLt.js 68% building 1409/1435 modules 26 active ..._modules/draft-js/lib/KeyBindingUtil.js 68% building 1409/1436 modules 27 active ...les/draft-js/lib/DraftEntityInstance.js 68% building 1409/1437 modules 28 active ...ode_modules/draft-js/lib/DraftEntity.js 68% building 1409/1438 modules 29 active .../draft-js/lib/DraftEditorBlock.react.js 68% building 1410/1438 modules 28 active .../draft-js/lib/DraftEditorBlock.react.js 68% building 1410/1439 modules 29 active ...s/react-smooth/es6/AnimateGroupChild.js 68% building 1410/1440 modules 30 active ...dules/draft-js/lib/DraftEditor.react.js 68% building 1410/1441 modules 31 active ...draft-js/lib/DefaultDraftInlineStyle.js 68% building 1410/1442 modules 32 active ...raft-js/lib/splitBlockInContentState.js 68% building 1410/1443 modules 33 active .../draft-js/lib/DraftFeatureFlags-core.js 68% building 1410/1444 modules 34 active ...t-js/lib/removeRangeFromContentState.js 68% building 1410/1445 modules 35 active ...s/draft-js/lib/removeEntitiesAtEdges.js 68% building 1410/1446 modules 36 active ...charts/node_modules/lodash/_baseEach.js 68% building 1410/1447 modules 37 active .../recharts/es6/cartesian/ReferenceDot.js 68% building 1410/1448 modules 38 active .../recharts/es6/util/IfOverflowMatches.js 68% building 1410/1449 modules 39 active ...recharts/es6/cartesian/ReferenceArea.js 68% building 1410/1450 modules 40 active ...recharts/es6/cartesian/ReferenceLine.js 68% building 1411/1450 modules 39 active ...recharts/es6/cartesian/ReferenceLine.js 68% building 1411/1451 modules 40 active ...ft-js/lib/modifyBlockForContentState.js 68% building 1411/1452 modules 41 active ...ft-js/lib/insertTextIntoContentState.js 68% building 1411/1453 modules 42 active ...s/lib/insertFragmentIntoContentState.js 68% building 1411/1454 modules 43 active ...draft-js/lib/getContentStateFragment.js 68% building 1411/1455 modules 44 active ...raft-js/lib/getCharacterRemovalRange.js 68% building 1412/1455 modules 43 active ...raft-js/lib/getCharacterRemovalRange.js 68% building 1412/1456 modules 44 active ...aft-js/lib/applyEntityToContentState.js 68% building 1412/1457 modules 45 active ...draft-js/lib/ContentStateInlineStyle.js 68% building 1413/1457 modules 44 active ...draft-js/lib/ContentStateInlineStyle.js 68% building 1414/1457 modules 43 active ...draft-js/lib/ContentStateInlineStyle.js 68% building 1414/1458 modules 44 active ...ft-js/lib/DefaultDraftBlockRenderMap.js 68% building 1414/1459 modules 45 active ...de_modules/draft-js/lib/ContentState.js 68% building 1414/1460 modules 46 active ...draft-js/lib/CompositeDraftDecorator.js 68% building 1414/1461 modules 47 active ...es/d3-selection/src/selection/sparse.js 68% building 1414/1462 modules 48 active ...de_modules/d3-selection/src/constant.js 67% building 1414/1463 modules 49 active .../dir/node_modules/d3-color/src/color.js 68% building 1415/1463 modules 48 active .../dir/node_modules/d3-color/src/color.js 67% building 1415/1464 modules 49 active ..._modules/antd/es/button/button-group.js 68% building 1416/1464 modules 48 active ..._modules/antd/es/button/button-group.js 67% building 1416/1465 modules 49 active .../node_modules/d3-color/src/cubehelix.js 67% building 1416/1466 modules 50 active ...sr/dir/node_modules/d3-color/src/lab.js 67% building 1416/1467 modules 51 active ...de_modules/antd/es/table/createStore.js 67% building 1417/1467 modules 50 active ...de_modules/antd/es/table/createStore.js 67% building 1418/1467 modules 49 active ...de_modules/antd/es/table/createStore.js 67% building 1418/1468 modules 50 active ...modules/antd/es/table/filterDropdown.js 67% building 1418/1469 modules 51 active ...rts/node_modules/lodash/_createRange.js 67% building 1418/1470 modules 52 active ...dules/draft-js/lib/EditorBidiService.js 67% building 1418/1471 modules 53 active .../node_modules/draft-js/lib/BlockTree.js 67% building 1418/1472 modules 54 active ...node_modules/antd/es/statistic/utils.js 67% building 1418/1473 modules 55 active .../node_modules/antd/es/progress/utils.js 67% building 1418/1474 modules 56 active ...node_modules/antd/es/progress/Circle.js 67% building 1418/1475 modules 57 active ...les/recharts/es6/util/CssPrefixUtils.js 67% building 1419/1475 modules 56 active ...les/recharts/es6/util/CssPrefixUtils.js 67% building 1420/1475 modules 55 active ...les/recharts/es6/util/CssPrefixUtils.js 67% building 1420/1476 modules 56 active ...r/node_modules/antd/es/progress/Line.js 67% building 1420/1477 modules 57 active ...echarts/node_modules/lodash/debounce.js 67% building 1420/1478 modules 58 active ...ode_modules/antd/es/statistic/Number.js 67% building 1420/1479 modules 59 active ...ules/core-js/library/fn/symbol/index.js 67% building 1420/1480 modules 60 active ...arts/node_modules/lodash/_createFind.js 67% building 1420/1481 modules 61 active ...charts/node_modules/lodash/findIndex.js 67% building 1420/1482 modules 62 active ...odules/antd/es/pagination/MiniSelect.js 67% building 1421/1482 modules 61 active ...odules/antd/es/pagination/MiniSelect.js 67% building 1422/1482 modules 60 active ...odules/antd/es/pagination/MiniSelect.js 67% building 1422/1483 modules 61 active ...es/recharts/node_modules/lodash/omit.js 67% building 1422/1484 modules 62 active ...ts/node_modules/lodash/isPlainObject.js 67% building 1422/1485 modules 63 active ...node_modules/d3-scale/src/tickFormat.js 67% building 1423/1485 modules 62 active ...node_modules/d3-scale/src/tickFormat.js 67% building 1423/1486 modules 63 active .../es6/component/DefaultTooltipContent.js 67% building 1423/1487 modules 64 active ...rsr/dir/node_modules/lodash/toNumber.js 67% building 1423/1488 modules 65 active ...akvo/rsr/dir/node_modules/lodash/now.js 67% building 1424/1488 modules 64 active ...akvo/rsr/dir/node_modules/lodash/now.js 67% building 1425/1488 modules 63 active ...akvo/rsr/dir/node_modules/lodash/now.js 67% building 1425/1489 modules 64 active ...l/dist/esm/utils/set-rtl-text-plugin.js 67% building 1426/1489 modules 63 active ...l/dist/esm/utils/set-rtl-text-plugin.js 67% building 1427/1489 modules 62 active ...l/dist/esm/utils/set-rtl-text-plugin.js 67% building 1428/1489 modules 61 active ...l/dist/esm/utils/set-rtl-text-plugin.js 67% building 1429/1489 modules 60 active ...l/dist/esm/utils/set-rtl-text-plugin.js 67% building 1430/1489 modules 59 active ...l/dist/esm/utils/set-rtl-text-plugin.js 67% building 1430/1490 modules 60 active ...gl/dist/esm/components/scale-control.js 67% building 1430/1491 modules 61 active ...st/esm/components/navigation-control.js 67% building 1431/1491 modules 60 active ...st/esm/components/navigation-control.js 67% building 1432/1491 modules 59 active ...st/esm/components/navigation-control.js 67% building 1433/1491 modules 58 active ...st/esm/components/navigation-control.js 67% building 1434/1491 modules 57 active ...st/esm/components/navigation-control.js 67% building 1435/1491 modules 56 active ...st/esm/components/navigation-control.js 67% building 1435/1492 modules 57 active ...ist/esm/components/geolocate-control.js 67% building 1435/1493 modules 58 active ...st/esm/components/fullscreen-control.js 67% building 1436/1493 modules 57 active ...st/esm/components/fullscreen-control.js 67% building 1437/1493 modules 56 active ...st/esm/components/fullscreen-control.js 67% building 1438/1493 modules 55 active ...st/esm/components/fullscreen-control.js 67% building 1439/1493 modules 54 active ...st/esm/components/fullscreen-control.js 67% building 1439/1494 modules 55 active .../dir/node_modules/lodash/_coreJsData.js 67% building 1440/1494 modules 54 active .../dir/node_modules/lodash/_coreJsData.js 67% building 1440/1495 modules 55 active ...t/esm/components/attribution-control.js 67% building 1441/1495 modules 54 active ...t/esm/components/attribution-control.js 67% building 1442/1495 modules 53 active ...t/esm/components/attribution-control.js 67% building 1442/1496 modules 54 active ...act-map-gl/dist/esm/components/popup.js 67% building 1442/1497 modules 55 active ...map-gl/dist/esm/overlays/svg-overlay.js 67% building 1442/1498 modules 56 active ...ap-gl/dist/esm/overlays/html-overlay.js 67% building 1442/1499 modules 57 active ...-gl/dist/esm/overlays/canvas-overlay.js 67% building 1443/1499 modules 56 active ...-gl/dist/esm/overlays/canvas-overlay.js 67% building 1443/1500 modules 57 active .../node_modules/d3-scale/src/diverging.js 67% building 1443/1501 modules 58 active ...ct-map-gl/dist/esm/components/marker.js 67% building 1443/1502 modules 59 active ...-gl/dist/esm/components/base-control.js 67% building 1443/1503 modules 60 active ...act-map-gl/dist/esm/components/layer.js 67% building 1443/1504 modules 61 active ...ct-map-gl/dist/esm/components/source.js 67% building 1443/1505 modules 62 active ...ules/d3-scale/src/sequentialQuantile.js 67% building 1443/1506 modules 63 active ...e_modules/antd/es/tree/DirectoryTree.js 67% building 1444/1506 modules 62 active ...e_modules/antd/es/tree/DirectoryTree.js 67% building 1444/1507 modules 63 active ...node_modules/d3-scale/src/sequential.js 67% building 1445/1507 modules 62 active ...node_modules/d3-scale/src/sequential.js 67% building 1446/1507 modules 61 active ...node_modules/d3-scale/src/sequential.js 67% building 1446/1508 modules 62 active ...ir/node_modules/d3-scale/src/utcTime.js 67% building 1447/1508 modules 61 active ...ir/node_modules/d3-scale/src/utcTime.js 67% building 1448/1508 modules 60 active ...ir/node_modules/d3-scale/src/utcTime.js 67% building 1449/1508 modules 59 active ...ir/node_modules/d3-scale/src/utcTime.js 67% building 1450/1508 modules 58 active ...ir/node_modules/d3-scale/src/utcTime.js 67% building 1451/1508 modules 57 active ...ir/node_modules/d3-scale/src/utcTime.js 67% building 1452/1508 modules 56 active ...ir/node_modules/d3-scale/src/utcTime.js 67% building 1453/1508 modules 55 active ...ir/node_modules/d3-scale/src/utcTime.js 67% building 1454/1508 modules 54 active ...ir/node_modules/d3-scale/src/utcTime.js 67% building 1454/1509 modules 55 active ...r/dir/node_modules/d3-scale/src/time.js 67% building 1455/1509 modules 54 active ...r/dir/node_modules/d3-scale/src/time.js 67% building 1456/1509 modules 53 active ...r/dir/node_modules/d3-scale/src/time.js 67% building 1457/1509 modules 52 active ...r/dir/node_modules/d3-scale/src/time.js 67% building 1458/1509 modules 51 active ...r/dir/node_modules/d3-scale/src/time.js 68% building 1459/1509 modules 50 active ...r/dir/node_modules/d3-scale/src/time.js 68% building 1460/1509 modules 49 active ...r/dir/node_modules/d3-scale/src/time.js 68% building 1460/1510 modules 50 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1461/1510 modules 49 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1462/1510 modules 48 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1463/1510 modules 47 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1464/1510 modules 46 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1465/1510 modules 45 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1466/1510 modules 44 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1467/1510 modules 43 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1468/1510 modules 42 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1469/1510 modules 41 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1470/1510 modules 40 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1471/1510 modules 39 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1472/1510 modules 38 active ...odules/dom-scroll-into-view/lib/util.js[91m 68% building 1473/1510 modules 37 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1474/1510 modules 36 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1475/1510 modules 35 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1476/1510 modules 34 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1477/1510 modules 33 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1478/1510 modules 32 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1479/1510 modules 31 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1480/1510 modules 30 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1481/1510 modules 29 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1482/1510 modules 28 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1483/1510 modules 27 active ...odules/dom-scroll-into-view/lib/util.js 68% building 1483/1511 modules 28 active ...dir/node_modules/d3-format/src/index.js 68% building 1483/1512 modules 29 active ...ft-js/lib/getRangeBoundingClientRect.js 68% building 1483/1513 modules 30 active .../dir/node_modules/fbjs/lib/UserAgent.js 68% building 1484/1513 modules 29 active .../dir/node_modules/fbjs/lib/UserAgent.js 68% building 1485/1513 modules 28 active .../dir/node_modules/fbjs/lib/UserAgent.js 68% building 1486/1513 modules 27 active .../dir/node_modules/fbjs/lib/UserAgent.js 68% building 1486/1514 modules 28 active ...o/rsr/dir/node_modules/fbjs/lib/Keys.js 68% building 1487/1514 modules 27 active ...o/rsr/dir/node_modules/fbjs/lib/Keys.js 68% building 1488/1514 modules 26 active ...o/rsr/dir/node_modules/fbjs/lib/Keys.js 69% building 1489/1514 modules 25 active ...o/rsr/dir/node_modules/fbjs/lib/Keys.js 68% building 1489/1515 modules 26 active .../node_modules/rc-pagination/es/index.js 68% building 1489/1516 modules 27 active ...draft-js/lib/encodeInlineStyleRanges.js 68% building 1489/1517 modules 28 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1490/1517 modules 27 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1491/1517 modules 26 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1491/1518 modules 27 active ...modules/react-transition-group/index.js 68% building 1492/1518 modules 26 active ...modules/react-transition-group/index.js 69% building 1493/1518 modules 25 active ...modules/react-transition-group/index.js 69% building 1494/1518 modules 24 active ...modules/react-transition-group/index.js 69% building 1494/1519 modules 25 active ...echarts/node_modules/lodash/_baseMap.js 68% building 1494/1520 modules 26 active ...ules/draft-js/lib/decodeEntityRanges.js 69% building 1495/1520 modules 25 active ...ules/draft-js/lib/decodeEntityRanges.js 69% building 1496/1520 modules 24 active ...ules/draft-js/lib/decodeEntityRanges.js 69% building 1496/1521 modules 25 active ...rts/node_modules/lodash/_setToString.js 69% building 1497/1521 modules 24 active ...rts/node_modules/lodash/_setToString.js 69% building 1498/1521 modules 23 active ...rts/node_modules/lodash/_setToString.js 69% building 1499/1521 modules 22 active ...rts/node_modules/lodash/_setToString.js 69% building 1499/1522 modules 23 active ...charts/node_modules/lodash/_overRest.js 69% building 1500/1522 modules 22 active ...charts/node_modules/lodash/_overRest.js 69% building 1501/1522 modules 21 active ...charts/node_modules/lodash/_overRest.js 69% building 1502/1522 modules 20 active ...charts/node_modules/lodash/_overRest.js 69% building 1503/1522 modules 19 active ...charts/node_modules/lodash/_overRest.js 69% building 1503/1523 modules 20 active ...node_modules/lodash/_compareMultiple.js 69% building 1503/1524 modules 21 active ...arts/node_modules/lodash/_baseSortBy.js 69% building 1504/1524 modules 20 active ...arts/node_modules/lodash/_baseSortBy.js 69% building 1504/1525 modules 21 active ...les/draft-js/lib/createCharacterList.js 69% building 1504/1526 modules 22 active ...odules/draft-js/lib/DraftTreeAdapter.js 69% building 1505/1526 modules 21 active ...odules/draft-js/lib/DraftTreeAdapter.js 69% building 1506/1526 modules 20 active ...odules/draft-js/lib/DraftTreeAdapter.js 69% building 1506/1527 modules 21 active ...r/dir/node_modules/d3-time/src/index.js 69% building 1506/1528 modules 22 active ...dir/node_modules/d3-color/src/define.js 69% building 1506/1529 modules 23 active ...ode_modules/d3-time-format/src/index.js 69% building 1506/1530 modules 24 active ...r/dir/node_modules/d3-color/src/math.js 69% building 1506/1531 modules 25 active ...dules/draft-js/lib/sanitizeDraftText.js 68% building 1506/1532 modules 26 active ...les/draft-js/lib/getSafeBodyFromHTML.js 68% building 1506/1533 modules 27 active ...kvo/rsr/dir/node_modules/fbjs/lib/cx.js 68% building 1506/1534 modules 28 active ...vo/rsr/dir/node_modules/fbjs/lib/URI.js 68% building 1506/1535 modules 29 active ...dir/node_modules/fbjs/lib/nullthrows.js 68% building 1506/1536 modules 30 active .../lib/adjustBlockDepthForContentState.js 68% building 1506/1537 modules 31 active .../node_modules/lodash/_createBaseEach.js 68% building 1506/1538 modules 32 active ...e_modules/recharts/es6/util/LogUtils.js 68% building 1507/1538 modules 31 active ...e_modules/recharts/es6/util/LogUtils.js 68% building 1508/1538 modules 30 active ...e_modules/recharts/es6/util/LogUtils.js 68% building 1508/1539 modules 31 active ...es/recharts/node_modules/lodash/some.js 68% building 1508/1540 modules 32 active ..._modules/draft-js/lib/insertIntoList.js 68% building 1508/1541 modules 33 active ...s/draft-js/lib/randomizeBlockMapKeys.js 68% building 1508/1542 modules 34 active ...dules/fbjs/lib/getViewportDimensions.js 68% building 1508/1543 modules 35 active ...les/draft-js/lib/DraftEntitySegments.js 68% building 1508/1544 modules 36 active ...aft-js/lib/applyEntityToContentBlock.js 68% building 1508/1545 modules 37 active ...draft-js/lib/getRangesForDraftEntity.js 68% building 1508/1546 modules 38 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1508/1547 modules 39 active ..._modules/fbjs/lib/getElementPosition.js 68% building 1508/1548 modules 40 active ...odules/fbjs/lib/UnicodeBidiDirection.js 68% building 1509/1548 modules 39 active ...odules/fbjs/lib/UnicodeBidiDirection.js 68% building 1510/1548 modules 38 active ...odules/fbjs/lib/UnicodeBidiDirection.js 68% building 1511/1548 modules 37 active ...odules/fbjs/lib/UnicodeBidiDirection.js 68% building 1512/1548 modules 36 active ...odules/fbjs/lib/UnicodeBidiDirection.js 68% building 1512/1549 modules 37 active ...harts/node_modules/lodash/_baseRange.js 68% building 1512/1550 modules 38 active .../node_modules/fbjs/lib/emptyFunction.js 68% building 1512/1551 modules 39 active ...rsr/dir/node_modules/lodash/padStart.js 68% building 1512/1552 modules 40 active ..._modules/fbjs/lib/UnicodeBidiService.js 68% building 1513/1552 modules 39 active ..._modules/fbjs/lib/UnicodeBidiService.js 68% building 1513/1553 modules 40 active ...echarts/node_modules/lodash/toFinite.js 68% building 1513/1554 modules 41 active ...echarts/node_modules/lodash/toNumber.js 68% building 1513/1555 modules 42 active ...o/rsr/dir/node_modules/lodash/padEnd.js 68% building 1513/1556 modules 43 active ...sr/dir/node_modules/d3-scale/src/pow.js 68% building 1513/1557 modules 44 active ...s/core-js/library/modules/es6.symbol.js 68% building 1513/1558 modules 45 active ...ibrary/modules/es7.symbol.observable.js 68% building 1513/1559 modules 46 active ...node_modules/d3-scale/src/continuous.js 68% building 1513/1560 modules 47 active ...charts/node_modules/lodash/toInteger.js 68% building 1513/1561 modules 48 active ...ry/modules/es7.symbol.async-iterator.js 68% building 1514/1561 modules 47 active ...ry/modules/es7.symbol.async-iterator.js 68% building 1515/1561 modules 46 active ...ry/modules/es7.symbol.async-iterator.js 68% building 1515/1562 modules 47 active ...ts/node_modules/lodash/_getAllKeysIn.js 68% building 1515/1563 modules 48 active ...ts/node_modules/lodash/_getPrototype.js 68% building 1515/1564 modules 49 active ...dir/node_modules/d3-scale/src/symlog.js 68% building 1515/1565 modules 50 active ...charts/node_modules/lodash/_flatRest.js 68% building 1516/1565 modules 49 active ...charts/node_modules/lodash/_flatRest.js 68% building 1516/1566 modules 50 active ...sr/dir/node_modules/d3-scale/src/log.js 68% building 1516/1567 modules 51 active ...d/es/table/FilterDropdownMenuWrapper.js 68% building 1517/1567 modules 50 active ...d/es/table/FilterDropdownMenuWrapper.js 68% building 1517/1568 modules 51 active ...dir/node_modules/d3-scale/src/linear.js 68% building 1517/1569 modules 52 active ...sr/dir/node_modules/lodash/_baseTrim.js 67% building 1517/1570 modules 53 active ...rsr/dir/node_modules/lodash/isSymbol.js 68% building 1518/1570 modules 52 active ...rsr/dir/node_modules/lodash/isSymbol.js 68% building 1519/1570 modules 51 active ...rsr/dir/node_modules/lodash/isSymbol.js 68% building 1519/1571 modules 52 active ...r/dir/node_modules/d3-scale/src/nice.js 68% building 1520/1571 modules 51 active ...r/dir/node_modules/d3-scale/src/nice.js 68% building 1521/1571 modules 50 active ...r/dir/node_modules/d3-scale/src/nice.js 68% building 1522/1571 modules 49 active ...r/dir/node_modules/d3-scale/src/nice.js 68% building 1523/1571 modules 48 active ...r/dir/node_modules/d3-scale/src/nice.js 68% building 1523/1572 modules 49 active .../react-map-gl/dist/esm/utils/version.js 68% building 1523/1573 modules 50 active ...node_modules/lodash/_customOmitClone.js 68% building 1524/1573 modules 49 active ...node_modules/lodash/_customOmitClone.js 68% building 1525/1573 modules 48 active ...node_modules/lodash/_customOmitClone.js 68% building 1526/1573 modules 47 active ...node_modules/lodash/_customOmitClone.js 68% building 1527/1573 modules 46 active ...node_modules/lodash/_customOmitClone.js 68% building 1528/1573 modules 45 active ...node_modules/lodash/_customOmitClone.js 68% building 1529/1573 modules 44 active ...node_modules/lodash/_customOmitClone.js 68% building 1530/1573 modules 43 active ...node_modules/lodash/_customOmitClone.js 68% building 1530/1574 modules 44 active ...r/dir/node_modules/rc-table/es/index.js 68% building 1530/1575 modules 45 active ...arts/node_modules/lodash/_copyObject.js 68% building 1530/1576 modules 46 active ...ap-gl/dist/esm/utils/geolocate-utils.js 68% building 1530/1577 modules 47 active ...harts/node_modules/lodash/_baseUnset.js 68% building 1530/1578 modules 48 active ...harts/node_modules/lodash/_baseClone.js 68% building 1531/1578 modules 47 active ...harts/node_modules/lodash/_baseClone.js 68% building 1532/1578 modules 46 active ...harts/node_modules/lodash/_baseClone.js 68% building 1533/1578 modules 45 active ...harts/node_modules/lodash/_baseClone.js 68% building 1534/1578 modules 44 active ...harts/node_modules/lodash/_baseClone.js 68% building 1534/1579 modules 45 active ...library/modules/es6.object.to-string.js 68% building 1535/1579 modules 44 active ...library/modules/es6.object.to-string.js 68% building 1535/1580 modules 45 active ...les/recharts/node_modules/lodash/now.js 68% building 1536/1580 modules 44 active ...les/recharts/node_modules/lodash/now.js 68% building 1537/1580 modules 43 active ...les/recharts/node_modules/lodash/now.js 68% building 1537/1581 modules 44 active ...ct-map-gl/dist/esm/utils/crisp-pixel.js 68% building 1537/1582 modules 45 active ...node_modules/rc-dialog/es/DialogWrap.js 68% building 1537/1583 modules 46 active ...ist/esm/components/draggable-control.js 68% building 1537/1584 modules 47 active ...act-map-gl/dist/esm/utils/deep-equal.js 68% building 1538/1584 modules 46 active ...act-map-gl/dist/esm/utils/deep-equal.js 68% building 1538/1585 modules 47 active ..._modules/d3-format/src/defaultLocale.js 68% building 1539/1585 modules 46 active ..._modules/d3-format/src/defaultLocale.js 68% building 1540/1585 modules 45 active ..._modules/d3-format/src/defaultLocale.js 68% building 1541/1585 modules 44 active ..._modules/d3-format/src/defaultLocale.js 68% building 1542/1585 modules 43 active ..._modules/d3-format/src/defaultLocale.js 68% building 1543/1585 modules 42 active ..._modules/d3-format/src/defaultLocale.js 68% building 1544/1585 modules 41 active ..._modules/d3-format/src/defaultLocale.js 68% building 1544/1586 modules 42 active ...p-gl/dist/esm/utils/dynamic-position.js 68% building 1545/1586 modules 41 active ...p-gl/dist/esm/utils/dynamic-position.js 68% building 1546/1586 modules 40 active ...p-gl/dist/esm/utils/dynamic-position.js 68% building 1546/1587 modules 41 active ...r/dir/node_modules/antd/es/tree/util.js 68% building 1546/1588 modules 42 active ...modules/d3-format/src/precisionRound.js 68% building 1546/1589 modules 43 active ...odules/d3-format/src/precisionPrefix.js 68% building 1546/1590 modules 44 active ...modules/d3-format/src/precisionFixed.js 68% building 1547/1590 modules 43 active ...modules/d3-format/src/precisionFixed.js 68% building 1547/1591 modules 44 active ...odules/d3-format/src/formatSpecifier.js 68% building 1547/1592 modules 45 active ...ir/node_modules/d3-format/src/locale.js 68% building 1547/1593 modules 46 active .../rsr/dir/node_modules/fbjs/lib/Style.js 68% building 1548/1593 modules 45 active .../rsr/dir/node_modules/fbjs/lib/Style.js 68% building 1548/1594 modules 46 active ...rsr/dir/node_modules/fbjs/lib/Scroll.js 68% building 1549/1594 modules 45 active ...rsr/dir/node_modules/fbjs/lib/Scroll.js 68% building 1550/1594 modules 44 active ...rsr/dir/node_modules/fbjs/lib/Scroll.js 68% building 1551/1594 modules 43 active ...rsr/dir/node_modules/fbjs/lib/Scroll.js 68% building 1552/1594 modules 42 active ...rsr/dir/node_modules/fbjs/lib/Scroll.js 68% building 1553/1594 modules 41 active ...rsr/dir/node_modules/fbjs/lib/Scroll.js 68% building 1554/1594 modules 40 active ...rsr/dir/node_modules/fbjs/lib/Scroll.js 68% building 1554/1595 modules 41 active ...-js/lib/DraftEditorPlaceholder.react.js 68% building 1555/1595 modules 40 active ...-js/lib/DraftEditorPlaceholder.react.js 68% building 1556/1595 modules 39 active ...-js/lib/DraftEditorPlaceholder.react.js 68% building 1557/1595 modules 38 active ...-js/lib/DraftEditorPlaceholder.react.js 68% building 1558/1595 modules 37 active ...-js/lib/DraftEditorPlaceholder.react.js 68% building 1559/1595 modules 36 active ...-js/lib/DraftEditorPlaceholder.react.js 68% building 1560/1595 modules 35 active ...-js/lib/DraftEditorPlaceholder.react.js 68% building 1560/1596 modules 36 active .../draft-js/lib/DraftEditorEditHandler.js 68% building 1560/1597 modules 37 active ...ir/node_modules/d3-time/src/interval.js 68% building 1561/1597 modules 36 active ...ir/node_modules/d3-time/src/interval.js 68% building 1561/1598 modules 37 active ...r/dir/node_modules/d3-time/src/ticks.js 68% building 1562/1598 modules 36 active ...r/dir/node_modules/d3-time/src/ticks.js 68% building 1562/1599 modules 37 active ...les/d3-time-format/src/defaultLocale.js 68% building 1562/1600 modules 38 active ..._modules/d3-time-format/src/isoParse.js 68% building 1562/1601 modules 39 active ...les/draft-js/lib/getRangeClientRects.js 68% building 1562/1602 modules 40 active .../node_modules/fbjs/lib/UserAgentData.js 68% building 1563/1602 modules 39 active .../node_modules/fbjs/lib/UserAgentData.js 68% building 1563/1603 modules 40 active ...modules/d3-time-format/src/isoFormat.js 68% building 1564/1603 modules 39 active ...modules/d3-time-format/src/isoFormat.js 68% building 1565/1603 modules 38 active ...modules/d3-time-format/src/isoFormat.js 68% building 1565/1604 modules 39 active ...de_modules/d3-time-format/src/locale.js 68% building 1566/1604 modules 38 active ...de_modules/d3-time-format/src/locale.js 68% building 1566/1605 modules 39 active ...dir/node_modules/d3-time/src/utcYear.js 68% building 1566/1606 modules 40 active ...ir/node_modules/d3-time/src/utcMonth.js 68% building 1566/1607 modules 41 active ...dir/node_modules/d3-time/src/utcWeek.js 68% building 1566/1608 modules 42 active .../helpers/esm/objectWithoutProperties.js 68% building 1566/1609 modules 43 active ...e_modules/fbjs/lib/memoizeStringOnly.js 68% building 1566/1610 modules 44 active .../dir/node_modules/d3-time/src/utcDay.js 68% building 1567/1610 modules 43 active .../dir/node_modules/d3-time/src/utcDay.js 68% building 1568/1610 modules 42 active .../dir/node_modules/d3-time/src/utcDay.js 68% building 1568/1611 modules 43 active ...node_modules/component-indexof/index.js 68% building 1568/1612 modules 44 active ...dir/node_modules/d3-time/src/utcHour.js 68% building 1568/1613 modules 45 active ...r/node_modules/d3-time/src/utcMinute.js 68% building 1568/1614 modules 46 active .../dir/node_modules/fbjs/lib/mapObject.js 68% building 1568/1615 modules 47 active ...sr/dir/node_modules/d3-time/src/year.js 68% building 1569/1615 modules 46 active ...sr/dir/node_modules/d3-time/src/year.js 68% building 1569/1616 modules 47 active ...r/node_modules/fbjs/lib/VersionRange.js 68% building 1569/1617 modules 48 active ...r/dir/node_modules/d3-time/src/month.js 68% building 1570/1617 modules 47 active ...r/dir/node_modules/d3-time/src/month.js 68% building 1571/1617 modules 46 active ...r/dir/node_modules/d3-time/src/month.js 68% building 1572/1617 modules 45 active ...r/dir/node_modules/d3-time/src/month.js 68% building 1572/1618 modules 46 active ..._modules/rc-pagination/es/Pagination.js 68% building 1572/1619 modules 47 active ...r/node_modules/fbjs/lib/UnicodeUtils.js 68% building 1572/1620 modules 48 active ...sr/dir/node_modules/d3-time/src/week.js 68% building 1572/1621 modules 49 active ...rsr/dir/node_modules/d3-time/src/day.js 68% building 1572/1622 modules 50 active .../draft-js/lib/DraftEditorDragHandler.js 68% building 1573/1622 modules 49 active .../draft-js/lib/DraftEditorDragHandler.js 68% building 1574/1622 modules 48 active .../draft-js/lib/DraftEditorDragHandler.js 68% building 1574/1623 modules 49 active ...react-transition-group/CSSTransition.js 68% building 1575/1623 modules 48 active ...react-transition-group/CSSTransition.js 68% building 1576/1623 modules 47 active ...react-transition-group/CSSTransition.js 68% building 1576/1624 modules 48 active ...sr/dir/node_modules/d3-time/src/hour.js 68% building 1577/1624 modules 47 active ...sr/dir/node_modules/d3-time/src/hour.js 68% building 1577/1625 modules 48 active .../dir/node_modules/d3-time/src/minute.js 68% building 1577/1626 modules 49 active ...es/react-transition-group/Transition.js 68% building 1578/1626 modules 48 active ...es/react-transition-group/Transition.js 68% building 1578/1627 modules 49 active .../dir/node_modules/d3-time/src/second.js 68% building 1578/1628 modules 50 active ...node_modules/d3-time/src/millisecond.js 68% building 1579/1628 modules 49 active ...node_modules/d3-time/src/millisecond.js 68% building 1579/1629 modules 50 active ...act-transition-group/TransitionGroup.js 68% building 1580/1629 modules 49 active ...act-transition-group/TransitionGroup.js 68% building 1580/1630 modules 50 active ...node_modules/lodash/_baseSetToString.js 68% building 1581/1630 modules 49 active ...node_modules/lodash/_baseSetToString.js 68% building 1581/1631 modules 50 active .../recharts/node_modules/lodash/_apply.js 68% building 1582/1631 modules 49 active .../recharts/node_modules/lodash/_apply.js 68% building 1583/1631 modules 48 active .../recharts/node_modules/lodash/_apply.js 68% building 1583/1632 modules 49 active ...ode_modules/lodash/_compareAscending.js 68% building 1583/1633 modules 50 active ...charts/node_modules/lodash/_shortOut.js 68% building 1583/1634 modules 51 active ...t-transition-group/ReplaceTransition.js 68% building 1583/1635 modules 52 active ...aft-js/lib/DraftEditorContents.react.js 68% building 1584/1635 modules 51 active ...aft-js/lib/DraftEditorContents.react.js 68% building 1585/1635 modules 50 active ...aft-js/lib/DraftEditorContents.react.js 68% building 1586/1635 modules 49 active ...aft-js/lib/DraftEditorContents.react.js 68% building 1586/1636 modules 50 active ...dir/node_modules/d3-scale/src/number.js 68% building 1587/1636 modules 49 active ...dir/node_modules/d3-scale/src/number.js 68% building 1588/1636 modules 48 active ...dir/node_modules/d3-scale/src/number.js 68% building 1589/1636 modules 47 active ...dir/node_modules/d3-scale/src/number.js 68% building 1589/1637 modules 48 active ...r/node_modules/d3-scale/src/constant.js 68% building 1589/1638 modules 49 active ...charts/node_modules/lodash/_baseSome.js 68% building 1590/1638 modules 48 active ...charts/node_modules/lodash/_baseSome.js 68% building 1591/1638 modules 47 active ...charts/node_modules/lodash/_baseSome.js 68% building 1592/1638 modules 46 active ...charts/node_modules/lodash/_baseSome.js 68% building 1593/1638 modules 45 active ...charts/node_modules/lodash/_baseSome.js 68% building 1593/1639 modules 46 active ...js/lib/DraftEditorCompositionHandler.js 68% building 1593/1640 modules 47 active ...ir/node_modules/fbjs/lib/UnicodeBidi.js 68% building 1593/1641 modules 48 active ...es/fbjs/lib/getDocumentScrollElement.js 68% building 1594/1641 modules 47 active ...es/fbjs/lib/getDocumentScrollElement.js 68% building 1594/1642 modules 48 active ...node_modules/fbjs/lib/getElementRect.js 68% building 1594/1643 modules 49 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 1595/1643 modules 48 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 1596/1643 modules 47 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 1597/1643 modules 46 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 1598/1643 modules 45 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 1599/1643 modules 44 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 1600/1643 modules 43 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 1601/1643 modules 42 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 1602/1643 modules 41 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 1602/1644 modules 42 active ...s/draft-js/lib/DraftEditorLeaf.react.js 68% building 1603/1644 modules 41 active ...s/draft-js/lib/DraftEditorLeaf.react.js 68% building 1604/1644 modules 40 active ...s/draft-js/lib/DraftEditorLeaf.react.js 68% building 1605/1644 modules 39 active ...s/draft-js/lib/DraftEditorLeaf.react.js 68% building 1606/1644 modules 38 active ...s/draft-js/lib/DraftEditorLeaf.react.js 68% building 1607/1644 modules 37 active ...s/draft-js/lib/DraftEditorLeaf.react.js 68% building 1608/1644 modules 36 active ...s/draft-js/lib/DraftEditorLeaf.react.js 68% building 1609/1644 modules 35 active ...s/draft-js/lib/DraftEditorLeaf.react.js 68% building 1609/1645 modules 36 active ...r/node_modules/lodash/_createPadding.js 68% building 1610/1645 modules 35 active ...r/node_modules/lodash/_createPadding.js 68% building 1611/1645 modules 34 active ...r/node_modules/lodash/_createPadding.js 68% building 1612/1645 modules 33 active ...r/node_modules/lodash/_createPadding.js 68% building 1613/1645 modules 32 active ...r/node_modules/lodash/_createPadding.js 68% building 1613/1646 modules 33 active ...rsr/dir/node_modules/lodash/toString.js 68% building 1613/1647 modules 34 active ...charts/node_modules/lodash/_baseTrim.js 68% building 1614/1647 modules 33 active ...charts/node_modules/lodash/_baseTrim.js 68% building 1614/1648 modules 34 active .../core-js/library/modules/_wks-define.js 68% building 1615/1648 modules 33 active .../core-js/library/modules/_wks-define.js 68% building 1616/1648 modules 32 active .../core-js/library/modules/_wks-define.js 68% building 1617/1648 modules 31 active .../core-js/library/modules/_wks-define.js 68% building 1617/1649 modules 32 active .../recharts/node_modules/lodash/keysIn.js 68% building 1617/1650 modules 33 active ...ts/node_modules/lodash/_getSymbolsIn.js 68% building 1617/1651 modules 34 active ...sr/dir/node_modules/lodash/toInteger.js 68% building 1617/1652 modules 35 active .../dir/node_modules/lodash/_stringSize.js 68% building 1618/1652 modules 34 active .../dir/node_modules/lodash/_stringSize.js 68% building 1619/1652 modules 33 active .../dir/node_modules/lodash/_stringSize.js 68% building 1620/1652 modules 32 active .../dir/node_modules/lodash/_stringSize.js 68% building 1621/1652 modules 31 active .../dir/node_modules/lodash/_stringSize.js 68% building 1621/1653 modules 32 active ...node_modules/lodash/_trimmedEndIndex.js 68% building 1621/1654 modules 33 active ...ect/node_modules/rc-trigger/es/utils.js 68% building 1621/1655 modules 34 active ...ect/node_modules/rc-trigger/es/Popup.js 68% building 1622/1655 modules 33 active ...ect/node_modules/rc-trigger/es/Popup.js 68% building 1623/1655 modules 32 active ...ect/node_modules/rc-trigger/es/Popup.js 68% building 1624/1655 modules 31 active ...ect/node_modules/rc-trigger/es/Popup.js 68% building 1625/1655 modules 30 active ...ect/node_modules/rc-trigger/es/Popup.js 68% building 1626/1655 modules 29 active ...ect/node_modules/rc-trigger/es/Popup.js 68% building 1626/1656 modules 30 active ...core-js/library/modules/_object-gopn.js 68% building 1627/1656 modules 29 active ...core-js/library/modules/_object-gopn.js 68% building 1628/1656 modules 28 active ...core-js/library/modules/_object-gopn.js 68% building 1628/1657 modules 29 active ...-js/library/modules/_object-gopn-ext.js 68% building 1628/1658 modules 30 active ...es/core-js/library/modules/_is-array.js 68% building 1628/1659 modules 31 active .../node_modules/d3-format/src/exponent.js 68% building 1629/1659 modules 30 active .../node_modules/d3-format/src/exponent.js 68% building 1630/1659 modules 29 active .../node_modules/d3-format/src/exponent.js 68% building 1630/1660 modules 30 active ...s/core-js/library/modules/_enum-keys.js 68% building 1630/1661 modules 31 active ...r/dir/node_modules/rc-table/es/Table.js 68% building 1630/1662 modules 32 active ...rts/node_modules/lodash/_assignValue.js 68% building 1631/1662 modules 31 active ...rts/node_modules/lodash/_assignValue.js 68% building 1631/1663 modules 32 active ...r/dir/node_modules/rc-table/es/utils.js 68% building 1631/1664 modules 33 active ...recharts/node_modules/lodash/_parent.js 68% building 1632/1664 modules 32 active ...recharts/node_modules/lodash/_parent.js 68% building 1632/1665 modules 33 active .../node_modules/d3-format/src/identity.js 68% building 1632/1666 modules 34 active ...s/recharts/node_modules/lodash/isSet.js 68% building 1632/1667 modules 35 active ...s/recharts/node_modules/lodash/isMap.js 68% building 1632/1668 modules 36 active ...ir/node_modules/rc-progress/es/index.js 68% building 1632/1669 modules 37 active ...dules/d3-format/src/formatPrefixAuto.js 68% building 1632/1670 modules 38 active ...node_modules/lodash/_initCloneObject.js 68% building 1632/1671 modules 39 active ...r/dir/node_modules/dom-closest/index.js 68% building 1632/1672 modules 40 active ...de_modules/d3-format/src/formatTypes.js 68% building 1632/1673 modules 41 active ...ode_modules/rc-util/es/PortalWrapper.js 68% building 1633/1673 modules 40 active ...ode_modules/rc-util/es/PortalWrapper.js 68% building 1634/1673 modules 39 active ...ode_modules/rc-util/es/PortalWrapper.js 68% building 1635/1673 modules 38 active ...ode_modules/rc-util/es/PortalWrapper.js 68% building 1636/1673 modules 37 active ...ode_modules/rc-util/es/PortalWrapper.js 68% building 1636/1674 modules 38 active ...ir/node_modules/d3-time/src/duration.js 68% building 1636/1675 modules 39 active ...dir/node_modules/rc-dialog/es/Dialog.js 68% building 1637/1675 modules 38 active ...dir/node_modules/rc-dialog/es/Dialog.js 68% building 1638/1675 modules 37 active ...dir/node_modules/rc-dialog/es/Dialog.js 68% building 1638/1676 modules 38 active ...ir/node_modules/enquire.js/src/index.js 68% building 1638/1677 modules 39 active ...ode_modules/d3-format/src/formatTrim.js 68% building 1638/1678 modules 40 active ...modules/d3-format/src/formatNumerals.js 68% building 1638/1679 modules 41 active .../node_modules/lodash/_initCloneByTag.js 68% building 1638/1680 modules 42 active .../node_modules/lodash/_initCloneArray.js 68% building 1639/1680 modules 41 active .../node_modules/lodash/_initCloneArray.js 68% building 1639/1681 modules 42 active ...de_modules/d3-format/src/formatGroup.js 68% building 1640/1681 modules 41 active ...de_modules/d3-format/src/formatGroup.js 68% building 1640/1682 modules 42 active ...s/node_modules/lodash/_copySymbolsIn.js 68% building 1641/1682 modules 41 active ...s/node_modules/lodash/_copySymbolsIn.js 68% building 1641/1683 modules 42 active ...rts/node_modules/lodash/_copySymbols.js 68% building 1641/1684 modules 43 active ...de_modules/fbjs/lib/getStyleProperty.js 68% building 1642/1684 modules 42 active ...de_modules/fbjs/lib/getStyleProperty.js 68% building 1643/1684 modules 41 active ...de_modules/fbjs/lib/getStyleProperty.js 68% building 1644/1684 modules 40 active ...de_modules/fbjs/lib/getStyleProperty.js 68% building 1645/1684 modules 39 active ...de_modules/fbjs/lib/getStyleProperty.js 68% building 1646/1684 modules 38 active ...de_modules/fbjs/lib/getStyleProperty.js 68% building 1647/1684 modules 37 active ...de_modules/fbjs/lib/getStyleProperty.js 68% building 1648/1684 modules 36 active ...de_modules/fbjs/lib/getStyleProperty.js 68% building 1648/1685 modules 37 active ...dules/draft-js/lib/editOnBeforeInput.js 68% building 1648/1686 modules 38 active ...de_modules/draft-js/lib/editOnSelect.js 68% building 1649/1686 modules 37 active ...de_modules/draft-js/lib/editOnSelect.js 68% building 1650/1686 modules 36 active ...de_modules/draft-js/lib/editOnSelect.js 68% building 1650/1687 modules 37 active ...ode_modules/draft-js/lib/editOnPaste.js 68% building 1651/1687 modules 36 active ...ode_modules/draft-js/lib/editOnPaste.js 68% building 1651/1688 modules 37 active ...e_modules/draft-js/lib/editOnKeyDown.js 68% building 1651/1689 modules 38 active ...ode_modules/draft-js/lib/editOnInput.js 68% building 1651/1690 modules 39 active ...ode_modules/draft-js/lib/editOnFocus.js 68% building 1651/1691 modules 40 active ...modules/draft-js/lib/editOnDragStart.js 68% building 1651/1692 modules 41 active ..._modules/draft-js/lib/editOnDragOver.js 68% building 1651/1693 modules 42 active .../node_modules/draft-js/lib/editOnCut.js 68% building 1652/1693 modules 41 active .../node_modules/draft-js/lib/editOnCut.js 68% building 1653/1693 modules 40 active .../node_modules/draft-js/lib/editOnCut.js 68% building 1653/1694 modules 41 active ...node_modules/draft-js/lib/editOnCopy.js 68% building 1653/1695 modules 42 active .../draft-js/lib/editOnCompositionStart.js 68% building 1653/1696 modules 43 active ...node_modules/draft-js/lib/editOnBlur.js 68% building 1654/1696 modules 42 active ...node_modules/draft-js/lib/editOnBlur.js 68% building 1654/1697 modules 43 active ...harts/node_modules/lodash/_copyArray.js 68% building 1654/1698 modules 44 active ...rts/node_modules/lodash/_cloneBuffer.js 68% building 1655/1698 modules 43 active ...rts/node_modules/lodash/_cloneBuffer.js 68% building 1656/1698 modules 42 active ...rts/node_modules/lodash/_cloneBuffer.js 68% building 1657/1698 modules 41 active ...rts/node_modules/lodash/_cloneBuffer.js 68% building 1657/1699 modules 42 active ...ts/node_modules/lodash/_baseAssignIn.js 68% building 1658/1699 modules 41 active ...ts/node_modules/lodash/_baseAssignIn.js 68% building 1658/1700 modules 42 active ...arts/node_modules/lodash/_baseAssign.js 68% building 1658/1701 modules 43 active ...harts/node_modules/lodash/_arrayEach.js 68% building 1658/1702 modules 44 active ...node_modules/rc-table/es/ColumnGroup.js 68% building 1659/1702 modules 43 active ...node_modules/rc-table/es/ColumnGroup.js 68% building 1660/1702 modules 42 active ...node_modules/rc-table/es/ColumnGroup.js 68% building 1661/1702 modules 41 active ...node_modules/rc-table/es/ColumnGroup.js 68% building 1661/1703 modules 42 active ...r/node_modules/fbjs/lib/DataTransfer.js 68% building 1662/1703 modules 41 active ...r/node_modules/fbjs/lib/DataTransfer.js 68% building 1663/1703 modules 40 active ...r/node_modules/fbjs/lib/DataTransfer.js 68% building 1664/1703 modules 39 active ...r/node_modules/fbjs/lib/DataTransfer.js 68% building 1664/1704 modules 40 active ..._modules/draft-js/lib/isEventHandled.js 68% building 1665/1704 modules 39 active ..._modules/draft-js/lib/isEventHandled.js 68% building 1666/1704 modules 38 active ..._modules/draft-js/lib/isEventHandled.js 68% building 1667/1704 modules 37 active ..._modules/draft-js/lib/isEventHandled.js 68% building 1668/1704 modules 36 active ..._modules/draft-js/lib/isEventHandled.js 68% building 1669/1704 modules 35 active ..._modules/draft-js/lib/isEventHandled.js 68% building 1669/1705 modules 36 active ...echarts/node_modules/lodash/constant.js 68% building 1670/1705 modules 35 active ...echarts/node_modules/lodash/constant.js 68% building 1670/1706 modules 36 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 1670/1707 modules 37 active ...draft-js/lib/getTextContentFromFiles.js 68% building 1670/1708 modules 38 active ...s/draft-js/lib/findAncestorOffsetKey.js 68% building 1670/1709 modules 39 active .../dir/node_modules/rc-table/es/Column.js 68% building 1670/1710 modules 40 active ...s/lib/DraftEditorContents-core.react.js 68% building 1670/1711 modules 41 active .../node_modules/d3-scale/src/threshold.js 68% building 1671/1711 modules 40 active .../node_modules/d3-scale/src/threshold.js 68% building 1672/1711 modules 39 active .../node_modules/d3-scale/src/threshold.js 68% building 1672/1712 modules 40 active ...odules/core-js/library/modules/_meta.js 68% building 1673/1712 modules 39 active ...odules/core-js/library/modules/_meta.js 68% building 1674/1712 modules 38 active ...odules/core-js/library/modules/_meta.js 68% building 1675/1712 modules 37 active ...odules/core-js/library/modules/_meta.js 68% building 1676/1712 modules 36 active ...odules/core-js/library/modules/_meta.js 68% building 1676/1713 modules 37 active ...-transition-group/utils/ChildMapping.js 68% building 1676/1714 modules 38 active ...act-transition-group/utils/PropTypes.js 68% building 1677/1714 modules 37 active ...act-transition-group/utils/PropTypes.js 68% building 1678/1714 modules 36 active ...act-transition-group/utils/PropTypes.js 68% building 1678/1715 modules 37 active ...r/node_modules/d3-scale/src/quantize.js 68% building 1679/1715 modules 36 active ...r/node_modules/d3-scale/src/quantize.js 68% building 1680/1715 modules 35 active ...r/node_modules/d3-scale/src/quantize.js 68% building 1680/1716 modules 36 active ...odules/rc-pagination/es/locale/zh_CN.js 68% building 1680/1717 modules 37 active ...r/node_modules/d3-scale/src/quantile.js 68% building 1680/1718 modules 38 active ...ode_modules/rc-pagination/es/KeyCode.js 68% building 1680/1719 modules 39 active ...ode_modules/rc-pagination/es/Options.js 68% building 1680/1720 modules 40 active .../node_modules/rc-pagination/es/Pager.js 68% building 1681/1720 modules 39 active .../node_modules/rc-pagination/es/Pager.js 68% building 1682/1720 modules 38 active .../node_modules/rc-pagination/es/Pager.js 68% building 1683/1720 modules 37 active .../node_modules/rc-pagination/es/Pager.js 68% building 1683/1721 modules 38 active ...dir/node_modules/d3-scale/src/radial.js 68% building 1683/1722 modules 39 active .../draft-js/lib/isSelectionAtLeafStart.js 68% building 1683/1723 modules 40 active ...r/node_modules/d3-scale/src/identity.js 68% building 1683/1724 modules 41 active ...r/node_modules/fbjs/lib/containsNode.js 68% building 1683/1725 modules 42 active ..._modules/d3-format/src/formatDecimal.js 68% building 1683/1726 modules 43 active ...raft-js/lib/getEntityKeyForSelection.js 68% building 1683/1727 modules 44 active ...ules/draft-js/lib/encodeEntityRanges.js 68% building 1683/1728 modules 45 active ..._modules/draft-js/lib/DraftStringKey.js 68% building 1684/1728 modules 44 active ..._modules/draft-js/lib/DraftStringKey.js 68% building 1685/1728 modules 43 active ..._modules/draft-js/lib/DraftStringKey.js 68% building 1686/1728 modules 42 active ..._modules/draft-js/lib/DraftStringKey.js 68% building 1687/1728 modules 41 active ..._modules/draft-js/lib/DraftStringKey.js 68% building 1688/1728 modules 40 active ..._modules/draft-js/lib/DraftStringKey.js 68% building 1688/1729 modules 41 active ...draft-js/lib/setDraftEditorSelection.js 68% building 1689/1729 modules 40 active ...draft-js/lib/setDraftEditorSelection.js 68% building 1690/1729 modules 39 active ...draft-js/lib/setDraftEditorSelection.js 68% building 1691/1729 modules 38 active ...draft-js/lib/setDraftEditorSelection.js 68% building 1692/1729 modules 37 active ...draft-js/lib/setDraftEditorSelection.js 68% building 1693/1729 modules 36 active ...draft-js/lib/setDraftEditorSelection.js 68% building 1693/1730 modules 37 active .../dir/node_modules/lodash/_baseRepeat.js 68% building 1694/1730 modules 36 active .../dir/node_modules/lodash/_baseRepeat.js 68% building 1695/1730 modules 35 active .../dir/node_modules/lodash/_baseRepeat.js 68% building 1695/1731 modules 36 active ...r/dir/node_modules/lodash/_castSlice.js 68% building 1695/1732 modules 37 active ...ir/node_modules/lodash/_baseToString.js 68% building 1695/1733 modules 38 active ...node_modules/lodash/_trimmedEndIndex.js 68% building 1695/1734 modules 39 active ...aft-js/lib/DraftEditorTextNode.react.js 68% building 1696/1734 modules 38 active ...aft-js/lib/DraftEditorTextNode.react.js 68% building 1697/1734 modules 37 active ...aft-js/lib/DraftEditorTextNode.react.js 68% building 1697/1735 modules 38 active ...romatic/src/sequential-multi/viridis.js 68% building 1697/1736 modules 39 active ...chromatic/src/sequential-multi/turbo.js 68% building 1697/1737 modules 40 active ...romatic/src/sequential-multi/sinebow.js 68% building 1697/1738 modules 41 active ...romatic/src/sequential-multi/rainbow.js 68% building 1697/1739 modules 42 active ...matic/src/sequential-multi/cubehelix.js 68% building 1697/1740 modules 43 active ...romatic/src/sequential-multi/cividis.js 68% building 1698/1740 modules 42 active ...romatic/src/sequential-multi/cividis.js 68% building 1698/1741 modules 43 active ...arts/node_modules/lodash/_baseKeysIn.js 68% building 1699/1741 modules 42 active ...arts/node_modules/lodash/_baseKeysIn.js 68% building 1700/1741 modules 41 active ...arts/node_modules/lodash/_baseKeysIn.js 68% building 1700/1742 modules 42 active ...rsr/dir/node_modules/lodash/toFinite.js 68% building 1700/1743 modules 43 active ..._modules/d3-format/src/formatRounded.js 68% building 1700/1744 modules 44 active ...r/dir/node_modules/lodash/_asciiSize.js 68% building 1701/1744 modules 43 active ...r/dir/node_modules/lodash/_asciiSize.js 68% building 1702/1744 modules 42 active ...r/dir/node_modules/lodash/_asciiSize.js 68% building 1702/1745 modules 43 active ...omatic/src/sequential-single/Oranges.js 68% building 1702/1746 modules 44 active ...dir/node_modules/lodash/_unicodeSize.js 68% building 1703/1746 modules 43 active ...dir/node_modules/lodash/_unicodeSize.js 68% building 1704/1746 modules 42 active ...dir/node_modules/lodash/_unicodeSize.js 68% building 1705/1746 modules 41 active ...dir/node_modules/lodash/_unicodeSize.js 68% building 1706/1746 modules 40 active ...dir/node_modules/lodash/_unicodeSize.js 68% building 1707/1746 modules 39 active ...dir/node_modules/lodash/_unicodeSize.js 68% building 1708/1746 modules 38 active ...dir/node_modules/lodash/_unicodeSize.js 68% building 1709/1746 modules 37 active ...dir/node_modules/lodash/_unicodeSize.js 68% building 1709/1747 modules 38 active ...harts/node_modules/lodash/_baseIsSet.js 68% building 1709/1748 modules 39 active ..._modules/rc-trigger/es/LazyRenderBox.js 68% building 1709/1749 modules 40 active ...ode_modules/rc-trigger/es/PopupInner.js 68% building 1709/1750 modules 41 active ...harts/node_modules/lodash/_baseIsMap.js 68% building 1709/1751 modules 42 active ...dir/node_modules/rc-progress/es/Line.js 68% building 1710/1751 modules 41 active ...dir/node_modules/rc-progress/es/Line.js 68% building 1710/1752 modules 42 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1711/1752 modules 41 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1712/1752 modules 40 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1713/1752 modules 39 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1714/1752 modules 38 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1715/1752 modules 37 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1716/1752 modules 36 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1717/1752 modules 35 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1718/1752 modules 34 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1719/1752 modules 33 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1720/1752 modules 32 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1721/1752 modules 31 active ...arts/node_modules/lodash/_baseCreate.js 68% building 1721/1753 modules 32 active ...es/enquire.js/src/MediaQueryDispatch.js 68% building 1721/1754 modules 33 active ...odules/dom-helpers/class/removeClass.js 68% building 1721/1755 modules 34 active ...e_modules/dom-helpers/class/addClass.js 68% building 1721/1756 modules 35 active ...r/node_modules/rc-progress/es/Circle.js 68% building 1721/1757 modules 36 active ...ode_modules/lodash/_cloneArrayBuffer.js 68% building 1721/1758 modules 37 active ...node_modules/lodash/_cloneTypedArray.js 68% building 1721/1759 modules 38 active ...rts/node_modules/lodash/_cloneSymbol.js 68% building 1721/1760 modules 39 active ...rts/node_modules/lodash/_cloneRegExp.js 68% building 1721/1761 modules 40 active ...dir/node_modules/rc-util/es/setStyle.js 68% building 1722/1761 modules 39 active ...dir/node_modules/rc-util/es/setStyle.js 68% building 1723/1761 modules 38 active ...dir/node_modules/rc-util/es/setStyle.js 68% building 1723/1762 modules 39 active ...les/rc-util/es/switchScrollingEffect.js 68% building 1724/1762 modules 38 active ...les/rc-util/es/switchScrollingEffect.js 68% building 1725/1762 modules 37 active ...les/rc-util/es/switchScrollingEffect.js 68% building 1726/1762 modules 36 active ...les/rc-util/es/switchScrollingEffect.js 68% building 1727/1762 modules 35 active ...les/rc-util/es/switchScrollingEffect.js 68% building 1727/1763 modules 36 active ...s/node_modules/lodash/_cloneDataView.js 68% building 1727/1764 modules 37 active ...e_modules/rc-dialog/es/LazyRenderBox.js 68% building 1727/1765 modules 38 active ...r/dir/node_modules/fbjs/lib/camelize.js 68% building 1728/1765 modules 37 active ...r/dir/node_modules/fbjs/lib/camelize.js 68% building 1729/1765 modules 36 active ...r/dir/node_modules/fbjs/lib/camelize.js 68% building 1730/1765 modules 35 active ...r/dir/node_modules/fbjs/lib/camelize.js 68% building 1731/1765 modules 34 active ...r/dir/node_modules/fbjs/lib/camelize.js 68% building 1731/1766 modules 35 active .../dir/node_modules/fbjs/lib/hyphenate.js 68% building 1731/1767 modules 36 active ..._modules/rc-table/es/ExpandableTable.js 68% building 1732/1767 modules 35 active ..._modules/rc-table/es/ExpandableTable.js 68% building 1733/1767 modules 34 active ..._modules/rc-table/es/ExpandableTable.js 68% building 1734/1767 modules 33 active ..._modules/rc-table/es/ExpandableTable.js 68% building 1735/1767 modules 32 active ..._modules/rc-table/es/ExpandableTable.js 68% building 1736/1767 modules 31 active ..._modules/rc-table/es/ExpandableTable.js 68% building 1737/1767 modules 30 active ..._modules/rc-table/es/ExpandableTable.js 69% building 1738/1767 modules 29 active ..._modules/rc-table/es/ExpandableTable.js 68% building 1738/1768 modules 30 active ...r/node_modules/rc-table/es/BodyTable.js 68% building 1738/1769 modules 31 active ...r/node_modules/rc-table/es/HeadTable.js 68% building 1738/1770 modules 32 active ...chromatic/src/sequential-single/Reds.js 68% building 1738/1771 modules 33 active ...omatic/src/sequential-single/Purples.js 68% building 1738/1772 modules 34 active ...hromatic/src/sequential-single/Greys.js 68% building 1738/1773 modules 35 active ...romatic/src/sequential-single/Greens.js 68% building 1738/1774 modules 36 active ...hromatic/src/sequential-single/Blues.js 68% building 1738/1775 modules 37 active ...hromatic/src/sequential-multi/YlOrRd.js 68% building 1738/1776 modules 38 active ...hromatic/src/sequential-multi/YlOrBr.js 68% building 1738/1777 modules 39 active ...-chromatic/src/sequential-multi/YlGn.js 68% building 1738/1778 modules 40 active ...hromatic/src/sequential-multi/YlGnBu.js 68% building 1738/1779 modules 41 active ...-chromatic/src/sequential-multi/RdPu.js 68% building 1739/1779 modules 40 active ...-chromatic/src/sequential-multi/RdPu.js 68% building 1739/1780 modules 41 active ...r/node_modules/fbjs/lib/setImmediate.js 68% building 1740/1780 modules 40 active ...r/node_modules/fbjs/lib/setImmediate.js 68% building 1740/1781 modules 41 active ...draft-js/lib/getDraftEditorSelection.js 68% building 1741/1781 modules 40 active ...draft-js/lib/getDraftEditorSelection.js 68% building 1742/1781 modules 39 active ...draft-js/lib/getDraftEditorSelection.js 68% building 1742/1782 modules 40 active ...draft-js/lib/splitTextIntoTextBlocks.js 68% building 1742/1783 modules 41 active ...les/draft-js/lib/DraftPasteProcessor.js 68% building 1742/1784 modules 42 active ..._modules/draft-js/lib/keyCommandUndo.js 68% building 1742/1785 modules 43 active ...js/lib/keyCommandTransposeCharacters.js 68% building 1742/1786 modules 44 active ...s/draft-js/lib/keyCommandPlainDelete.js 68% building 1742/1787 modules 45 active ...raft-js/lib/keyCommandPlainBackspace.js 68% building 1743/1787 modules 44 active ...raft-js/lib/keyCommandPlainBackspace.js 68% building 1743/1788 modules 45 active ...eyCommandMoveSelectionToStartOfBlock.js 68% building 1743/1789 modules 46 active .../keyCommandMoveSelectionToEndOfBlock.js 68% building 1743/1790 modules 47 active ...draft-js/lib/keyCommandInsertNewline.js 68% building 1744/1790 modules 46 active ...draft-js/lib/keyCommandInsertNewline.js 68% building 1744/1791 modules 47 active ...raft-js/lib/getFragmentFromSelection.js 68% building 1745/1791 modules 46 active ...raft-js/lib/getFragmentFromSelection.js 68% building 1745/1792 modules 47 active ...es/draft-js/lib/keyCommandDeleteWord.js 68% building 1745/1793 modules 48 active ...de_modules/fbjs/lib/getActiveElement.js 68% building 1745/1794 modules 49 active ...-chromatic/src/sequential-multi/PuRd.js 68% building 1745/1795 modules 50 active ...draft-js/lib/keyCommandBackspaceWord.js 68% building 1745/1796 modules 51 active ...lib/keyCommandBackspaceToStartOfLine.js 68% building 1745/1797 modules 52 active ...-chromatic/src/sequential-multi/PuBu.js 68% building 1745/1798 modules 53 active ...ules/draft-js/lib/SecondaryClipboard.js 68% building 1745/1799 modules 54 active ...de_modules/rc-table/es/ColumnManager.js 68% building 1745/1800 modules 55 active ...vo/rsr/dir/node_modules/lodash/merge.js 68% building 1745/1801 modules 56 active ...hromatic/src/sequential-multi/PuBuGn.js 68% building 1745/1802 modules 57 active ...-chromatic/src/sequential-multi/OrRd.js 68% building 1745/1803 modules 58 active ...-chromatic/src/sequential-multi/GnBu.js 68% building 1745/1804 modules 59 active ...-chromatic/src/sequential-multi/BuPu.js 68% building 1745/1805 modules 60 active ...-chromatic/src/sequential-multi/BuGn.js 67% building 1745/1806 modules 61 active ...e_modules/ua-parser-js/src/ua-parser.js 67% building 1745/1807 modules 62 active ...node_modules/fbjs/lib/PhotosMimeType.js 67% building 1746/1807 modules 61 active ...node_modules/fbjs/lib/PhotosMimeType.js 68% building 1747/1807 modules 60 active ...node_modules/fbjs/lib/PhotosMimeType.js 67% building 1747/1808 modules 61 active ...odules/fbjs/lib/createArrayFromMixed.js 68% building 1748/1808 modules 60 active ...odules/fbjs/lib/createArrayFromMixed.js 68% building 1749/1808 modules 59 active ...odules/fbjs/lib/createArrayFromMixed.js 68% building 1750/1808 modules 58 active ...odules/fbjs/lib/createArrayFromMixed.js 68% building 1751/1808 modules 57 active ...odules/fbjs/lib/createArrayFromMixed.js 68% building 1751/1809 modules 58 active ...-js/lib/getSelectionOffsetKeyForNode.js 68% building 1751/1810 modules 59 active ...dir/node_modules/rc-util/lib/warning.js 68% building 1751/1811 modules 60 active ...les/rc-util/lib/Dom/addEventListener.js 67% building 1751/1812 modules 61 active ...ale-chromatic/src/diverging/Spectral.js 67% building 1751/1813 modules 62 active ...scale-chromatic/src/diverging/RdYlGn.js 67% building 1751/1814 modules 63 active ...scale-chromatic/src/diverging/RdYlBu.js 67% building 1751/1815 modules 64 active ...3-scale-chromatic/src/diverging/RdGy.js 67% building 1751/1816 modules 65 active ...3-scale-chromatic/src/diverging/RdBu.js 67% building 1751/1817 modules 66 active ...3-scale-chromatic/src/diverging/PuOr.js 67% building 1751/1818 modules 67 active ...3-scale-chromatic/src/diverging/PiYG.js 67% building 1751/1819 modules 68 active ...3-scale-chromatic/src/diverging/PRGn.js 67% building 1751/1820 modules 69 active ...3-scale-chromatic/src/diverging/BrBG.js 67% building 1751/1821 modules 70 active ...-chromatic/src/categorical/Tableau10.js 67% building 1752/1821 modules 69 active ...-chromatic/src/categorical/Tableau10.js 67% building 1753/1821 modules 68 active ...-chromatic/src/categorical/Tableau10.js 67% building 1754/1821 modules 67 active ...-chromatic/src/categorical/Tableau10.js 67% building 1754/1822 modules 68 active ...scale-chromatic/src/categorical/Set3.js 67% building 1754/1823 modules 69 active ...scale-chromatic/src/categorical/Set2.js 67% building 1755/1823 modules 68 active ...scale-chromatic/src/categorical/Set2.js 67% building 1756/1823 modules 67 active ...scale-chromatic/src/categorical/Set2.js 67% building 1757/1823 modules 66 active ...scale-chromatic/src/categorical/Set2.js 67% building 1758/1823 modules 65 active ...scale-chromatic/src/categorical/Set2.js 67% building 1759/1823 modules 64 active ...scale-chromatic/src/categorical/Set2.js 67% building 1759/1824 modules 65 active ...scale-chromatic/src/categorical/Set1.js 67% building 1759/1825 modules 66 active ...le-chromatic/src/categorical/Pastel2.js 67% building 1759/1826 modules 67 active ...le-chromatic/src/categorical/Pastel1.js 67% building 1760/1826 modules 66 active ...le-chromatic/src/categorical/Pastel1.js 67% building 1760/1827 modules 67 active ...ir/node_modules/fbjs/lib/joinClasses.js 67% building 1761/1827 modules 66 active ...ir/node_modules/fbjs/lib/joinClasses.js 67% building 1761/1828 modules 67 active ...ale-chromatic/src/categorical/Paired.js 67% building 1762/1828 modules 66 active ...ale-chromatic/src/categorical/Paired.js 67% building 1763/1828 modules 65 active ...ale-chromatic/src/categorical/Paired.js 67% building 1763/1829 modules 66 active ..._modules/d3-scale-chromatic/src/ramp.js 67% building 1763/1830 modules 67 active ...cale-chromatic/src/categorical/Dark2.js 67% building 1763/1831 modules 68 active ...ale-chromatic/src/categorical/Accent.js 67% building 1764/1831 modules 67 active ...ale-chromatic/src/categorical/Accent.js 67% building 1765/1831 modules 66 active ...ale-chromatic/src/categorical/Accent.js 67% building 1765/1832 modules 67 active ...dir/node_modules/fbjs/lib/isTextNode.js 67% building 1766/1832 modules 66 active ...dir/node_modules/fbjs/lib/isTextNode.js 67% building 1767/1832 modules 65 active ...dir/node_modules/fbjs/lib/isTextNode.js 67% building 1768/1832 modules 64 active ...dir/node_modules/fbjs/lib/isTextNode.js 67% building 1769/1832 modules 63 active ...dir/node_modules/fbjs/lib/isTextNode.js 67% building 1770/1832 modules 62 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1771/1832 modules 61 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1772/1832 modules 60 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1773/1832 modules 59 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1774/1832 modules 58 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1775/1832 modules 57 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1776/1832 modules 56 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1777/1832 modules 55 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1778/1832 modules 54 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1779/1832 modules 53 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1780/1832 modules 52 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1781/1832 modules 51 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1782/1832 modules 50 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1783/1832 modules 49 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1784/1832 modules 48 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1785/1832 modules 47 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1786/1832 modules 46 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1787/1832 modules 45 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1788/1832 modules 44 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1789/1832 modules 43 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1790/1832 modules 42 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1791/1832 modules 41 active ...dir/node_modules/fbjs/lib/isTextNode.js 68% building 1791/1833 modules 42 active ...r/dir/node_modules/lodash/_baseSlice.js 68% building 1792/1833 modules 41 active ...r/dir/node_modules/lodash/_baseSlice.js 68% building 1793/1833 modules 40 active ...r/dir/node_modules/lodash/_baseSlice.js 68% building 1794/1833 modules 39 active ...r/dir/node_modules/lodash/_baseSlice.js 68% building 1795/1833 modules 38 active ...r/dir/node_modules/lodash/_baseSlice.js 68% building 1796/1833 modules 37 active ...r/dir/node_modules/lodash/_baseSlice.js 68% building 1797/1833 modules 36 active ...r/dir/node_modules/lodash/_baseSlice.js 68% building 1798/1833 modules 35 active ...r/dir/node_modules/lodash/_baseSlice.js 68% building 1798/1834 modules 36 active ...ts/node_modules/lodash/_nativeKeysIn.js 68% building 1799/1834 modules 35 active ...ts/node_modules/lodash/_nativeKeysIn.js 68% building 1800/1834 modules 34 active ...ts/node_modules/lodash/_nativeKeysIn.js 68% building 1801/1834 modules 33 active ...ts/node_modules/lodash/_nativeKeysIn.js 68% building 1802/1834 modules 32 active ...ts/node_modules/lodash/_nativeKeysIn.js 68% building 1803/1834 modules 31 active ...ts/node_modules/lodash/_nativeKeysIn.js 68% building 1803/1835 modules 32 active ...ir/node_modules/lodash/_baseProperty.js 68% building 1803/1836 modules 33 active ...les/draft-js/lib/DraftJsDebugLogging.js 68% building 1804/1836 modules 32 active ...les/draft-js/lib/DraftJsDebugLogging.js 68% building 1805/1836 modules 31 active ...les/draft-js/lib/DraftJsDebugLogging.js 68% building 1805/1837 modules 32 active ...rsr/dir/node_modules/rc-util/lib/ref.js 68% building 1806/1837 modules 31 active ...rsr/dir/node_modules/rc-util/lib/ref.js 68% building 1806/1838 modules 32 active ..._modules/rc-util/lib/Dom/findDOMNode.js 68% building 1806/1839 modules 33 active ...node_modules/antd/es/transfer/search.js 68% building 1807/1839 modules 32 active ...node_modules/antd/es/transfer/search.js 68% building 1808/1839 modules 31 active ...node_modules/antd/es/transfer/search.js 69% building 1809/1839 modules 30 active ...node_modules/antd/es/transfer/search.js 68% building 1809/1840 modules 31 active ...e_modules/antd/es/transfer/operation.js 69% building 1810/1840 modules 30 active ...e_modules/antd/es/transfer/operation.js 69% building 1811/1840 modules 29 active ...e_modules/antd/es/transfer/operation.js 69% building 1812/1840 modules 28 active ...e_modules/antd/es/transfer/operation.js 69% building 1813/1840 modules 27 active ...e_modules/antd/es/transfer/operation.js 69% building 1814/1840 modules 26 active ...e_modules/antd/es/transfer/operation.js 69% building 1815/1840 modules 25 active ...e_modules/antd/es/transfer/operation.js 69% building 1816/1840 modules 24 active ...e_modules/antd/es/transfer/operation.js 69% building 1817/1840 modules 23 active ...e_modules/antd/es/transfer/operation.js 69% building 1818/1840 modules 22 active ...e_modules/antd/es/transfer/operation.js 69% building 1818/1841 modules 23 active ...r/node_modules/antd/es/transfer/list.js 69% building 1818/1842 modules 24 active ..._modules/antd/es/result/unauthorized.js 69% building 1819/1842 modules 23 active ..._modules/antd/es/result/unauthorized.js 69% building 1819/1843 modules 24 active ...ir/node_modules/rc-progress/es/types.js 69% building 1820/1843 modules 23 active ...ir/node_modules/rc-progress/es/types.js 69% building 1821/1843 modules 22 active ...ir/node_modules/rc-progress/es/types.js 69% building 1822/1843 modules 21 active ...ir/node_modules/rc-progress/es/types.js 69% building 1823/1843 modules 20 active ...ir/node_modules/rc-progress/es/types.js 69% building 1823/1844 modules 21 active ...modules/rc-util/lib/Children/toArray.js 69% building 1824/1844 modules 20 active ...modules/rc-util/lib/Children/toArray.js 69% building 1824/1845 modules 21 active ...node_modules/rc-progress/es/enhancer.js 69% building 1825/1845 modules 20 active ...node_modules/rc-progress/es/enhancer.js 69% building 1826/1845 modules 19 active ...node_modules/rc-progress/es/enhancer.js 69% building 1826/1846 modules 20 active ...sr/dir/node_modules/moment/locale/sl.js 69% building 1827/1846 modules 19 active ...sr/dir/node_modules/moment/locale/sl.js 69% building 1828/1846 modules 18 active ...sr/dir/node_modules/moment/locale/sl.js 69% building 1828/1847 modules 19 active ...e_modules/antd/es/result/serverError.js 69% building 1828/1848 modules 20 active ...de_modules/enquire.js/src/MediaQuery.js 69% building 1829/1848 modules 19 active ...de_modules/enquire.js/src/MediaQuery.js 69% building 1829/1849 modules 20 active ...dir/node_modules/enquire.js/src/Util.js 69% building 1829/1850 modules 21 active ...r/dir/node_modules/dom-matches/index.js 69% building 1829/1851 modules 22 active ...e_modules/dom-helpers/class/hasClass.js 69% building 1829/1852 modules 23 active .../node_modules/antd/es/result/noFound.js 69% building 1829/1853 modules 24 active ...de_modules/antd/es/radio/radioButton.js 69% building 1829/1854 modules 25 active ...dir/node_modules/antd/es/radio/group.js 69% building 1829/1855 modules 26 active ...r/node_modules/antd/es/icon/IconFont.js 69% building 1829/1856 modules 27 active ...sr/dir/node_modules/moment/locale/sk.js 69% building 1830/1856 modules 26 active ...sr/dir/node_modules/moment/locale/sk.js 69% building 1830/1857 modules 27 active ..._modules/rc-util/es/getScrollBarSize.js 69% building 1830/1858 modules 28 active ...sr/dir/node_modules/moment/locale/si.js 69% building 1830/1859 modules 29 active ...es/recharts/es6/chart/RadialBarChart.js 69% building 1830/1860 modules 30 active ...modules/recharts/es6/chart/AreaChart.js 69% building 1830/1861 modules 31 active ...ules/recharts/es6/chart/ScatterChart.js 68% building 1830/1862 modules 32 active ...sr/dir/node_modules/moment/locale/se.js 68% building 1830/1863 modules 33 active ...sr/dir/node_modules/moment/locale/sd.js 68% building 1830/1864 modules 34 active ...sr/dir/node_modules/moment/locale/ru.js 68% building 1830/1865 modules 35 active ...sr/dir/node_modules/moment/locale/ro.js 68% building 1831/1865 modules 34 active ...sr/dir/node_modules/moment/locale/ro.js 68% building 1831/1866 modules 35 active ...sr/dir/node_modules/moment/locale/pt.js 68% building 1831/1867 modules 36 active ...dir/node_modules/moment/locale/pt-br.js 68% building 1831/1868 modules 37 active ...sr/dir/node_modules/moment/locale/pl.js 68% building 1831/1869 modules 38 active ...r/node_modules/rc-table/es/BaseTable.js 68% building 1831/1870 modules 39 active ...odules/recharts/es6/chart/RadarChart.js 68% building 1831/1871 modules 40 active ...de_modules/recharts/es6/chart/Sankey.js 68% building 1831/1872 modules 41 active ...e_modules/recharts/es6/chart/Treemap.js 68% building 1831/1873 modules 42 active ..._modules/recharts/es6/chart/PieChart.js 68% building 1831/1874 modules 43 active ..._modules/recharts/es6/chart/BarChart.js 68% building 1831/1875 modules 44 active ...modules/recharts/es6/chart/LineChart.js 68% building 1831/1876 modules 45 active ...recharts/es6/cartesian/CartesianGrid.js 68% building 1831/1877 modules 46 active ...dir/node_modules/moment/locale/pa-in.js 68% building 1831/1878 modules 47 active ...sr/dir/node_modules/moment/locale/nn.js 68% building 1832/1878 modules 46 active ...sr/dir/node_modules/moment/locale/nn.js 68% building 1832/1879 modules 47 active ...sr/dir/node_modules/moment/locale/nl.js 68% building 1832/1880 modules 48 active ...lib/getDraftEditorSelectionWithNodes.js 68% building 1833/1880 modules 47 active ...lib/getDraftEditorSelectionWithNodes.js 68% building 1833/1881 modules 48 active ...e_modules/recharts/es6/shape/Polygon.js 68% building 1833/1882 modules 49 active .../draft-js/lib/removeTextWithStrategy.js 68% building 1834/1882 modules 48 active .../draft-js/lib/removeTextWithStrategy.js 68% building 1834/1883 modules 49 active ...s/draft-js/lib/moveSelectionBackward.js 68% building 1834/1884 modules 50 active ...es/draft-js/lib/moveSelectionForward.js 68% building 1834/1885 modules 51 active ...es/recharts/es6/component/Customized.js 68% building 1834/1886 modules 52 active ...ts/es6/component/ResponsiveContainer.js 68% building 1834/1887 modules 53 active ...dir/node_modules/moment/locale/nl-be.js 68% building 1834/1888 modules 54 active ...ules/draft-js/lib/DraftRemovableWord.js 68% building 1835/1888 modules 53 active ...ules/draft-js/lib/DraftRemovableWord.js 68% building 1835/1889 modules 54 active ...ir/node_modules/rc-table/es/TableRow.js 68% building 1836/1889 modules 53 active ...ir/node_modules/rc-table/es/TableRow.js 68% building 1837/1889 modules 52 active ...ir/node_modules/rc-table/es/TableRow.js 68% building 1837/1890 modules 53 active ...r/dir/node_modules/lodash/_baseMerge.js 68% building 1837/1891 modules 54 active ...modules/recharts/es6/polar/RadialBar.js 68% building 1837/1892 modules 55 active ...ode_modules/recharts/es6/polar/Radar.js 68% building 1837/1893 modules 56 active .../node_modules/recharts/es6/polar/Pie.js 68% building 1837/1894 modules 57 active ...es/recharts/es6/polar/PolarAngleAxis.js 68% building 1837/1895 modules 58 active ...s/recharts/es6/polar/PolarRadiusAxis.js 68% building 1837/1896 modules 59 active ...modules/recharts/es6/polar/PolarGrid.js 68% building 1837/1897 modules 60 active .../node_modules/lodash/_createAssigner.js 68% building 1837/1898 modules 61 active ...raft-js/lib/expandRangeToStartOfLine.js 68% building 1837/1899 modules 62 active ...sr/dir/node_modules/moment/locale/ne.js 68% building 1838/1899 modules 61 active ...sr/dir/node_modules/moment/locale/ne.js 68% building 1839/1899 modules 60 active ...sr/dir/node_modules/moment/locale/ne.js 68% building 1839/1900 modules 61 active ...sr/dir/node_modules/moment/locale/nb.js 68% building 1840/1900 modules 60 active ...sr/dir/node_modules/moment/locale/nb.js 68% building 1841/1900 modules 59 active ...sr/dir/node_modules/moment/locale/nb.js 68% building 1841/1901 modules 60 active ...sr/dir/node_modules/moment/locale/my.js 68% building 1842/1901 modules 59 active ...sr/dir/node_modules/moment/locale/my.js 68% building 1842/1902 modules 60 active ...sr/dir/node_modules/moment/locale/mt.js 68% building 1842/1903 modules 61 active ...sr/dir/node_modules/moment/locale/ms.js 68% building 1842/1904 modules 62 active ...dir/node_modules/moment/locale/ms-my.js 68% building 1842/1905 modules 63 active ...sr/dir/node_modules/moment/locale/mr.js 67% building 1842/1906 modules 64 active ...sr/dir/node_modules/moment/locale/mn.js 67% building 1842/1907 modules 65 active ...sr/dir/node_modules/moment/locale/ml.js 67% building 1843/1907 modules 64 active ...sr/dir/node_modules/moment/locale/ml.js 67% building 1843/1908 modules 65 active ...sr/dir/node_modules/moment/locale/mk.js 67% building 1843/1909 modules 66 active ...sr/dir/node_modules/moment/locale/mi.js 67% building 1844/1909 modules 65 active ...sr/dir/node_modules/moment/locale/mi.js 67% building 1845/1909 modules 64 active ...sr/dir/node_modules/moment/locale/mi.js 67% building 1845/1910 modules 65 active ...sr/dir/node_modules/moment/locale/me.js 67% building 1846/1910 modules 64 active ...sr/dir/node_modules/moment/locale/me.js 68% building 1847/1910 modules 63 active ...sr/dir/node_modules/moment/locale/me.js 67% building 1847/1911 modules 64 active ...sr/dir/node_modules/moment/locale/lv.js 68% building 1848/1911 modules 63 active ...sr/dir/node_modules/moment/locale/lv.js 68% building 1849/1911 modules 62 active ...sr/dir/node_modules/moment/locale/lv.js 68% building 1850/1911 modules 61 active ...sr/dir/node_modules/moment/locale/lv.js 68% building 1851/1911 modules 60 active ...sr/dir/node_modules/moment/locale/lv.js 68% building 1852/1911 modules 59 active ...sr/dir/node_modules/moment/locale/lv.js 68% building 1853/1911 modules 58 active ...sr/dir/node_modules/moment/locale/lv.js 68% building 1853/1912 modules 59 active ...sr/dir/node_modules/moment/locale/lt.js 68% building 1853/1913 modules 60 active ...sr/dir/node_modules/moment/locale/lo.js 68% building 1854/1913 modules 59 active ...sr/dir/node_modules/moment/locale/lo.js 68% building 1855/1913 modules 58 active ...sr/dir/node_modules/moment/locale/lo.js 68% building 1855/1914 modules 59 active ...sr/dir/node_modules/moment/locale/lb.js 68% building 1855/1915 modules 60 active ...r/node_modules/rc-animate/es/Animate.js 68% building 1856/1915 modules 59 active ...r/node_modules/rc-animate/es/Animate.js 68% building 1857/1915 modules 58 active ...r/node_modules/rc-animate/es/Animate.js 68% building 1858/1915 modules 57 active ...r/node_modules/rc-animate/es/Animate.js 68% building 1858/1916 modules 58 active ...sr/dir/node_modules/moment/locale/ky.js 68% building 1859/1916 modules 57 active ...sr/dir/node_modules/moment/locale/ky.js 68% building 1860/1916 modules 56 active ...sr/dir/node_modules/moment/locale/ky.js 68% building 1861/1916 modules 55 active ...sr/dir/node_modules/moment/locale/ky.js 68% building 1861/1917 modules 56 active ...sr/dir/node_modules/moment/locale/ku.js 68% building 1861/1918 modules 57 active ...untime/helpers/interopRequireDefault.js 68% building 1862/1918 modules 56 active ...untime/helpers/interopRequireDefault.js 68% building 1863/1918 modules 55 active ...untime/helpers/interopRequireDefault.js 68% building 1864/1918 modules 54 active ...untime/helpers/interopRequireDefault.js 68% building 1865/1918 modules 53 active ...untime/helpers/interopRequireDefault.js 68% building 1865/1919 modules 54 active ...rsr/dir/node_modules/fbjs/lib/isNode.js 68% building 1866/1919 modules 53 active ...rsr/dir/node_modules/fbjs/lib/isNode.js 68% building 1867/1919 modules 52 active ...rsr/dir/node_modules/fbjs/lib/isNode.js 68% building 1868/1919 modules 51 active ...rsr/dir/node_modules/fbjs/lib/isNode.js 68% building 1869/1919 modules 50 active ...rsr/dir/node_modules/fbjs/lib/isNode.js 68% building 1869/1920 modules 51 active ...sr/dir/node_modules/moment/locale/ko.js 68% building 1870/1920 modules 50 active ...sr/dir/node_modules/moment/locale/ko.js 68% building 1870/1921 modules 51 active ...e_modules/@ant-design/icons/lib/dist.js 68% building 1871/1921 modules 50 active ...e_modules/@ant-design/icons/lib/dist.js 68% building 1872/1921 modules 49 active ...e_modules/@ant-design/icons/lib/dist.js 68% building 1873/1921 modules 48 active ...e_modules/@ant-design/icons/lib/dist.js 68% building 1874/1921 modules 47 active ...e_modules/@ant-design/icons/lib/dist.js 68% building 1875/1921 modules 46 active ...e_modules/@ant-design/icons/lib/dist.js 68% building 1876/1921 modules 45 active ...e_modules/@ant-design/icons/lib/dist.js 68% building 1877/1921 modules 44 active ...e_modules/@ant-design/icons/lib/dist.js 68% building 1877/1922 modules 45 active ...sr/dir/node_modules/moment/locale/kn.js 68% building 1878/1922 modules 44 active ...sr/dir/node_modules/moment/locale/kn.js 68% building 1879/1922 modules 43 active ...sr/dir/node_modules/moment/locale/kn.js 68% building 1880/1922 modules 42 active ...sr/dir/node_modules/moment/locale/kn.js 68% building 1881/1922 modules 41 active ...sr/dir/node_modules/moment/locale/kn.js 68% building 1881/1923 modules 42 active ...sr/dir/node_modules/moment/locale/km.js 68% building 1881/1924 modules 43 active ...sr/dir/node_modules/moment/locale/kk.js 68% building 1881/1925 modules 44 active ...sr/dir/node_modules/moment/locale/ka.js 68% building 1881/1926 modules 45 active ...sr/dir/node_modules/moment/locale/jv.js 68% building 1882/1926 modules 44 active ...sr/dir/node_modules/moment/locale/jv.js 68% building 1882/1927 modules 45 active ...sr/dir/node_modules/moment/locale/ja.js 68% building 1883/1927 modules 44 active ...sr/dir/node_modules/moment/locale/ja.js 68% building 1884/1927 modules 43 active ...sr/dir/node_modules/moment/locale/ja.js 68% building 1884/1928 modules 44 active ...sr/dir/node_modules/moment/locale/it.js 68% building 1885/1928 modules 43 active ...sr/dir/node_modules/moment/locale/it.js 68% building 1886/1928 modules 42 active ...sr/dir/node_modules/moment/locale/it.js 68% building 1886/1929 modules 43 active ...dir/node_modules/moment/locale/it-ch.js 68% building 1887/1929 modules 42 active ...dir/node_modules/moment/locale/it-ch.js 68% building 1888/1929 modules 41 active ...dir/node_modules/moment/locale/it-ch.js 68% building 1888/1930 modules 42 active ...sr/dir/node_modules/moment/locale/is.js 68% building 1888/1931 modules 43 active ...sr/dir/node_modules/moment/locale/id.js 68% building 1888/1932 modules 44 active ...dir/node_modules/moment/locale/hy-am.js 68% building 1889/1932 modules 43 active ...dir/node_modules/moment/locale/hy-am.js 68% building 1889/1933 modules 44 active ...sr/dir/node_modules/moment/locale/hu.js 68% building 1889/1934 modules 45 active ...sr/dir/node_modules/moment/locale/hr.js 68% building 1890/1934 modules 44 active ...sr/dir/node_modules/moment/locale/hr.js 68% building 1890/1935 modules 45 active ...sr/dir/node_modules/moment/locale/hi.js 68% building 1890/1936 modules 46 active ...sr/dir/node_modules/moment/locale/he.js 68% building 1890/1937 modules 47 active ...sr/dir/node_modules/moment/locale/gu.js 68% building 1891/1937 modules 46 active ...sr/dir/node_modules/moment/locale/gu.js 68% building 1891/1938 modules 47 active .../node_modules/moment/locale/gom-latn.js 68% building 1892/1938 modules 46 active .../node_modules/moment/locale/gom-latn.js 68% building 1892/1939 modules 47 active ...sr/dir/node_modules/moment/locale/gl.js 68% building 1892/1940 modules 48 active ...sr/dir/node_modules/moment/locale/gd.js 68% building 1893/1940 modules 47 active ...sr/dir/node_modules/moment/locale/gd.js 68% building 1894/1940 modules 46 active ...sr/dir/node_modules/moment/locale/gd.js 68% building 1895/1940 modules 45 active ...sr/dir/node_modules/moment/locale/gd.js 68% building 1896/1940 modules 44 active ...sr/dir/node_modules/moment/locale/gd.js 68% building 1896/1941 modules 45 active ...sr/dir/node_modules/moment/locale/ga.js 68% building 1896/1942 modules 46 active ...sr/dir/node_modules/moment/locale/fy.js 68% building 1897/1942 modules 45 active ...sr/dir/node_modules/moment/locale/fy.js 68% building 1897/1943 modules 46 active ...sr/dir/node_modules/moment/locale/fr.js 68% building 1898/1943 modules 45 active ...sr/dir/node_modules/moment/locale/fr.js 68% building 1898/1944 modules 46 active ...dir/node_modules/moment/locale/fr-ch.js 68% building 1899/1944 modules 45 active ...dir/node_modules/moment/locale/fr-ch.js 68% building 1900/1944 modules 44 active ...dir/node_modules/moment/locale/fr-ch.js 68% building 1900/1945 modules 45 active ...dir/node_modules/moment/locale/fr-ca.js 68% building 1901/1945 modules 44 active ...dir/node_modules/moment/locale/fr-ca.js 68% building 1902/1945 modules 43 active ...dir/node_modules/moment/locale/fr-ca.js 68% building 1902/1946 modules 44 active ...sr/dir/node_modules/moment/locale/fo.js 68% building 1903/1946 modules 43 active ...sr/dir/node_modules/moment/locale/fo.js 68% building 1903/1947 modules 44 active ...sr/dir/node_modules/moment/locale/fi.js 68% building 1904/1947 modules 43 active ...sr/dir/node_modules/moment/locale/fi.js 68% building 1905/1947 modules 42 active ...sr/dir/node_modules/moment/locale/fi.js 68% building 1905/1948 modules 43 active ...sr/dir/node_modules/moment/locale/fa.js 68% building 1906/1948 modules 42 active ...sr/dir/node_modules/moment/locale/fa.js 68% building 1907/1948 modules 41 active ...sr/dir/node_modules/moment/locale/fa.js 68% building 1908/1948 modules 40 active ...sr/dir/node_modules/moment/locale/fa.js 68% building 1909/1948 modules 39 active ...sr/dir/node_modules/moment/locale/fa.js 68% building 1910/1948 modules 38 active ...sr/dir/node_modules/moment/locale/fa.js 68% building 1911/1948 modules 37 active ...sr/dir/node_modules/moment/locale/fa.js 68% building 1912/1948 modules 36 active ...sr/dir/node_modules/moment/locale/fa.js 68% building 1913/1948 modules 35 active ...sr/dir/node_modules/moment/locale/fa.js 68% building 1914/1948 modules 34 active ...sr/dir/node_modules/moment/locale/fa.js 68% building 1914/1949 modules 35 active ...e_modules/antd/es/_util/triggerEvent.js 68% building 1914/1950 modules 36 active ...ules/antd/es/transfer/renderListBody.js 68% building 1914/1951 modules 37 active ..._modules/enquire.js/src/QueryHandler.js 68% building 1915/1951 modules 36 active ..._modules/enquire.js/src/QueryHandler.js 68% building 1915/1952 modules 37 active ...e_modules/rc-util/es/PureRenderMixin.js 68% building 1916/1952 modules 36 active ...e_modules/rc-util/es/PureRenderMixin.js 68% building 1916/1953 modules 37 active ...sr/dir/node_modules/moment/locale/eu.js 68% building 1916/1954 modules 38 active .../dir/node_modules/rc-select/es/index.js 68% building 1917/1954 modules 37 active .../dir/node_modules/rc-select/es/index.js 68% building 1917/1955 modules 38 active ...sr/dir/node_modules/moment/locale/et.js 68% building 1918/1955 modules 37 active ...sr/dir/node_modules/moment/locale/et.js 68% building 1919/1955 modules 36 active ...sr/dir/node_modules/moment/locale/et.js 68% building 1920/1955 modules 35 active ...sr/dir/node_modules/moment/locale/et.js 68% building 1920/1956 modules 36 active ...sr/dir/node_modules/moment/locale/es.js 68% building 1920/1957 modules 37 active ...dir/node_modules/moment/locale/es-us.js 68% building 1920/1958 modules 38 active ...dir/node_modules/moment/locale/es-do.js 68% building 1921/1958 modules 37 active ...dir/node_modules/moment/locale/es-do.js 68% building 1921/1959 modules 38 active ...sr/dir/node_modules/moment/locale/eo.js 68% building 1922/1959 modules 37 active ...sr/dir/node_modules/moment/locale/eo.js 68% building 1923/1959 modules 36 active ...sr/dir/node_modules/moment/locale/eo.js 68% building 1924/1959 modules 35 active ...sr/dir/node_modules/moment/locale/eo.js 68% building 1925/1959 modules 34 active ...sr/dir/node_modules/moment/locale/eo.js 68% building 1925/1960 modules 35 active ...dir/node_modules/moment/locale/en-nz.js 68% building 1925/1961 modules 36 active ...dir/node_modules/moment/locale/en-il.js 68% building 1926/1961 modules 35 active ...dir/node_modules/moment/locale/en-il.js 68% building 1927/1961 modules 34 active ...dir/node_modules/moment/locale/en-il.js 68% building 1927/1962 modules 35 active ...dir/node_modules/moment/locale/en-ie.js 68% building 1927/1963 modules 36 active ...dir/node_modules/moment/locale/en-gb.js 68% building 1927/1964 modules 37 active ...dir/node_modules/moment/locale/en-ca.js 68% building 1927/1965 modules 38 active ...dir/node_modules/moment/locale/en-au.js 68% building 1927/1966 modules 39 active ...dir/node_modules/moment/locale/en-SG.js 68% building 1927/1967 modules 40 active ...sr/dir/node_modules/moment/locale/el.js 68% building 1927/1968 modules 41 active ...sr/dir/node_modules/moment/locale/dv.js 68% building 1927/1969 modules 42 active ...sr/dir/node_modules/moment/locale/de.js 68% building 1927/1970 modules 43 active ...dir/node_modules/moment/locale/de-ch.js 68% building 1927/1971 modules 44 active ...dir/node_modules/moment/locale/de-at.js 68% building 1928/1971 modules 43 active ...dir/node_modules/moment/locale/de-at.js 68% building 1929/1971 modules 42 active ...dir/node_modules/moment/locale/de-at.js 68% building 1930/1971 modules 41 active ...dir/node_modules/moment/locale/de-at.js 68% building 1931/1971 modules 40 active ...dir/node_modules/moment/locale/de-at.js 68% building 1931/1972 modules 41 active ...sr/dir/node_modules/moment/locale/da.js 68% building 1931/1973 modules 42 active ...sr/dir/node_modules/moment/locale/cy.js 68% building 1932/1973 modules 41 active ...sr/dir/node_modules/moment/locale/cy.js 68% building 1933/1973 modules 40 active ...sr/dir/node_modules/moment/locale/cy.js 68% building 1934/1973 modules 39 active ...sr/dir/node_modules/moment/locale/cy.js 68% building 1934/1974 modules 40 active ...r/node_modules/fbjs/lib/TokenizeUtil.js 68% building 1934/1975 modules 41 active ...sr/dir/node_modules/moment/locale/cv.js 68% building 1935/1975 modules 40 active ...sr/dir/node_modules/moment/locale/cv.js 68% building 1936/1975 modules 39 active ...sr/dir/node_modules/moment/locale/cv.js 68% building 1937/1975 modules 38 active ...sr/dir/node_modules/moment/locale/cv.js 68% building 1937/1976 modules 39 active ...sr/dir/node_modules/moment/locale/cs.js 68% building 1937/1977 modules 40 active ...o/rsr/dir/node_modules/lodash/_Stack.js 68% building 1937/1978 modules 41 active ...de_modules/rc-table/es/ExpandableRow.js 68% building 1938/1978 modules 40 active ...de_modules/rc-table/es/ExpandableRow.js 68% building 1939/1978 modules 39 active ...de_modules/rc-table/es/ExpandableRow.js 68% building 1939/1979 modules 40 active ...node_modules/rc-table/es/TableHeader.js 68% building 1940/1979 modules 39 active ...node_modules/rc-table/es/TableHeader.js 68% building 1941/1979 modules 38 active ...node_modules/rc-table/es/TableHeader.js 68% building 1941/1980 modules 39 active ...o/rsr/dir/node_modules/lodash/uniqBy.js 68% building 1941/1981 modules 40 active ...sr/dir/node_modules/lodash/_baseRest.js 68% building 1941/1982 modules 41 active ...ir/node_modules/rc-table/es/ColGroup.js 68% building 1942/1982 modules 40 active ...ir/node_modules/rc-table/es/ColGroup.js 68% building 1942/1983 modules 41 active .../node_modules/lodash/_isIterateeCall.js 68% building 1942/1984 modules 42 active ...rsr/dir/node_modules/lodash/_safeGet.js 68% building 1943/1984 modules 41 active ...rsr/dir/node_modules/lodash/_safeGet.js 68% building 1943/1985 modules 42 active ...o/rsr/dir/node_modules/lodash/keysIn.js 68% building 1944/1985 modules 41 active ...o/rsr/dir/node_modules/lodash/keysIn.js 68% building 1945/1985 modules 40 active ...o/rsr/dir/node_modules/lodash/keysIn.js 68% building 1945/1986 modules 41 active ...r/node_modules/lodash/_baseMergeDeep.js 68% building 1946/1986 modules 40 active ...r/node_modules/lodash/_baseMergeDeep.js 68% building 1946/1987 modules 41 active ...rsr/dir/node_modules/lodash/_baseFor.js 68% building 1947/1987 modules 40 active ...rsr/dir/node_modules/lodash/_baseFor.js 68% building 1947/1988 modules 41 active ...ode_modules/lodash/_assignMergeValue.js 68% building 1947/1989 modules 42 active ...r/node_modules/rc-table/es/TableCell.js 68% building 1947/1990 modules 43 active ...sr/dir/node_modules/moment/locale/ca.js 68% building 1947/1991 modules 44 active ...sr/dir/node_modules/moment/locale/bs.js 68% building 1947/1992 modules 45 active ...sr/dir/node_modules/moment/locale/br.js 68% building 1947/1993 modules 46 active ...sr/dir/node_modules/moment/locale/bo.js 68% building 1947/1994 modules 47 active ...sr/dir/node_modules/moment/locale/bn.js 68% building 1947/1995 modules 48 active ...s/recharts/node_modules/lodash/maxBy.js 68% building 1947/1996 modules 49 active ...s/recharts/node_modules/lodash/minBy.js 68% building 1947/1997 modules 50 active ...sr/dir/node_modules/moment/locale/bm.js 68% building 1947/1998 modules 51 active ...sr/dir/node_modules/moment/locale/bg.js 68% building 1947/1999 modules 52 active ...s/recharts/node_modules/lodash/first.js 68% building 1947/2000 modules 53 active ...sr/dir/node_modules/moment/locale/be.js 68% building 1948/2000 modules 52 active ...sr/dir/node_modules/moment/locale/be.js 68% building 1949/2000 modules 51 active ...sr/dir/node_modules/moment/locale/be.js 68% building 1949/2001 modules 52 active ...sr/dir/node_modules/moment/locale/az.js 68% building 1950/2001 modules 51 active ...sr/dir/node_modules/moment/locale/az.js 68% building 1951/2001 modules 50 active ...sr/dir/node_modules/moment/locale/az.js 68% building 1951/2002 modules 51 active ...sr/dir/node_modules/moment/locale/ar.js 68% building 1951/2003 modules 52 active ...dir/node_modules/moment/locale/ar-tn.js 68% building 1952/2003 modules 51 active ...dir/node_modules/moment/locale/ar-tn.js 68% building 1952/2004 modules 52 active ...dir/node_modules/moment/locale/ar-sa.js 68% building 1953/2004 modules 51 active ...dir/node_modules/moment/locale/ar-sa.js 68% building 1953/2005 modules 52 active ...dir/node_modules/moment/locale/ar-ma.js 68% building 1954/2005 modules 51 active ...dir/node_modules/moment/locale/ar-ma.js 68% building 1954/2006 modules 52 active ..._modules/recharts/es6/util/Constants.js 68% building 1954/2007 modules 53 active ...s/recharts/node_modules/lodash/sumBy.js 68% building 1954/2008 modules 54 active ...dir/node_modules/moment/locale/ar-ly.js 68% building 1954/2009 modules 55 active ...dir/node_modules/moment/locale/ar-kw.js 68% building 1954/2010 modules 56 active ...dir/node_modules/moment/locale/ar-dz.js 68% building 1955/2010 modules 55 active ...dir/node_modules/moment/locale/ar-dz.js 68% building 1956/2010 modules 54 active ...dir/node_modules/moment/locale/ar-dz.js 68% building 1957/2010 modules 53 active ...dir/node_modules/moment/locale/ar-dz.js 68% building 1957/2011 modules 54 active ...les/react-transition-group/esm/index.js 68% building 1958/2011 modules 53 active ...les/react-transition-group/esm/index.js 68% building 1959/2011 modules 52 active ...les/react-transition-group/esm/index.js 68% building 1960/2011 modules 51 active ...les/react-transition-group/esm/index.js 68% building 1961/2011 modules 50 active ...les/react-transition-group/esm/index.js 68% building 1962/2011 modules 49 active ...les/react-transition-group/esm/index.js 68% building 1963/2011 modules 48 active ...les/react-transition-group/esm/index.js 68% building 1964/2011 modules 47 active ...les/react-transition-group/esm/index.js 68% building 1965/2011 modules 46 active ...les/react-transition-group/esm/index.js 68% building 1966/2011 modules 45 active ...les/react-transition-group/esm/index.js 68% building 1967/2011 modules 44 active ...les/react-transition-group/esm/index.js 68% building 1968/2011 modules 43 active ...les/react-transition-group/esm/index.js 68% building 1969/2011 modules 42 active ...les/react-transition-group/esm/index.js 68% building 1970/2011 modules 41 active ...les/react-transition-group/esm/index.js 68% building 1971/2011 modules 40 active ...les/react-transition-group/esm/index.js 68% building 1972/2011 modules 39 active ...les/react-transition-group/esm/index.js 68% building 1973/2011 modules 38 active ...les/react-transition-group/esm/index.js 68% building 1974/2011 modules 37 active ...les/react-transition-group/esm/index.js 68% building 1974/2012 modules 38 active ...e_modules/rc-animate/es/AnimateChild.js 68% building 1974/2013 modules 39 active ..._modules/rc-animate/es/ChildrenUtils.js 68% building 1975/2013 modules 38 active ..._modules/rc-animate/es/ChildrenUtils.js 68% building 1976/2013 modules 37 active ..._modules/rc-animate/es/ChildrenUtils.js 68% building 1977/2013 modules 36 active ..._modules/rc-animate/es/ChildrenUtils.js 68% building 1978/2013 modules 35 active ..._modules/rc-animate/es/ChildrenUtils.js 68% building 1979/2013 modules 34 active ..._modules/rc-animate/es/ChildrenUtils.js 69% building 1980/2013 modules 33 active ..._modules/rc-animate/es/ChildrenUtils.js 69% building 1981/2013 modules 32 active ..._modules/rc-animate/es/ChildrenUtils.js 69% building 1982/2013 modules 31 active ..._modules/rc-animate/es/ChildrenUtils.js 69% building 1983/2013 modules 30 active ..._modules/rc-animate/es/ChildrenUtils.js 69% building 1984/2013 modules 29 active ..._modules/rc-animate/es/ChildrenUtils.js 69% building 1984/2014 modules 30 active ...e_modules/rc-animate/es/util/animate.js 69% building 1985/2014 modules 29 active ...e_modules/rc-animate/es/util/animate.js 69% building 1986/2014 modules 28 active ...e_modules/rc-animate/es/util/animate.js 69% building 1987/2014 modules 27 active ...e_modules/rc-animate/es/util/animate.js 69% building 1988/2014 modules 26 active ...e_modules/rc-animate/es/util/animate.js 69% building 1988/2015 modules 27 active ...akvo/rsr/dir/node_modules/lodash/get.js 69% building 1989/2015 modules 26 active ...akvo/rsr/dir/node_modules/lodash/get.js 69% building 1990/2015 modules 25 active ...akvo/rsr/dir/node_modules/lodash/get.js 69% building 1990/2016 modules 26 active ...ir/node_modules/lodash/isPlainObject.js 69% building 1991/2016 modules 25 active ...ir/node_modules/lodash/isPlainObject.js 69% building 1992/2016 modules 24 active ...ir/node_modules/lodash/isPlainObject.js 69% building 1992/2017 modules 25 active ...ir/node_modules/antd/es/upload/utils.js 69% building 1992/2018 modules 26 active ...de_modules/antd/es/upload/UploadList.js 69% building 1992/2019 modules 27 active ...sr/dir/node_modules/lodash/findIndex.js 69% building 1993/2019 modules 26 active ...sr/dir/node_modules/lodash/findIndex.js 69% building 1994/2019 modules 25 active ...sr/dir/node_modules/lodash/findIndex.js 69% building 1995/2019 modules 24 active ...sr/dir/node_modules/lodash/findIndex.js 69% building 1996/2019 modules 23 active ...sr/dir/node_modules/lodash/findIndex.js 69% building 1997/2019 modules 22 active ...sr/dir/node_modules/lodash/findIndex.js 69% building 1997/2020 modules 23 active .../dir/node_modules/axios/lib/defaults.js 69% building 1997/2021 modules 24 active ...t-resize-detector/build/withPolyfill.js 69% building 1998/2021 modules 23 active ...t-resize-detector/build/withPolyfill.js 69% building 1999/2021 modules 22 active ...t-resize-detector/build/withPolyfill.js 69% building 1999/2022 modules 23 active ...odules/wcaro-index/views/Framework.scss 69% building 2000/2022 modules 22 active ...odules/wcaro-index/views/Framework.scss 69% building 2000/2023 modules 23 active ...code/akvo/rsr/dir/app/images/filter.svg 69% building 2001/2023 modules 22 active ...code/akvo/rsr/dir/app/images/filter.svg 69% building 2002/2023 modules 21 active ...code/akvo/rsr/dir/app/images/filter.svg 69% building 2003/2023 modules 20 active ...code/akvo/rsr/dir/app/images/filter.svg 69% building 2003/2024 modules 21 active ...r/node_modules/i18next/dist/es/utils.js 69% building 2003/2025 modules 22 active ...odules/i18next/dist/es/postProcessor.js 69% building 2004/2025 modules 21 active ...odules/i18next/dist/es/postProcessor.js 69% building 2004/2026 modules 22 active ...ode_modules/i18next/dist/es/defaults.js 69% building 2005/2026 modules 21 active ...ode_modules/i18next/dist/es/defaults.js 69% building 2006/2026 modules 20 active ...ode_modules/i18next/dist/es/defaults.js 69% building 2006/2027 modules 21 active ...les/i18next/dist/es/BackendConnector.js 69% building 2006/2028 modules 22 active ...modules/i18next/dist/es/Interpolator.js 69% building 2007/2028 modules 21 active ...modules/i18next/dist/es/Interpolator.js 69% building 2007/2029 modules 22 active ...dules/i18next/dist/es/PluralResolver.js 69% building 2008/2029 modules 21 active ...dules/i18next/dist/es/PluralResolver.js 69% building 2008/2030 modules 22 active ...odules/i18next/dist/es/LanguageUtils.js 69% building 2008/2031 modules 23 active ...e_modules/i18next/dist/es/Translator.js 69% building 2008/2032 modules 24 active ...odules/i18next/dist/es/ResourceStore.js 69% building 2009/2032 modules 23 active ...odules/i18next/dist/es/ResourceStore.js 69% building 2009/2033 modules 24 active ...modules/i18next/dist/es/EventEmitter.js 69% building 2009/2034 modules 25 active .../node_modules/i18next/dist/es/logger.js 69% building 2009/2035 modules 26 active ...de_modules/axios/lib/cancel/isCancel.js 69% building 2009/2036 modules 27 active ...modules/axios/lib/cancel/CancelToken.js 69% building 2009/2037 modules 28 active ...node_modules/axios/lib/cancel/Cancel.js 69% building 2009/2038 modules 29 active ...e_modules/axios/lib/core/mergeConfig.js 69% building 2009/2039 modules 30 active ...ir/node_modules/axios/lib/core/Axios.js 69% building 2009/2040 modules 31 active ...de_modules/antd/es/transfer/ListItem.js 69% building 2010/2040 modules 30 active ...de_modules/antd/es/transfer/ListItem.js 69% building 2010/2041 modules 31 active ...r/node_modules/rc-select/es/OptGroup.js 69% building 2010/2042 modules 32 active ...dir/node_modules/rc-select/es/Select.js 69% building 2010/2043 modules 33 active .../node_modules/rc-select/es/PropTypes.js 69% building 2010/2044 modules 34 active ...dir/node_modules/rc-select/es/Option.js 68% building 2010/2045 modules 35 active ...s/@babel/runtime/helpers/createClass.js 69% building 2011/2045 modules 34 active ...s/@babel/runtime/helpers/createClass.js 69% building 2012/2045 modules 33 active ...s/@babel/runtime/helpers/createClass.js 69% building 2012/2046 modules 34 active ...untime/helpers/assertThisInitialized.js 68% building 2012/2047 modules 35 active ...ules/@babel/runtime/helpers/inherits.js 68% building 2012/2048 modules 36 active ...babel/runtime/helpers/getPrototypeOf.js 68% building 2012/2049 modules 37 active ...me/helpers/possibleConstructorReturn.js 68% building 2012/2050 modules 38 active .../@babel/runtime/helpers/objectSpread.js 68% building 2013/2050 modules 37 active .../@babel/runtime/helpers/objectSpread.js 68% building 2013/2051 modules 38 active ...odules/core-js/modules/web.immediate.js 68% building 2013/2052 modules 39 active ...e_modules/core-js/modules/web.timers.js 68% building 2013/2053 modules 40 active ...dules/core-js/modules/es7.observable.js 68% building 2014/2053 modules 39 active ...dules/core-js/modules/es7.observable.js 68% building 2015/2053 modules 38 active ...dules/core-js/modules/es7.observable.js 68% building 2015/2054 modules 39 active ...r/dir/node_modules/lodash/_ListCache.js 68% building 2015/2055 modules 40 active ...sr/dir/node_modules/lodash/_stackSet.js 68% building 2015/2056 modules 41 active .../node_modules/rc-table/es/ExpandIcon.js 68% building 2015/2057 modules 42 active ...e_modules/rc-table/es/TableHeaderRow.js 68% building 2016/2057 modules 41 active ...e_modules/rc-table/es/TableHeaderRow.js 68% building 2017/2057 modules 40 active ...e_modules/rc-table/es/TableHeaderRow.js 68% building 2017/2058 modules 41 active ...ir/node_modules/lodash/_baseIteratee.js 68% building 2017/2059 modules 42 active ...rsr/dir/node_modules/lodash/identity.js 68% building 2017/2060 modules 43 active ...dir/node_modules/lodash/_setToString.js 68% building 2017/2061 modules 44 active .../akvo/rsr/dir/node_modules/lodash/eq.js 68% building 2017/2062 modules 45 active ...sr/dir/node_modules/lodash/_overRest.js 68% building 2017/2063 modules 46 active .../dir/node_modules/lodash/_baseKeysIn.js 68% building 2018/2063 modules 45 active .../dir/node_modules/lodash/_baseKeysIn.js 68% building 2018/2064 modules 46 active ...ir/node_modules/lodash/toPlainObject.js 68% building 2018/2065 modules 47 active ...r/node_modules/lodash/_createBaseFor.js 68% building 2019/2065 modules 46 active ...r/node_modules/lodash/_createBaseFor.js 68% building 2019/2066 modules 47 active ...node_modules/lodash/_baseAssignValue.js 68% building 2019/2067 modules 48 active ...ode_modules/lodash/isArrayLikeObject.js 68% building 2020/2067 modules 47 active ...ode_modules/lodash/isArrayLikeObject.js 68% building 2021/2067 modules 46 active ...ode_modules/lodash/isArrayLikeObject.js 68% building 2022/2067 modules 45 active ...ode_modules/lodash/isArrayLikeObject.js 68% building 2023/2067 modules 44 active ...ode_modules/lodash/isArrayLikeObject.js 68% building 2023/2068 modules 45 active ...node_modules/lodash/_initCloneObject.js 68% building 2024/2068 modules 44 active ...node_modules/lodash/_initCloneObject.js 68% building 2025/2068 modules 43 active ...node_modules/lodash/_initCloneObject.js 68% building 2026/2068 modules 42 active ...node_modules/lodash/_initCloneObject.js 68% building 2027/2068 modules 41 active ...node_modules/lodash/_initCloneObject.js 68% building 2028/2068 modules 40 active ...node_modules/lodash/_initCloneObject.js 68% building 2029/2068 modules 39 active ...node_modules/lodash/_initCloneObject.js 68% building 2029/2069 modules 40 active ...node_modules/lodash/_cloneTypedArray.js 68% building 2029/2070 modules 41 active ...dir/node_modules/lodash/_cloneBuffer.js 68% building 2029/2071 modules 42 active ...sr/dir/node_modules/lodash/_baseUniq.js 68% building 2030/2071 modules 41 active ...sr/dir/node_modules/lodash/_baseUniq.js 68% building 2031/2071 modules 40 active ...sr/dir/node_modules/lodash/_baseUniq.js 68% building 2032/2071 modules 39 active ...sr/dir/node_modules/lodash/_baseUniq.js 68% building 2032/2072 modules 40 active ...sr/dir/node_modules/lodash/_stackHas.js 68% building 2032/2073 modules 41 active ...sr/dir/node_modules/lodash/_stackGet.js 68% building 2033/2073 modules 40 active ...sr/dir/node_modules/lodash/_stackGet.js 68% building 2034/2073 modules 39 active ...sr/dir/node_modules/lodash/_stackGet.js 68% building 2035/2073 modules 38 active ...sr/dir/node_modules/lodash/_stackGet.js 68% building 2035/2074 modules 39 active ...es/recharts/node_modules/lodash/head.js 68% building 2035/2075 modules 40 active ...dir/node_modules/lodash/_stackDelete.js 68% building 2036/2075 modules 39 active ...dir/node_modules/lodash/_stackDelete.js 68% building 2036/2076 modules 40 active .../dir/node_modules/lodash/_stackClear.js 68% building 2037/2076 modules 39 active .../dir/node_modules/lodash/_stackClear.js 68% building 2037/2077 modules 40 active ...ode_modules/core-js/modules/es7.asap.js 68% building 2037/2078 modules 41 active ...core-js/modules/es7.reflect.metadata.js 68% building 2037/2079 modules 42 active ...modules/es7.reflect.has-own-metadata.js 68% building 2038/2079 modules 41 active ...modules/es7.reflect.has-own-metadata.js 68% building 2038/2080 modules 42 active ...-js/modules/es7.reflect.has-metadata.js 68% building 2038/2081 modules 43 active ...echarts/node_modules/lodash/_baseSum.js 68% building 2039/2081 modules 42 active ...echarts/node_modules/lodash/_baseSum.js 68% building 2039/2082 modules 43 active ...es/es7.reflect.get-own-metadata-keys.js 68% building 2039/2083 modules 44 active ...modules/es7.reflect.get-own-metadata.js 68% building 2040/2083 modules 43 active ...modules/es7.reflect.get-own-metadata.js 68% building 2040/2084 modules 44 active ...odules/es7.reflect.get-metadata-keys.js 68% building 2041/2084 modules 43 active ...odules/es7.reflect.get-metadata-keys.js 68% building 2041/2085 modules 44 active ...-js/modules/es7.reflect.get-metadata.js 68% building 2041/2086 modules 45 active ...de_modules/antd/es/date-picker/index.js 68% building 2042/2086 modules 44 active ...de_modules/antd/es/date-picker/index.js 68% building 2043/2086 modules 43 active ...de_modules/antd/es/date-picker/index.js 68% building 2043/2087 modules 44 active ...t-transition-group/esm/CSSTransition.js 68% building 2043/2088 modules 45 active .../node_modules/antd/es/calendar/index.js 68% building 2044/2088 modules 44 active .../node_modules/antd/es/calendar/index.js 68% building 2045/2088 modules 43 active .../node_modules/antd/es/calendar/index.js 68% building 2046/2088 modules 42 active .../node_modules/antd/es/calendar/index.js 68% building 2047/2088 modules 41 active .../node_modules/antd/es/calendar/index.js 68% building 2048/2088 modules 40 active .../node_modules/antd/es/calendar/index.js 68% building 2049/2088 modules 39 active .../node_modules/antd/es/calendar/index.js 68% building 2049/2089 modules 40 active .../dir/node_modules/antd/es/form/index.js 68% building 2049/2090 modules 41 active ...es/react-transition-group/esm/config.js 68% building 2049/2091 modules 42 active ...ir/node_modules/antd/es/drawer/index.js 68% building 2050/2091 modules 41 active ...ir/node_modules/antd/es/drawer/index.js 68% building 2051/2091 modules 40 active ...ir/node_modules/antd/es/drawer/index.js 68% building 2051/2092 modules 41 active ...r/node_modules/antd/es/divider/index.js 68% building 2051/2093 modules 42 active ...e_modules/antd/es/descriptions/index.js 68% building 2051/2094 modules 43 active ...eact-transition-group/esm/Transition.js 68% building 2052/2094 modules 42 active ...eact-transition-group/esm/Transition.js 68% building 2053/2094 modules 41 active ...eact-transition-group/esm/Transition.js 68% building 2054/2094 modules 40 active ...eact-transition-group/esm/Transition.js 68% building 2055/2094 modules 39 active ...eact-transition-group/esm/Transition.js 68% building 2055/2095 modules 40 active ...r/node_modules/antd/es/comment/index.js 68% building 2056/2095 modules 39 active ...r/node_modules/antd/es/comment/index.js 68% building 2057/2095 modules 38 active ...r/node_modules/antd/es/comment/index.js 68% building 2058/2095 modules 37 active ...r/node_modules/antd/es/comment/index.js 68% building 2059/2095 modules 36 active ...r/node_modules/antd/es/comment/index.js 68% building 2059/2096 modules 37 active ...r/dir/node_modules/antd/es/col/index.js 68% building 2060/2096 modules 36 active ...r/dir/node_modules/antd/es/col/index.js 68% building 2061/2096 modules 35 active ...r/dir/node_modules/antd/es/col/index.js 68% building 2061/2097 modules 36 active ...transition-group/esm/TransitionGroup.js 68% building 2062/2097 modules 35 active ...transition-group/esm/TransitionGroup.js 68% building 2062/2098 modules 36 active .../node_modules/antd/es/cascader/index.js 68% building 2063/2098 modules 35 active .../node_modules/antd/es/cascader/index.js 68% building 2063/2099 modules 36 active .../node_modules/antd/es/carousel/index.js 68% building 2063/2100 modules 37 active .../node_modules/antd/es/collapse/index.js 68% building 2064/2100 modules 36 active .../node_modules/antd/es/collapse/index.js 68% building 2064/2101 modules 37 active ...rsr/dir/node_modules/lodash/_baseGet.js 68% building 2064/2102 modules 38 active .../dir/node_modules/antd/es/card/index.js 68% building 2064/2103 modules 39 active ...ir/node_modules/lodash/_getPrototype.js 68% building 2064/2104 modules 40 active ...dir/node_modules/antd/es/badge/index.js 68% building 2065/2104 modules 39 active ...dir/node_modules/antd/es/badge/index.js 68% building 2066/2104 modules 38 active ...dir/node_modules/antd/es/badge/index.js 68% building 2066/2105 modules 39 active ...ransition-group/esm/SwitchTransition.js 68% building 2066/2106 modules 40 active ...r/node_modules/lodash/_baseFindIndex.js 68% building 2067/2106 modules 39 active ...r/node_modules/lodash/_baseFindIndex.js 68% building 2067/2107 modules 40 active ...ansition-group/esm/ReplaceTransition.js 68% building 2067/2108 modules 41 active .../node_modules/antd/es/back-top/index.js 68% building 2068/2108 modules 40 active .../node_modules/antd/es/back-top/index.js 68% building 2069/2108 modules 39 active .../node_modules/antd/es/back-top/index.js 68% building 2070/2108 modules 38 active .../node_modules/antd/es/back-top/index.js 68% building 2070/2109 modules 39 active ...dir/node_modules/antd/es/alert/index.js 68% building 2071/2109 modules 38 active ...dir/node_modules/antd/es/alert/index.js 68% building 2072/2109 modules 37 active ...dir/node_modules/antd/es/alert/index.js 68% building 2072/2110 modules 38 active ..._modules/antd/es/auto-complete/index.js 68% building 2072/2111 modules 39 active ...ir/node_modules/antd/es/anchor/index.js 68% building 2073/2111 modules 38 active ...ir/node_modules/antd/es/anchor/index.js 68% building 2074/2111 modules 37 active ...ir/node_modules/antd/es/anchor/index.js 68% building 2075/2111 modules 36 active ...ir/node_modules/antd/es/anchor/index.js 69% building 2076/2111 modules 35 active ...ir/node_modules/antd/es/anchor/index.js 69% building 2077/2111 modules 34 active ...ir/node_modules/antd/es/anchor/index.js 69% building 2078/2111 modules 33 active ...ir/node_modules/antd/es/anchor/index.js 69% building 2078/2112 modules 34 active ...xios/lib/helpers/normalizeHeaderName.js 69% building 2078/2113 modules 35 active .../modules/es7.reflect.delete-metadata.js 68% building 2078/2114 modules 36 active .../modules/es7.reflect.define-metadata.js 69% building 2079/2114 modules 35 active .../modules/es7.reflect.define-metadata.js 69% building 2080/2114 modules 34 active .../modules/es7.reflect.define-metadata.js 69% building 2080/2115 modules 35 active ...ules/core-js/modules/es7.promise.try.js 69% building 2081/2115 modules 34 active ...ules/core-js/modules/es7.promise.try.js 69% building 2081/2116 modules 35 active .../core-js/modules/es7.promise.finally.js 69% building 2082/2116 modules 34 active .../core-js/modules/es7.promise.finally.js 69% building 2082/2117 modules 35 active ...les/core-js/modules/es7.math.signbit.js 68% building 2082/2118 modules 36 active ...dules/core-js/modules/es7.math.umulh.js 69% building 2083/2118 modules 35 active ...dules/core-js/modules/es7.math.umulh.js 68% building 2083/2119 modules 36 active ...el/runtime/helpers/toConsumableArray.js 68% building 2083/2120 modules 37 active ...dules/core-js/modules/es7.math.scale.js 68% building 2084/2120 modules 36 active ...dules/core-js/modules/es7.math.scale.js 68% building 2084/2121 modules 37 active ...les/core-js/modules/es7.math.radians.js 68% building 2084/2122 modules 38 active ...core-js/modules/es7.math.rad-per-deg.js 68% building 2084/2123 modules 39 active ...dules/core-js/modules/es7.math.imulh.js 68% building 2084/2124 modules 40 active ...dules/core-js/modules/es7.math.isubh.js 68% building 2084/2125 modules 41 active .../node_modules/axios/lib/adapters/xhr.js 68% building 2084/2126 modules 42 active ...dules/axios/lib/core/dispatchRequest.js 68% building 2084/2127 modules 43 active ...es/axios/lib/core/InterceptorManager.js 68% building 2084/2128 modules 44 active ...sr/dir/node_modules/react-spring/web.js 68% building 2084/2129 modules 45 active ...e_modules/axios/lib/helpers/buildURL.js 68% building 2084/2130 modules 46 active .../dir/node_modules/rc-upload/es/index.js 68% building 2085/2130 modules 45 active .../dir/node_modules/rc-upload/es/index.js 68% building 2086/2130 modules 44 active .../dir/node_modules/rc-upload/es/index.js 68% building 2086/2131 modules 45 active ...dules/core-js/modules/es7.math.iaddh.js 68% building 2087/2131 modules 44 active ...dules/core-js/modules/es7.math.iaddh.js 68% building 2087/2132 modules 45 active ...inite-scroll-component/dist/index.es.js 68% building 2088/2132 modules 44 active ...inite-scroll-component/dist/index.es.js 68% building 2089/2132 modules 43 active ...inite-scroll-component/dist/index.es.js 68% building 2089/2133 modules 44 active ...ules/core-js/modules/es7.math.fscale.js 68% building 2089/2134 modules 45 active ...les/core-js/modules/es7.math.degrees.js 68% building 2089/2135 modules 46 active ...core-js/modules/es7.math.deg-per-rad.js 68% building 2089/2136 modules 47 active ...dules/core-js/modules/es7.math.clamp.js 68% building 2090/2136 modules 46 active ...dules/core-js/modules/es7.math.clamp.js 68% building 2090/2137 modules 47 active ...s/core-js/modules/es7.error.is-error.js 68% building 2090/2138 modules 48 active ...babel/runtime/helpers/setPrototypeOf.js 68% building 2090/2139 modules 49 active ...es/core-js/modules/es7.system.global.js 68% building 2090/2140 modules 50 active ...e_modules/core-js/modules/es7.global.js 68% building 2091/2140 modules 49 active ...e_modules/core-js/modules/es7.global.js 68% building 2091/2141 modules 50 active ...es/core-js/modules/es7.weak-set.from.js 68% building 2092/2141 modules 49 active ...es/core-js/modules/es7.weak-set.from.js 68% building 2092/2142 modules 50 active ...node_modules/js-cookie/src/js.cookie.js 68% building 2093/2142 modules 49 active ...node_modules/js-cookie/src/js.cookie.js 68% building 2093/2143 modules 50 active ...r/node_modules/core-js/modules/_task.js 68% building 2094/2143 modules 49 active ...r/node_modules/core-js/modules/_task.js 68% building 2094/2144 modules 50 active ..._modules/core-js/modules/_user-agent.js 68% building 2095/2144 modules 49 active ..._modules/core-js/modules/_user-agent.js 68% building 2095/2145 modules 50 active ...modules/core-js/modules/_set-species.js 68% building 2096/2145 modules 49 active ...modules/core-js/modules/_set-species.js 68% building 2097/2145 modules 48 active ...modules/core-js/modules/_set-species.js 68% building 2098/2145 modules 47 active ...modules/core-js/modules/_set-species.js 68% building 2099/2145 modules 46 active ...modules/core-js/modules/_set-species.js 68% building 2099/2146 modules 47 active .../node_modules/lodash/_listCacheClear.js 68% building 2099/2147 modules 48 active ...sr/dir/node_modules/lodash/_MapCache.js 68% building 2099/2148 modules 49 active ...ir/node_modules/lodash/_listCacheSet.js 68% building 2099/2149 modules 50 active ...ir/node_modules/lodash/_listCacheHas.js 68% building 2100/2149 modules 49 active ...ir/node_modules/lodash/_listCacheHas.js 68% building 2101/2149 modules 48 active ...ir/node_modules/lodash/_listCacheHas.js 68% building 2101/2150 modules 49 active ...dir/node_modules/lodash/_baseMatches.js 68% building 2101/2151 modules 50 active ...node_modules/lodash/_baseSetToString.js 68% building 2101/2152 modules 51 active ...sr/dir/node_modules/lodash/_shortOut.js 68% building 2101/2153 modules 52 active ...rsr/dir/node_modules/lodash/property.js 68% building 2102/2153 modules 51 active ...rsr/dir/node_modules/lodash/property.js 68% building 2103/2153 modules 50 active ...rsr/dir/node_modules/lodash/property.js 68% building 2103/2154 modules 51 active ...o/rsr/dir/node_modules/lodash/_apply.js 68% building 2103/2155 modules 52 active ...ir/node_modules/lodash/_nativeKeysIn.js 68% building 2103/2156 modules 53 active .../dir/node_modules/lodash/_copyObject.js 68% building 2104/2156 modules 52 active .../dir/node_modules/lodash/_copyObject.js 68% building 2105/2156 modules 51 active .../dir/node_modules/lodash/_copyObject.js 68% building 2105/2157 modules 52 active ..._modules/lodash/_baseMatchesProperty.js 68% building 2105/2158 modules 53 active .../node_modules/lodash/_defineProperty.js 68% building 2106/2158 modules 52 active .../node_modules/lodash/_defineProperty.js 68% building 2107/2158 modules 51 active .../node_modules/lodash/_defineProperty.js 68% building 2108/2158 modules 50 active .../node_modules/lodash/_defineProperty.js 68% building 2108/2159 modules 51 active ...ir/node_modules/lodash/_listCacheGet.js 68% building 2109/2159 modules 50 active ...ir/node_modules/lodash/_listCacheGet.js 68% building 2110/2159 modules 49 active ...ir/node_modules/lodash/_listCacheGet.js 68% building 2111/2159 modules 48 active ...ir/node_modules/lodash/_listCacheGet.js 68% building 2112/2159 modules 47 active ...ir/node_modules/lodash/_listCacheGet.js 68% building 2112/2160 modules 48 active .../dir/node_modules/lodash/_baseCreate.js 68% building 2113/2160 modules 47 active .../dir/node_modules/lodash/_baseCreate.js 68% building 2114/2160 modules 46 active .../dir/node_modules/lodash/_baseCreate.js 68% building 2115/2160 modules 45 active .../dir/node_modules/lodash/_baseCreate.js 68% building 2116/2160 modules 44 active .../dir/node_modules/lodash/_baseCreate.js 68% building 2117/2160 modules 43 active .../dir/node_modules/lodash/_baseCreate.js 68% building 2118/2160 modules 42 active .../dir/node_modules/lodash/_baseCreate.js 68% building 2118/2161 modules 43 active ...ode_modules/lodash/_cloneArrayBuffer.js 68% building 2118/2162 modules 44 active ...node_modules/lodash/_listCacheDelete.js 68% building 2118/2163 modules 45 active ...sr/dir/node_modules/lodash/_SetCache.js 68% building 2119/2163 modules 44 active ...sr/dir/node_modules/lodash/_SetCache.js 68% building 2120/2163 modules 43 active ...sr/dir/node_modules/lodash/_SetCache.js 68% building 2121/2163 modules 42 active ...sr/dir/node_modules/lodash/_SetCache.js 68% building 2121/2164 modules 43 active ...r/dir/node_modules/lodash/_createSet.js 68% building 2122/2164 modules 42 active ...r/dir/node_modules/lodash/_createSet.js 68% building 2122/2165 modules 43 active ...sr/dir/node_modules/lodash/_cacheHas.js 68% building 2123/2165 modules 42 active ...sr/dir/node_modules/lodash/_cacheHas.js 68% building 2123/2166 modules 43 active ...de_modules/lodash/_arrayIncludesWith.js 68% building 2124/2166 modules 42 active ...de_modules/lodash/_arrayIncludesWith.js 68% building 2124/2167 modules 43 active ...r/node_modules/lodash/_arrayIncludes.js 68% building 2125/2167 modules 42 active ...r/node_modules/lodash/_arrayIncludes.js 68% building 2125/2168 modules 43 active ...node_modules/core-js/modules/_for-of.js 68% building 2126/2168 modules 42 active ...node_modules/core-js/modules/_for-of.js 68% building 2126/2169 modules 43 active ...e_modules/core-js/modules/_microtask.js 68% building 2126/2170 modules 44 active ...de_modules/core-js/modules/_metadata.js 68% building 2126/2171 modules 45 active ...odules/core-js/modules/_redefine-all.js 68% building 2127/2171 modules 44 active ...odules/core-js/modules/_redefine-all.js 68% building 2127/2172 modules 45 active ...node_modules/core-js/modules/es6.set.js 68% building 2128/2172 modules 44 active ...node_modules/core-js/modules/es6.set.js 68% building 2128/2173 modules 45 active ...dules/antd/es/date-picker/WeekPicker.js 68% building 2129/2173 modules 44 active ...dules/antd/es/date-picker/WeekPicker.js 68% building 2130/2173 modules 43 active ...dules/antd/es/date-picker/WeekPicker.js 68% building 2131/2173 modules 42 active ...dules/antd/es/date-picker/WeekPicker.js 68% building 2132/2173 modules 41 active ...dules/antd/es/date-picker/WeekPicker.js 68% building 2133/2173 modules 40 active ...dules/antd/es/date-picker/WeekPicker.js 68% building 2134/2173 modules 39 active ...dules/antd/es/date-picker/WeekPicker.js 68% building 2135/2173 modules 38 active ...dules/antd/es/date-picker/WeekPicker.js 68% building 2136/2173 modules 37 active ...dules/antd/es/date-picker/WeekPicker.js 69% building 2137/2173 modules 36 active ...dules/antd/es/date-picker/WeekPicker.js 69% building 2138/2173 modules 35 active ...dules/antd/es/date-picker/WeekPicker.js 69% building 2139/2173 modules 34 active ...dules/antd/es/date-picker/WeekPicker.js 69% building 2140/2173 modules 33 active ...dules/antd/es/date-picker/WeekPicker.js 69% building 2140/2174 modules 34 active ...r/dir/node_modules/antd/es/form/Form.js 69% building 2140/2175 modules 35 active ...ules/antd/es/date-picker/RangePicker.js 69% building 2141/2175 modules 34 active ...ules/antd/es/date-picker/RangePicker.js 69% building 2142/2175 modules 33 active ...ules/antd/es/date-picker/RangePicker.js 69% building 2143/2175 modules 32 active ...ules/antd/es/date-picker/RangePicker.js 69% building 2144/2175 modules 31 active ...ules/antd/es/date-picker/RangePicker.js 69% building 2145/2175 modules 30 active ...ules/antd/es/date-picker/RangePicker.js 69% building 2145/2176 modules 31 active ...r/dir/node_modules/rc-select/es/util.js 69% building 2146/2176 modules 30 active ...r/dir/node_modules/rc-select/es/util.js 69% building 2147/2176 modules 29 active ...r/dir/node_modules/rc-select/es/util.js 69% building 2148/2176 modules 28 active ...r/dir/node_modules/rc-select/es/util.js 69% building 2149/2176 modules 27 active ...r/dir/node_modules/rc-select/es/util.js 69% building 2150/2176 modules 26 active ...r/dir/node_modules/rc-select/es/util.js 69% building 2151/2176 modules 25 active ...r/dir/node_modules/rc-select/es/util.js 69% building 2152/2176 modules 24 active ...r/dir/node_modules/rc-select/es/util.js 69% building 2153/2176 modules 23 active ...r/dir/node_modules/rc-select/es/util.js 69% building 2154/2176 modules 22 active ...r/dir/node_modules/rc-select/es/util.js 69% building 2154/2177 modules 23 active ...de_modules/antd/es/collapse/Collapse.js 69% building 2154/2178 modules 24 active ...ode_modules/antd/es/descriptions/Col.js 69% building 2155/2178 modules 23 active ...ode_modules/antd/es/descriptions/Col.js 69% building 2156/2178 modules 22 active ...ode_modules/antd/es/descriptions/Col.js 69% building 2156/2179 modules 23 active ...sr/dir/node_modules/lodash/_castPath.js 69% building 2156/2180 modules 24 active ...o/rsr/dir/node_modules/lodash/_toKey.js 69% building 2157/2180 modules 23 active ...o/rsr/dir/node_modules/lodash/_toKey.js 69% building 2158/2180 modules 22 active ...o/rsr/dir/node_modules/lodash/_toKey.js 69% building 2158/2181 modules 23 active ...ion-group/esm/TransitionGroupContext.js 69% building 2159/2181 modules 22 active ...ion-group/esm/TransitionGroupContext.js 69% building 2160/2181 modules 21 active ...ion-group/esm/TransitionGroupContext.js 69% building 2161/2181 modules 20 active ...ion-group/esm/TransitionGroupContext.js 69% building 2162/2181 modules 19 active ...ion-group/esm/TransitionGroupContext.js 69% building 2163/2181 modules 18 active ...ion-group/esm/TransitionGroupContext.js 69% building 2164/2181 modules 17 active ...ion-group/esm/TransitionGroupContext.js 69% building 2164/2182 modules 18 active ...r/node_modules/antd/es/anchor/Anchor.js 69% building 2165/2182 modules 17 active ...r/node_modules/antd/es/anchor/Anchor.js 69% building 2166/2182 modules 16 active ...r/node_modules/antd/es/anchor/Anchor.js 69% building 2166/2183 modules 17 active ...de_modules/antd/es/anchor/AnchorLink.js 69% building 2166/2184 modules 18 active ...s/antd/es/auto-complete/InputElement.js 69% building 2166/2185 modules 19 active ...s/@ant-design/css-animation/es/index.js 69% building 2167/2185 modules 18 active ...s/@ant-design/css-animation/es/index.js 69% building 2168/2185 modules 17 active ...s/@ant-design/css-animation/es/index.js 69% building 2168/2186 modules 18 active ...e_modules/antd/es/badge/ScrollNumber.js 69% building 2169/2186 modules 17 active ...e_modules/antd/es/badge/ScrollNumber.js 69% building 2169/2187 modules 18 active ...ode_modules/core-js/modules/_perform.js 69% building 2169/2188 modules 19 active ...les/core-js/modules/_promise-resolve.js 69% building 2170/2188 modules 18 active ...les/core-js/modules/_promise-resolve.js 69% building 2170/2189 modules 19 active ...core-js/modules/_species-constructor.js 69% building 2170/2190 modules 20 active ...e-js/modules/_new-promise-capability.js 69% building 2170/2191 modules 21 active ...el/runtime/helpers/arrayWithoutHoles.js 69% building 2170/2192 modules 22 active ..._modules/core-js/modules/_math-scale.js 69% building 2170/2193 modules 23 active ...el/runtime/helpers/nonIterableSpread.js 69% building 2170/2194 modules 24 active ...abel/runtime/helpers/iterableToArray.js 69% building 2170/2195 modules 25 active ...r/dir/node_modules/antd/es/card/Meta.js 69% building 2170/2196 modules 26 active ...r/dir/node_modules/antd/es/card/Grid.js 69% building 2170/2197 modules 27 active ...e_modules/axios/lib/core/createError.js 69% building 2170/2198 modules 28 active ...modules/axios/lib/core/transformData.js 69% building 2170/2199 modules 29 active ...es/axios/lib/helpers/isURLSameOrigin.js 69% building 2170/2200 modules 30 active ...dules/axios/lib/helpers/parseHeaders.js 69% building 2170/2201 modules 31 active ...modules/axios/lib/core/buildFullPath.js 69% building 2170/2202 modules 32 active ...modules/react-lazy-load/lib/LazyLoad.js 69% building 2170/2203 modules 33 active ...nsition-group/esm/utils/ChildMapping.js 69% building 2170/2204 modules 34 active ...de_modules/axios/lib/helpers/cookies.js 69% building 2170/2205 modules 35 active ...r/node_modules/axios/lib/core/settle.js 69% building 2170/2206 modules 36 active ...les/antd/es/_util/getDataOrAriaProps.js 68% building 2170/2207 modules 37 active ...transition-group/esm/utils/PropTypes.js 68% building 2170/2208 modules 38 active ...e_modules/rc-select/es/SelectTrigger.js 68% building 2170/2209 modules 39 active ...dir/node_modules/rc-util/lib/KeyCode.js 68% building 2170/2210 modules 40 active ...ir/node_modules/rc-calendar/es/index.js 68% building 2170/2211 modules 41 active ...dir/node_modules/rc-upload/es/Upload.js 68% building 2170/2212 modules 42 active ...node_modules/antd/es/calendar/Header.js 68% building 2170/2213 modules 43 active ..._modules/rc-calendar/es/FullCalendar.js 68% building 2171/2213 modules 42 active ..._modules/rc-calendar/es/FullCalendar.js 68% building 2171/2214 modules 43 active ...r/node_modules/lodash.throttle/index.js 68% building 2172/2214 modules 42 active ...r/node_modules/lodash.throttle/index.js 68% building 2172/2215 modules 43 active ...dules/antd/es/date-picker/wrapPicker.js 68% building 2172/2216 modules 44 active ...les/antd/es/date-picker/createPicker.js 68% building 2172/2217 modules 45 active ...modules/rc-calendar/es/MonthCalendar.js 68% building 2172/2218 modules 46 active ...core-js/modules/_array-from-iterable.js 68% building 2172/2219 modules 47 active ...modules/core-js/modules/_an-instance.js 68% building 2172/2220 modules 48 active ...es/core-js/modules/es7.weak-map.from.js 68% building 2172/2221 modules 49 active ...modules/core-js/modules/es7.set.from.js 68% building 2172/2222 modules 50 active ...modules/core-js/modules/es7.map.from.js 68% building 2173/2222 modules 49 active ...modules/core-js/modules/es7.map.from.js 68% building 2173/2223 modules 50 active ...r/node_modules/lodash.debounce/index.js 68% building 2173/2224 modules 51 active ...ules/core-js/modules/es7.weak-set.of.js 68% building 2173/2225 modules 52 active ...ules/core-js/modules/es7.weak-map.of.js 68% building 2173/2226 modules 53 active ...e_modules/core-js/modules/es7.set.of.js 68% building 2173/2227 modules 54 active ...e_modules/core-js/modules/es7.map.of.js 68% building 2173/2228 modules 55 active ...core-js/modules/_set-collection-from.js 68% building 2173/2229 modules 56 active ...ules/core-js/modules/es7.set.to-json.js 68% building 2173/2230 modules 57 active ...ules/core-js/modules/es7.map.to-json.js 68% building 2173/2231 modules 58 active ...-js/modules/es7.object.lookup-setter.js 68% building 2173/2232 modules 59 active ...-js/modules/es7.object.lookup-getter.js 68% building 2174/2232 modules 58 active ...-js/modules/es7.object.lookup-getter.js 68% building 2175/2232 modules 57 active ...-js/modules/es7.object.lookup-getter.js 68% building 2176/2232 modules 56 active ...-js/modules/es7.object.lookup-getter.js 68% building 2177/2232 modules 55 active ...-js/modules/es7.object.lookup-getter.js 68% building 2178/2232 modules 54 active ...-js/modules/es7.object.lookup-getter.js 68% building 2178/2233 modules 55 active ...-js/modules/es7.object.define-setter.js 68% building 2178/2234 modules 56 active ...r/node_modules/lodash/_mapCacheClear.js 68% building 2178/2235 modules 57 active ...ir/node_modules/lodash/_assocIndexOf.js 68% building 2179/2235 modules 56 active ...ir/node_modules/lodash/_assocIndexOf.js 68% building 2179/2236 modules 57 active ...dir/node_modules/lodash/_baseIsMatch.js 68% building 2179/2237 modules 58 active ...rsr/dir/node_modules/lodash/constant.js 68% building 2179/2238 modules 59 active ...ules/lodash/_matchesStrictComparable.js 68% building 2179/2239 modules 60 active ...o/rsr/dir/node_modules/lodash/_isKey.js 68% building 2179/2240 modules 61 active ...ode_modules/lodash/_basePropertyDeep.js 68% building 2179/2241 modules 62 active ...dir/node_modules/lodash/_assignValue.js 68% building 2180/2241 modules 61 active ...dir/node_modules/lodash/_assignValue.js 68% building 2180/2242 modules 62 active ...dir/node_modules/lodash/_baseIsEqual.js 68% building 2181/2242 modules 61 active ...dir/node_modules/lodash/_baseIsEqual.js 68% building 2182/2242 modules 60 active ...dir/node_modules/lodash/_baseIsEqual.js 68% building 2183/2242 modules 59 active ...dir/node_modules/lodash/_baseIsEqual.js 68% building 2183/2243 modules 60 active ...e_modules/lodash/_isStrictComparable.js 68% building 2184/2243 modules 59 active ...e_modules/lodash/_isStrictComparable.js 68% building 2185/2243 modules 58 active ...e_modules/lodash/_isStrictComparable.js 68% building 2186/2243 modules 57 active ...e_modules/lodash/_isStrictComparable.js 68% building 2187/2243 modules 56 active ...e_modules/lodash/_isStrictComparable.js 68% building 2188/2243 modules 55 active ...e_modules/lodash/_isStrictComparable.js 68% building 2189/2243 modules 54 active ...e_modules/lodash/_isStrictComparable.js 68% building 2189/2244 modules 55 active ...vo/rsr/dir/node_modules/lodash/hasIn.js 68% building 2189/2245 modules 56 active ...ir/node_modules/lodash/_getMatchData.js 68% building 2190/2245 modules 55 active ...ir/node_modules/lodash/_getMatchData.js 68% building 2190/2246 modules 56 active .../dir/node_modules/lodash/_Uint8Array.js 68% building 2190/2247 modules 57 active ...dir/node_modules/lodash/_setCacheHas.js 68% building 2191/2247 modules 56 active ...dir/node_modules/lodash/_setCacheHas.js 68% building 2192/2247 modules 55 active ...dir/node_modules/lodash/_setCacheHas.js 68% building 2193/2247 modules 54 active ...dir/node_modules/lodash/_setCacheHas.js 68% building 2193/2248 modules 55 active ...kvo/rsr/dir/node_modules/lodash/noop.js 68% building 2193/2249 modules 56 active ...dir/node_modules/lodash/_setCacheAdd.js 68% building 2194/2249 modules 55 active ...dir/node_modules/lodash/_setCacheAdd.js 68% building 2194/2250 modules 56 active ...dir/node_modules/lodash/_mapCacheSet.js 68% building 2195/2250 modules 55 active ...dir/node_modules/lodash/_mapCacheSet.js 68% building 2196/2250 modules 54 active ...dir/node_modules/lodash/_mapCacheSet.js 68% building 2197/2250 modules 53 active ...dir/node_modules/lodash/_mapCacheSet.js 68% building 2198/2250 modules 52 active ...dir/node_modules/lodash/_mapCacheSet.js 68% building 2199/2250 modules 51 active ...dir/node_modules/lodash/_mapCacheSet.js 68% building 2199/2251 modules 52 active ...dir/node_modules/lodash/_baseIndexOf.js 68% building 2200/2251 modules 51 active ...dir/node_modules/lodash/_baseIndexOf.js 68% building 2200/2252 modules 52 active ...-js/modules/core.get-iterator-method.js 68% building 2200/2253 modules 53 active ...dules/core-js/modules/_is-array-iter.js 68% building 2201/2253 modules 52 active ...dules/core-js/modules/_is-array-iter.js 68% building 2201/2254 modules 53 active ...node_modules/core-js/modules/es6.map.js 68% building 2202/2254 modules 52 active ...node_modules/core-js/modules/es6.map.js 68% building 2203/2254 modules 51 active ...node_modules/core-js/modules/es6.map.js 68% building 2203/2255 modules 52 active ...modules/core-js/modules/es6.weak-map.js 68% building 2204/2255 modules 51 active ...modules/core-js/modules/es6.weak-map.js 68% building 2205/2255 modules 50 active ...modules/core-js/modules/es6.weak-map.js 68% building 2206/2255 modules 49 active ...modules/core-js/modules/es6.weak-map.js 68% building 2206/2256 modules 50 active ...e_modules/core-js/modules/_iter-call.js 68% building 2207/2256 modules 49 active ...e_modules/core-js/modules/_iter-call.js 68% building 2207/2257 modules 50 active ...s/core-js/modules/_collection-strong.js 68% building 2207/2258 modules 51 active ..._modules/core-js/modules/_collection.js 68% building 2208/2258 modules 50 active ..._modules/core-js/modules/_collection.js 68% building 2209/2258 modules 49 active ..._modules/core-js/modules/_collection.js 68% building 2210/2258 modules 48 active ..._modules/core-js/modules/_collection.js 68% building 2211/2258 modules 47 active ..._modules/core-js/modules/_collection.js 68% building 2212/2258 modules 46 active ..._modules/core-js/modules/_collection.js 68% building 2213/2258 modules 45 active ..._modules/core-js/modules/_collection.js 68% building 2213/2259 modules 46 active ...core-js/modules/_validate-collection.js 68% building 2214/2259 modules 45 active ...core-js/modules/_validate-collection.js 68% building 2215/2259 modules 44 active ...core-js/modules/_validate-collection.js 68% building 2216/2259 modules 43 active ...core-js/modules/_validate-collection.js 68% building 2217/2259 modules 42 active ...core-js/modules/_validate-collection.js 68% building 2218/2259 modules 41 active ...core-js/modules/_validate-collection.js 68% building 2219/2259 modules 40 active ...core-js/modules/_validate-collection.js 68% building 2220/2259 modules 39 active ...core-js/modules/_validate-collection.js 68% building 2221/2259 modules 38 active ...core-js/modules/_validate-collection.js 69% building 2222/2259 modules 37 active ...core-js/modules/_validate-collection.js 69% building 2223/2259 modules 36 active ...core-js/modules/_validate-collection.js 69% building 2223/2260 modules 37 active ...odules/antd/es/date-picker/InputIcon.js 69% building 2224/2260 modules 36 active ...odules/antd/es/date-picker/InputIcon.js 69% building 2225/2260 modules 35 active ...odules/antd/es/date-picker/InputIcon.js 69% building 2226/2260 modules 34 active ...odules/antd/es/date-picker/InputIcon.js 69% building 2227/2260 modules 33 active ...odules/antd/es/date-picker/InputIcon.js 69% building 2228/2260 modules 32 active ...odules/antd/es/date-picker/InputIcon.js 69% building 2229/2260 modules 31 active ...odules/antd/es/date-picker/InputIcon.js 69% building 2230/2260 modules 30 active ...odules/antd/es/date-picker/InputIcon.js 69% building 2231/2260 modules 29 active ...odules/antd/es/date-picker/InputIcon.js 69% building 2232/2260 modules 28 active ...odules/antd/es/date-picker/InputIcon.js 69% building 2233/2260 modules 27 active ...odules/antd/es/date-picker/InputIcon.js 69% building 2233/2261 modules 28 active ...ir/node_modules/antd/es/form/context.js 69% building 2234/2261 modules 27 active ...ir/node_modules/antd/es/form/context.js 69% building 2235/2261 modules 26 active ...ir/node_modules/antd/es/form/context.js 69% building 2236/2261 modules 25 active ...ir/node_modules/antd/es/form/context.js 69% building 2237/2261 modules 24 active ...ir/node_modules/antd/es/form/context.js 69% building 2238/2261 modules 23 active ...ir/node_modules/antd/es/form/context.js 69% building 2239/2261 modules 22 active ...ir/node_modules/antd/es/form/context.js 69% building 2240/2261 modules 21 active ...ir/node_modules/antd/es/form/context.js 69% building 2240/2262 modules 22 active .../node_modules/antd/es/form/constants.js 69% building 2241/2262 modules 21 active .../node_modules/antd/es/form/constants.js 69% building 2241/2263 modules 22 active ..._modules/antd/es/_util/openAnimation.js 69% building 2241/2264 modules 23 active ...ir/node_modules/lodash/_stringToPath.js 69% building 2242/2264 modules 22 active ...ir/node_modules/lodash/_stringToPath.js 69% building 2242/2265 modules 23 active ...dules/antd/es/collapse/CollapsePanel.js 69% building 2243/2265 modules 22 active ...dules/antd/es/collapse/CollapsePanel.js 69% building 2244/2265 modules 21 active ...dules/antd/es/collapse/CollapsePanel.js 69% building 2245/2265 modules 20 active ...dules/antd/es/collapse/CollapsePanel.js 69% building 2246/2265 modules 19 active ...dules/antd/es/collapse/CollapsePanel.js 69% building 2246/2266 modules 20 active ...r/node_modules/antd/es/form/FormItem.js 69% building 2247/2266 modules 19 active ...r/node_modules/antd/es/form/FormItem.js 69% building 2248/2266 modules 18 active ...r/node_modules/antd/es/form/FormItem.js 69% building 2249/2266 modules 17 active ...r/node_modules/antd/es/form/FormItem.js 69% building 2250/2266 modules 16 active ...r/node_modules/antd/es/form/FormItem.js 69% building 2251/2266 modules 15 active ...r/node_modules/antd/es/form/FormItem.js 69% building 2251/2267 modules 16 active ...s/@ant-design/css-animation/es/Event.js 69% building 2252/2267 modules 15 active ...s/@ant-design/css-animation/es/Event.js 69% building 2253/2267 modules 14 active ...s/@ant-design/css-animation/es/Event.js 69% building 2254/2267 modules 13 active ...s/@ant-design/css-animation/es/Event.js 69% building 2254/2268 modules 14 active ...de_modules/antd/es/date-picker/utils.js 69% building 2254/2269 modules 15 active ...modules/rc-calendar/es/RangeCalendar.js 69% building 2254/2270 modules 16 active ...r/node_modules/rc-calendar/es/Picker.js 69% building 2255/2270 modules 15 active ...r/node_modules/rc-calendar/es/Picker.js 69% building 2256/2270 modules 14 active ...r/node_modules/rc-calendar/es/Picker.js 69% building 2256/2271 modules 15 active ...dir/node_modules/lodash/_mapCacheHas.js 69% building 2256/2272 modules 16 active ...dir/node_modules/lodash/_mapCacheGet.js 69% building 2256/2273 modules 17 active .../node_modules/lodash/_mapCacheDelete.js 69% building 2257/2273 modules 16 active .../node_modules/lodash/_mapCacheDelete.js 69% building 2257/2274 modules 17 active ...-js/modules/es7.object.define-getter.js 69% building 2257/2275 modules 18 active ...s/core-js/modules/es7.object.entries.js 69% building 2257/2276 modules 19 active ...es/core-js/modules/es7.object.values.js 69% building 2257/2277 modules 20 active ....object.get-own-property-descriptors.js 69% building 2257/2278 modules 21 active ...ore-js/modules/es7.symbol.observable.js 69% building 2257/2279 modules 22 active ..._modules/axios/lib/core/enhanceError.js 69% building 2257/2280 modules 23 active ...js/modules/es7.symbol.async-iterator.js 69% building 2257/2281 modules 24 active ...core-js/modules/es7.string.match-all.js 69% building 2257/2282 modules 25 active ...ore-js/modules/es7.string.trim-right.js 69% building 2257/2283 modules 26 active ...ules/axios/lib/helpers/isAbsoluteURL.js 69% building 2257/2284 modules 27 active ..._modules/array-tree-filter/lib/index.js 69% building 2257/2285 modules 28 active ...odules/axios/lib/helpers/combineURLs.js 69% building 2258/2285 modules 27 active ...odules/axios/lib/helpers/combineURLs.js 69% building 2258/2286 modules 28 active ...core-js/modules/es7.string.trim-left.js 69% building 2258/2287 modules 29 active ...s/core-js/modules/es7.string.pad-end.js 69% building 2258/2288 modules 30 active ...node_modules/rc-calendar/es/Calendar.js 69% building 2258/2289 modules 31 active .../dir/node_modules/rc-drawer/es/index.js 69% building 2258/2290 modules 32 active ..._modules/dom-helpers/esm/removeClass.js 69% building 2258/2291 modules 33 active ...ode_modules/dom-helpers/esm/addClass.js 69% building 2259/2291 modules 32 active ...ode_modules/dom-helpers/esm/addClass.js 69% building 2259/2292 modules 33 active ...react-lazy-load/lib/utils/inViewport.js 69% building 2259/2293 modules 34 active ...act-lazy-load/lib/utils/parentScroll.js 69% building 2259/2294 modules 35 active ...de_modules/rc-select/es/DropdownMenu.js 69% building 2260/2294 modules 34 active ...de_modules/rc-select/es/DropdownMenu.js 69% building 2260/2295 modules 35 active ...s/core-js/modules/_set-collection-of.js 69% building 2260/2296 modules 36 active ..._modules/rc-upload/es/IframeUploader.js 69% building 2260/2297 modules 37 active ...de_modules/rc-upload/es/AjaxUploader.js 69% building 2260/2298 modules 38 active ...core-js/modules/es7.string.pad-start.js 68% building 2260/2299 modules 39 active ...odules/core-js/modules/es7.string.at.js 68% building 2260/2300 modules 40 active ...es/core-js/modules/es7.array.flatten.js 68% building 2260/2301 modules 41 active ...s/core-js/modules/es7.array.flat-map.js 68% building 2260/2302 modules 42 active ...s/core-js/modules/es7.array.includes.js 68% building 2260/2303 modules 43 active ...modules/es6.reflect.set-prototype-of.js 68% building 2260/2304 modules 44 active ...ules/core-js/modules/es6.reflect.set.js 68% building 2260/2305 modules 45 active .../core-js/modules/_collection-to-json.js 68% building 2260/2306 modules 46 active ...dules/es6.reflect.prevent-extensions.js 68% building 2261/2306 modules 45 active ...dules/es6.reflect.prevent-extensions.js 68% building 2261/2307 modules 46 active ...core-js/modules/es6.reflect.own-keys.js 68% building 2261/2308 modules 47 active ...les/rc-calendar/es/mixin/CommonMixin.js 68% building 2261/2309 modules 48 active ...s/rc-calendar/es/mixin/CalendarMixin.js 68% building 2261/2310 modules 49 active ...-calendar/es/calendar/CalendarFooter.js 68% building 2261/2311 modules 50 active ...-calendar/es/calendar/CalendarHeader.js 68% building 2261/2312 modules 51 active ...s/core-js/modules/_object-forced-pam.js 68% building 2261/2313 modules 52 active ...ir/node_modules/rc-cascader/es/index.js 68% building 2262/2313 modules 51 active ...ir/node_modules/rc-cascader/es/index.js 68% building 2263/2313 modules 50 active ...ir/node_modules/rc-cascader/es/index.js 68% building 2263/2314 modules 51 active ...vo/rsr/dir/node_modules/lodash/_Hash.js 68% building 2264/2314 modules 50 active ...vo/rsr/dir/node_modules/lodash/_Hash.js 68% building 2264/2315 modules 51 active ...js/modules/es6.reflect.is-extensible.js 68% building 2264/2316 modules 52 active ...ules/core-js/modules/es6.reflect.has.js 68% building 2264/2317 modules 53 active ....reflect.get-own-property-descriptor.js 68% building 2264/2318 modules 54 active ...modules/es6.reflect.get-prototype-of.js 68% building 2264/2319 modules 55 active ...ules/core-js/modules/es6.reflect.get.js 68% building 2264/2320 modules 56 active ...ndar/es/full-calendar/CalendarHeader.js 68% building 2264/2321 modules 57 active ...ore-js/modules/es6.reflect.enumerate.js 68% building 2264/2322 modules 58 active ...ules/rc-calendar/es/month/MonthTable.js 68% building 2264/2323 modules 59 active ...odules/rc-calendar/es/date/DateTable.js 68% building 2264/2324 modules 60 active .../modules/es6.reflect.delete-property.js 68% building 2264/2325 modules 61 active ...node_modules/lodash/_baseIsEqualDeep.js 68% building 2265/2325 modules 60 active ...node_modules/lodash/_baseIsEqualDeep.js 68% building 2266/2325 modules 59 active ...node_modules/lodash/_baseIsEqualDeep.js 68% building 2267/2325 modules 58 active ...node_modules/lodash/_baseIsEqualDeep.js 68% building 2267/2326 modules 59 active .../modules/es6.reflect.define-property.js 68% building 2268/2326 modules 58 active .../modules/es6.reflect.define-property.js 68% building 2269/2326 modules 57 active .../modules/es6.reflect.define-property.js 68% building 2270/2326 modules 56 active .../modules/es6.reflect.define-property.js 68% building 2271/2326 modules 55 active .../modules/es6.reflect.define-property.js 68% building 2271/2327 modules 56 active ...r/dir/node_modules/lodash/_baseHasIn.js 68% building 2271/2328 modules 57 active ...rsr/dir/node_modules/lodash/_hasPath.js 68% building 2272/2328 modules 56 active ...rsr/dir/node_modules/lodash/_hasPath.js 68% building 2272/2329 modules 57 active ...ore-js/modules/es6.reflect.construct.js 68% building 2272/2330 modules 58 active ...es/core-js/modules/es6.reflect.apply.js 68% building 2273/2330 modules 57 active ...es/core-js/modules/es6.reflect.apply.js 68% building 2273/2331 modules 58 active ...e_modules/rc-form/es/createFormField.js 68% building 2273/2332 modules 59 active ...ode_modules/rc-form/es/createDOMForm.js 68% building 2274/2332 modules 58 active ...ode_modules/rc-form/es/createDOMForm.js 68% building 2275/2332 modules 57 active ...ode_modules/rc-form/es/createDOMForm.js 68% building 2275/2333 modules 58 active ...e-js/modules/es6.typed.float64-array.js 68% building 2275/2334 modules 59 active ...e-js/modules/es6.typed.float32-array.js 68% building 2276/2334 modules 58 active ...e-js/modules/es6.typed.float32-array.js 68% building 2276/2335 modules 59 active .../dir/node_modules/lodash/_getMapData.js 68% building 2277/2335 modules 58 active .../dir/node_modules/lodash/_getMapData.js 68% building 2278/2335 modules 57 active .../dir/node_modules/lodash/_getMapData.js 68% building 2279/2335 modules 56 active .../dir/node_modules/lodash/_getMapData.js 68% building 2279/2336 modules 57 active ...r/node_modules/lodash/_strictIndexOf.js 68% building 2280/2336 modules 56 active ...r/node_modules/lodash/_strictIndexOf.js 68% building 2280/2337 modules 57 active ...r/dir/node_modules/lodash/_baseIsNaN.js 68% building 2280/2338 modules 58 active ...re-js/modules/es6.typed.uint32-array.js 68% building 2280/2339 modules 59 active ...ore-js/modules/es6.typed.int32-array.js 68% building 2281/2339 modules 58 active ...ore-js/modules/es6.typed.int32-array.js 68% building 2281/2340 modules 59 active ...les/core-js/modules/_collection-weak.js 68% building 2281/2341 modules 60 active ...dules/core-js/modules/_array-methods.js 68% building 2281/2342 modules 61 active ...re-js/modules/es6.typed.uint16-array.js 68% building 2281/2343 modules 62 active ...ore-js/modules/es6.typed.int16-array.js 68% building 2282/2343 modules 61 active ...ore-js/modules/es6.typed.int16-array.js 68% building 2283/2343 modules 60 active ...ore-js/modules/es6.typed.int16-array.js 68% building 2283/2344 modules 61 active ...odules/es6.typed.uint8-clamped-array.js 68% building 2283/2345 modules 62 active ...ore-js/modules/es6.typed.uint8-array.js 68% building 2284/2345 modules 61 active ...ore-js/modules/es6.typed.uint8-array.js 68% building 2284/2346 modules 62 active ...modules/core-js/modules/_iter-detect.js 68% building 2285/2346 modules 61 active ...modules/core-js/modules/_iter-detect.js 68% building 2286/2346 modules 60 active ...modules/core-js/modules/_iter-detect.js 68% building 2287/2346 modules 59 active ...modules/core-js/modules/_iter-detect.js 68% building 2288/2346 modules 58 active ...modules/core-js/modules/_iter-detect.js 68% building 2289/2346 modules 57 active ...modules/core-js/modules/_iter-detect.js 68% building 2290/2346 modules 56 active ...modules/core-js/modules/_iter-detect.js 68% building 2290/2347 modules 57 active ...core-js/modules/es6.typed.int8-array.js 68% building 2291/2347 modules 56 active ...core-js/modules/es6.typed.int8-array.js 68% building 2292/2347 modules 55 active ...core-js/modules/es6.typed.int8-array.js 68% building 2293/2347 modules 54 active ...core-js/modules/es6.typed.int8-array.js 68% building 2294/2347 modules 53 active ...core-js/modules/es6.typed.int8-array.js 68% building 2295/2347 modules 52 active ...core-js/modules/es6.typed.int8-array.js 68% building 2296/2347 modules 51 active ...core-js/modules/es6.typed.int8-array.js 68% building 2297/2347 modules 50 active ...core-js/modules/es6.typed.int8-array.js 68% building 2298/2347 modules 49 active ...core-js/modules/es6.typed.int8-array.js 68% building 2298/2348 modules 50 active .../core-js/modules/es6.typed.data-view.js 68% building 2299/2348 modules 49 active .../core-js/modules/es6.typed.data-view.js 68% building 2300/2348 modules 48 active .../core-js/modules/es6.typed.data-view.js 68% building 2301/2348 modules 47 active .../core-js/modules/es6.typed.data-view.js 68% building 2302/2348 modules 46 active .../core-js/modules/es6.typed.data-view.js 68% building 2303/2348 modules 45 active .../core-js/modules/es6.typed.data-view.js 68% building 2304/2348 modules 44 active .../core-js/modules/es6.typed.data-view.js 68% building 2305/2348 modules 43 active .../core-js/modules/es6.typed.data-view.js 68% building 2306/2348 modules 42 active .../core-js/modules/es6.typed.data-view.js 68% building 2307/2348 modules 41 active .../core-js/modules/es6.typed.data-view.js 68% building 2307/2349 modules 42 active ...r/node_modules/react-slick/lib/index.js 68% building 2308/2349 modules 41 active ...r/node_modules/react-slick/lib/index.js 68% building 2309/2349 modules 40 active ...r/node_modules/react-slick/lib/index.js 69% building 2310/2349 modules 39 active ...r/node_modules/react-slick/lib/index.js 69% building 2311/2349 modules 38 active ...r/node_modules/react-slick/lib/index.js 69% building 2311/2350 modules 39 active ...re-js/modules/es6.typed.array-buffer.js 69% building 2312/2350 modules 38 active ...re-js/modules/es6.typed.array-buffer.js 69% building 2312/2351 modules 39 active ...modules/core-js/modules/es6.weak-set.js 68% building 2312/2352 modules 40 active ..._modules/core-js/modules/es6.promise.js 68% building 2312/2353 modules 41 active ...les/core-js/modules/es6.regexp.split.js 68% building 2313/2353 modules 40 active ...les/core-js/modules/es6.regexp.split.js 69% building 2314/2353 modules 39 active ...les/core-js/modules/es6.regexp.split.js 69% building 2315/2353 modules 38 active ...les/core-js/modules/es6.regexp.split.js 69% building 2316/2353 modules 37 active ...les/core-js/modules/es6.regexp.split.js 69% building 2317/2353 modules 36 active ...les/core-js/modules/es6.regexp.split.js 69% building 2318/2353 modules 35 active ...les/core-js/modules/es6.regexp.split.js 69% building 2319/2353 modules 34 active ...les/core-js/modules/es6.regexp.split.js 69% building 2320/2353 modules 33 active ...les/core-js/modules/es6.regexp.split.js 69% building 2321/2353 modules 32 active ...les/core-js/modules/es6.regexp.split.js 69% building 2322/2353 modules 31 active ...les/core-js/modules/es6.regexp.split.js 69% building 2322/2354 modules 32 active ...es/core-js/modules/es6.regexp.search.js 69% building 2323/2354 modules 31 active ...es/core-js/modules/es6.regexp.search.js 69% building 2323/2355 modules 32 active ...s/core-js/modules/es6.regexp.replace.js 69% building 2324/2355 modules 31 active ...s/core-js/modules/es6.regexp.replace.js 69% building 2324/2356 modules 32 active ...les/core-js/modules/es6.regexp.match.js 69% building 2324/2357 modules 33 active ...les/core-js/modules/es6.regexp.flags.js 69% building 2324/2358 modules 34 active ...core-js/modules/es6.regexp.to-string.js 69% building 2324/2359 modules 35 active ...ules/core-js/modules/es6.regexp.exec.js 69% building 2324/2360 modules 36 active ...re-js/modules/es6.regexp.constructor.js 69% building 2324/2361 modules 37 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2325/2361 modules 36 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2326/2361 modules 35 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2327/2361 modules 34 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2328/2361 modules 33 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2329/2361 modules 32 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2330/2361 modules 31 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2331/2361 modules 30 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2332/2361 modules 29 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2333/2361 modules 28 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2334/2361 modules 27 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2335/2361 modules 26 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2336/2361 modules 25 active ...r/node_modules/lodash/_memoizeCapped.js 69% building 2336/2362 modules 26 active ..._modules/eventlistener/eventlistener.js 69% building 2337/2362 modules 25 active ..._modules/eventlistener/eventlistener.js 69% building 2338/2362 modules 24 active ..._modules/eventlistener/eventlistener.js 69% building 2338/2363 modules 25 active ...es/core-js/modules/es6.array.species.js 69% building 2339/2363 modules 24 active ...es/core-js/modules/es6.array.species.js 69% building 2339/2364 modules 25 active ...core-js/modules/es6.array.find-index.js 69% building 2340/2364 modules 24 active ...core-js/modules/es6.array.find-index.js 69% building 2341/2364 modules 23 active ...core-js/modules/es6.array.find-index.js 69% building 2342/2364 modules 22 active ...core-js/modules/es6.array.find-index.js 69% building 2343/2364 modules 21 active ...core-js/modules/es6.array.find-index.js 69% building 2344/2364 modules 20 active ...core-js/modules/es6.array.find-index.js 69% building 2345/2364 modules 19 active ...core-js/modules/es6.array.find-index.js 69% building 2345/2365 modules 20 active ...dules/core-js/modules/es6.array.find.js 69% building 2345/2366 modules 21 active ...les/core-js/modules/_object-to-array.js 69% building 2345/2367 modules 22 active ...les/core-js/modules/_create-property.js 69% building 2345/2368 modules 23 active ...de_modules/core-js/modules/_own-keys.js 69% building 2345/2369 modules 24 active ...dules/core-js/modules/es6.array.fill.js 69% building 2345/2370 modules 25 active ...ore-js/modules/es6.array.copy-within.js 69% building 2345/2371 modules 26 active ...e-js/modules/es6.array.last-index-of.js 69% building 2345/2372 modules 27 active ...s/core-js/modules/es6.array.index-of.js 69% building 2345/2373 modules 28 active ...re-js/modules/es6.array.reduce-right.js 69% building 2345/2374 modules 29 active .../node_modules/core-js/modules/_flags.js 69% building 2345/2375 modules 30 active ...e_modules/core-js/modules/_is-regexp.js 69% building 2345/2376 modules 31 active ...les/core-js/modules/es6.array.reduce.js 69% building 2345/2377 modules 32 active ...ules/core-js/modules/es6.array.every.js 69% building 2345/2378 modules 33 active ...les/rc-calendar/es/picker/placements.js 69% building 2346/2378 modules 32 active ...les/rc-calendar/es/picker/placements.js 69% building 2346/2379 modules 33 active ...dules/core-js/modules/es6.array.some.js 69% building 2346/2380 modules 34 active ...les/core-js/modules/es6.array.filter.js 69% building 2346/2381 modules 35 active ..._modules/core-js/modules/_string-pad.js 69% building 2346/2382 modules 36 active ...ir/node_modules/rc-collapse/es/index.js 69% building 2346/2383 modules 37 active ...e_modules/rc-drawer/es/DrawerWrapper.js 69% building 2346/2384 modules 38 active ...odules/core-js/modules/es6.array.map.js 69% building 2346/2385 modules 39 active ...s/core-js/modules/es6.array.for-each.js 68% building 2346/2386 modules 40 active ...ode_modules/dom-helpers/esm/hasClass.js 69% building 2347/2386 modules 39 active ...ode_modules/dom-helpers/esm/hasClass.js 68% building 2347/2387 modules 40 active ...zy-load/lib/utils/getElementPosition.js 68% building 2347/2388 modules 41 active ...dules/core-js/modules/es6.array.sort.js 68% building 2348/2388 modules 40 active ...dules/core-js/modules/es6.array.sort.js 69% building 2349/2388 modules 39 active ...dules/core-js/modules/es6.array.sort.js 68% building 2349/2389 modules 40 active ...ules/core-js/modules/es6.array.slice.js 69% building 2350/2389 modules 39 active ...ules/core-js/modules/es6.array.slice.js 69% building 2351/2389 modules 38 active ...ules/core-js/modules/es6.array.slice.js 69% building 2351/2390 modules 39 active ...e_modules/core-js/modules/_string-at.js 68% building 2351/2391 modules 40 active ...ore-js/modules/_array-species-create.js 68% building 2351/2392 modules 41 active .../core-js/modules/_flatten-into-array.js 68% building 2351/2393 modules 42 active ...e_modules/rc-calendar/es/util/toTime.js 68% building 2351/2394 modules 43 active ...odules/rc-calendar/es/date/DateInput.js 68% building 2352/2394 modules 42 active ...odules/rc-calendar/es/date/DateInput.js 68% building 2352/2395 modules 43 active ...dules/core-js/modules/es6.array.join.js 68% building 2353/2395 modules 42 active ...dules/core-js/modules/es6.array.join.js 68% building 2354/2395 modules 41 active ...dules/core-js/modules/es6.array.join.js 68% building 2355/2395 modules 40 active ...dules/core-js/modules/es6.array.join.js 69% building 2356/2395 modules 39 active ...dules/core-js/modules/es6.array.join.js 69% building 2357/2395 modules 38 active ...dules/core-js/modules/es6.array.join.js 69% building 2358/2395 modules 37 active ...dules/core-js/modules/es6.array.join.js 69% building 2358/2396 modules 38 active ...node_modules/rc-cascader/es/Cascader.js 69% building 2359/2396 modules 37 active ...node_modules/rc-cascader/es/Cascader.js 69% building 2359/2397 modules 38 active ...r/dir/node_modules/lodash/_hashClear.js 69% building 2359/2398 modules 39 active ...rsr/dir/node_modules/lodash/_hashSet.js 69% building 2360/2398 modules 38 active ...rsr/dir/node_modules/lodash/_hashSet.js 69% building 2360/2399 modules 39 active ...rsr/dir/node_modules/lodash/_hashHas.js 69% building 2360/2400 modules 40 active ...rsr/dir/node_modules/lodash/_hashGet.js 68% building 2360/2401 modules 41 active .../dir/node_modules/lodash/_hashDelete.js 68% building 2360/2402 modules 42 active ...sr/dir/node_modules/rc-upload/es/uid.js 68% building 2360/2403 modules 43 active ...odules/rc-upload/es/traverseFileTree.js 68% building 2360/2404 modules 44 active ...ode_modules/rc-upload/es/attr-accept.js 68% building 2360/2405 modules 45 active ...ir/node_modules/lodash/_equalObjects.js 68% building 2360/2406 modules 46 active .../dir/node_modules/lodash/_equalByTag.js 68% building 2360/2407 modules 47 active ...dir/node_modules/lodash/_equalArrays.js 68% building 2360/2408 modules 48 active ...ir/node_modules/rc-upload/es/request.js 68% building 2361/2408 modules 47 active ...ir/node_modules/rc-upload/es/request.js 68% building 2361/2409 modules 48 active ...es/rc-calendar/es/decade/DecadePanel.js 68% building 2362/2409 modules 47 active ...es/rc-calendar/es/decade/DecadePanel.js 68% building 2363/2409 modules 46 active ...es/rc-calendar/es/decade/DecadePanel.js 68% building 2363/2410 modules 47 active ...odules/rc-calendar/es/date/DateTBody.js 68% building 2364/2410 modules 46 active ...odules/rc-calendar/es/date/DateTBody.js 68% building 2364/2411 modules 47 active ...odules/rc-calendar/es/date/DateTHead.js 68% building 2365/2411 modules 46 active ...odules/rc-calendar/es/date/DateTHead.js 68% building 2365/2412 modules 47 active ...de_modules/rc-calendar/es/util/index.js 68% building 2366/2412 modules 46 active ...de_modules/rc-calendar/es/util/index.js 68% building 2367/2412 modules 45 active ...de_modules/rc-calendar/es/util/index.js 68% building 2367/2413 modules 46 active ...modules/core-js/modules/_typed-array.js 68% building 2367/2414 modules 47 active ...sr/dir/node_modules/rc-form/es/utils.js 68% building 2367/2415 modules 48 active ...r/node_modules/rc-form/es/createForm.js 68% building 2367/2416 modules 49 active ...de_modules/rc-form/es/createBaseForm.js 68% building 2368/2416 modules 48 active ...de_modules/rc-form/es/createBaseForm.js 68% building 2368/2417 modules 49 active ...r/dir/node_modules/lodash/_isKeyable.js 68% building 2369/2417 modules 48 active ...r/dir/node_modules/lodash/_isKeyable.js 68% building 2370/2417 modules 47 active ...r/dir/node_modules/lodash/_isKeyable.js 68% building 2371/2417 modules 46 active ...r/dir/node_modules/lodash/_isKeyable.js 68% building 2372/2417 modules 45 active ...r/dir/node_modules/lodash/_isKeyable.js 68% building 2373/2417 modules 44 active ...r/dir/node_modules/lodash/_isKeyable.js 68% building 2374/2417 modules 43 active ...r/dir/node_modules/lodash/_isKeyable.js 68% building 2375/2417 modules 42 active ...r/dir/node_modules/lodash/_isKeyable.js 68% building 2375/2418 modules 43 active ...alendar/es/calendar/TimePickerButton.js 68% building 2376/2418 modules 42 active ...alendar/es/calendar/TimePickerButton.js 68% building 2376/2419 modules 43 active ...les/rc-calendar/es/calendar/OkButton.js 68% building 2377/2419 modules 42 active ...les/rc-calendar/es/calendar/OkButton.js 68% building 2378/2419 modules 41 active ...les/rc-calendar/es/calendar/OkButton.js 69% building 2379/2419 modules 40 active ...les/rc-calendar/es/calendar/OkButton.js 69% building 2380/2419 modules 39 active ...les/rc-calendar/es/calendar/OkButton.js 69% building 2380/2420 modules 40 active .../rc-calendar/es/calendar/TodayButton.js 69% building 2381/2420 modules 39 active .../rc-calendar/es/calendar/TodayButton.js 69% building 2382/2420 modules 38 active .../rc-calendar/es/calendar/TodayButton.js 69% building 2383/2420 modules 37 active .../rc-calendar/es/calendar/TodayButton.js 69% building 2384/2420 modules 36 active .../rc-calendar/es/calendar/TodayButton.js 69% building 2385/2420 modules 35 active .../rc-calendar/es/calendar/TodayButton.js 69% building 2386/2420 modules 34 active .../rc-calendar/es/calendar/TodayButton.js 69% building 2387/2420 modules 33 active .../rc-calendar/es/calendar/TodayButton.js 69% building 2387/2421 modules 34 active ...ules/rc-calendar/es/month/MonthPanel.js 69% building 2388/2421 modules 33 active ...ules/rc-calendar/es/month/MonthPanel.js 69% building 2388/2422 modules 34 active ...endar/es/range-calendar/CalendarPart.js 69% building 2388/2423 modules 35 active ..._modules/rc-util/es/Children/mapSelf.js 69% building 2388/2424 modules 36 active ...odules/rc-calendar/es/year/YearPanel.js 69% building 2389/2424 modules 35 active ...odules/rc-calendar/es/year/YearPanel.js 69% building 2390/2424 modules 34 active ...odules/rc-calendar/es/year/YearPanel.js 69% building 2391/2424 modules 33 active ...odules/rc-calendar/es/year/YearPanel.js 69% building 2391/2425 modules 34 active ...odules/core-js/modules/_typed-buffer.js 69% building 2392/2425 modules 33 active ...odules/core-js/modules/_typed-buffer.js 69% building 2393/2425 modules 32 active ...odules/core-js/modules/_typed-buffer.js 69% building 2394/2425 modules 31 active ...odules/core-js/modules/_typed-buffer.js 69% building 2394/2426 modules 32 active .../node_modules/react-slick/lib/slider.js 69% building 2395/2426 modules 31 active .../node_modules/react-slick/lib/slider.js 69% building 2396/2426 modules 30 active .../node_modules/react-slick/lib/slider.js 69% building 2396/2427 modules 31 active .../node_modules/core-js/modules/_typed.js 69% building 2396/2428 modules 32 active ..._modules/core-js/modules/_fix-re-wks.js 69% building 2397/2428 modules 31 active ..._modules/core-js/modules/_fix-re-wks.js 69% building 2398/2428 modules 30 active ..._modules/core-js/modules/_fix-re-wks.js 69% building 2399/2428 modules 29 active ..._modules/core-js/modules/_fix-re-wks.js 69% building 2399/2429 modules 30 active ...modules/core-js/modules/_regexp-exec.js 69% building 2399/2430 modules 31 active ...ore-js/modules/_regexp-exec-abstract.js 69% building 2400/2430 modules 30 active ...ore-js/modules/_regexp-exec-abstract.js 69% building 2400/2431 modules 31 active ...ore-js/modules/_advance-string-index.js 69% building 2401/2431 modules 30 active ...ore-js/modules/_advance-string-index.js 69% building 2402/2431 modules 29 active ...ore-js/modules/_advance-string-index.js 69% building 2403/2431 modules 28 active ...ore-js/modules/_advance-string-index.js 69% building 2404/2431 modules 27 active ...ore-js/modules/_advance-string-index.js 69% building 2405/2431 modules 26 active ...ore-js/modules/_advance-string-index.js 69% building 2406/2431 modules 25 active ...ore-js/modules/_advance-string-index.js 69% building 2407/2431 modules 24 active ...ore-js/modules/_advance-string-index.js 69% building 2408/2431 modules 23 active ...ore-js/modules/_advance-string-index.js 69% building 2408/2432 modules 24 active .../rsr/dir/node_modules/lodash/memoize.js 69% building 2409/2432 modules 23 active .../rsr/dir/node_modules/lodash/memoize.js 69% building 2410/2432 modules 22 active .../rsr/dir/node_modules/lodash/memoize.js 69% building 2411/2432 modules 21 active .../rsr/dir/node_modules/lodash/memoize.js 69% building 2412/2432 modules 20 active .../rsr/dir/node_modules/lodash/memoize.js 69% building 2413/2432 modules 19 active .../rsr/dir/node_modules/lodash/memoize.js 69% building 2414/2432 modules 18 active .../rsr/dir/node_modules/lodash/memoize.js 69% building 2415/2432 modules 17 active .../rsr/dir/node_modules/lodash/memoize.js 69% building 2416/2432 modules 16 active .../rsr/dir/node_modules/lodash/memoize.js 69% building 2417/2432 modules 15 active .../rsr/dir/node_modules/lodash/memoize.js 69% building 2417/2433 modules 16 active ...modules/core-js/modules/es6.array.of.js 69% building 2417/2434 modules 17 active ...akvo/rsr/dir/node_modules/lodash/has.js 69% building 2417/2435 modules 18 active ...dules/core-js/modules/es6.array.from.js 69% building 2417/2436 modules 19 active ...s/core-js/modules/es6.array.is-array.js 69% building 2417/2437 modules 20 active ...ore-js/modules/es6.date.to-primitive.js 69% building 2417/2438 modules 21 active ...s/core-js/modules/es6.date.to-string.js 69% building 2417/2439 modules 22 active ...re-js/modules/es6.date.to-iso-string.js 69% building 2417/2440 modules 23 active ...les/core-js/modules/es6.date.to-json.js 69% building 2417/2441 modules 24 active ...modules/core-js/modules/es6.date.now.js 69% building 2417/2442 modules 25 active ...dules/core-js/modules/es6.string.sup.js 69% building 2417/2443 modules 26 active ...dules/core-js/modules/es6.string.sub.js 69% building 2417/2444 modules 27 active ...es/core-js/modules/es6.string.strike.js 69% building 2417/2445 modules 28 active ...les/core-js/modules/es6.string.small.js 69% building 2417/2446 modules 29 active ...ules/core-js/modules/es6.string.link.js 69% building 2417/2447 modules 30 active ...s/core-js/modules/es6.string.italics.js 69% building 2417/2448 modules 31 active ..._modules/core-js/modules/_array-fill.js 69% building 2417/2449 modules 32 active ...s/core-js/modules/_array-copy-within.js 69% building 2417/2450 modules 33 active ...dules/core-js/modules/_strict-method.js 69% building 2417/2451 modules 34 active ...odules/core-js/modules/_array-reduce.js 69% building 2417/2452 modules 35 active .../core-js/modules/es6.string.fontsize.js 69% building 2417/2453 modules 36 active ...core-js/modules/es6.string.fontcolor.js 69% building 2417/2454 modules 37 active ...les/core-js/modules/es6.string.fixed.js 69% building 2417/2455 modules 38 active ...ules/core-js/modules/es6.string.bold.js 69% building 2418/2455 modules 37 active ...ules/core-js/modules/es6.string.bold.js 69% building 2418/2456 modules 38 active ...les/core-js/modules/es6.string.blink.js 69% building 2419/2456 modules 37 active ...les/core-js/modules/es6.string.blink.js 69% building 2419/2457 modules 38 active ...node_modules/rc-collapse/es/Collapse.js 69% building 2420/2457 modules 37 active ...node_modules/rc-collapse/es/Collapse.js 69% building 2421/2457 modules 36 active ...node_modules/rc-collapse/es/Collapse.js 69% building 2422/2457 modules 35 active ...node_modules/rc-collapse/es/Collapse.js 69% building 2423/2457 modules 34 active ...node_modules/rc-collapse/es/Collapse.js 69% building 2423/2458 modules 35 active ...ode_modules/rc-drawer/es/DrawerChild.js 69% building 2424/2458 modules 34 active ...ode_modules/rc-drawer/es/DrawerChild.js 69% building 2425/2458 modules 33 active ...ode_modules/rc-drawer/es/DrawerChild.js 69% building 2425/2459 modules 34 active ...dules/core-js/modules/es6.string.big.js 69% building 2425/2460 modules 35 active ...es/core-js/modules/es6.string.anchor.js 69% building 2425/2461 modules 36 active ...re-js/modules/es6.string.starts-with.js 69% building 2425/2462 modules 37 active ...es/core-js/modules/es6.string.repeat.js 69% building 2425/2463 modules 38 active .../core-js/modules/es6.string.includes.js 69% building 2425/2464 modules 39 active ...s/modules/_array-species-constructor.js 69% building 2426/2464 modules 38 active ...s/modules/_array-species-constructor.js 69% building 2427/2464 modules 37 active ...s/modules/_array-species-constructor.js 69% building 2427/2465 modules 38 active ...core-js/modules/es6.string.ends-with.js 69% building 2428/2465 modules 37 active ...core-js/modules/es6.string.ends-with.js 69% building 2429/2465 modules 36 active ...core-js/modules/es6.string.ends-with.js 69% building 2429/2466 modules 37 active ...-js/modules/es6.string.code-point-at.js 69% building 2429/2467 modules 38 active .../core-js/modules/es6.string.iterator.js 69% building 2429/2468 modules 39 active ...ules/core-js/modules/es6.string.trim.js 69% building 2430/2468 modules 38 active ...ules/core-js/modules/es6.string.trim.js 69% building 2431/2468 modules 37 active ...ules/core-js/modules/es6.string.trim.js 69% building 2431/2469 modules 38 active ...ir/node_modules/lodash/_nativeCreate.js 69% building 2431/2470 modules 39 active .../dir/node_modules/lodash/_getAllKeys.js 69% building 2431/2471 modules 40 active ...r/dir/node_modules/lodash/_arraySome.js 69% building 2431/2472 modules 41 active ...ir/node_modules/rc-cascader/es/Menus.js 68% building 2431/2473 modules 42 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2432/2473 modules 41 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2433/2473 modules 40 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2434/2473 modules 39 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2435/2473 modules 38 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2436/2473 modules 37 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2437/2473 modules 36 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2438/2473 modules 35 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2439/2473 modules 34 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2440/2473 modules 33 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2441/2473 modules 32 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2442/2473 modules 31 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2443/2473 modules 30 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2444/2473 modules 29 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2445/2473 modules 28 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2446/2473 modules 27 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2447/2473 modules 26 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2448/2473 modules 25 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2449/2473 modules 24 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2450/2473 modules 23 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2451/2473 modules 22 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2452/2473 modules 21 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2453/2473 modules 20 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2454/2473 modules 19 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2455/2473 modules 18 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2456/2473 modules 17 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2457/2473 modules 16 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2458/2473 modules 15 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2459/2473 modules 14 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2460/2473 modules 13 active ...es/rc-calendar/es/date/DateConstants.js 69% building 2460/2474 modules 14 active ...de_modules/core-js/modules/_to-index.js 69% building 2461/2474 modules 13 active ...de_modules/core-js/modules/_to-index.js 69% building 2462/2474 modules 12 active ...de_modules/core-js/modules/_to-index.js 69% building 2462/2475 modules 13 active ...modules/rc-form/es/createFieldsStore.js 69% building 2462/2476 modules 14 active ..._modules/rc-form/es/FieldElemWrapper.js 69% building 2463/2476 modules 13 active ..._modules/rc-form/es/FieldElemWrapper.js 69% building 2464/2476 modules 12 active ..._modules/rc-form/es/FieldElemWrapper.js 69% building 2465/2476 modules 11 active ..._modules/rc-form/es/FieldElemWrapper.js 69% building 2466/2476 modules 10 active ..._modules/rc-form/es/FieldElemWrapper.js  69% building 2467/2476 modules 9 active ..._modules/rc-form/es/FieldElemWrapper.js 69% building 2468/2476 modules 8 active ..._modules/rc-form/es/FieldElemWrapper.js 69% building 2469/2476 modules 7 active ..._modules/rc-form/es/FieldElemWrapper.js 69% building 2470/2476 modules 6 active ..._modules/rc-form/es/FieldElemWrapper.js 69% building 2470/2477 modules 7 active ...modules/react-slick/lib/inner-slider.js 69% building 2470/2478 modules 8 active ...odules/react-slick/lib/default-props.js 69% building 2471/2478 modules 7 active ...odules/react-slick/lib/default-props.js 69% building 2471/2479 modules 8 active ...akvo/rsr/dir/node_modules/lodash/set.js 69% building 2471/2480 modules 9 active ...act-slick/lib/utils/innerSliderUtils.js 69% building 2472/2480 modules 8 active ...act-slick/lib/utils/innerSliderUtils.js 69% building 2472/2481 modules 9 active ...rsr/dir/node_modules/lodash/_baseHas.js 69% building 2472/2482 modules 10 active ...s/core-js/modules/_date-to-primitive.js 69% building 2472/2483 modules 11 active .../core-js/modules/_date-to-iso-string.js 69% building 2472/2484 modules 12 active ...modules/core-js/modules/_string-html.js 69% building 2472/2485 modules 13 active ...ir/node_modules/rc-collapse/es/Panel.js 69% building 2472/2486 modules 14 active .../rc-collapse/es/openAnimationFactory.js 69% building 2473/2486 modules 13 active .../rc-collapse/es/openAnimationFactory.js 69% building 2474/2486 modules 12 active .../rc-collapse/es/openAnimationFactory.js 69% building 2474/2487 modules 13 active ...ules/core-js/modules/_string-context.js 69% building 2474/2488 modules 14 active ...les/core-js/modules/_fails-is-regexp.js 69% building 2475/2488 modules 13 active ...les/core-js/modules/_fails-is-regexp.js 69% building 2476/2488 modules 12 active ...les/core-js/modules/_fails-is-regexp.js 69% building 2476/2489 modules 13 active .../rc-form/node_modules/react-is/index.js 69% building 2477/2489 modules 12 active .../rc-form/node_modules/react-is/index.js 69% building 2477/2490 modules 13 active .../dir/node_modules/rc-drawer/es/utils.js 69% building 2477/2491 modules 14 active .../node_modules/lodash/_baseGetAllKeys.js 69% building 2477/2492 modules 15 active .../dir/node_modules/lodash/_getSymbols.js 69% building 2478/2492 modules 14 active .../dir/node_modules/lodash/_getSymbols.js 69% building 2479/2492 modules 13 active .../dir/node_modules/lodash/_getSymbols.js 69% building 2480/2492 modules 12 active .../dir/node_modules/lodash/_getSymbols.js 69% building 2481/2492 modules 11 active .../dir/node_modules/lodash/_getSymbols.js 69% building 2482/2492 modules 10 active .../dir/node_modules/lodash/_getSymbols.js 69% building 2482/2493 modules 11 active ...ics/dist/hoist-non-react-statics.cjs.js 69% building 2483/2493 modules 10 active ...ics/dist/hoist-non-react-statics.cjs.js  69% building 2484/2493 modules 9 active ...ics/dist/hoist-non-react-statics.cjs.js 69% building 2484/2494 modules 10 active ...ode_modules/create-react-class/index.js  69% building 2485/2494 modules 9 active ...ode_modules/create-react-class/index.js 69% building 2485/2495 modules 10 active ...e_modules/shallow-equal/arrays/index.js  69% building 2486/2495 modules 9 active ...e_modules/shallow-equal/arrays/index.js 69% building 2487/2495 modules 8 active ...e_modules/shallow-equal/arrays/index.js 69% building 2488/2495 modules 7 active ...e_modules/shallow-equal/arrays/index.js 69% building 2488/2496 modules 8 active ...o/rsr/dir/node_modules/json2mq/index.js 69% building 2489/2496 modules 7 active ...o/rsr/dir/node_modules/json2mq/index.js 69% building 2490/2496 modules 6 active ...o/rsr/dir/node_modules/json2mq/index.js 69% building 2491/2496 modules 5 active ...o/rsr/dir/node_modules/json2mq/index.js 69% building 2492/2496 modules 4 active ...o/rsr/dir/node_modules/json2mq/index.js 69% building 2493/2496 modules 3 active ...o/rsr/dir/node_modules/json2mq/index.js 69% building 2493/2497 modules 4 active ...ode_modules/async-validator/es/index.js 69% building 2493/2498 modules 5 active ...rsr/dir/node_modules/lodash/_baseSet.js 69% building 2494/2498 modules 4 active ...rsr/dir/node_modules/lodash/_baseSet.js 69% building 2495/2498 modules 3 active ...rsr/dir/node_modules/lodash/_baseSet.js 69% building 2495/2499 modules 4 active ..._modules/rc-collapse/es/PanelContent.js 69% building 2495/2500 modules 5 active ...odules/react-slick/lib/initial-state.js 69% building 2495/2501 modules 6 active ...r/node_modules/react-slick/lib/track.js 69% building 2495/2502 modules 7 active ...ir/node_modules/react-slick/lib/dots.js 69% building 2495/2503 modules 8 active .../node_modules/react-slick/lib/arrows.js 69% building 2496/2503 modules 7 active .../node_modules/react-slick/lib/arrows.js 69% building 2496/2504 modules 8 active ...react-is/cjs/react-is.production.min.js 69% building 2497/2504 modules 7 active ...react-is/cjs/react-is.production.min.js 69% building 2497/2505 modules 8 active ...r/dir/node_modules/lodash/_arrayPush.js 69% building 2497/2506 modules 9 active ...dir/node_modules/lodash/_arrayFilter.js 69% building 2497/2507 modules 10 active ...sr/dir/node_modules/lodash/stubArray.js  69% building 2498/2507 modules 9 active ...sr/dir/node_modules/lodash/stubArray.js 69% building 2499/2507 modules 8 active ...sr/dir/node_modules/lodash/stubArray.js 69% building 2499/2508 modules 9 active ...e_modules/create-react-class/factory.js 69% building 2500/2508 modules 8 active ...e_modules/create-react-class/factory.js 69% building 2501/2508 modules 7 active ...e_modules/create-react-class/factory.js 69% building 2502/2508 modules 6 active ...e_modules/create-react-class/factory.js 69% building 2503/2508 modules 5 active ...e_modules/create-react-class/factory.js 69% building 2504/2508 modules 4 active ...e_modules/create-react-class/factory.js 69% building 2505/2508 modules 3 active ...e_modules/create-react-class/factory.js 69% building 2506/2508 modules 2 active ...e_modules/create-react-class/factory.js 69% building 2507/2508 modules 1 active ...e_modules/create-react-class/factory.js 69% building 2507/2509 modules 2 active ...node_modules/async-validator/es/util.js 69% building 2507/2510 modules 3 active ..._modules/async-validator/es/messages.js 69% building 2507/2511 modules 4 active ..._modules/string-convert/camel2hyphen.js 69% building 2507/2512 modules 5 active ...s/async-validator/es/validator/index.js 69% building 2508/2512 modules 4 active ...s/async-validator/es/validator/index.js 69% building 2509/2512 modules 3 active ...s/async-validator/es/validator/index.js 69% building 2510/2512 modules 2 active ...s/async-validator/es/validator/index.js 69% building 2511/2512 modules 1 active ...s/async-validator/es/validator/index.js                                            70% building 2512/2512 modules 0 active 69% building 2512/2513 modules 1 active ...ir/node_modules/fbjs/lib/emptyObject.js 69% building 2512/2514 modules 2 active .../async-validator/es/validator/string.js 69% building 2512/2515 modules 3 active .../async-validator/es/validator/method.js 69% building 2512/2516 modules 4 active .../async-validator/es/validator/number.js 69% building 2512/2517 modules 5 active ...async-validator/es/validator/boolean.js 69% building 2512/2518 modules 6 active .../async-validator/es/validator/regexp.js 69% building 2512/2519 modules 7 active ...async-validator/es/validator/integer.js 69% building 2512/2520 modules 8 active ...s/async-validator/es/validator/float.js 69% building 2512/2521 modules 9 active ...s/async-validator/es/validator/array.js 69% building 2512/2522 modules 10 active .../async-validator/es/validator/object.js 69% building 2512/2523 modules 11 active ...es/async-validator/es/validator/enum.js 69% building 2512/2524 modules 12 active ...async-validator/es/validator/pattern.js 69% building 2512/2525 modules 13 active ...es/async-validator/es/validator/date.js 69% building 2512/2526 modules 14 active ...sync-validator/es/validator/required.js 69% building 2512/2527 modules 15 active ...es/async-validator/es/validator/type.js 69% building 2513/2527 modules 14 active ...es/async-validator/es/validator/type.js 69% building 2514/2527 modules 13 active ...es/async-validator/es/validator/type.js 69% building 2515/2527 modules 12 active ...es/async-validator/es/validator/type.js 69% building 2516/2527 modules 11 active ...es/async-validator/es/validator/type.js 69% building 2517/2527 modules 10 active ...es/async-validator/es/validator/type.js  69% building 2518/2527 modules 9 active ...es/async-validator/es/validator/type.js 69% building 2519/2527 modules 8 active ...es/async-validator/es/validator/type.js 69% building 2520/2527 modules 7 active ...es/async-validator/es/validator/type.js 69% building 2521/2527 modules 6 active ...es/async-validator/es/validator/type.js 69% building 2522/2527 modules 5 active ...es/async-validator/es/validator/type.js 69% building 2523/2527 modules 4 active ...es/async-validator/es/validator/type.js 69% building 2524/2527 modules 3 active ...es/async-validator/es/validator/type.js 69% building 2525/2527 modules 2 active ...es/async-validator/es/validator/type.js 69% building 2526/2527 modules 1 active ...es/async-validator/es/validator/type.js                                            70% building 2527/2527 modules 0 active 69% building 2527/2528 modules 1 active ...odules/async-validator/es/rule/index.js                                            70% building 2528/2528 modules 0 active 69% building 2528/2529 modules 1 active ...les/async-validator/es/rule/required.js 69% building 2528/2530 modules 2 active ...s/async-validator/es/rule/whitespace.js 69% building 2528/2531 modules 3 active ...modules/async-validator/es/rule/type.js 69% building 2528/2532 modules 4 active ...odules/async-validator/es/rule/range.js 69% building 2528/2533 modules 5 active ...modules/async-validator/es/rule/enum.js 69% building 2528/2534 modules 6 active ...ules/async-validator/es/rule/pattern.js 69% building 2529/2534 modules 5 active ...ules/async-validator/es/rule/pattern.js 69% building 2530/2534 modules 4 active ...ules/async-validator/es/rule/pattern.js 69% building 2531/2534 modules 3 active ...ules/async-validator/es/rule/pattern.js 69% building 2532/2534 modules 2 active ...odules/async-validator/es/rule/range.js 69% building 2533/2534 modules 1 active ...odules/async-validator/es/rule/range.js                                            70% building 2534/2534 modules 0 active                         9843ms building 70% finish module graph 70% finish module graph FlagDependencyExportsPlugin   70% finish module graph WasmFinalizeExportsPlugin                          26ms finish module graph  70% sealing 70% sealing WarnCaseSensitiveModulesPlugin                                3ms sealing  71% basic dependencies optimization 0ms basic dependencies optimization  72% dependencies optimization 72% dependencies optimization SideEffectsFlagPlugin 72% dependencies optimization FlagDependencyUsagePlugin                          30ms dependencies optimization  72% advanced dependencies optimization 0ms advanced dependencies optimization  73% after dependencies optimization 1ms after dependencies optimization  70% chunk graph27ms chunk graph 71% after chunk graph 71% after chunk graph WebAssemblyModulesPlugin                          0ms after chunk graph 73% optimizing 0ms optimizing 74% basic module optimization 0ms basic module optimization 74% module optimization 0ms module optimization 75% advanced module optimization 0ms advanced module optimization 75% after module optimization 1ms after module optimization 76% basic chunk optimization 76% basic chunk optimization EnsureChunkConditionsPlugin   76% basic chunk optimization RemoveParentModulesPlugin   76% basic chunk optimization RemoveEmptyChunksPlugin 76% basic chunk optimization MergeDuplicateChunksPlugin                            1ms basic chunk optimization 76% chunk optimization 0ms chunk optimization 77% advanced chunk optimization 77% advanced chunk optimization SplitChunksPlugin 77% advanced chunk optimization RemoveEmptyChunksPlugin                        16ms advanced chunk optimization 77% after chunk optimization 0ms after chunk optimization 78% module and chunk tree optimization 78% module and chunk tree optimization ExtractTextPlugin                   3ms module and chunk tree optimization 78% after module and chunk tree optimization 1ms after module and chunk tree optimization 79% basic chunk modules optimization 0ms basic chunk modules optimization 79% chunk modules optimization 79% chunk modules optimization ModuleConcatenationPlugin                         250ms chunk modules optimization 80% advanced chunk modules optimization 0ms advanced chunk modules optimization 80% after chunk modules optimization 1ms after chunk modules optimization 81% module reviving 81% module reviving RecordIdsPlugin                 0ms module reviving 81% module order optimization 81% module order optimization OccurrenceOrderPlugin 81% module order optimization OccurrenceOrderModuleIdsPlugin                               23ms module order optimization  82% advanced module order optimization 0ms advanced module order optimization  82% before module ids 1ms before module ids  83% module ids 1ms module ids  83% module id optimization 84% module id optimization 9ms module id optimization 84% chunk reviving 84% chunk reviving RecordIdsPlugin                 1ms chunk reviving 85% chunk order optimization 85% chunk order optimization OccurrenceOrderPlugin 85% chunk order optimization OccurrenceOrderChunkIdsPlugin                               0ms chunk order optimization 85% before chunk ids 0ms before chunk ids  86% chunk id optimization 86% chunk id optimization FlagIncludedChunksPlugin                          3ms chunk id optimization  86% after chunk id optimization 5ms after chunk id optimization 87% record modules 87% record modules RecordIdsPlugin                 2ms record modules 87% record chunks 87% record chunks RecordIdsPlugin                 0ms record chunks 88% hashing64ms hashing 88% content hashing 88% content hashing JavascriptModulesPlugin                         1ms content hashing  89% after hashing 0ms after hashing  89% record hash 1ms record hash  90% module assets processing 1ms module assets processing  90% chunk assets processing929ms chunk assets processing 91% additional chunk assets processing19ms additional chunk assets processing  91% recording 1ms recording  92% additional asset processing 92% additional asset processing ExtractTextPlugin                   2ms additional asset processing 92% chunk asset optimization 92% chunk asset optimization TerserPlugin          27470ms chunk asset optimization 93% after chunk asset optimization 93% after chunk asset optimization SourceMapDevToolPlugin 93% after chunk asset optimization SourceMapDevToolPlugin main.223a220c513e86ec658f.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin styles/style.223a220c513e86ec658f.css generate SourceMap                                          93% after chunk asset optimization SourceMapDevToolPlugin resolve sources 93% after chunk asset optimization SourceMapDevToolPlugin main.223a220c513e86ec658f.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin styles/style.223a220c513e86ec658f.css attach SourceMap                                                        93% after chunk asset optimization SourceMapDevToolPlugin                     9705ms after chunk asset optimization 93% asset optimization 0ms asset optimization  94% after asset optimization 0ms after asset optimization 94% after seal 1ms after seal 95% emitting 95% emitting HtmlWebpackPlugin                 295ms emitting 98% after emitting 98% after emitting SizeLimitsPlugin                  8ms after emitting Hash: 5395700ea9a4b3dabc9c Version: webpack 4.27.0 Time: 48767ms Built at: 03/09/2022 4:41:03 AM Asset Size Chunks Chunk Names index.html 427 bytes [emitted] main.223a220c513e86ec658f.js 3.91 MiB 0 [emitted] [big] main main.223a220c513e86ec658f.js.LICENSE 5.55 KiB [emitted] main.223a220c513e86ec658f.js.map 11.4 MiB 0 [emitted] main styles/style.223a220c513e86ec658f.css 589 KiB 0 [emitted] [big] main styles/style.223a220c513e86ec658f.css.map 114 bytes 0 [emitted] main Entrypoint main [big] = main.223a220c513e86ec658f.js styles/style.223a220c513e86ec658f.css main.223a220c513e86ec658f.js.map styles/style.223a220c513e86ec658f.css.map 2121 modules WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: main.223a220c513e86ec658f.js (3.91 MiB) styles/style.223a220c513e86ec658f.css (589 KiB) WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. Entrypoints: main (4.48 MiB) main.223a220c513e86ec658f.js styles/style.223a220c513e86ec658f.css WARNING in webpack performance recommendations: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. For more info visit https://webpack.js.org/guides/code-splitting/ Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/wcaro-index/view.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/wcaro-index/views/Framework.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!styles/main.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!../node_modules/antd/dist/antd.css: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!../node_modules/mapbox-gl/dist/mapbox-gl.css: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!../node_modules/reset-css/reset.css: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child html-webpack-plugin for "index.html": 1 asset Entrypoint undefined = index.html 4 modules ---> e3354a33710e Successfully built e3354a33710e Successfully tagged akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-dir:local 04:41:15 - BUILD INFO - Pushing akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36 container The push refers to repository [docker.io/akvo/rsr-backend-dir]  f549acba936f: Preparing   cd8784f651b4: Preparing   d0813a2f6ad5: Preparing   94f720b0ed91: Preparing   0c9faf64cd32: Preparing   07278c2d2ed5: Preparing   469c7456424f: Preparing   2577d9d12566: Preparing   b47bf410c0d5: Preparing   9d03dc2b19fe: Preparing   882495e0f092: Preparing   cb3d876d7c85: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  07278c2d2ed5: Waiting  469c7456424f: Waiting  2577d9d12566: Waiting  b47bf410c0d5: Waiting  9d03dc2b19fe: Waiting  882495e0f092: Waiting  cb3d876d7c85: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  ce8168f12337: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  cd8784f651b4: Pushing 8.704kB/813.2kB  d0813a2f6ad5: Pushing 5.12kB  cd8784f651b4: Pushing 150.6kB/813.2kB  cd8784f651b4: Pushing 676.4kB/813.2kB  cd8784f651b4: Pushing 875kB  94f720b0ed91: Mounted from akvo/rsr-backend-front-end  f549acba936f: Pushing 525.4kB/389.2MB  f549acba936f: Pushing 1.608MB/389.2MB  f549acba936f: Pushing 3.218MB/389.2MB  0c9faf64cd32: Mounted from akvo/rsr-backend-front-end  f549acba936f: Pushing 5.36MB/389.2MB  f549acba936f: Pushing 7.521MB/389.2MB  f549acba936f: Pushing 10.24MB/389.2MB  f549acba936f: Pushing 12.98MB/389.2MB  f549acba936f: Pushing 16.24MB/389.2MB  f549acba936f: Pushing 17.91MB/389.2MB  f549acba936f: Pushing 21.81MB/389.2MB  f549acba936f: Pushing 25.1MB/389.2MB  f549acba936f: Pushing 28.44MB/389.2MB  f549acba936f: Pushing 32.34MB/389.2MB  f549acba936f: Pushing 35.57MB/389.2MB  d0813a2f6ad5: Pushed  f549acba936f: Pushing 38.77MB/389.2MB  f549acba936f: Pushing 42.07MB/389.2MB  f549acba936f: Pushing 45.97MB/389.2MB  07278c2d2ed5: Mounted from akvo/rsr-backend-front-end  f549acba936f: Pushing 49.8MB/389.2MB  f549acba936f: Pushing 53.55MB/389.2MB  f549acba936f: Pushing 57.38MB/389.2MB  f549acba936f: Pushing 60.6MB/389.2MB  f549acba936f: Pushing 63.82MB/389.2MB  f549acba936f: Pushing 66.97MB/389.2MB  f549acba936f: Pushing 69.73MB/389.2MB  cd8784f651b4: Pushed  f549acba936f: Pushing 72.49MB/389.2MB  f549acba936f: Pushing 75.28MB/389.2MB  469c7456424f: Mounted from akvo/rsr-backend-front-end  f549acba936f: Pushing 79.16MB/389.2MB  f549acba936f: Pushing 82.48MB/389.2MB  f549acba936f: Pushing 84.15MB/389.2MB  f549acba936f: Pushing 86.38MB/389.2MB  2577d9d12566: Mounted from akvo/rsr-backend-front-end  f549acba936f: Pushing 89.16MB/389.2MB  f549acba936f: Pushing 92.51MB/389.2MB  f549acba936f: Pushing 95.83MB/389.2MB  f549acba936f: Pushing 97.5MB/389.2MB  f549acba936f: Pushing 99.73MB/389.2MB  f549acba936f: Pushing 103.1MB/389.2MB  f549acba936f: Pushing 105.7MB/389.2MB  f549acba936f: Pushing 108.9MB/389.2MB  b47bf410c0d5: Mounted from akvo/rsr-backend-front-end  f549acba936f: Pushing 112.1MB/389.2MB  f549acba936f: Pushing 114.8MB/389.2MB  f549acba936f: Pushing 117.9MB/389.2MB  f549acba936f: Pushing 120.6MB/389.2MB  9d03dc2b19fe: Mounted from akvo/rsr-backend-front-end  f549acba936f: Pushing 123.3MB/389.2MB  f549acba936f: Pushing 126.5MB/389.2MB  f549acba936f: Pushing 130.3MB/389.2MB  f549acba936f: Pushing 133MB/389.2MB  882495e0f092: Mounted from akvo/rsr-backend-front-end  15e75ac4cd61: Layer already exists  f549acba936f: Pushing 136.8MB/389.2MB  f549acba936f: Pushing 140.7MB/389.2MB  f549acba936f: Pushing 144.1MB/389.2MB  f549acba936f: Pushing 147.4MB/389.2MB  cb3d876d7c85: Mounted from akvo/rsr-backend-front-end  b6d8f557ceb3: Layer already exists  b65d30014aa7: Layer already exists  f549acba936f: Pushing 149.6MB/389.2MB  f549acba936f: Pushing 152.9MB/389.2MB  f549acba936f: Pushing 157.4MB/389.2MB  f549acba936f: Pushing 161.2MB/389.2MB  a10c79771e86: Layer already exists  ea9370fbf8d0: Layer already exists  3f4c8c89729b: Layer already exists  f549acba936f: Pushing 164.5MB/389.2MB  b216e2f7e366: Layer already exists  f549acba936f: Pushing 167.8MB/389.2MB  f549acba936f: Pushing 170.1MB/389.2MB  f549acba936f: Pushing 172.8MB/389.2MB  5c813a85f7f0: Layer already exists  faac394a1ad3: Layer already exists  f549acba936f: Pushing 176.1MB/389.2MB  f549acba936f: Pushing 179.3MB/389.2MB  f549acba936f: Pushing 182.5MB/389.2MB  f549acba936f: Pushing 185.1MB/389.2MB  f549acba936f: Pushing 188.3MB/389.2MB  f549acba936f: Pushing 191.5MB/389.2MB  f549acba936f: Pushing 194.6MB/389.2MB  f549acba936f: Pushing 197.8MB/389.2MB  f549acba936f: Pushing 200.5MB/389.2MB  f549acba936f: Pushing 203.2MB/389.2MB  f549acba936f: Pushing 205.8MB/389.2MB  f549acba936f: Pushing 209.6MB/389.2MB  f549acba936f: Pushing 212.7MB/389.2MB  bdca38f94ff0: Layer already exists  f549acba936f: Pushing 215.9MB/389.2MB  f549acba936f: Pushing 219.2MB/389.2MB  f549acba936f: Pushing 222.9MB/389.2MB  f549acba936f: Pushing 226.1MB/389.2MB  f549acba936f: Pushing 229.4MB/389.2MB  f549acba936f: Pushing 232MB/389.2MB  f549acba936f: Pushing 235.2MB/389.2MB  f549acba936f: Pushing 238.4MB/389.2MB  f549acba936f: Pushing 241.5MB/389.2MB  f549acba936f: Pushing 244.7MB/389.2MB  f549acba936f: Pushing 247.9MB/389.2MB  f549acba936f: Pushing 250.6MB/389.2MB  f549acba936f: Pushing 253.3MB/389.2MB  f549acba936f: Pushing 256.6MB/389.2MB  f549acba936f: Pushing 260MB/389.2MB  f549acba936f: Pushing 263.3MB/389.2MB  f549acba936f: Pushing 266.6MB/389.2MB  f549acba936f: Pushing 269.4MB/389.2MB  f549acba936f: Pushing 272.2MB/389.2MB  f549acba936f: Pushing 274.9MB/389.2MB  f549acba936f: Pushing 277.6MB/389.2MB  f549acba936f: Pushing 280.3MB/389.2MB  f549acba936f: Pushing 284MB/389.2MB  f549acba936f: Pushing 287.8MB/389.2MB  f549acba936f: Pushing 291MB/389.2MB  f549acba936f: Pushing 293.7MB/389.2MB  f549acba936f: Pushing 296.9MB/389.2MB  f549acba936f: Pushing 299.2MB/389.2MB  f549acba936f: Pushing 302.4MB/389.2MB  f549acba936f: Pushing 305.6MB/389.2MB  f549acba936f: Pushing 308.8MB/389.2MB  f549acba936f: Pushing 312MB/389.2MB  f549acba936f: Pushing 315.2MB/389.2MB  f549acba936f: Pushing 318.4MB/389.2MB  ce8168f12337: Layer already exists  f549acba936f: Pushing 321.6MB/389.2MB  f549acba936f: Pushing 324.8MB/389.2MB  f549acba936f: Pushing 328.1MB/389.2MB  f549acba936f: Pushing 331.4MB/389.2MB  f549acba936f: Pushing 334.2MB/389.2MB  f549acba936f: Pushing 338.1MB/389.2MB  f549acba936f: Pushing 341.4MB/389.2MB  f549acba936f: Pushing 344.2MB/389.2MB  f549acba936f: Pushing 347.5MB/389.2MB  f549acba936f: Pushing 349.2MB/389.2MB  f549acba936f: Pushing 352.5MB/389.2MB  f549acba936f: Pushing 355.2MB/389.2MB  f549acba936f: Pushing 357.9MB/389.2MB  f549acba936f: Pushing 360.6MB/389.2MB  f549acba936f: Pushing 363.8MB/389.2MB  f549acba936f: Pushing 366.6MB/389.2MB  f549acba936f: Pushing 369.2MB/389.2MB  f549acba936f: Pushing 372.4MB/389.2MB  f549acba936f: Pushing 375.6MB/389.2MB  f549acba936f: Pushing 378.4MB/389.2MB  f549acba936f: Pushing 381.6MB/389.2MB  f549acba936f: Pushing 384.8MB/389.2MB  f549acba936f: Pushing 387.9MB/389.2MB  f549acba936f: Pushing 391.2MB  f549acba936f: Pushing 394.9MB  f549acba936f: Pushing 398.1MB  f549acba936f: Pushing 400.8MB  f549acba936f: Pushing 403.4MB  f549acba936f: Pushing 406.6MB  f549acba936f: Pushing 409.4MB  f549acba936f: Pushing 412.6MB  f549acba936f: Pushing 415.8MB  f549acba936f: Pushing 420.8MB  f549acba936f: Pushing 424MB  f549acba936f: Pushing 427.2MB  f549acba936f: Pushing 430MB  f549acba936f: Pushed c963080767f45828c31f83ca5cd25d36: digest: sha256:f05fa5db0d8158f6d0e8e2351699ce0e344001ae02bc38eec55c0089c0b044d2 size: 5142 04:41:41 - BUILD INFO - Pulling akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36 04:41:58 - BUILD INFO - Building akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 6.685MB Sending build context to Docker daemon 24.51MB Sending build context to Docker daemon 30.08MB Sending build context to Docker daemon 35.65MB Sending build context to Docker daemon 38.98MB Step 1/4 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local ---> a0606d3f1c50 Step 2/4 : WORKDIR /var/akvo/rsr/code/akvo/rsr/spa ---> Running in 76fa3d13195e ---> 0fcfbb4ac596 Step 3/4 : COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa ---> 839fcba561ae Step 4/4 : RUN rm -rf node_modules && npm install && npm run production ---> Running in bc7ae2e3b573 > husky@1.3.1 install /var/akvo/rsr/code/akvo/rsr/spa/node_modules/husky > node husky install husky > setting up git hooks Can't find .git, skipping Git hooks installation. Please check that you're in a cloned repository or run 'git init' to create an empty Git repository and reinstall husky. > node-sass@4.13.1 install /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.1/linux-x64-64_binding.node Download complete Binary saved to /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass/vendor/linux-x64-64/binding.node Caching binary to /root/.npm/node-sass/4.13.1/linux-x64-64_binding.node > core-js-pure@3.15.2 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/core-js-pure > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:  > https://opencollective.com/core-js  > https://www.patreon.com/zloirock  Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > core-js@3.15.2 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/draft-js/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:  > https://opencollective.com/core-js  > https://www.patreon.com/zloirock  Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > final-form@4.12.0 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/final-form > node -e "console.log('\u001b[35m\u001b[1mUsing final-form at work? You can now donate to our open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/final-form/donate\u001b[0m')" Using final-form at work? You can now donate to our open collective: > https://opencollective.com/final-form/donate > node-sass@4.13.1 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass > node scripts/build.js Binary found at /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass/vendor/linux-x64-64/binding.node Testing binary Binary is fine > react-final-form@4.1.0 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/react-final-form > node -e "console.log('\u001b[35m\u001b[1mUsing react-final-form at work? You can now donate to our open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/final-form/donate\u001b[0m')" Using react-final-form at work? You can now donate to our open collective: > https://opencollective.com/final-form/donate npm WARN akvo.rsr.spa@0.0.1 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})  added 1775 packages from 940 contributors and audited 1850 packages in 24.345s found 220 vulnerabilities (5 low, 123 moderate, 90 high, 2 critical) run `npm audit fix` to fix them, or `npm audit` for details > akvo.rsr.spa@0.0.1 production /var/akvo/rsr/code/akvo/rsr/spa > cross-env npm run clean && webpack --config webpack.production.config.js --progress --profile --colors > akvo.rsr.spa@0.0.1 clean /var/akvo/rsr/code/akvo/rsr/spa > rimraf dist  0% compiling 10% building 0/0 modules 0 active 10% building 0/1 modules 1 active multi ./main.js ./styles/main.scss                                    10% building 1/1 modules 0 active 10% building 1/2 modules 1 active .../akvo/rsr/code/akvo/rsr/spa/app/main.js 10% building 1/3 modules 2 active .../code/akvo/rsr/spa/app/styles/main.scssBrowserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating  10% building 2/3 modules 1 active .../code/akvo/rsr/spa/app/styles/main.scss 10% building 2/4 modules 2 active .../akvo/rsr/code/akvo/rsr/spa/app/i18n.js 10% building 2/5 modules 3 active ...r/code/akvo/rsr/spa/app/store/config.js 10% building 2/6 modules 4 active ...akvo/rsr/code/akvo/rsr/spa/app/root.jsx 10% building 2/7 modules 5 active ...code/akvo/rsr/spa/app/error-overlay.jsx 10% building 3/7 modules 4 active ...code/akvo/rsr/spa/app/error-overlay.jsx 10% building 3/8 modules 5 active ...dules/webpack/buildin/harmony-module.js 10% building 4/8 modules 4 active ...dules/webpack/buildin/harmony-module.js 10% building 5/8 modules 3 active ...dules/webpack/buildin/harmony-module.js 10% building 6/8 modules 2 active ...dules/webpack/buildin/harmony-module.js 10% building 6/9 modules 3 active .../node_modules/react-hot-loader/index.js 10% building 7/9 modules 2 active .../node_modules/react-hot-loader/index.js 10% building 7/10 modules 3 active ...rsr/spa/node_modules/react-dom/index.js 10% building 7/11 modules 4 active ...kvo/rsr/spa/node_modules/react/index.js 10% building 7/12 modules 5 active ...de_modules/javascript-time-ago/index.js 10% building 7/13 modules 6 active ...kvo/rsr/spa/node_modules/axios/index.js 10% building 7/14 modules 7 active ...pa/node_modules/react-redux/es/index.js 10% building 7/15 modules 8 active ...ode_modules/babel-polyfill/lib/index.js 10% building 7/16 modules 9 active ...othscroll-polyfill/dist/smoothscroll.js 10% building 7/17 modules 10 active .../@emotion/core/dist/core.browser.esm.js 10% building 7/18 modules 11 active ...rsr/spa/node_modules/antd/dist/antd.css 10% building 7/19 modules 12 active .../akvo/rsr/spa/app/store/root-reducer.js 10% building 7/20 modules 13 active ...kvo/rsr/spa/app/store/async-dispatch.js 10% building 7/21 modules 14 active .../javascript-time-ago/locale/en/index.js 10% building 7/22 modules 15 active ...o/rsr/spa/node_modules/antd/es/index.js 10% building 7/23 modules 16 active ...sr/code/akvo/rsr/spa/app/utils/hooks.js 10% building 8/23 modules 15 active ...sr/code/akvo/rsr/spa/app/utils/hooks.js 11% building 9/23 modules 14 active ...sr/code/akvo/rsr/spa/app/utils/hooks.js 11% building 10/23 modules 13 active ...sr/code/akvo/rsr/spa/app/utils/hooks.js 11% building 11/23 modules 12 active ...sr/code/akvo/rsr/spa/app/utils/hooks.js 11% building 12/23 modules 11 active ...sr/code/akvo/rsr/spa/app/utils/hooks.js 11% building 13/23 modules 10 active ...sr/code/akvo/rsr/spa/app/utils/hooks.js 11% building 13/24 modules 11 active ...o/rsr/code/akvo/rsr/spa/app/top-bar.jsx 11% building 14/24 modules 10 active ...o/rsr/code/akvo/rsr/spa/app/top-bar.jsx  11% building 15/24 modules 9 active ...o/rsr/code/akvo/rsr/spa/app/top-bar.jsx 11% building 16/24 modules 8 active ...o/rsr/code/akvo/rsr/spa/app/top-bar.jsx 12% building 17/24 modules 7 active ...o/rsr/code/akvo/rsr/spa/app/top-bar.jsx 12% building 18/24 modules 6 active ...o/rsr/code/akvo/rsr/spa/app/top-bar.jsx 12% building 19/24 modules 5 active ...o/rsr/code/akvo/rsr/spa/app/top-bar.jsx 12% building 20/24 modules 4 active ...o/rsr/code/akvo/rsr/spa/app/top-bar.jsx 12% building 21/24 modules 3 active ...o/rsr/code/akvo/rsr/spa/app/top-bar.jsx 12% building 21/25 modules 4 active ...p/modules/project-view/project-view.jsx 12% building 21/26 modules 5 active ...r/spa/app/modules/projects/projects.jsx 12% building 21/27 modules 6 active ...spa/app/modules/hierarchy/hierarchy.jsx 12% building 21/28 modules 7 active ...rsr/spa/app/modules/program/program.jsx 12% building 21/29 modules 8 active ...kvo/rsr/spa/app/modules/users/users.jsx 12% building 21/30 modules 9 active ...rsr/spa/app/modules/reports/reports.jsx 12% building 21/31 modules 10 active .../akvo/rsr/spa/app/modules/iati/iati.jsx 12% building 21/32 modules 11 active ...rsr/spa/app/modules/profile/profile.jsx 12% building 22/32 modules 10 active ...rsr/spa/app/modules/profile/profile.jsx 12% building 22/33 modules 11 active ...act-dom/cjs/react-dom.production.min.js 12% building 22/34 modules 12 active ...dules/react/cjs/react.production.min.js 12% building 22/35 modules 13 active ...dist/react-hot-loader.production.min.js 12% building 22/36 modules 14 active .../node_modules/webpack/buildin/global.js 12% building 22/37 modules 15 active ...emotion-element-57a3a7a3.browser.esm.js 12% building 22/38 modules 16 active ...de_modules/i18next-xhr-backend/index.js 12% building 22/39 modules 17 active ...t-intervalplural-postprocessor/index.js 12% building 23/39 modules 16 active ...t-intervalplural-postprocessor/index.js 12% building 23/40 modules 17 active ...dules/redux-devtools-extension/index.js 12% building 23/41 modules 18 active ...t-time-ago/modules/JavascriptTimeAgo.js 12% building 23/42 modules 19 active ...s/javascript-time-ago/modules/locale.js 12% building 23/43 modules 20 active ...rsr/spa/node_modules/axios/lib/axios.js 12% building 23/44 modules 21 active ...a/node_modules/i18next/dist/es/index.js 12% building 23/45 modules 22 active ..._modules/react-i18next/dist/es/index.js 12% building 24/45 modules 21 active ..._modules/react-i18next/dist/es/index.js 13% building 25/45 modules 20 active ..._modules/react-i18next/dist/es/index.js 13% building 26/45 modules 19 active ..._modules/react-i18next/dist/es/index.js 13% building 27/45 modules 18 active ..._modules/react-i18next/dist/es/index.js 13% building 28/45 modules 17 active ..._modules/react-i18next/dist/es/index.js 13% building 28/46 modules 18 active ...sr/spa/node_modules/reset-css/reset.css 13% building 28/47 modules 19 active .../akvo/rsr/spa/app/store/user-reducer.js 13% building 28/48 modules 20 active .../rsr/spa/node_modules/redux/es/redux.js 13% building 28/49 modules 21 active ...pa/node_modules/redux-thunk/es/index.js 13% building 28/50 modules 22 active ...s/react-redux/es/components/Provider.js 13% building 28/51 modules 23 active ...-redux/es/components/connectAdvanced.js 13% building 28/52 modules 24 active ...es/react-redux/es/components/Context.js 13% building 28/53 modules 25 active ...dules/react-redux/es/connect/connect.js 13% building 28/54 modules 26 active ...o/locale-more-styles/en/short-time.json 13% building 28/55 modules 27 active ...le-more-styles/en/short-convenient.json 13% building 28/56 modules 28 active ...go/locale-more-styles/en/long-time.json 13% building 28/57 modules 29 active ...ale-more-styles/en/long-convenient.json 13% building 28/58 modules 30 active ...ime-ago/locale-more-styles/en/tiny.json 13% building 29/58 modules 29 active ...ime-ago/locale-more-styles/en/tiny.json 13% building 30/58 modules 28 active ...ime-ago/locale-more-styles/en/tiny.json 13% building 31/58 modules 27 active ...ime-ago/locale-more-styles/en/tiny.json 13% building 31/59 modules 28 active ...eact-router-dom/esm/react-router-dom.js 13% building 31/60 modules 29 active ...eact-router-last-location/dist/index.js 13% building 31/61 modules 30 active ...de_modules/@sentry/browser/esm/index.js 13% building 31/62 modules 31 active ...o/rsr/spa/app/modules/editor/reducer.js 13% building 31/63 modules 32 active ...e_modules/react-svg-inline/lib/index.js 13% building 32/63 modules 31 active ...e_modules/react-svg-inline/lib/index.js 13% building 33/63 modules 30 active ...e_modules/react-svg-inline/lib/index.js 14% building 34/63 modules 29 active ...e_modules/react-svg-inline/lib/index.js 14% building 35/63 modules 28 active ...e_modules/react-svg-inline/lib/index.js 14% building 36/63 modules 27 active ...e_modules/react-svg-inline/lib/index.js 14% building 37/63 modules 26 active ...e_modules/react-svg-inline/lib/index.js 14% building 38/63 modules 25 active ...e_modules/react-svg-inline/lib/index.js 14% building 39/63 modules 24 active ...e_modules/react-svg-inline/lib/index.js 14% building 40/63 modules 23 active ...e_modules/react-svg-inline/lib/index.js 14% building 41/63 modules 22 active ...e_modules/react-svg-inline/lib/index.js 15% building 42/63 modules 21 active ...e_modules/react-svg-inline/lib/index.js 15% building 42/64 modules 22 active ...rsr/spa/app/modules/reports/styles.scss 15% building 43/64 modules 21 active ...rsr/spa/app/modules/reports/styles.scss 15% building 44/64 modules 20 active ...rsr/spa/app/modules/reports/styles.scss 15% building 45/64 modules 19 active ...rsr/spa/app/modules/reports/styles.scss 15% building 46/64 modules 18 active ...rsr/spa/app/modules/reports/styles.scss 15% building 47/64 modules 17 active ...rsr/spa/app/modules/reports/styles.scss 15% building 48/64 modules 16 active ...rsr/spa/app/modules/reports/styles.scss 15% building 49/64 modules 15 active ...rsr/spa/app/modules/reports/styles.scss 16% building 50/64 modules 14 active ...rsr/spa/app/modules/reports/styles.scss 16% building 51/64 modules 13 active ...rsr/spa/app/modules/reports/styles.scss 16% building 52/64 modules 12 active ...rsr/spa/app/modules/reports/styles.scss 16% building 53/64 modules 11 active ...rsr/spa/app/modules/reports/styles.scss 16% building 53/65 modules 12 active ...vo/rsr/spa/node_modules/core-js/shim.js 16% building 54/65 modules 11 active ...vo/rsr/spa/node_modules/core-js/shim.js 16% building 54/66 modules 12 active ...kvo/rsr/spa/app/images/server-error.svg 16% building 55/66 modules 11 active ...kvo/rsr/spa/app/images/server-error.svg 16% building 56/66 modules 10 active ...kvo/rsr/spa/app/images/server-error.svg  16% building 57/66 modules 9 active ...kvo/rsr/spa/app/images/server-error.svg 16% building 57/67 modules 10 active ..._modules/regenerator-runtime/runtime.js 16% building 57/68 modules 11 active ...ode_modules/core-js/fn/regexp/escape.js 16% building 57/69 modules 12 active ...el/runtime/helpers/esm/inheritsLoose.js 16% building 57/70 modules 13 active .../rsr/code/akvo/rsr/spa/app/utils/api.js 16% building 57/71 modules 14 active ...de/akvo/rsr/spa/app/utils/feat-flags.js 16% building 57/72 modules 15 active .../modules/announcements/announcement.jsx 16% building 58/72 modules 14 active .../modules/announcements/announcement.jsx 17% building 59/72 modules 13 active .../modules/announcements/announcement.jsx 17% building 60/72 modules 12 active .../modules/announcements/announcement.jsx 17% building 61/72 modules 11 active .../modules/announcements/announcement.jsx 17% building 61/73 modules 12 active ...node_modules/i18next/dist/es/i18next.js 17% building 61/74 modules 13 active ...next-xhr-backend/dist/commonjs/index.js 17% building 61/75 modules 14 active ...al-postprocessor/dist/commonjs/index.js 17% building 61/76 modules 15 active ...spa/node_modules/antd/es/affix/index.js 17% building 61/77 modules 16 active ...pa/node_modules/antd/es/anchor/index.js 17% building 61/78 modules 17 active ..._modules/antd/es/auto-complete/index.js 17% building 61/79 modules 18 active ...spa/node_modules/antd/es/alert/index.js 17% building 61/80 modules 19 active ...pa/node_modules/antd/es/avatar/index.js 17% building 61/81 modules 20 active .../node_modules/antd/es/back-top/index.js 17% building 61/82 modules 21 active ...spa/node_modules/antd/es/badge/index.js 17% building 61/83 modules 22 active ...ode_modules/antd/es/breadcrumb/index.js 17% building 61/84 modules 23 active ...pa/node_modules/antd/es/button/index.js 17% building 61/85 modules 24 active .../node_modules/antd/es/calendar/index.js 17% building 61/86 modules 25 active .../spa/node_modules/antd/es/card/index.js 17% building 61/87 modules 26 active .../node_modules/antd/es/collapse/index.js 17% building 61/88 modules 27 active .../node_modules/antd/es/carousel/index.js 17% building 61/89 modules 28 active .../node_modules/antd/es/cascader/index.js 17% building 61/90 modules 29 active .../node_modules/antd/es/checkbox/index.js 17% building 61/91 modules 30 active ...r/spa/node_modules/antd/es/col/index.js 17% building 61/92 modules 31 active ...a/node_modules/antd/es/comment/index.js 17% building 61/93 modules 32 active ...odules/antd/es/config-provider/index.js 17% building 61/94 modules 33 active ...de_modules/antd/es/date-picker/index.js 17% building 61/95 modules 34 active ...e_modules/antd/es/descriptions/index.js 17% building 61/96 modules 35 active ...a/node_modules/antd/es/divider/index.js 17% building 61/97 modules 36 active .../node_modules/antd/es/dropdown/index.js 17% building 61/98 modules 37 active ...pa/node_modules/antd/es/drawer/index.js 17% building 61/99 modules 38 active ...spa/node_modules/antd/es/empty/index.js 17% building 61/100 modules 39 active .../spa/node_modules/antd/es/form/index.js 17% building 61/101 modules 40 active .../spa/node_modules/antd/es/icon/index.js 17% building 61/102 modules 41 active ...spa/node_modules/antd/es/input/index.js 17% building 61/103 modules 42 active ...e_modules/antd/es/input-number/index.js 17% building 61/104 modules 43 active ...pa/node_modules/antd/es/layout/index.js 17% building 61/105 modules 44 active .../spa/node_modules/antd/es/list/index.js 17% building 61/106 modules 45 active ...odules/antd/es/locale-provider/index.js 17% building 61/107 modules 46 active ...a/node_modules/antd/es/message/index.js 17% building 61/108 modules 47 active .../spa/node_modules/antd/es/menu/index.js 17% building 61/109 modules 48 active .../node_modules/antd/es/mentions/index.js 17% building 61/110 modules 49 active ...spa/node_modules/antd/es/modal/index.js 17% building 61/111 modules 50 active ...node_modules/antd/es/statistic/index.js 17% building 61/112 modules 51 active ...e_modules/antd/es/notification/index.js 17% building 61/113 modules 52 active ...de_modules/antd/es/page-header/index.js 17% building 61/114 modules 53 active ...ode_modules/antd/es/pagination/index.js 17% building 61/115 modules 54 active ...ode_modules/antd/es/popconfirm/index.js 17% building 61/116 modules 55 active ...a/node_modules/antd/es/popover/index.js 17% building 61/117 modules 56 active .../node_modules/antd/es/progress/index.js 17% building 61/118 modules 57 active ...spa/node_modules/antd/es/radio/index.js 17% building 61/119 modules 58 active .../spa/node_modules/antd/es/rate/index.js 17% building 61/120 modules 59 active ...a/node_modules/antd/es/version/index.js 17% building 61/121 modules 60 active ...o/rsr/spa/app/utils/loading-overlay.jsx 17% building 61/122 modules 61 active ...rsr/spa/node_modules/axios/lib/utils.js 17% building 61/123 modules 62 active ...emotion/cache/dist/cache.browser.esm.js 17% building 61/124 modules 63 active ...emotion/utils/dist/utils.browser.esm.js 17% building 61/125 modules 64 active ...serialize/dist/serialize.browser.esm.js 17% building 61/126 modules 65 active ...emotion/sheet/dist/sheet.browser.esm.js 17% building 61/127 modules 66 active ...es/@emotion/css/dist/css.browser.esm.js 17% building 61/128 modules 67 active ..._modules/react-i18next/dist/es/Trans.js 17% building 61/129 modules 68 active ...spa/app/modules/users/su-org-select.jsx 17% building 61/130 modules 69 active ...odules/react-i18next/dist/es/context.js 17% building 61/131 modules 70 active ...modules/react-i18next/dist/es/useSSR.js 17% building 61/132 modules 71 active ...odules/react-i18next/dist/es/withSSR.js 17% building 61/133 modules 72 active ...act-redux/es/connect/selectorFactory.js 17% building 61/134 modules 73 active ...es/react-redux/es/connect/mergeProps.js 17% building 61/135 modules 74 active ...act-redux/es/connect/mapStateToProps.js 17% building 61/136 modules 75 active ...-redux/es/connect/mapDispatchToProps.js 17% building 62/136 modules 74 active ...-redux/es/connect/mapDispatchToProps.js 17% building 63/136 modules 73 active ...-redux/es/connect/mapDispatchToProps.js 17% building 64/136 modules 72 active ...-redux/es/connect/mapDispatchToProps.js 17% building 64/137 modules 73 active ...dules/axios/lib/helpers/isAxiosError.js 17% building 64/138 modules 74 active ...ode_modules/axios/lib/helpers/spread.js 17% building 65/138 modules 73 active ...ode_modules/axios/lib/helpers/spread.js 17% building 66/138 modules 72 active ...ode_modules/axios/lib/helpers/spread.js 18% building 67/138 modules 71 active ...ode_modules/axios/lib/helpers/spread.js 18% building 68/138 modules 70 active ...ode_modules/axios/lib/helpers/spread.js 18% building 68/139 modules 71 active ...es/react-redux/es/utils/shallowEqual.js 18% building 69/139 modules 70 active ...es/react-redux/es/utils/shallowEqual.js 18% building 70/139 modules 69 active ...es/react-redux/es/utils/shallowEqual.js 18% building 70/140 modules 70 active ...sr/spa/node_modules/react-spring/web.js 18% building 71/140 modules 69 active ...sr/spa/node_modules/react-spring/web.js 18% building 72/140 modules 68 active ...sr/spa/node_modules/react-spring/web.js 18% building 73/140 modules 67 active ...sr/spa/node_modules/react-spring/web.js 18% building 74/140 modules 66 active ...sr/spa/node_modules/react-spring/web.js 19% building 75/140 modules 65 active ...sr/spa/node_modules/react-spring/web.js 19% building 76/140 modules 64 active ...sr/spa/node_modules/react-spring/web.js 19% building 77/140 modules 63 active ...sr/spa/node_modules/react-spring/web.js 19% building 78/140 modules 62 active ...sr/spa/node_modules/react-spring/web.js 19% building 79/140 modules 61 active ...sr/spa/node_modules/react-spring/web.js 19% building 80/140 modules 60 active ...sr/spa/node_modules/react-spring/web.js 19% building 81/140 modules 59 active ...sr/spa/node_modules/react-spring/web.js 19% building 82/140 modules 58 active ...sr/spa/node_modules/react-spring/web.js 19% building 83/140 modules 57 active ...sr/spa/node_modules/react-spring/web.js 20% building 84/140 modules 56 active ...sr/spa/node_modules/react-spring/web.js 20% building 85/140 modules 55 active ...sr/spa/node_modules/react-spring/web.js 20% building 86/140 modules 54 active ...sr/spa/node_modules/react-spring/web.js 20% building 87/140 modules 53 active ...sr/spa/node_modules/react-spring/web.js 20% building 88/140 modules 52 active ...sr/spa/node_modules/react-spring/web.js 20% building 89/140 modules 51 active ...sr/spa/node_modules/react-spring/web.js 20% building 90/140 modules 50 active ...sr/spa/node_modules/react-spring/web.js 20% building 91/140 modules 49 active ...sr/spa/node_modules/react-spring/web.js 21% building 92/140 modules 48 active ...sr/spa/node_modules/react-spring/web.js 21% building 93/140 modules 47 active ...sr/spa/node_modules/react-spring/web.js 21% building 94/140 modules 46 active ...sr/spa/node_modules/react-spring/web.js 21% building 95/140 modules 45 active ...sr/spa/node_modules/react-spring/web.js 21% building 96/140 modules 44 active ...sr/spa/node_modules/react-spring/web.js 21% building 97/140 modules 43 active ...sr/spa/node_modules/react-spring/web.js 21% building 98/140 modules 42 active ...sr/spa/node_modules/react-spring/web.js 21% building 99/140 modules 41 active ...sr/spa/node_modules/react-spring/web.js 22% building 100/140 modules 40 active ...sr/spa/node_modules/react-spring/web.js 22% building 101/140 modules 39 active ...sr/spa/node_modules/react-spring/web.js 22% building 102/140 modules 38 active ...sr/spa/node_modules/react-spring/web.js 22% building 103/140 modules 37 active ...sr/spa/node_modules/react-spring/web.js 22% building 104/140 modules 36 active ...sr/spa/node_modules/react-spring/web.js 22% building 104/141 modules 37 active ...modules/editor/section10/validations.js 22% building 104/142 modules 38 active ...relative-time-format/locale/en/index.js 22% building 105/142 modules 37 active ...relative-time-format/locale/en/index.js 22% building 106/142 modules 36 active ...relative-time-format/locale/en/index.js 22% building 107/142 modules 35 active ...relative-time-format/locale/en/index.js 22% building 108/142 modules 34 active ...relative-time-format/locale/en/index.js 23% building 109/142 modules 33 active ...relative-time-format/locale/en/index.js 23% building 110/142 modules 32 active ...relative-time-format/locale/en/index.js 23% building 111/142 modules 31 active ...relative-time-format/locale/en/index.js 23% building 112/142 modules 30 active ...relative-time-format/locale/en/index.js 23% building 113/142 modules 29 active ...relative-time-format/locale/en/index.js 23% building 114/142 modules 28 active ...relative-time-format/locale/en/index.js 23% building 115/142 modules 27 active ...relative-time-format/locale/en/index.js 23% building 115/143 modules 28 active ...e_modules/relative-time-format/index.js 23% building 116/143 modules 27 active ...e_modules/relative-time-format/index.js 24% building 117/143 modules 26 active ...e_modules/relative-time-format/index.js 24% building 117/144 modules 27 active ...@babel/runtime/helpers/inheritsLoose.js 24% building 118/144 modules 26 active ...@babel/runtime/helpers/inheritsLoose.js 24% building 119/144 modules 25 active ...@babel/runtime/helpers/inheritsLoose.js 24% building 120/144 modules 24 active ...@babel/runtime/helpers/inheritsLoose.js 24% building 121/144 modules 23 active ...@babel/runtime/helpers/inheritsLoose.js 24% building 122/144 modules 22 active ...@babel/runtime/helpers/inheritsLoose.js 24% building 122/145 modules 23 active .../modules/editor/section8/validations.js 24% building 122/146 modules 24 active .../modules/editor/section7/validations.js 24% building 123/146 modules 23 active .../modules/editor/section7/validations.js 24% building 124/146 modules 22 active .../modules/editor/section7/validations.js 25% building 125/146 modules 21 active .../modules/editor/section7/validations.js 25% building 126/146 modules 20 active .../modules/editor/section7/validations.js 25% building 127/146 modules 19 active .../modules/editor/section7/validations.js 25% building 128/146 modules 18 active .../modules/editor/section7/validations.js 25% building 129/146 modules 17 active .../modules/editor/section7/validations.js 25% building 130/146 modules 16 active .../modules/editor/section7/validations.js 25% building 131/146 modules 15 active .../modules/editor/section7/validations.js 25% building 132/146 modules 14 active .../modules/editor/section7/validations.js 25% building 133/146 modules 13 active .../modules/editor/section7/validations.js 26% building 134/146 modules 12 active .../modules/editor/section7/validations.js 26% building 134/147 modules 13 active ...sr/spa/app/modules/editor/field-sets.js 26% building 134/148 modules 14 active ...next-xhr-backend/dist/commonjs/utils.js 26% building 135/148 modules 13 active ...next-xhr-backend/dist/commonjs/utils.js 26% building 135/149 modules 14 active ...8next-xhr-backend/dist/commonjs/ajax.js 26% building 135/150 modules 15 active ...ode/akvo/rsr/spa/app/images/alert2.json 26% building 136/150 modules 14 active ...ode/akvo/rsr/spa/app/images/alert2.json 26% building 137/150 modules 13 active ...ode/akvo/rsr/spa/app/images/alert2.json 26% building 138/150 modules 12 active ...ode/akvo/rsr/spa/app/images/alert2.json 26% building 138/151 modules 13 active .../modules/editor/section6/validations.js 26% building 138/152 modules 14 active .../modules/editor/section4/validations.js 26% building 138/153 modules 15 active .../rsr/spa/node_modules/antd/package.json 26% building 139/153 modules 14 active .../modules/editor/section4/validations.js 26% building 139/154 modules 15 active ...rsr/code/akvo/rsr/spa/app/utils/misc.js 26% building 139/155 modules 16 active ...e_modules/core-js/modules/es6.symbol.js 26% building 139/156 modules 17 active ...s/core-js/modules/core.regexp.escape.js 26% building 139/157 modules 18 active ...a/node_modules/core-js/modules/_core.js 26% building 139/158 modules 19 active .../rsr/spa/app/utils/loading-overlay.scss 26% building 140/158 modules 18 active .../rsr/spa/app/utils/loading-overlay.scss 26% building 140/159 modules 19 active ...spa/node_modules/object-assign/index.js 26% building 141/159 modules 18 active ...spa/node_modules/object-assign/index.js 26% building 141/160 modules 19 active ...a/node_modules/antd/es/anchor/Anchor.js 26% building 141/161 modules 20 active ...odules/antd/es/breadcrumb/Breadcrumb.js 26% building 141/162 modules 21 active ...a/node_modules/antd/es/button/button.js 26% building 141/163 modules 22 active ...de_modules/antd/es/collapse/Collapse.js 26% building 141/164 modules 23 active ...de_modules/antd/es/checkbox/Checkbox.js 26% building 141/165 modules 24 active ...de_modules/antd/es/dropdown/dropdown.js 26% building 141/166 modules 25 active ...r/spa/node_modules/antd/es/form/Form.js 26% building 141/167 modules 26 active ...spa/node_modules/antd/es/input/Input.js 26% building 141/168 modules 27 active ..._modules/antd/es/statistic/Statistic.js 26% building 141/169 modules 28 active ...odules/antd/es/pagination/Pagination.js 26% building 141/170 modules 29 active ...de_modules/antd/es/progress/progress.js 26% building 141/171 modules 30 active ...spa/node_modules/antd/es/radio/radio.js 26% building 141/172 modules 31 active ...sr/spa/node_modules/classnames/index.js 27% building 142/172 modules 30 active ...sr/spa/node_modules/classnames/index.js 27% building 143/172 modules 29 active ...sr/spa/node_modules/classnames/index.js 27% building 143/173 modules 30 active ...odules/@babel/runtime/helpers/typeof.js 27% building 144/173 modules 29 active ...odules/@babel/runtime/helpers/typeof.js 27% building 145/173 modules 28 active ...odules/@babel/runtime/helpers/typeof.js 27% building 145/174 modules 29 active ...el/runtime/helpers/esm/inheritsLoose.js 27% building 145/175 modules 30 active ...s/@babel/runtime/helpers/esm/extends.js 27% building 145/176 modules 31 active ...me/helpers/esm/assertThisInitialized.js 27% building 145/177 modules 32 active ...a/node_modules/antd/es/layout/layout.js 27% building 146/177 modules 31 active ...a/node_modules/antd/es/layout/layout.js 27% building 147/177 modules 30 active ...a/node_modules/antd/es/layout/layout.js 27% building 147/178 modules 31 active ...pa/node_modules/antd/es/layout/Sider.js 27% building 148/178 modules 30 active ...pa/node_modules/antd/es/layout/Sider.js 27% building 148/179 modules 31 active ...rsr/spa/node_modules/tslib/tslib.es6.js 27% building 148/180 modules 32 active ...babel/runtime/helpers/classCallCheck.js 27% building 148/181 modules 33 active .../@babel/runtime/helpers/objectSpread.js 27% building 148/182 modules 34 active ..._modules/react-i18next/dist/es/utils.js 27% building 148/183 modules 35 active ...eact-redux/es/connect/wrapMapToProps.js 27% building 148/184 modules 36 active .../node_modules/axios/lib/helpers/bind.js 27% building 148/185 modules 37 active ...td/es/locale-provider/LocaleReceiver.js 27% building 149/185 modules 36 active ...td/es/locale-provider/LocaleReceiver.js 28% building 150/185 modules 35 active ...td/es/locale-provider/LocaleReceiver.js 28% building 151/185 modules 34 active ...td/es/locale-provider/LocaleReceiver.js 28% building 151/186 modules 35 active ...time/helpers/objectWithoutProperties.js 28% building 151/187 modules 36 active .../rsr/spa/node_modules/react-is/index.js 28% building 152/187 modules 35 active .../rsr/spa/node_modules/react-is/index.js 28% building 152/188 modules 36 active ...elative-time-format/locale/en/long.json 28% building 153/188 modules 35 active ...elative-time-format/locale/en/long.json 28% building 154/188 modules 34 active ...elative-time-format/locale/en/long.json 28% building 154/189 modules 35 active ...a/node_modules/antd/es/_util/warning.js 28% building 154/190 modules 36 active ...ative-time-format/locale/en/narrow.json 28% building 154/191 modules 37 active ...lative-time-format/locale/en/short.json 28% building 154/192 modules 38 active ...odules/react-router/esm/react-router.js 28% building 155/192 modules 37 active ...odules/react-router/esm/react-router.js 28% building 155/193 modules 38 active ...ers/esm/objectWithoutPropertiesLoose.js 28% building 156/193 modules 37 active ...ers/esm/objectWithoutPropertiesLoose.js 28% building 157/193 modules 36 active ...ers/esm/objectWithoutPropertiesLoose.js 28% building 158/193 modules 35 active ...ers/esm/objectWithoutPropertiesLoose.js 29% building 159/193 modules 34 active ...ers/esm/objectWithoutPropertiesLoose.js 29% building 160/193 modules 33 active ...ers/esm/objectWithoutPropertiesLoose.js 29% building 161/193 modules 32 active ...ers/esm/objectWithoutPropertiesLoose.js 29% building 162/193 modules 31 active ...ers/esm/objectWithoutPropertiesLoose.js 29% building 163/193 modules 30 active ...ers/esm/objectWithoutPropertiesLoose.js 29% building 164/193 modules 29 active ...ers/esm/objectWithoutPropertiesLoose.js 29% building 165/193 modules 28 active ...ers/esm/objectWithoutPropertiesLoose.js 29% building 166/193 modules 27 active ...ers/esm/objectWithoutPropertiesLoose.js 30% building 167/193 modules 26 active ...ers/esm/objectWithoutPropertiesLoose.js 30% building 168/193 modules 25 active ...ers/esm/objectWithoutPropertiesLoose.js 30% building 169/193 modules 24 active ...ers/esm/objectWithoutPropertiesLoose.js 30% building 170/193 modules 23 active ...ers/esm/objectWithoutPropertiesLoose.js 30% building 171/193 modules 22 active ...ers/esm/objectWithoutPropertiesLoose.js 30% building 172/193 modules 21 active ...ers/esm/objectWithoutPropertiesLoose.js 30% building 173/193 modules 20 active ...ers/esm/objectWithoutPropertiesLoose.js 30% building 174/193 modules 19 active ...ers/esm/objectWithoutPropertiesLoose.js 30% building 174/194 modules 20 active ...ative-time-format/locale/en/quantify.js 31% building 175/194 modules 19 active ...ative-time-format/locale/en/quantify.js 31% building 176/194 modules 18 active ...ative-time-format/locale/en/quantify.js 31% building 176/195 modules 19 active ...e_modules/symbol-observable/es/index.js 31% building 177/195 modules 18 active ...e_modules/symbol-observable/es/index.js 31% building 178/195 modules 17 active ...e_modules/symbol-observable/es/index.js 31% building 178/196 modules 18 active ...o/rsr/spa/app/utils/validation-utils.js 31% building 179/196 modules 17 active ...o/rsr/spa/app/utils/validation-utils.js 31% building 180/196 modules 16 active ...o/rsr/spa/app/utils/validation-utils.js 31% building 180/197 modules 17 active ...me-format/modules/RelativeTimeFormat.js 31% building 181/197 modules 16 active ...me-format/modules/RelativeTimeFormat.js 31% building 182/197 modules 15 active ...me-format/modules/RelativeTimeFormat.js 31% building 182/198 modules 16 active ...kvo/rsr/spa/node_modules/humps/humps.js 31% building 183/198 modules 15 active ...kvo/rsr/spa/node_modules/humps/humps.js 32% building 184/198 modules 14 active ...kvo/rsr/spa/node_modules/humps/humps.js 32% building 185/198 modules 13 active ...kvo/rsr/spa/node_modules/humps/humps.js 32% building 186/198 modules 12 active ...kvo/rsr/spa/node_modules/humps/humps.js 32% building 187/198 modules 11 active ...kvo/rsr/spa/node_modules/humps/humps.js 32% building 187/199 modules 12 active .../spa/node_modules/antd/es/grid/index.js 32% building 187/200 modules 13 active ...a/node_modules/antd/es/tooltip/index.js 32% building 188/200 modules 12 active ...a/node_modules/antd/es/tooltip/index.js 32% building 189/200 modules 11 active ...a/node_modules/antd/es/tooltip/index.js 32% building 190/200 modules 10 active ...a/node_modules/antd/es/tooltip/index.js  32% building 191/200 modules 9 active ...a/node_modules/antd/es/tooltip/index.js 32% building 191/201 modules 10 active ...node_modules/core-js/modules/_export.js 32% building 191/202 modules 11 active ...de_modules/core-js/modules/_replacer.js 32% building 191/203 modules 12 active ...-redux/es/connect/verifySubselectors.js 32% building 191/204 modules 13 active ...act-redux/es/utils/verifyPlainObject.js 32% building 191/205 modules 14 active ...r/spa/node_modules/antd/es/list/Item.js 32% building 191/206 modules 15 active ...ode_modules/antd/es/menu/MenuContext.js 32% building 191/207 modules 16 active ...r/spa/node_modules/antd/es/_util/raf.js 32% building 191/208 modules 17 active ...pa/node_modules/antd/es/_util/motion.js 32% building 191/209 modules 18 active ...a/node_modules/antd/es/menu/MenuItem.js 32% building 191/210 modules 19 active ...pa/node_modules/antd/es/modal/locale.js 32% building 191/211 modules 20 active ...pa/node_modules/antd/es/menu/SubMenu.js 32% building 191/212 modules 21 active ...modules/antd/es/_util/interopDefault.js 32% building 191/213 modules 22 active .../spa/node_modules/antd/es/_util/type.js 32% building 191/214 modules 23 active ...ules/antd/es/config-provider/context.js 32% building 191/215 modules 24 active ...s/@babel/runtime/helpers/createClass.js 32% building 191/216 modules 25 active ...ode_modules/antd/es/descriptions/Col.js 32% building 191/217 modules 26 active ...ules/antd/es/_util/responsiveObserve.js 32% building 191/218 modules 27 active ...r/spa/node_modules/antd/es/card/Meta.js 32% building 191/219 modules 28 active ...r/spa/node_modules/antd/es/card/Grid.js 33% building 192/219 modules 27 active ...r/spa/node_modules/antd/es/card/Grid.js 33% building 192/220 modules 28 active ...node_modules/core-js/modules/_global.js 33% building 192/221 modules 29 active ...a/node_modules/core-js/modules/_hide.js 33% building 192/222 modules 30 active ...ode_modules/core-js/modules/_library.js 33% building 193/222 modules 29 active ...ode_modules/core-js/modules/_library.js 33% building 194/222 modules 28 active ...ode_modules/core-js/modules/_library.js 33% building 194/223 modules 29 active ...modules/core-js/modules/_object-gops.js 33% building 194/224 modules 30 active ..._modules/core-js/modules/_object-pie.js 33% building 194/225 modules 31 active ...modules/core-js/modules/_object-gopn.js 33% building 194/226 modules 32 active .../antd/es/input/ClearableLabeledInput.js 33% building 194/227 modules 33 active .../node_modules/antd/es/progress/utils.js 33% building 194/228 modules 34 active ...emoize/dist/weak-memoize.browser.esm.js 33% building 194/229 modules 35 active ...es-compat/react-lifecycles-compat.es.js 33% building 194/230 modules 36 active ...otion/stylis/dist/stylis.browser.esm.js 33% building 194/231 modules 37 active ...react-is/cjs/react-is.production.min.js 33% building 195/231 modules 36 active ...react-is/cjs/react-is.production.min.js 33% building 196/231 modules 35 active ...react-is/cjs/react-is.production.min.js 33% building 196/232 modules 36 active ..._modules/html-parse-stringify2/index.js 33% building 196/233 modules 37 active ...babel/runtime/helpers/defineProperty.js 33% building 196/234 modules 38 active ...rsr/spa/node_modules/scheduler/index.js 33% building 196/235 modules 39 active ...node_modules/antd/es/progress/Circle.js 33% building 196/236 modules 40 active ...a/node_modules/antd/es/progress/Line.js 33% building 197/236 modules 39 active ...a/node_modules/antd/es/progress/Line.js 33% building 197/237 modules 40 active ...pa/node_modules/rc-calendar/es/index.js 33% building 198/237 modules 39 active ...pa/node_modules/rc-calendar/es/index.js 33% building 198/238 modules 40 active ...ules/antd/es/locale-provider/default.js 33% building 198/239 modules 41 active .../@emotion/hash/dist/hash.browser.esm.js 33% building 198/240 modules 42 active ...ion/memoize/dist/memoize.browser.esm.js 33% building 198/241 modules 43 active ...helpers/objectWithoutPropertiesLoose.js 33% building 198/242 modules 44 active ...node_modules/antd/es/_util/isNumeric.js 33% building 198/243 modules 45 active .../spa/node_modules/rc-util/es/KeyCode.js 33% building 198/244 modules 46 active ..._modules/rc-util/es/Children/toArray.js 33% building 198/245 modules 47 active .../spa/node_modules/antd/es/_util/wave.js 33% building 199/245 modules 46 active .../spa/node_modules/antd/es/_util/wave.js 34% building 200/245 modules 45 active .../spa/node_modules/antd/es/_util/wave.js 34% building 201/245 modules 44 active .../spa/node_modules/antd/es/_util/wave.js 34% building 201/246 modules 45 active ...odules/symbol-observable/es/ponyfill.js 34% building 202/246 modules 44 active ...odules/symbol-observable/es/ponyfill.js 34% building 203/246 modules 43 active ...odules/symbol-observable/es/ponyfill.js 34% building 204/246 modules 42 active ...odules/symbol-observable/es/ponyfill.js 34% building 205/246 modules 41 active ...odules/symbol-observable/es/ponyfill.js 34% building 206/246 modules 40 active ...odules/symbol-observable/es/ponyfill.js 34% building 207/246 modules 39 active ...odules/symbol-observable/es/ponyfill.js 34% building 208/246 modules 38 active ...odules/symbol-observable/es/ponyfill.js 35% building 209/246 modules 37 active ...odules/symbol-observable/es/ponyfill.js 35% building 210/246 modules 36 active ...odules/symbol-observable/es/ponyfill.js 35% building 211/246 modules 35 active ...odules/symbol-observable/es/ponyfill.js 35% building 212/246 modules 34 active ...odules/symbol-observable/es/ponyfill.js 35% building 213/246 modules 33 active ...odules/symbol-observable/es/ponyfill.js 35% building 214/246 modules 32 active ...odules/symbol-observable/es/ponyfill.js 35% building 215/246 modules 31 active ...odules/symbol-observable/es/ponyfill.js 35% building 216/246 modules 30 active ...odules/symbol-observable/es/ponyfill.js 36% building 217/246 modules 29 active ...odules/symbol-observable/es/ponyfill.js 36% building 218/246 modules 28 active ...odules/symbol-observable/es/ponyfill.js 36% building 219/246 modules 27 active ...odules/symbol-observable/es/ponyfill.js 36% building 219/247 modules 28 active ...n/unitless/dist/unitless.browser.esm.js 36% building 220/247 modules 27 active ...n/unitless/dist/unitless.browser.esm.js 36% building 221/247 modules 26 active ...n/unitless/dist/unitless.browser.esm.js 36% building 222/247 modules 25 active ...n/unitless/dist/unitless.browser.esm.js 36% building 223/247 modules 24 active ...n/unitless/dist/unitless.browser.esm.js 36% building 224/247 modules 23 active ...n/unitless/dist/unitless.browser.esm.js 36% building 224/248 modules 24 active ...vo/rsr/spa/node_modules/yup/es/index.js 36% building 224/249 modules 25 active ...es/antd/es/breadcrumb/BreadcrumbItem.js 37% building 225/249 modules 24 active ...es/antd/es/breadcrumb/BreadcrumbItem.js 37% building 225/250 modules 25 active ...node_modules/antd/es/_util/getScroll.js 37% building 225/251 modules 26 active .../spa/node_modules/rc-util/es/warning.js 37% building 226/251 modules 25 active .../spa/node_modules/rc-util/es/warning.js 37% building 227/251 modules 24 active .../spa/node_modules/rc-util/es/warning.js 37% building 228/251 modules 23 active .../spa/node_modules/rc-util/es/warning.js 37% building 229/251 modules 22 active .../spa/node_modules/rc-util/es/warning.js 37% building 230/251 modules 21 active .../spa/node_modules/rc-util/es/warning.js 37% building 231/251 modules 20 active .../spa/node_modules/rc-util/es/warning.js 37% building 232/251 modules 19 active .../spa/node_modules/rc-util/es/warning.js 37% building 233/251 modules 18 active .../spa/node_modules/rc-util/es/warning.js 38% building 234/251 modules 17 active .../spa/node_modules/rc-util/es/warning.js 38% building 235/251 modules 16 active .../spa/node_modules/rc-util/es/warning.js 38% building 236/251 modules 15 active .../spa/node_modules/rc-util/es/warning.js 38% building 236/252 modules 16 active .../node_modules/antd/es/_util/scrollTo.js 38% building 236/253 modules 17 active ...modules/core-js/modules/_object-keys.js 38% building 237/253 modules 16 active ...modules/core-js/modules/_object-keys.js 38% building 238/253 modules 15 active ...modules/core-js/modules/_object-keys.js 38% building 239/253 modules 14 active ...modules/core-js/modules/_object-keys.js 38% building 240/253 modules 13 active ...modules/core-js/modules/_object-keys.js 38% building 241/253 modules 12 active ...modules/core-js/modules/_object-keys.js 38% building 241/254 modules 13 active ...sr/spa/node_modules/omit.js/es/index.js 39% building 242/254 modules 12 active ...sr/spa/node_modules/omit.js/es/index.js 39% building 242/255 modules 13 active ..._modules/array-tree-filter/lib/index.js 39% building 242/256 modules 14 active .../spa/node_modules/antd/es/spin/index.js 39% building 243/256 modules 13 active .../spa/node_modules/antd/es/spin/index.js 39% building 243/257 modules 14 active ...r/spa/node_modules/antd/es/row/index.js 39% building 243/258 modules 15 active .../spa/node_modules/antd/es/tabs/index.js 39% building 243/259 modules 16 active ...sr/spa/node_modules/antd/es/grid/row.js 39% building 243/260 modules 17 active ...-time-format/modules/LocaleDataStore.js 39% building 243/261 modules 18 active ..._modules/deep-object-diff/dist/index.js 39% building 244/261 modules 17 active ..._modules/deep-object-diff/dist/index.js 39% building 244/262 modules 18 active ...sr/spa/node_modules/prop-types/index.js 39% building 244/263 modules 19 active ...o/rsr/spa/node_modules/moment/moment.js 39% building 244/264 modules 20 active ...ve-time-format/modules/resolveLocale.js 39% building 245/264 modules 19 active ...ve-time-format/modules/resolveLocale.js 39% building 245/265 modules 20 active .../spa/node_modules/shallowequal/index.js 39% building 245/266 modules 21 active ...pa/node_modules/core-js/modules/_ctx.js 39% building 245/267 modules 22 active ...de_modules/core-js/modules/_redefine.js 39% building 246/267 modules 21 active ...de_modules/core-js/modules/_redefine.js 39% building 246/268 modules 22 active ...pa/node_modules/rc-cascader/es/index.js 39% building 247/268 modules 21 active ...pa/node_modules/rc-cascader/es/index.js 39% building 247/269 modules 22 active ...modules/react-redux/es/utils/warning.js 39% building 247/270 modules 23 active ...node_modules/antd/es/_util/reactNode.js 39% building 248/270 modules 22 active ...node_modules/antd/es/_util/reactNode.js 39% building 248/271 modules 23 active ...s/react-redux/es/utils/isPlainObject.js 39% building 248/272 modules 24 active .../antd/es/config-provider/renderEmpty.js 39% building 248/273 modules 25 active ...esign/create-react-context/lib/index.js 39% building 248/274 modules 26 active ...e_modules/antd/es/tooltip/placements.js 39% building 249/274 modules 25 active ...e_modules/antd/es/tooltip/placements.js 39% building 249/275 modules 26 active ...sr/spa/node_modules/antd/es/grid/col.js 40% building 250/275 modules 25 active ...sr/spa/node_modules/antd/es/grid/col.js 40% building 250/276 modules 26 active ...e_modules/core-js/modules/_object-dp.js 40% building 250/277 modules 27 active ...ules/rc-util/es/Dom/addEventListener.js 40% building 250/278 modules 28 active ...modules/core-js/modules/_descriptors.js 40% building 250/279 modules 29 active ...dules/core-js/modules/_property-desc.js 40% building 250/280 modules 30 active ...ore-js/modules/_object-keys-internal.js 40% building 250/281 modules 31 active ...dules/core-js/modules/_enum-bug-keys.js 40% building 250/282 modules 32 active ...heduler/cjs/scheduler.production.min.js 40% building 250/283 modules 33 active .../node_modules/antd/es/locale/default.js 40% building 251/283 modules 32 active .../node_modules/antd/es/locale/default.js 40% building 252/283 modules 31 active .../node_modules/antd/es/locale/default.js 40% building 253/283 modules 30 active .../node_modules/antd/es/locale/default.js 40% building 254/283 modules 29 active .../node_modules/antd/es/locale/default.js 40% building 254/284 modules 30 active ...sr/spa/node_modules/rc-menu/es/index.js 40% building 254/285 modules 31 active .../spa/node_modules/rc-drawer/es/index.js 40% building 255/285 modules 30 active .../spa/node_modules/rc-drawer/es/index.js 40% building 256/285 modules 29 active .../spa/node_modules/rc-drawer/es/index.js 40% building 256/286 modules 30 active ...node_modules/rc-calendar/es/Calendar.js 40% building 256/287 modules 31 active ...modules/core-js/modules/_object-gopd.js 40% building 257/287 modules 30 active ...modules/core-js/modules/_object-gopd.js 40% building 257/288 modules 31 active ...les/core-js/modules/_object-gopn-ext.js 40% building 257/289 modules 32 active ...dules/core-js/modules/_object-create.js 40% building 257/290 modules 33 active ...odules/core-js/modules/_to-primitive.js 40% building 258/290 modules 32 active ...odules/core-js/modules/_to-primitive.js 40% building 258/291 modules 33 active ..._modules/core-js/modules/_to-iobject.js 40% building 258/292 modules 34 active ...e_modules/core-js/modules/_is-object.js 40% building 258/293 modules 35 active ...e_modules/core-js/modules/_an-object.js 40% building 258/294 modules 36 active ...de_modules/core-js/modules/_is-array.js 40% building 258/295 modules 37 active ...e_modules/core-js/modules/_enum-keys.js 40% building 258/296 modules 38 active ..._modules/core-js/modules/_wks-define.js 40% building 258/297 modules 39 active ...ode_modules/core-js/modules/_wks-ext.js 40% building 258/298 modules 40 active ...pa/node_modules/core-js/modules/_wks.js 40% building 258/299 modules 41 active ...pa/node_modules/core-js/modules/_uid.js 40% building 258/300 modules 42 active ...s/core-js/modules/_set-to-string-tag.js 40% building 258/301 modules 43 active ...ules/html-parse-stringify2/lib/parse.js 40% building 258/302 modules 44 active .../html-parse-stringify2/lib/stringify.js 41% building 259/302 modules 43 active .../html-parse-stringify2/lib/stringify.js 41% building 260/302 modules 42 active .../html-parse-stringify2/lib/stringify.js 41% building 261/302 modules 41 active .../html-parse-stringify2/lib/stringify.js 41% building 262/302 modules 40 active .../html-parse-stringify2/lib/stringify.js 41% building 262/303 modules 41 active ...pa/node_modules/rc-checkbox/es/index.js 41% building 263/303 modules 40 active ...pa/node_modules/rc-checkbox/es/index.js 41% building 264/303 modules 39 active ...pa/node_modules/rc-checkbox/es/index.js 41% building 265/303 modules 38 active ...pa/node_modules/rc-checkbox/es/index.js 41% building 265/304 modules 39 active ...node_modules/core-js/modules/_shared.js 41% building 266/304 modules 38 active ...node_modules/core-js/modules/_shared.js 42% building 267/304 modules 37 active ...node_modules/core-js/modules/_shared.js 42% building 268/304 modules 36 active ...node_modules/core-js/modules/_shared.js 42% building 269/304 modules 35 active ...node_modules/core-js/modules/_shared.js 42% building 270/304 modules 34 active ...node_modules/core-js/modules/_shared.js 42% building 270/305 modules 35 active .../node_modules/core-js/modules/_fails.js 42% building 270/306 modules 36 active ...a/node_modules/core-js/modules/_meta.js 42% building 270/307 modules 37 active ...pa/node_modules/core-js/modules/_has.js 42% building 270/308 modules 38 active ...odules/antd/es/pagination/MiniSelect.js 42% building 271/308 modules 37 active ...odules/antd/es/pagination/MiniSelect.js 42% building 272/308 modules 36 active ...odules/antd/es/pagination/MiniSelect.js 42% building 272/309 modules 37 active ...ode_modules/antd/es/statistic/Number.js 42% building 272/310 modules 38 active ...pa/node_modules/antd/es/form/context.js 42% building 272/311 modules 39 active .../node_modules/antd/es/form/constants.js 42% building 273/311 modules 38 active .../node_modules/antd/es/form/constants.js 42% building 274/311 modules 37 active .../node_modules/antd/es/form/constants.js 43% building 275/311 modules 36 active .../node_modules/antd/es/form/constants.js 43% building 275/312 modules 37 active ...a/node_modules/antd/es/form/FormItem.js 43% building 276/312 modules 36 active ...a/node_modules/antd/es/form/FormItem.js 43% building 277/312 modules 35 active ...a/node_modules/antd/es/form/FormItem.js 43% building 278/312 modules 34 active ...a/node_modules/antd/es/form/FormItem.js 43% building 279/312 modules 33 active ...a/node_modules/antd/es/form/FormItem.js 43% building 279/313 modules 34 active ...vo/rsr/spa/node_modules/yup/es/mixed.js 43% building 279/314 modules 35 active ...o/rsr/spa/node_modules/yup/es/schema.js 43% building 280/314 modules 34 active ...o/rsr/spa/node_modules/yup/es/schema.js 43% building 280/315 modules 35 active ...sr/spa/node_modules/yup/es/setLocale.js 43% building 281/315 modules 34 active ...sr/spa/node_modules/yup/es/setLocale.js 43% building 281/316 modules 35 active .../node_modules/yup/es/ValidationError.js 43% building 281/317 modules 36 active ...kvo/rsr/spa/node_modules/yup/es/Lazy.js 43% building 281/318 modules 37 active ...sr/spa/node_modules/yup/es/Reference.js 43% building 281/319 modules 38 active ...vo/rsr/spa/node_modules/yup/es/array.js 43% building 281/320 modules 39 active ...o/rsr/spa/node_modules/yup/es/object.js 43% building 281/321 modules 40 active ...kvo/rsr/spa/node_modules/yup/es/date.js 43% building 281/322 modules 41 active ...odules/final-form/dist/final-form.es.js 43% building 281/323 modules 42 active ...o/rsr/spa/node_modules/yup/es/number.js 43% building 281/324 modules 43 active ...o/rsr/spa/node_modules/yup/es/string.js 43% building 282/324 modules 42 active ...o/rsr/spa/node_modules/yup/es/string.js 43% building 282/325 modules 43 active ...pa/node_modules/yup/es/util/isSchema.js 43% building 282/326 modules 44 active ...r/spa/node_modules/yup/es/util/reach.js 43% building 283/326 modules 43 active ...r/spa/node_modules/yup/es/util/reach.js 44% building 284/326 modules 42 active ...r/spa/node_modules/yup/es/util/reach.js 44% building 284/327 modules 43 active ...a/node_modules/antd/es/_util/easings.js 44% building 285/327 modules 42 active ...a/node_modules/antd/es/_util/easings.js 44% building 286/327 modules 41 active ...a/node_modules/antd/es/_util/easings.js 44% building 287/327 modules 40 active ...a/node_modules/antd/es/_util/easings.js 44% building 288/327 modules 39 active ...a/node_modules/antd/es/_util/easings.js 44% building 289/327 modules 38 active ...a/node_modules/antd/es/_util/easings.js 44% building 290/327 modules 37 active ...a/node_modules/antd/es/_util/easings.js 44% building 291/327 modules 36 active ...a/node_modules/antd/es/_util/easings.js 45% building 292/327 modules 35 active ...a/node_modules/antd/es/_util/easings.js 45% building 293/327 modules 34 active ...a/node_modules/antd/es/_util/easings.js 45% building 294/327 modules 33 active ...a/node_modules/antd/es/_util/easings.js 45% building 295/327 modules 32 active ...a/node_modules/antd/es/_util/easings.js 45% building 296/327 modules 31 active ...a/node_modules/antd/es/_util/easings.js 45% building 297/327 modules 30 active ...a/node_modules/antd/es/_util/easings.js 45% building 297/328 modules 31 active .../rsr/spa/node_modules/yup/es/boolean.js 45% building 298/328 modules 30 active .../rsr/spa/node_modules/yup/es/boolean.js 45% building 299/328 modules 29 active .../rsr/spa/node_modules/yup/es/boolean.js 45% building 299/329 modules 30 active ..._modules/antd/es/_util/openAnimation.js 46% building 300/329 modules 29 active ..._modules/antd/es/_util/openAnimation.js 46% building 301/329 modules 28 active ..._modules/antd/es/_util/openAnimation.js 46% building 301/330 modules 29 active ...node_modules/antd/es/grid/RowContext.js 46% building 302/330 modules 28 active ...node_modules/antd/es/grid/RowContext.js 46% building 302/331 modules 29 active .../akvo/rsr/spa/node_modules/raf/index.js 46% building 302/332 modules 30 active .../prop-types/factoryWithThrowingShims.js 46% building 303/332 modules 29 active .../prop-types/factoryWithThrowingShims.js 46% building 304/332 modules 28 active .../prop-types/factoryWithThrowingShims.js 46% building 305/332 modules 27 active .../prop-types/factoryWithThrowingShims.js 46% building 306/332 modules 26 active .../prop-types/factoryWithThrowingShims.js 46% building 306/333 modules 27 active ...odules/rc-pagination/es/locale/en_US.js 46% building 307/333 modules 26 active ...odules/rc-pagination/es/locale/en_US.js 46% building 307/334 modules 27 active ...e_modules/antd/es/_util/styleChecker.js 46% building 307/335 modules 28 active ...spa/node_modules/antd/es/tabs/TabBar.js 46% building 307/336 modules 29 active ..._modules/core-js/modules/_a-function.js 46% building 307/337 modules 30 active .../core-js/modules/_function-to-string.js 46% building 308/337 modules 29 active .../core-js/modules/_function-to-string.js 47% building 309/337 modules 28 active .../core-js/modules/_function-to-string.js 47% building 309/338 modules 29 active ...ics/dist/hoist-non-react-statics.cjs.js 47% building 309/339 modules 30 active ...pa/node_modules/path-to-regexp/index.js 47% building 309/340 modules 31 active ...node_modules/rc-cascader/es/Cascader.js 47% building 310/340 modules 30 active ...node_modules/rc-cascader/es/Cascader.js 47% building 311/340 modules 29 active ...node_modules/rc-cascader/es/Cascader.js 47% building 312/340 modules 28 active ...node_modules/rc-cascader/es/Cascader.js 47% building 313/340 modules 27 active ...node_modules/rc-cascader/es/Cascader.js 47% building 313/341 modules 28 active ...ate-react-context/lib/implementation.js 47% building 313/342 modules 29 active ...dules/antd/es/collapse/CollapsePanel.js 47% building 313/343 modules 30 active .../node_modules/css-animation/es/Event.js 47% building 314/343 modules 29 active .../node_modules/css-animation/es/Event.js 47% building 314/344 modules 30 active ...ules/core-js/modules/_ie8-dom-define.js 47% building 315/344 modules 29 active ...ules/core-js/modules/_ie8-dom-define.js 47% building 315/345 modules 30 active ...e_modules/rc-form/es/createFormField.js 47% building 315/346 modules 31 active ...ode_modules/rc-form/es/createDOMForm.js 47% building 316/346 modules 30 active ...ode_modules/rc-form/es/createDOMForm.js 47% building 316/347 modules 31 active ...node_modules/antd/es/calendar/Header.js 48% building 317/347 modules 30 active ...node_modules/antd/es/calendar/Header.js 48% building 317/348 modules 31 active ...ny-invariant/dist/tiny-invariant.esm.js 48% building 317/349 modules 32 active ..._modules/core-js/modules/_shared-key.js 48% building 317/350 modules 33 active ...ules/core-js/modules/_array-includes.js 48% building 318/350 modules 32 active ...ules/core-js/modules/_array-includes.js 48% building 319/350 modules 31 active ...ules/core-js/modules/_array-includes.js 48% building 320/350 modules 30 active ...ules/core-js/modules/_array-includes.js 48% building 321/350 modules 29 active ...ules/core-js/modules/_array-includes.js 48% building 321/351 modules 30 active ...odules/antd/es/calendar/locale/en_US.js 48% building 321/352 modules 31 active ...spa/node_modules/rc-tooltip/es/index.js 48% building 321/353 modules 32 active ...s/tiny-warning/dist/tiny-warning.esm.js 48% building 322/353 modules 31 active ...s/tiny-warning/dist/tiny-warning.esm.js 48% building 322/354 modules 32 active ...spa/node_modules/history/esm/history.js 48% building 323/354 modules 31 active ...spa/node_modules/history/esm/history.js 48% building 324/354 modules 30 active ...spa/node_modules/history/esm/history.js 48% building 324/355 modules 31 active ...pa/node_modules/antd/es/_util/colors.js 48% building 324/356 modules 32 active ...e_modules/antd/es/badge/ScrollNumber.js 49% building 325/356 modules 31 active ...e_modules/antd/es/badge/ScrollNumber.js 49% building 325/357 modules 32 active ...-create-react-context/dist/esm/index.js 49% building 325/358 modules 33 active ...pa/node_modules/antd/es/select/index.js 49% building 325/359 modules 34 active ...rsr/spa/node_modules/rc-menu/es/Menu.js 49% building 325/360 modules 35 active ...e_modules/rc-drawer/es/DrawerWrapper.js 49% building 326/360 modules 34 active ...e_modules/rc-drawer/es/DrawerWrapper.js 49% building 327/360 modules 33 active ...e_modules/rc-drawer/es/DrawerWrapper.js 49% building 327/361 modules 34 active .../spa/node_modules/rc-menu/es/Divider.js 49% building 327/362 modules 35 active ...a/node_modules/core-js/modules/_html.js 49% building 327/363 modules 36 active ..._modules/core-js/modules/_dom-create.js 49% building 327/364 modules 37 active ...ode_modules/core-js/modules/_iobject.js 49% building 327/365 modules 38 active ...odules/babel-runtime/helpers/extends.js 49% building 327/366 modules 39 active ...ode_modules/core-js/modules/_defined.js 49% building 327/367 modules 40 active ...pa/node_modules/core-js/modules/_cof.js 49% building 327/368 modules 41 active ..._modules/core-js/modules/_object-dps.js 49% building 327/369 modules 42 active ...ode_modules/rc-menu/es/MenuItemGroup.js 49% building 327/370 modules 43 active ...spa/node_modules/rc-menu/es/MenuItem.js 49% building 327/371 modules 44 active .../spa/node_modules/rc-menu/es/SubMenu.js 49% building 327/372 modules 45 active ...les/antd/es/_util/getDataOrAriaProps.js 49% building 327/373 modules 46 active ...les/antd/es/date-picker/locale/en_US.js 49% building 327/374 modules 47 active .../html-parse-stringify2/lib/parse-tag.js 49% building 327/375 modules 48 active ...a/node_modules/rc-tabs/es/TabContent.js 49% building 328/375 modules 47 active ...a/node_modules/rc-tabs/es/TabContent.js 49% building 329/375 modules 46 active ...a/node_modules/rc-tabs/es/TabContent.js 49% building 330/375 modules 45 active ...a/node_modules/rc-tabs/es/TabContent.js 49% building 330/376 modules 46 active ...ode_modules/rc-tooltip/es/placements.js 49% building 330/377 modules 47 active ...es/antd/node_modules/lodash/debounce.js 49% building 331/377 modules 46 active ...es/antd/node_modules/lodash/debounce.js 49% building 332/377 modules 45 active ...es/antd/node_modules/lodash/debounce.js 49% building 332/378 modules 46 active ...node_modules/rc-checkbox/es/Checkbox.js 49% building 333/378 modules 45 active ...node_modules/rc-checkbox/es/Checkbox.js 50% building 334/378 modules 44 active ...node_modules/rc-checkbox/es/Checkbox.js 50% building 334/379 modules 45 active ...les/antd/es/time-picker/locale/en_US.js 50% building 335/379 modules 44 active ...les/antd/es/time-picker/locale/en_US.js 50% building 335/380 modules 45 active ..._modules/rc-calendar/es/FullCalendar.js 50% building 335/381 modules 46 active ...pa/node_modules/rc-progress/es/index.js 50% building 335/382 modules 47 active ...e_modules/rc-calendar/es/util/toTime.js 50% building 335/383 modules 48 active ...ules/antd/node_modules/lodash/padEnd.js 50% building 336/383 modules 47 active ...ules/antd/node_modules/lodash/padEnd.js 50% building 337/383 modules 46 active ...ules/antd/node_modules/lodash/padEnd.js 50% building 338/383 modules 45 active ...ules/antd/node_modules/lodash/padEnd.js 50% building 338/384 modules 46 active ...dules/babel-runtime/helpers/inherits.js 50% building 339/384 modules 45 active ...dules/babel-runtime/helpers/inherits.js 50% building 340/384 modules 44 active ...dules/babel-runtime/helpers/inherits.js 50% building 341/384 modules 43 active ...dules/babel-runtime/helpers/inherits.js 51% building 342/384 modules 42 active ...dules/babel-runtime/helpers/inherits.js 51% building 343/384 modules 41 active ...dules/babel-runtime/helpers/inherits.js 51% building 344/384 modules 40 active ...dules/babel-runtime/helpers/inherits.js 51% building 345/384 modules 39 active ...dules/babel-runtime/helpers/inherits.js 51% building 346/384 modules 38 active ...dules/babel-runtime/helpers/inherits.js 51% building 347/384 modules 37 active ...dules/babel-runtime/helpers/inherits.js 51% building 347/385 modules 38 active ...me/helpers/possibleConstructorReturn.js 51% building 347/386 modules 39 active ...o/rsr/spa/node_modules/yup/es/locale.js 51% building 347/387 modules 40 active ...odules/rc-calendar/es/date/DateInput.js 51% building 347/388 modules 41 active ...odules/rc-calendar/es/date/DateTable.js 51% building 347/389 modules 42 active ...les/rc-calendar/es/mixin/CommonMixin.js 51% building 347/390 modules 43 active ...s/rc-calendar/es/mixin/CalendarMixin.js 51% building 347/391 modules 44 active ...-calendar/es/calendar/CalendarFooter.js 51% building 347/392 modules 45 active ...-calendar/es/calendar/CalendarHeader.js 51% building 347/393 modules 46 active .../node_modules/rc-pagination/es/index.js 51% building 347/394 modules 47 active ...babel-runtime/helpers/classCallCheck.js 51% building 347/395 modules 48 active .../node_modules/yup/es/util/printValue.js 51% building 348/395 modules 47 active .../node_modules/yup/es/util/printValue.js 51% building 349/395 modules 46 active .../node_modules/yup/es/util/printValue.js 52% building 350/395 modules 45 active .../node_modules/yup/es/util/printValue.js 52% building 350/396 modules 46 active ...spa/node_modules/yup/es/util/toArray.js 52% building 350/397 modules 47 active ...pa/node_modules/yup/es/util/isAbsent.js 52% building 350/398 modules 48 active ...spa/node_modules/yup/es/util/isodate.js 52% building 350/399 modules 49 active ...les/deep-object-diff/dist/diff/index.js 52% building 351/399 modules 48 active ...les/deep-object-diff/dist/diff/index.js 52% building 352/399 modules 47 active ...les/deep-object-diff/dist/diff/index.js 52% building 353/399 modules 46 active ...les/deep-object-diff/dist/diff/index.js 52% building 354/399 modules 45 active ...les/deep-object-diff/dist/diff/index.js 52% building 354/400 modules 46 active ...ode_modules/yup/es/util/ReferenceSet.js 52% building 354/401 modules 47 active ...pa/node_modules/yup/es/util/runTests.js 52% building 355/401 modules 46 active ...pa/node_modules/yup/es/util/runTests.js 52% building 356/401 modules 45 active ...pa/node_modules/yup/es/util/runTests.js 52% building 357/401 modules 44 active ...pa/node_modules/yup/es/util/runTests.js 52% building 358/401 modules 43 active ...pa/node_modules/yup/es/util/runTests.js 53% building 359/401 modules 42 active ...pa/node_modules/yup/es/util/runTests.js 53% building 360/401 modules 41 active ...pa/node_modules/yup/es/util/runTests.js 53% building 361/401 modules 40 active ...pa/node_modules/yup/es/util/runTests.js 53% building 362/401 modules 39 active ...pa/node_modules/yup/es/util/runTests.js 53% building 363/401 modules 38 active ...pa/node_modules/yup/es/util/runTests.js 53% building 364/401 modules 37 active ...pa/node_modules/yup/es/util/runTests.js 53% building 365/401 modules 36 active ...pa/node_modules/yup/es/util/runTests.js 53% building 366/401 modules 35 active ...pa/node_modules/yup/es/util/runTests.js 53% building 366/402 modules 36 active ...@babel/runtime/helpers/inheritsLoose.js 54% building 367/402 modules 35 active ...@babel/runtime/helpers/inheritsLoose.js 54% building 368/402 modules 34 active ...@babel/runtime/helpers/inheritsLoose.js 54% building 368/403 modules 35 active ...deep-object-diff/dist/detailed/index.js 54% building 368/404 modules 36 active .../deep-object-diff/dist/updated/index.js 54% building 368/405 modules 37 active .../deep-object-diff/dist/deleted/index.js 54% building 368/406 modules 38 active ...es/deep-object-diff/dist/added/index.js 54% building 369/406 modules 37 active ...es/deep-object-diff/dist/added/index.js 54% building 370/406 modules 36 active ...es/deep-object-diff/dist/added/index.js 54% building 371/406 modules 35 active ...es/deep-object-diff/dist/added/index.js 54% building 372/406 modules 34 active ...es/deep-object-diff/dist/added/index.js 54% building 373/406 modules 33 active ...es/deep-object-diff/dist/added/index.js 54% building 373/407 modules 34 active ...e_modules/yup/es/util/sortByKeyOrder.js 54% building 374/407 modules 33 active ...e_modules/yup/es/util/sortByKeyOrder.js 54% building 374/408 modules 34 active .../node_modules/yup/es/util/sortFields.js 54% building 375/408 modules 33 active .../node_modules/yup/es/util/sortFields.js 55% building 376/408 modules 32 active .../node_modules/yup/es/util/sortFields.js 55% building 377/408 modules 31 active .../node_modules/yup/es/util/sortFields.js 55% building 378/408 modules 30 active .../node_modules/yup/es/util/sortFields.js 55% building 379/408 modules 29 active .../node_modules/yup/es/util/sortFields.js 55% building 379/409 modules 30 active ...pa/node_modules/enquire.js/src/index.js 55% building 380/409 modules 29 active ...pa/node_modules/enquire.js/src/index.js 55% building 381/409 modules 28 active ...pa/node_modules/enquire.js/src/index.js 55% building 382/409 modules 27 active ...pa/node_modules/enquire.js/src/index.js 55% building 383/409 modules 26 active ...pa/node_modules/enquire.js/src/index.js 56% building 384/409 modules 25 active ...pa/node_modules/enquire.js/src/index.js 56% building 384/410 modules 26 active .../prop-types/lib/ReactPropTypesSecret.js 56% building 385/410 modules 25 active .../prop-types/lib/ReactPropTypesSecret.js 56% building 386/410 modules 24 active .../prop-types/lib/ReactPropTypesSecret.js 56% building 387/410 modules 23 active .../prop-types/lib/ReactPropTypesSecret.js 56% building 388/410 modules 22 active .../prop-types/lib/ReactPropTypesSecret.js 56% building 389/410 modules 21 active .../prop-types/lib/ReactPropTypesSecret.js 56% building 390/410 modules 20 active .../prop-types/lib/ReactPropTypesSecret.js 56% building 391/410 modules 19 active .../prop-types/lib/ReactPropTypesSecret.js 56% building 391/411 modules 20 active ...pa/node_modules/rc-dropdown/es/index.js 57% building 392/411 modules 19 active ...pa/node_modules/rc-dropdown/es/index.js 57% building 393/411 modules 18 active ...pa/node_modules/rc-dropdown/es/index.js 57% building 394/411 modules 17 active ...pa/node_modules/rc-dropdown/es/index.js 57% building 395/411 modules 16 active ...pa/node_modules/rc-dropdown/es/index.js 57% building 396/411 modules 15 active ...pa/node_modules/rc-dropdown/es/index.js 57% building 397/411 modules 14 active ...pa/node_modules/rc-dropdown/es/index.js 57% building 397/412 modules 15 active ...sr/spa/node_modules/rc-form/es/utils.js 57% building 397/413 modules 16 active ...a/node_modules/rc-form/es/createForm.js 57% building 397/414 modules 17 active ...s/core-js/modules/_to-absolute-index.js 57% building 397/415 modules 18 active ...a/node_modules/i18next/dist/es/utils.js 57% building 397/416 modules 19 active ...sr/spa/node_modules/rc-tabs/es/index.js 57% building 397/417 modules 20 active ...pa/node_modules/rc-cascader/es/Menus.js 57% building 398/417 modules 19 active ...pa/node_modules/rc-cascader/es/Menus.js 57% building 398/418 modules 20 active ...a/node_modules/rc-tooltip/es/Tooltip.js 57% building 398/419 modules 21 active ...dules/rc-tabs/es/ScrollableInkTabBar.js 57% building 398/420 modules 22 active ...akvo/rsr/spa/node_modules/lodash/has.js 57% building 398/421 modules 23 active ...sr/spa/node_modules/lodash/mapValues.js 57% building 398/422 modules 24 active .../rsr/spa/node_modules/lodash/mapKeys.js 57% building 398/423 modules 25 active ...e_modules/core-js/modules/_to-length.js 57% building 399/423 modules 24 active ...e_modules/core-js/modules/_to-length.js 57% building 399/424 modules 25 active ...de_modules/rc-form/es/createBaseForm.js 57% building 399/425 modules 26 active ...modules/yup/es/util/createValidation.js 57% building 399/426 modules 27 active ...sr/spa/node_modules/yup/es/Condition.js 57% building 400/426 modules 26 active ...sr/spa/node_modules/yup/es/Condition.js 58% building 401/426 modules 25 active ...sr/spa/node_modules/yup/es/Condition.js 58% building 402/426 modules 24 active ...sr/spa/node_modules/yup/es/Condition.js 58% building 402/427 modules 25 active ...de_modules/rc-calendar/es/util/index.js 58% building 403/427 modules 24 active ...de_modules/rc-calendar/es/util/index.js 58% building 404/427 modules 23 active ...de_modules/rc-calendar/es/util/index.js 58% building 404/428 modules 24 active ...ode_modules/rc-util/es/PortalWrapper.js 58% building 404/429 modules 25 active ...pa/node_modules/rc-collapse/es/index.js 58% building 405/429 modules 24 active ...pa/node_modules/rc-collapse/es/index.js 58% building 405/430 modules 25 active ...sr/spa/node_modules/lodash/camelCase.js 58% building 405/431 modules 26 active ...les/add-dom-event-listener/lib/index.js 58% building 405/432 modules 27 active ...ode_modules/rc-drawer/es/DrawerChild.js 58% building 406/432 modules 26 active ...ode_modules/rc-drawer/es/DrawerChild.js 58% building 406/433 modules 27 active ...rsr/spa/node_modules/rc-menu/es/util.js 58% building 406/434 modules 28 active ...spa/node_modules/antd/es/affix/utils.js 58% building 406/435 modules 29 active ...td/es/_util/throttleByAnimationFrame.js 58% building 407/435 modules 28 active ...td/es/_util/throttleByAnimationFrame.js 58% building 407/436 modules 29 active ...node_modules/rc-menu/es/SubPopupMenu.js 58% building 407/437 modules 30 active .../node_modules/webpack/buildin/module.js 58% building 408/437 modules 29 active ...node_modules/rc-menu/es/SubPopupMenu.js 59% building 409/437 modules 28 active ...node_modules/rc-menu/es/SubPopupMenu.js 59% building 409/438 modules 29 active ...es/antd/node_modules/lodash/isObject.js 59% building 409/439 modules 30 active .../node_modules/css-animation/es/index.js 59% building 409/440 modules 31 active ...time/helpers/objectWithoutProperties.js 59% building 409/441 modules 32 active ..._modules/rc-calendar/es/locale/en_US.js 59% building 409/442 modules 33 active ...sr/spa/node_modules/lodash/snakeCase.js 59% building 409/443 modules 34 active ...spa/node_modules/rc-progress/es/Line.js 59% building 409/444 modules 35 active ...a/node_modules/rc-progress/es/Circle.js 59% building 410/444 modules 34 active ...a/node_modules/rc-progress/es/Circle.js 59% building 411/444 modules 33 active ...a/node_modules/rc-progress/es/Circle.js 59% building 411/445 modules 34 active ..._modules/rc-menu/es/utils/legacyUtil.js 59% building 411/446 modules 35 active ...d/node_modules/lodash/_createPadding.js 59% building 411/447 modules 36 active ...es/antd/node_modules/lodash/toString.js 59% building 411/448 modules 37 active ...s/antd/node_modules/lodash/toInteger.js 59% building 411/449 modules 38 active ...antd/node_modules/lodash/_stringSize.js 59% building 411/450 modules 39 active ...spa/node_modules/property-expr/index.js 59% building 411/451 modules 40 active .../babel-runtime/core-js/object/assign.js 59% building 411/452 modules 41 active ...time/core-js/object/set-prototype-of.js 59% building 411/453 modules 42 active ...a/node_modules/rc-animate/es/Animate.js 59% building 412/453 modules 41 active ...a/node_modules/rc-animate/es/Animate.js 59% building 413/453 modules 40 active ...a/node_modules/rc-animate/es/Animate.js 59% building 414/453 modules 39 active ...a/node_modules/rc-animate/es/Animate.js 59% building 415/453 modules 38 active ...a/node_modules/rc-animate/es/Animate.js 59% building 415/454 modules 39 active ...modules/babel-runtime/helpers/typeof.js 59% building 415/455 modules 40 active ...ndar/es/full-calendar/CalendarHeader.js 59% building 416/455 modules 39 active ...ndar/es/full-calendar/CalendarHeader.js 59% building 416/456 modules 40 active ...ules/rc-calendar/es/month/MonthTable.js 59% building 416/457 modules 41 active ...a/node_modules/rc-menu/es/placements.js 59% building 416/458 modules 42 active ..._modules/rc-pagination/es/Pagination.js 59% building 416/459 modules 43 active ...e_modules/moment/locale sync /^\.\/.*$/ 60% building 417/459 modules 42 active ...e_modules/moment/locale sync /^\.\/.*$/ 60% building 418/459 modules 41 active ...e_modules/moment/locale sync /^\.\/.*$/ 60% building 419/459 modules 40 active ...e_modules/moment/locale sync /^\.\/.*$/ 60% building 420/459 modules 39 active ...e_modules/moment/locale sync /^\.\/.*$/ 60% building 421/459 modules 38 active ...e_modules/moment/locale sync /^\.\/.*$/ 60% building 421/460 modules 39 active ...ules/rc-calendar/es/month/MonthPanel.js 60% building 421/461 modules 40 active ..._modules/rc-util/es/Children/mapSelf.js 60% building 422/461 modules 39 active ..._modules/rc-util/es/Children/mapSelf.js 60% building 423/461 modules 38 active ..._modules/rc-util/es/Children/mapSelf.js 60% building 424/461 modules 37 active ..._modules/rc-util/es/Children/mapSelf.js 60% building 424/462 modules 38 active ...spa/node_modules/nanoclone/src/index.js 61% building 425/462 modules 37 active ...spa/node_modules/nanoclone/src/index.js 61% building 426/462 modules 36 active ...spa/node_modules/nanoclone/src/index.js 61% building 426/463 modules 37 active ...alendar/es/calendar/TimePickerButton.js 61% building 426/464 modules 38 active ...les/rc-calendar/es/calendar/OkButton.js 61% building 426/465 modules 39 active .../rc-calendar/es/calendar/TodayButton.js 61% building 426/466 modules 40 active ...odules/rc-calendar/es/date/DateTBody.js 61% building 426/467 modules 41 active ...odules/rc-calendar/es/date/DateTHead.js 61% building 426/468 modules 42 active ...es/rc-calendar/es/decade/DecadePanel.js 61% building 426/469 modules 43 active ...odules/rc-calendar/es/year/YearPanel.js 61% building 427/469 modules 42 active ...odules/rc-calendar/es/year/YearPanel.js 61% building 428/469 modules 41 active ...odules/rc-calendar/es/year/YearPanel.js 61% building 429/469 modules 40 active ...odules/rc-calendar/es/year/YearPanel.js 61% building 430/469 modules 39 active ...odules/rc-calendar/es/year/YearPanel.js 61% building 431/469 modules 38 active ...odules/rc-calendar/es/year/YearPanel.js 61% building 432/469 modules 37 active ...odules/rc-calendar/es/year/YearPanel.js 61% building 432/470 modules 38 active ...node_modules/rc-animate/es/CSSMotion.js 61% building 433/470 modules 37 active ...node_modules/rc-animate/es/CSSMotion.js 62% building 434/470 modules 36 active ...node_modules/rc-animate/es/CSSMotion.js 62% building 435/470 modules 35 active ...node_modules/rc-animate/es/CSSMotion.js 62% building 436/470 modules 34 active ...node_modules/rc-animate/es/CSSMotion.js 62% building 437/470 modules 33 active ...node_modules/rc-animate/es/CSSMotion.js 62% building 437/471 modules 34 active ...odules/i18next/dist/es/postProcessor.js 62% building 437/472 modules 35 active ...ode_modules/i18next/dist/es/defaults.js 62% building 437/473 modules 36 active .../babel-runtime/core-js/object/create.js 62% building 437/474 modules 37 active ...es/antd/node_modules/lodash/toNumber.js 62% building 438/474 modules 36 active ...es/antd/node_modules/lodash/toNumber.js 62% building 439/474 modules 35 active ...es/antd/node_modules/lodash/toNumber.js 62% building 440/474 modules 34 active ...es/antd/node_modules/lodash/toNumber.js 62% building 441/474 modules 33 active ...es/antd/node_modules/lodash/toNumber.js 62% building 441/475 modules 34 active .../performance-now/lib/performance-now.js 63% building 442/475 modules 33 active .../performance-now/lib/performance-now.js 63% building 443/475 modules 32 active .../performance-now/lib/performance-now.js 63% building 443/476 modules 33 active ...modules/antd/node_modules/lodash/now.js 63% building 444/476 modules 32 active ...modules/antd/node_modules/lodash/now.js 63% building 444/477 modules 33 active ...es/enquire.js/src/MediaQueryDispatch.js 63% building 444/478 modules 34 active ...rsr/spa/node_modules/warning/warning.js 63% building 444/479 modules 35 active .../akvo/rsr/spa/node_modules/gud/index.js 63% building 445/479 modules 34 active .../akvo/rsr/spa/node_modules/gud/index.js 63% building 446/479 modules 33 active .../akvo/rsr/spa/node_modules/gud/index.js 63% building 447/479 modules 32 active .../akvo/rsr/spa/node_modules/gud/index.js 63% building 448/479 modules 31 active .../akvo/rsr/spa/node_modules/gud/index.js 63% building 449/479 modules 30 active .../akvo/rsr/spa/node_modules/gud/index.js 64% building 450/479 modules 29 active .../akvo/rsr/spa/node_modules/gud/index.js 64% building 451/479 modules 28 active .../akvo/rsr/spa/node_modules/gud/index.js 64% building 451/480 modules 29 active ...o/rsr/spa/node_modules/isarray/index.js 64% building 452/480 modules 28 active ...o/rsr/spa/node_modules/isarray/index.js 64% building 453/480 modules 27 active ...o/rsr/spa/node_modules/isarray/index.js 64% building 454/480 modules 26 active ...o/rsr/spa/node_modules/isarray/index.js 64% building 455/480 modules 25 active ...o/rsr/spa/node_modules/isarray/index.js 64% building 456/480 modules 24 active ...o/rsr/spa/node_modules/isarray/index.js 64% building 456/481 modules 25 active ...node_modules/rc-dropdown/es/Dropdown.js 64% building 456/482 modules 26 active ...sr/spa/node_modules/rc-tabs/es/utils.js 64% building 456/483 modules 27 active ...es/babel-runtime/helpers/createClass.js 64% building 457/483 modules 26 active ...es/babel-runtime/helpers/createClass.js 64% building 458/483 modules 25 active ...es/babel-runtime/helpers/createClass.js 64% building 458/484 modules 26 active ...babel-runtime/helpers/defineProperty.js 65% building 459/484 modules 25 active ...babel-runtime/helpers/defineProperty.js 65% building 459/485 modules 26 active ..._modules/core-js/modules/_to-integer.js 65% building 460/485 modules 25 active ..._modules/core-js/modules/_to-integer.js 65% building 460/486 modules 26 active ...rsr/spa/node_modules/rc-tabs/es/Tabs.js 65% building 461/486 modules 25 active ...rsr/spa/node_modules/rc-tabs/es/Tabs.js 65% building 462/486 modules 24 active ...rsr/spa/node_modules/rc-tabs/es/Tabs.js 65% building 463/486 modules 23 active ...rsr/spa/node_modules/rc-tabs/es/Tabs.js 65% building 464/486 modules 22 active ...rsr/spa/node_modules/rc-tabs/es/Tabs.js 65% building 465/486 modules 21 active ...rsr/spa/node_modules/rc-tabs/es/Tabs.js 65% building 466/486 modules 20 active ...rsr/spa/node_modules/rc-tabs/es/Tabs.js 65% building 466/487 modules 21 active .../spa/node_modules/rc-tabs/es/SaveRef.js 65% building 466/488 modules 22 active ...rsr/spa/node_modules/lodash/_baseHas.js 65% building 466/489 modules 23 active ...node_modules/lodash/_baseAssignValue.js 65% building 466/490 modules 24 active ...pa/node_modules/lodash/_baseIteratee.js 65% building 466/491 modules 25 active .../spa/node_modules/lodash/_baseForOwn.js 65% building 466/492 modules 26 active ...rsr/spa/node_modules/lodash/_hasPath.js 65% building 466/493 modules 27 active ...spa/node_modules/void-elements/index.js 65% building 466/494 modules 28 active ...ules/rc-tabs/es/ScrollableTabBarNode.js 66% building 467/494 modules 27 active ...ules/rc-tabs/es/ScrollableTabBarNode.js 66% building 468/494 modules 26 active ...ules/rc-tabs/es/ScrollableTabBarNode.js 66% building 468/495 modules 27 active ...sr/spa/node_modules/moment/locale/af.js 66% building 468/496 modules 28 active ...node_modules/rc-collapse/es/Collapse.js 66% building 468/497 modules 29 active ...r/spa/node_modules/lodash/capitalize.js 66% building 468/498 modules 30 active ...d-dom-event-listener/lib/EventObject.js 66% building 468/499 modules 31 active ...ode_modules/lodash/_createCompounder.js 66% building 468/500 modules 32 active ...de_modules/rc-tabs/es/TabBarRootNode.js 66% building 468/501 modules 33 active ...de_modules/rc-tabs/es/TabBarTabsNode.js 65% building 468/502 modules 34 active ...ode_modules/rc-tabs/es/InkTabBarNode.js 66% building 469/502 modules 33 active ...ode_modules/rc-tabs/es/InkTabBarNode.js 65% building 469/503 modules 34 active ...de_modules/rc-menu/es/utils/isMobile.js 66% building 470/503 modules 33 active ...de_modules/rc-menu/es/utils/isMobile.js 66% building 471/503 modules 32 active ...de_modules/rc-menu/es/utils/isMobile.js 66% building 472/503 modules 31 active ...de_modules/rc-menu/es/utils/isMobile.js 66% building 472/504 modules 32 active ...a/node_modules/rc-tooltip/es/Content.js 66% building 472/505 modules 33 active ...e_modules/shallow-equal/arrays/index.js 66% building 473/505 modules 32 active ...e_modules/shallow-equal/arrays/index.js 66% building 474/505 modules 31 active ...e_modules/shallow-equal/arrays/index.js 66% building 474/506 modules 32 active .../spa/node_modules/rc-tabs/es/TabPane.js 66% building 475/506 modules 31 active .../spa/node_modules/rc-tabs/es/TabPane.js 66% building 475/507 modules 32 active ...spa/node_modules/rc-util/es/setStyle.js 66% building 476/507 modules 31 active ...spa/node_modules/rc-util/es/setStyle.js 66% building 476/508 modules 32 active ...les/rc-util/es/switchScrollingEffect.js 66% building 477/508 modules 31 active ...les/rc-util/es/switchScrollingEffect.js 66% building 478/508 modules 30 active ...les/rc-util/es/switchScrollingEffect.js 66% building 478/509 modules 31 active ...spa/node_modules/rc-trigger/es/index.js 66% building 478/510 modules 32 active ...es/deep-object-diff/dist/utils/index.js 66% building 478/511 modules 33 active ...r/spa/node_modules/rc-util/es/Portal.js 66% building 478/512 modules 34 active ...dules/dom-scroll-into-view/lib/index.js 66% building 479/512 modules 33 active ...dules/dom-scroll-into-view/lib/index.js 66% building 479/513 modules 34 active ...pa/node_modules/mini-store/lib/index.js 65% building 479/514 modules 35 active .../spa/node_modules/rc-menu/es/DOMWrap.js 65% building 479/515 modules 36 active ...antd/node_modules/lodash/_baseRepeat.js 65% building 479/516 modules 37 active ...d/node_modules/lodash/_stringToArray.js 65% building 479/517 modules 38 active ...antd/node_modules/lodash/_hasUnicode.js 65% building 479/518 modules 39 active .../antd/node_modules/lodash/_castSlice.js 65% building 479/519 modules 40 active ...td/node_modules/lodash/_baseToString.js 65% building 479/520 modules 41 active ...es/antd/node_modules/lodash/toFinite.js 65% building 479/521 modules 42 active .../antd/node_modules/lodash/_asciiSize.js 65% building 479/522 modules 43 active ...ntd/node_modules/lodash/_unicodeSize.js 65% building 480/522 modules 42 active ...ntd/node_modules/lodash/_unicodeSize.js 65% building 481/522 modules 41 active ...ntd/node_modules/lodash/_unicodeSize.js 65% building 481/523 modules 42 active .../spa/node_modules/rc-drawer/es/utils.js 65% building 482/523 modules 41 active .../spa/node_modules/rc-drawer/es/utils.js 65% building 483/523 modules 40 active .../spa/node_modules/rc-drawer/es/utils.js 65% building 483/524 modules 41 active ..._modules/rc-resize-observer/es/index.js 65% building 483/525 modules 42 active ...pa/node_modules/rc-progress/es/types.js 65% building 484/525 modules 41 active ...pa/node_modules/rc-progress/es/types.js 65% building 484/526 modules 42 active ...node_modules/rc-progress/es/enhancer.js 65% building 485/526 modules 41 active ...node_modules/rc-progress/es/enhancer.js 65% building 486/526 modules 40 active ...node_modules/rc-progress/es/enhancer.js 65% building 487/526 modules 39 active ...node_modules/rc-progress/es/enhancer.js 65% building 488/526 modules 38 active ...node_modules/rc-progress/es/enhancer.js 65% building 489/526 modules 37 active ...node_modules/rc-progress/es/enhancer.js 65% building 489/527 modules 38 active ...spa/node_modules/moment/locale/zh-tw.js 65% building 490/527 modules 37 active ...spa/node_modules/moment/locale/zh-tw.js 65% building 490/528 modules 38 active ...abel-runtime/core-js/symbol/iterator.js 65% building 490/529 modules 39 active ...modules/babel-runtime/core-js/symbol.js 65% building 490/530 modules 40 active ...e_modules/rc-animate/es/AnimateChild.js 65% building 491/530 modules 39 active ...e_modules/rc-animate/es/AnimateChild.js 65% building 491/531 modules 40 active ..._modules/rc-animate/es/ChildrenUtils.js 65% building 492/531 modules 39 active ..._modules/rc-animate/es/ChildrenUtils.js 65% building 492/532 modules 40 active .../rc-util/es/unsafeLifecyclesPolyfill.js 65% building 492/533 modules 41 active ...spa/node_modules/moment/locale/zh-hk.js 65% building 492/534 modules 42 active ...es/rc-calendar/es/date/DateConstants.js 65% building 493/534 modules 41 active ...es/rc-calendar/es/date/DateConstants.js 65% building 493/535 modules 42 active ...spa/node_modules/moment/locale/zh-cn.js 65% building 494/535 modules 41 active ...spa/node_modules/moment/locale/zh-cn.js 65% building 494/536 modules 42 active ...sr/spa/node_modules/moment/locale/yo.js 65% building 495/536 modules 41 active ...sr/spa/node_modules/moment/locale/yo.js 65% building 496/536 modules 40 active ...sr/spa/node_modules/moment/locale/yo.js 65% building 497/536 modules 39 active ...sr/spa/node_modules/moment/locale/yo.js 65% building 498/536 modules 38 active ...sr/spa/node_modules/moment/locale/yo.js 65% building 499/536 modules 37 active ...sr/spa/node_modules/moment/locale/yo.js 65% building 500/536 modules 36 active ...sr/spa/node_modules/moment/locale/yo.js 65% building 500/537 modules 37 active ..._modules/rc-util/es/getScrollBarSize.js 65% building 500/538 modules 38 active ...ules/yup/node_modules/toposort/index.js 65% building 501/538 modules 37 active ...ules/yup/node_modules/toposort/index.js 65% building 501/539 modules 38 active ...e_modules/rc-animate/es/util/animate.js 65% building 502/539 modules 37 active ...e_modules/rc-animate/es/util/animate.js 65% building 503/539 modules 36 active ...e_modules/rc-animate/es/util/animate.js 66% building 504/539 modules 35 active ...e_modules/rc-animate/es/util/animate.js 66% building 505/539 modules 34 active ...e_modules/rc-animate/es/util/animate.js 66% building 505/540 modules 35 active .../node_modules/moment/locale/x-pseudo.js 66% building 505/541 modules 36 active ..._modules/value-equal/esm/value-equal.js 65% building 505/542 modules 37 active ...rsr/spa/node_modules/lodash/debounce.js 65% building 505/543 modules 38 active ...odules/rc-pagination/es/locale/zh_CN.js 65% building 505/544 modules 39 active ...ode_modules/rc-pagination/es/KeyCode.js 65% building 505/545 modules 40 active ...ode_modules/rc-pagination/es/Options.js 65% building 505/546 modules 41 active .../node_modules/rc-pagination/es/Pager.js 65% building 506/546 modules 40 active .../node_modules/rc-pagination/es/Pager.js 65% building 507/546 modules 39 active .../node_modules/rc-pagination/es/Pager.js 65% building 507/547 modules 40 active ...esolve-pathname/esm/resolve-pathname.js 65% building 508/547 modules 39 active ...esolve-pathname/esm/resolve-pathname.js 65% building 508/548 modules 40 active ...s/antd/node_modules/lodash/_baseTrim.js 65% building 509/548 modules 39 active ...s/antd/node_modules/lodash/_baseTrim.js 65% building 510/548 modules 38 active ...s/antd/node_modules/lodash/_baseTrim.js 65% building 510/549 modules 39 active ...es/antd/node_modules/lodash/isSymbol.js 65% building 510/550 modules 40 active ...de_modules/rc-animate/es/util/motion.js 65% building 511/550 modules 39 active ...de_modules/rc-animate/es/util/motion.js 65% building 511/551 modules 40 active ...e_modules/rc-util/es/Dom/findDOMNode.js 65% building 511/552 modules 41 active ..._modules/rc-form/es/FieldElemWrapper.js 65% building 511/553 modules 42 active ...modules/rc-form/es/createFieldsStore.js 65% building 511/554 modules 43 active ...les/rc-util/es/createChainedFunction.js 65% building 511/555 modules 44 active ...dules/antd/node_modules/lodash/_root.js 65% building 511/556 modules 45 active ...de_modules/enquire.js/src/MediaQuery.js 65% building 512/556 modules 44 active ...de_modules/enquire.js/src/MediaQuery.js 65% building 513/556 modules 43 active ...de_modules/enquire.js/src/MediaQuery.js 65% building 513/557 modules 44 active ...spa/node_modules/enquire.js/src/Util.js 65% building 514/557 modules 43 active ...spa/node_modules/enquire.js/src/Util.js 65% building 515/557 modules 42 active ...spa/node_modules/enquire.js/src/Util.js 65% building 516/557 modules 41 active ...spa/node_modules/enquire.js/src/Util.js 65% building 517/557 modules 40 active ...spa/node_modules/enquire.js/src/Util.js 65% building 518/557 modules 39 active ...spa/node_modules/enquire.js/src/Util.js 65% building 519/557 modules 38 active ...spa/node_modules/enquire.js/src/Util.js 66% building 520/557 modules 37 active ...spa/node_modules/enquire.js/src/Util.js 65% building 520/558 modules 38 active ...e_modules/rc-util/es/ContainerRender.js 65% building 520/559 modules 39 active .../rc-form/node_modules/react-is/index.js 65% building 521/559 modules 38 active .../rc-form/node_modules/react-is/index.js 66% building 522/559 modules 37 active .../rc-form/node_modules/react-is/index.js 66% building 523/559 modules 36 active .../rc-form/node_modules/react-is/index.js 66% building 524/559 modules 35 active .../rc-form/node_modules/react-is/index.js 66% building 524/560 modules 36 active ...ntime/core-js/object/define-property.js 66% building 525/560 modules 35 active ...ntime/core-js/object/define-property.js 66% building 525/561 modules 36 active ...sr/spa/node_modules/moment/locale/vi.js 66% building 526/561 modules 35 active ...sr/spa/node_modules/moment/locale/vi.js 66% building 526/562 modules 36 active ...sr/spa/node_modules/moment/locale/uz.js 66% building 527/562 modules 35 active ...sr/spa/node_modules/moment/locale/uz.js 66% building 528/562 modules 34 active ...sr/spa/node_modules/moment/locale/uz.js 66% building 528/563 modules 35 active ...ics/dist/hoist-non-react-statics.cjs.js 66% building 529/563 modules 34 active ...ics/dist/hoist-non-react-statics.cjs.js 66% building 530/563 modules 33 active ...ics/dist/hoist-non-react-statics.cjs.js 66% building 531/563 modules 32 active ...ics/dist/hoist-non-react-statics.cjs.js 66% building 531/564 modules 33 active ...browser/node_modules/process/browser.js 66% building 532/564 modules 32 active ...browser/node_modules/process/browser.js 66% building 533/564 modules 31 active ...browser/node_modules/process/browser.js 66% building 533/565 modules 32 active .../akvo/rsr/spa/node_modules/lodash/eq.js 66% building 533/566 modules 33 active ...akvo/rsr/spa/node_modules/lodash/set.js 66% building 533/567 modules 34 active ...akvo/rsr/spa/node_modules/lodash/get.js 66% building 534/567 modules 33 active ...akvo/rsr/spa/node_modules/lodash/get.js 66% building 534/568 modules 34 active ...de_modules/rc-dropdown/es/placements.js 66% building 534/569 modules 35 active .../node_modules/lodash/_defineProperty.js 66% building 535/569 modules 34 active .../node_modules/lodash/_defineProperty.js 66% building 535/570 modules 35 active ...spa/node_modules/lodash/_baseMatches.js 66% building 535/571 modules 36 active ...rsr/spa/node_modules/lodash/_baseFor.js 66% building 535/572 modules 37 active ...el-runtime/helpers/toConsumableArray.js 66% building 536/572 modules 36 active ...el-runtime/helpers/toConsumableArray.js 66% building 537/572 modules 35 active ...el-runtime/helpers/toConsumableArray.js 66% building 537/573 modules 36 active ...kvo/rsr/spa/node_modules/lodash/keys.js 66% building 537/574 modules 37 active ...sr/spa/node_modules/lodash/_castPath.js 66% building 538/574 modules 36 active ...sr/spa/node_modules/lodash/_castPath.js 66% building 538/575 modules 37 active ...o/rsr/spa/node_modules/lodash/_toKey.js 66% building 538/576 modules 38 active ...spa/node_modules/rc-tabs/es/Sentinel.js 66% building 539/576 modules 37 active ...spa/node_modules/rc-tabs/es/Sentinel.js 66% building 540/576 modules 36 active ...spa/node_modules/rc-tabs/es/Sentinel.js 66% building 541/576 modules 35 active ...spa/node_modules/rc-tabs/es/Sentinel.js 66% building 541/577 modules 36 active .../spa/node_modules/rc-tabs/es/KeyCode.js 66% building 541/578 modules 37 active ...rsr/spa/node_modules/lodash/isLength.js 66% building 541/579 modules 38 active ...rsr/spa/node_modules/lodash/_isIndex.js 65% building 541/580 modules 39 active .../rsr/spa/node_modules/lodash/isArray.js 66% building 542/580 modules 38 active .../rsr/spa/node_modules/lodash/isArray.js 66% building 543/580 modules 37 active .../rsr/spa/node_modules/lodash/isArray.js 66% building 544/580 modules 36 active .../rsr/spa/node_modules/lodash/isArray.js 66% building 545/580 modules 35 active .../rsr/spa/node_modules/lodash/isArray.js 66% building 546/580 modules 34 active .../rsr/spa/node_modules/lodash/isArray.js 66% building 546/581 modules 35 active .../spa/node_modules/rc-select/es/index.js 66% building 546/582 modules 36 active ...rsr/spa/node_modules/lodash/toString.js 66% building 546/583 modules 37 active ...m-event-listener/lib/EventBaseObject.js 66% building 546/584 modules 38 active ...spa/node_modules/lodash/_arrayReduce.js 65% building 546/585 modules 39 active ...vo/rsr/spa/node_modules/lodash/words.js 65% building 546/586 modules 40 active ...o/rsr/spa/node_modules/lodash/deburr.js 65% building 546/587 modules 41 active ...r/spa/node_modules/lodash/upperFirst.js 65% building 547/587 modules 40 active ...r/spa/node_modules/lodash/upperFirst.js 66% building 548/587 modules 39 active ...r/spa/node_modules/lodash/upperFirst.js 66% building 549/587 modules 38 active ...r/spa/node_modules/lodash/upperFirst.js 66% building 550/587 modules 37 active ...r/spa/node_modules/lodash/upperFirst.js 66% building 551/587 modules 36 active ...r/spa/node_modules/lodash/upperFirst.js 66% building 552/587 modules 35 active ...r/spa/node_modules/lodash/upperFirst.js 66% building 553/587 modules 34 active ...r/spa/node_modules/lodash/upperFirst.js 66% building 554/587 modules 33 active ...r/spa/node_modules/lodash/upperFirst.js 66% building 554/588 modules 34 active .../rc-collapse/es/openAnimationFactory.js 66% building 555/588 modules 33 active .../rc-collapse/es/openAnimationFactory.js 66% building 555/589 modules 34 active .../spa/node_modules/lodash/isArguments.js 66% building 555/590 modules 35 active ...rsr/spa/node_modules/lodash/property.js 66% building 555/591 modules 36 active ...pa/node_modules/rc-collapse/es/Panel.js 66% building 555/592 modules 37 active ...rsr/spa/node_modules/lodash/identity.js 66% building 555/593 modules 38 active ..._modules/lodash/_baseMatchesProperty.js 66% building 555/594 modules 39 active ...a/node_modules/moment/locale/uz-latn.js 65% building 555/595 modules 40 active ...sr/spa/node_modules/moment/locale/ur.js 65% building 555/596 modules 41 active ...sr/spa/node_modules/moment/locale/uk.js 65% building 555/597 modules 42 active ...les/core-js/library/fn/object/assign.js 65% building 555/598 modules 43 active ...s/library/fn/object/set-prototype-of.js 65% building 555/599 modules 44 active ...les/core-js/library/fn/object/create.js 65% building 555/600 modules 45 active ...spa/node_modules/moment/locale/ug-cn.js 65% building 555/601 modules 46 active ...r/spa/node_modules/moment/locale/tzm.js 65% building 555/602 modules 47 active ...l-into-view/lib/dom-scroll-into-view.js 65% building 556/602 modules 46 active ...l-into-view/lib/dom-scroll-into-view.js 65% building 557/602 modules 45 active ...l-into-view/lib/dom-scroll-into-view.js 65% building 557/603 modules 46 active .../node_modules/moment/locale/tzm-latn.js 65% building 557/604 modules 47 active ...r/spa/node_modules/moment/locale/tzl.js 65% building 557/605 modules 48 active ...node_modules/mini-store/lib/Provider.js 65% building 558/605 modules 47 active ...node_modules/mini-store/lib/Provider.js 65% building 558/606 modules 48 active ...sr/spa/node_modules/moment/locale/tr.js 65% building 558/607 modules 49 active ...a/node_modules/mini-store/lib/create.js 65% building 558/608 modules 50 active ...td/node_modules/lodash/_asciiToArray.js 64% building 558/609 modules 51 active .../node_modules/lodash/_unicodeToArray.js 64% building 558/610 modules 52 active ...r/spa/node_modules/moment/locale/tlh.js 64% building 558/611 modules 53 active .../antd/node_modules/lodash/_baseSlice.js 64% building 558/612 modules 54 active ...les/antd/node_modules/lodash/_Symbol.js 64% building 558/613 modules 55 active ...les/antd/node_modules/lodash/isArray.js 64% building 558/614 modules 56 active ...td/node_modules/lodash/_baseProperty.js 64% building 558/615 modules 57 active ...node_modules/component-classes/index.js 64% building 558/616 modules 58 active ...s/antd/node_modules/lodash/_arrayMap.js 64% building 559/616 modules 57 active ...s/antd/node_modules/lodash/_arrayMap.js 64% building 559/617 modules 58 active .../node_modules/mini-store/lib/connect.js 64% building 560/617 modules 57 active .../node_modules/mini-store/lib/connect.js 64% building 561/617 modules 56 active .../node_modules/mini-store/lib/connect.js 64% building 562/617 modules 55 active .../node_modules/mini-store/lib/connect.js 64% building 563/617 modules 54 active .../node_modules/mini-store/lib/connect.js 64% building 563/618 modules 55 active ...e_modules/rc-resize-observer/es/util.js 64% building 563/619 modules 56 active ...spa/node_modules/moment/locale/tl-ph.js 64% building 564/619 modules 55 active ...spa/node_modules/moment/locale/tl-ph.js 64% building 565/619 modules 54 active ...spa/node_modules/moment/locale/tl-ph.js 64% building 566/619 modules 53 active ...spa/node_modules/moment/locale/tl-ph.js 64% building 567/619 modules 52 active ...spa/node_modules/moment/locale/tl-ph.js 65% building 568/619 modules 51 active ...spa/node_modules/moment/locale/tl-ph.js 65% building 569/619 modules 50 active ...spa/node_modules/moment/locale/tl-ph.js 65% building 570/619 modules 49 active ...spa/node_modules/moment/locale/tl-ph.js 65% building 571/619 modules 48 active ...spa/node_modules/moment/locale/tl-ph.js 65% building 572/619 modules 47 active ...spa/node_modules/moment/locale/tl-ph.js 65% building 572/620 modules 48 active ...spa/node_modules/rc-trigger/es/Popup.js 65% building 573/620 modules 47 active ...spa/node_modules/rc-trigger/es/Popup.js 65% building 573/621 modules 48 active ...spa/node_modules/rc-trigger/es/utils.js 65% building 574/621 modules 47 active ...spa/node_modules/rc-trigger/es/utils.js 65% building 575/621 modules 46 active ...spa/node_modules/rc-trigger/es/utils.js 65% building 575/622 modules 47 active ...node_modules/rc-util/es/Dom/contains.js 65% building 576/622 modules 46 active ...node_modules/rc-util/es/Dom/contains.js 65% building 577/622 modules 45 active ...node_modules/rc-util/es/Dom/contains.js 65% building 578/622 modules 44 active ...node_modules/rc-util/es/Dom/contains.js 65% building 579/622 modules 43 active ...node_modules/rc-util/es/Dom/contains.js 65% building 579/623 modules 44 active ...rsr/spa/node_modules/rc-util/lib/ref.js 65% building 580/623 modules 43 active ...rsr/spa/node_modules/rc-util/lib/ref.js 65% building 581/623 modules 42 active ...rsr/spa/node_modules/rc-util/lib/ref.js 65% building 581/624 modules 43 active ...spa/node_modules/rc-util/lib/warning.js 65% building 581/625 modules 44 active ...sr/spa/node_modules/moment/locale/th.js 65% building 582/625 modules 43 active ...sr/spa/node_modules/moment/locale/th.js 65% building 583/625 modules 42 active ...sr/spa/node_modules/moment/locale/th.js 66% building 584/625 modules 41 active ...sr/spa/node_modules/moment/locale/th.js 66% building 585/625 modules 40 active ...sr/spa/node_modules/moment/locale/th.js 66% building 585/626 modules 41 active ...sr/spa/node_modules/moment/locale/tg.js 66% building 586/626 modules 40 active ...sr/spa/node_modules/moment/locale/tg.js 66% building 586/627 modules 41 active ...r/spa/node_modules/moment/locale/tet.js 65% building 586/628 modules 42 active ...sr/spa/node_modules/moment/locale/te.js 65% building 586/629 modules 43 active ...sr/spa/node_modules/moment/locale/ta.js 65% building 586/630 modules 44 active ...rsr/spa/node_modules/lodash/isObject.js 65% building 586/631 modules 45 active ...rsr/spa/node_modules/lodash/toNumber.js 65% building 586/632 modules 46 active ...akvo/rsr/spa/node_modules/lodash/now.js 65% building 586/633 modules 47 active ...sr/spa/node_modules/moment/locale/sw.js 65% building 587/633 modules 46 active ...sr/spa/node_modules/moment/locale/sw.js 65% building 588/633 modules 45 active ...sr/spa/node_modules/moment/locale/sw.js 65% building 589/633 modules 44 active ...sr/spa/node_modules/moment/locale/sw.js 65% building 590/633 modules 43 active ...sr/spa/node_modules/moment/locale/sw.js 66% building 591/633 modules 42 active ...sr/spa/node_modules/moment/locale/sw.js 65% building 591/634 modules 43 active ...sr/spa/node_modules/moment/locale/sv.js 66% building 592/634 modules 42 active ...sr/spa/node_modules/moment/locale/sv.js 66% building 593/634 modules 41 active ...sr/spa/node_modules/moment/locale/sv.js 66% building 594/634 modules 40 active ...sr/spa/node_modules/moment/locale/sv.js 66% building 594/635 modules 41 active ...modules/rc-util/lib/Children/toArray.js 66% building 594/636 modules 42 active ..._modules/rc-util/lib/Dom/findDOMNode.js 65% building 594/637 modules 43 active ...ode_modules/create-react-class/index.js 66% building 595/637 modules 42 active ...ode_modules/create-react-class/index.js 66% building 596/637 modules 41 active ...ode_modules/create-react-class/index.js 66% building 597/637 modules 40 active ...ode_modules/create-react-class/index.js 66% building 598/637 modules 39 active ...ode_modules/create-react-class/index.js 66% building 599/637 modules 38 active ...ode_modules/create-react-class/index.js 66% building 599/638 modules 39 active ...node_modules/lodash/_trimmedEndIndex.js 66% building 600/638 modules 38 active ...node_modules/lodash/_trimmedEndIndex.js 66% building 601/638 modules 37 active ...node_modules/lodash/_trimmedEndIndex.js 66% building 601/639 modules 38 active ...react-is/cjs/react-is.production.min.js 66% building 602/639 modules 37 active ...react-is/cjs/react-is.production.min.js 66% building 602/640 modules 38 active ...antd/node_modules/lodash/_baseGetTag.js 66% building 602/641 modules 39 active ...s/core-js/library/fn/symbol/iterator.js 66% building 602/642 modules 40 active ...ntd/node_modules/lodash/isObjectLike.js 66% building 603/642 modules 39 active ...ntd/node_modules/lodash/isObjectLike.js 66% building 604/642 modules 38 active ...ntd/node_modules/lodash/isObjectLike.js 66% building 604/643 modules 39 active ...sr/spa/node_modules/moment/locale/ss.js 66% building 605/643 modules 38 active ...sr/spa/node_modules/moment/locale/ss.js 66% building 605/644 modules 39 active ...antd/node_modules/lodash/_freeGlobal.js 66% building 605/645 modules 40 active ..._modules/enquire.js/src/QueryHandler.js 66% building 606/645 modules 39 active ..._modules/enquire.js/src/QueryHandler.js 66% building 607/645 modules 38 active ..._modules/enquire.js/src/QueryHandler.js 66% building 608/645 modules 37 active ..._modules/enquire.js/src/QueryHandler.js 66% building 609/645 modules 36 active ..._modules/enquire.js/src/QueryHandler.js 66% building 610/645 modules 35 active ..._modules/enquire.js/src/QueryHandler.js 66% building 611/645 modules 34 active ..._modules/enquire.js/src/QueryHandler.js 66% building 612/645 modules 33 active ..._modules/enquire.js/src/QueryHandler.js 67% building 613/645 modules 32 active ..._modules/enquire.js/src/QueryHandler.js 67% building 614/645 modules 31 active ..._modules/enquire.js/src/QueryHandler.js 67% building 615/645 modules 30 active ..._modules/enquire.js/src/QueryHandler.js 67% building 616/645 modules 29 active ..._modules/enquire.js/src/QueryHandler.js 67% building 617/645 modules 28 active ..._modules/enquire.js/src/QueryHandler.js 67% building 617/646 modules 29 active ...ics/dist/hoist-non-react-statics.cjs.js 67% building 618/646 modules 28 active ...ics/dist/hoist-non-react-statics.cjs.js 67% building 619/646 modules 27 active ...ics/dist/hoist-non-react-statics.cjs.js 67% building 620/646 modules 26 active ...ics/dist/hoist-non-react-statics.cjs.js 67% building 620/647 modules 27 active ...rsr/spa/node_modules/lodash/_baseGet.js 67% building 620/648 modules 28 active ...rsr/spa/node_modules/lodash/_baseSet.js 67% building 620/649 modules 29 active ...sr/spa/node_modules/moment/locale/sr.js 67% building 620/650 modules 30 active ...a/node_modules/moment/locale/sr-cyrl.js 67% building 621/650 modules 29 active ...a/node_modules/moment/locale/sr-cyrl.js 67% building 621/651 modules 30 active ...sr/spa/node_modules/moment/locale/sq.js 67% building 621/652 modules 31 active ...ode_modules/async-validator/es/index.js 67% building 621/653 modules 32 active ...sr/spa/node_modules/moment/locale/sl.js 66% building 621/654 modules 33 active ...sr/spa/node_modules/moment/locale/sk.js 66% building 621/655 modules 34 active ...r/spa/node_modules/lodash/_getNative.js 66% building 621/656 modules 35 active ...spa/node_modules/lodash/_baseIsMatch.js 66% building 622/656 modules 34 active ...spa/node_modules/lodash/_baseIsMatch.js 66% building 623/656 modules 33 active ...spa/node_modules/lodash/_baseIsMatch.js 66% building 623/657 modules 34 active ...a/node_modules/lodash/_createBaseFor.js 66% building 624/657 modules 33 active ...a/node_modules/lodash/_createBaseFor.js 67% building 625/657 modules 32 active ...a/node_modules/lodash/_createBaseFor.js 66% building 625/658 modules 33 active ...a/node_modules/lodash/_arrayLikeKeys.js 67% building 626/658 modules 32 active ...a/node_modules/lodash/_arrayLikeKeys.js 66% building 626/659 modules 33 active ...pa/node_modules/lodash/_stringToPath.js 66% building 626/660 modules 34 active ...o/rsr/spa/node_modules/lodash/_isKey.js 66% building 626/661 modules 35 active ...rsr/spa/node_modules/lodash/isSymbol.js 66% building 627/661 modules 34 active ...rsr/spa/node_modules/lodash/isSymbol.js 66% building 627/662 modules 35 active .../spa/node_modules/lodash/isArrayLike.js 66% building 628/662 modules 34 active .../spa/node_modules/lodash/isArrayLike.js 66% building 628/663 modules 35 active ...sr/spa/node_modules/moment/locale/si.js 66% building 629/663 modules 34 active ...sr/spa/node_modules/moment/locale/si.js 66% building 629/664 modules 35 active ...sr/spa/node_modules/lodash/_baseKeys.js 66% building 629/665 modules 36 active ...ules/lodash/_matchesStrictComparable.js 66% building 629/666 modules 37 active ...pa/node_modules/lodash/_getMatchData.js 66% building 629/667 modules 38 active ...sr/spa/node_modules/moment/locale/se.js 66% building 630/667 modules 37 active ...sr/spa/node_modules/moment/locale/se.js 66% building 631/667 modules 36 active ...sr/spa/node_modules/moment/locale/se.js 66% building 632/667 modules 35 active ...sr/spa/node_modules/moment/locale/se.js 66% building 633/667 modules 34 active ...sr/spa/node_modules/moment/locale/se.js 66% building 633/668 modules 35 active ...a/node_modules/rc-select/es/OptGroup.js 66% building 633/669 modules 36 active ...pa/node_modules/lodash/_baseToString.js 66% building 633/670 modules 37 active ...js/library/fn/object/define-property.js 66% building 634/670 modules 36 active ...js/library/fn/object/define-property.js 66% building 635/670 modules 35 active ...js/library/fn/object/define-property.js 66% building 636/670 modules 34 active ...js/library/fn/object/define-property.js 66% building 636/671 modules 35 active ...spa/node_modules/rc-select/es/Select.js 66% building 636/672 modules 36 active .../node_modules/rc-select/es/PropTypes.js 66% building 636/673 modules 37 active .../spa/node_modules/lodash/_asciiWords.js 66% building 636/674 modules 38 active ...pa/node_modules/lodash/_deburrLetter.js 66% building 636/675 modules 39 active ...les/babel-runtime/core-js/array/from.js 66% building 636/676 modules 40 active ...node_modules/lodash/_createCaseFirst.js 66% building 637/676 modules 39 active ...node_modules/lodash/_createCaseFirst.js 66% building 638/676 modules 38 active ...node_modules/lodash/_createCaseFirst.js 66% building 639/676 modules 37 active ...node_modules/lodash/_createCaseFirst.js 66% building 640/676 modules 36 active ...node_modules/lodash/_createCaseFirst.js 66% building 640/677 modules 37 active ...rver-polyfill/dist/ResizeObserver.es.js 66% building 641/677 modules 36 active ...rver-polyfill/dist/ResizeObserver.es.js 66% building 641/678 modules 37 active ...sr/spa/node_modules/moment/locale/sd.js 66% building 642/678 modules 36 active ...sr/spa/node_modules/moment/locale/sd.js 66% building 642/679 modules 37 active ...sr/spa/node_modules/moment/locale/ru.js 66% building 643/679 modules 36 active ...sr/spa/node_modules/moment/locale/ru.js 66% building 644/679 modules 35 active ...sr/spa/node_modules/moment/locale/ru.js 66% building 644/680 modules 36 active ...pa/node_modules/lodash/_unicodeWords.js 66% building 644/681 modules 37 active ...node_modules/lodash/_baseIsArguments.js 66% building 644/682 modules 38 active ...pa/node_modules/lodash/_baseProperty.js 66% building 644/683 modules 39 active ..._modules/rc-collapse/es/PanelContent.js 66% building 644/684 modules 40 active ...spa/node_modules/lodash/_baseIsEqual.js 66% building 644/685 modules 41 active ...sr/spa/node_modules/moment/locale/ro.js 66% building 644/686 modules 42 active ...e_modules/lodash/_isStrictComparable.js 66% building 644/687 modules 43 active ...sr/spa/node_modules/moment/locale/pt.js 66% building 644/688 modules 44 active ...vo/rsr/spa/node_modules/lodash/hasIn.js 66% building 644/689 modules 45 active ...spa/node_modules/moment/locale/pt-br.js 65% building 644/690 modules 46 active ...ode_modules/lodash/_basePropertyDeep.js 65% building 644/691 modules 47 active ...spa/node_modules/lodash/isObjectLike.js 65% building 644/692 modules 48 active ...odules/dom-scroll-into-view/lib/util.js 65% building 644/693 modules 49 active ...sr/spa/node_modules/moment/locale/pl.js 65% building 644/694 modules 50 active .../node_modules/lodash/_hasUnicodeWord.js 65% building 644/695 modules 51 active ...ules/core-js/library/fn/symbol/index.js 65% building 644/696 modules 52 active ...spa/node_modules/rc-select/es/Option.js 65% building 644/697 modules 53 active ...spa/node_modules/moment/locale/pa-in.js 65% building 645/697 modules 52 active ...spa/node_modules/moment/locale/pa-in.js 65% building 645/698 modules 53 active ...sr/spa/node_modules/moment/locale/nn.js 65% building 645/699 modules 54 active ...ode_modules/mini-store/lib/PropTypes.js 65% building 645/700 modules 55 active ...sr/spa/node_modules/moment/locale/nl.js 65% building 645/701 modules 56 active ...spa/node_modules/moment/locale/nl-be.js 65% building 645/702 modules 57 active ...sr/spa/node_modules/moment/locale/ne.js 65% building 645/703 modules 58 active ...sr/spa/node_modules/moment/locale/nb.js 64% building 645/704 modules 59 active ...js/library/modules/es6.object.assign.js 64% building 645/705 modules 60 active .../modules/es6.object.set-prototype-of.js 64% building 645/706 modules 61 active ...js/library/modules/es6.object.create.js 64% building 645/707 modules 62 active ...odules/core-js/library/modules/_core.js 64% building 645/708 modules 63 active ...sr/spa/node_modules/moment/locale/my.js 64% building 646/708 modules 62 active ...sr/spa/node_modules/moment/locale/my.js 64% building 647/708 modules 61 active ...sr/spa/node_modules/moment/locale/my.js 64% building 648/708 modules 60 active ...sr/spa/node_modules/moment/locale/my.js 64% building 649/708 modules 59 active ...sr/spa/node_modules/moment/locale/my.js 64% building 649/709 modules 60 active ...erver-shim/dist/mutationobserver.min.js 64% building 649/710 modules 61 active ...sr/spa/node_modules/moment/locale/mt.js 64% building 650/710 modules 60 active ...sr/spa/node_modules/moment/locale/mt.js 65% building 651/710 modules 59 active ...sr/spa/node_modules/moment/locale/mt.js 65% building 652/710 modules 58 active ...sr/spa/node_modules/moment/locale/mt.js 65% building 653/710 modules 57 active ...sr/spa/node_modules/moment/locale/mt.js 65% building 654/710 modules 56 active ...sr/spa/node_modules/moment/locale/mt.js 65% building 654/711 modules 57 active ...sr/spa/node_modules/moment/locale/ms.js 65% building 654/712 modules 58 active ...spa/node_modules/moment/locale/ms-my.js 65% building 655/712 modules 57 active ...spa/node_modules/moment/locale/ms-my.js 65% building 656/712 modules 56 active ...spa/node_modules/moment/locale/ms-my.js 65% building 657/712 modules 55 active ...spa/node_modules/moment/locale/ms-my.js 65% building 658/712 modules 54 active ...spa/node_modules/moment/locale/ms-my.js 65% building 659/712 modules 53 active ...spa/node_modules/moment/locale/ms-my.js 65% building 660/712 modules 52 active ...spa/node_modules/moment/locale/ms-my.js 65% building 660/713 modules 53 active ...sr/spa/node_modules/moment/locale/mr.js 65% building 661/713 modules 52 active ...sr/spa/node_modules/moment/locale/mr.js 65% building 662/713 modules 51 active ...sr/spa/node_modules/moment/locale/mr.js 65% building 663/713 modules 50 active ...sr/spa/node_modules/moment/locale/mr.js 65% building 663/714 modules 51 active ...sr/spa/node_modules/moment/locale/mn.js 65% building 664/714 modules 50 active ...sr/spa/node_modules/moment/locale/mn.js 65% building 665/714 modules 49 active ...sr/spa/node_modules/moment/locale/mn.js 65% building 666/714 modules 48 active ...sr/spa/node_modules/moment/locale/mn.js 66% building 667/714 modules 47 active ...sr/spa/node_modules/moment/locale/mn.js 66% building 668/714 modules 46 active ...sr/spa/node_modules/moment/locale/mn.js 66% building 669/714 modules 45 active ...sr/spa/node_modules/moment/locale/mn.js 66% building 669/715 modules 46 active ...sr/spa/node_modules/moment/locale/ml.js 66% building 670/715 modules 45 active ...sr/spa/node_modules/moment/locale/ml.js 66% building 671/715 modules 44 active ...sr/spa/node_modules/moment/locale/ml.js 66% building 672/715 modules 43 active ...sr/spa/node_modules/moment/locale/ml.js 66% building 673/715 modules 42 active ...sr/spa/node_modules/moment/locale/ml.js 66% building 673/716 modules 43 active ...sr/spa/node_modules/moment/locale/mk.js 66% building 674/716 modules 42 active ...sr/spa/node_modules/moment/locale/mk.js 66% building 674/717 modules 43 active ...sr/spa/node_modules/moment/locale/mi.js 66% building 674/718 modules 44 active ..._modules/rc-trigger/es/LazyRenderBox.js 66% building 674/719 modules 45 active ...ode_modules/rc-trigger/es/PopupInner.js 66% building 674/720 modules 46 active ...sr/spa/node_modules/moment/locale/me.js 66% building 675/720 modules 45 active ...sr/spa/node_modules/moment/locale/me.js 66% building 675/721 modules 46 active ...sr/spa/node_modules/moment/locale/lv.js 66% building 675/722 modules 47 active ...sr/spa/node_modules/lodash/_baseTrim.js 66% building 675/723 modules 48 active ...vo/rsr/spa/node_modules/lodash/_root.js 65% building 675/724 modules 49 active ...sr/spa/node_modules/moment/locale/lt.js 66% building 676/724 modules 48 active ...sr/spa/node_modules/moment/locale/lt.js 65% building 676/725 modules 49 active ...sr/spa/node_modules/moment/locale/lo.js 66% building 677/725 modules 48 active ...sr/spa/node_modules/moment/locale/lo.js 66% building 678/725 modules 47 active ...sr/spa/node_modules/moment/locale/lo.js 66% building 679/725 modules 46 active ...sr/spa/node_modules/moment/locale/lo.js 66% building 679/726 modules 47 active ...sr/spa/node_modules/moment/locale/lb.js 66% building 680/726 modules 46 active ...sr/spa/node_modules/moment/locale/lb.js 66% building 680/727 modules 47 active ...sr/spa/node_modules/moment/locale/ky.js 66% building 681/727 modules 46 active ...sr/spa/node_modules/moment/locale/ky.js 66% building 682/727 modules 45 active ...sr/spa/node_modules/moment/locale/ky.js 66% building 683/727 modules 44 active ...sr/spa/node_modules/moment/locale/ky.js 66% building 684/727 modules 43 active ...sr/spa/node_modules/moment/locale/ky.js 66% building 685/727 modules 42 active ...sr/spa/node_modules/moment/locale/ky.js 66% building 686/727 modules 41 active ...sr/spa/node_modules/moment/locale/ky.js 66% building 687/727 modules 40 active ...sr/spa/node_modules/moment/locale/ky.js 66% building 687/728 modules 41 active ...e_modules/create-react-class/factory.js 66% building 688/728 modules 40 active ...e_modules/create-react-class/factory.js 66% building 689/728 modules 39 active ...e_modules/create-react-class/factory.js 66% building 689/729 modules 40 active .../node_modules/lodash/_objectToString.js 66% building 689/730 modules 41 active .../library/modules/es6.string.iterator.js 66% building 690/730 modules 40 active .../library/modules/es6.string.iterator.js 66% building 690/731 modules 41 active ...les/core-js/library/modules/_wks-ext.js 66% building 690/732 modules 42 active ...-js/library/modules/web.dom.iterable.js 66% building 690/733 modules 43 active .../antd/node_modules/lodash/_getRawTag.js 66% building 691/733 modules 42 active .../antd/node_modules/lodash/_getRawTag.js 66% building 692/733 modules 41 active .../antd/node_modules/lodash/_getRawTag.js 66% building 693/733 modules 40 active .../antd/node_modules/lodash/_getRawTag.js 66% building 694/733 modules 39 active .../antd/node_modules/lodash/_getRawTag.js 66% building 694/734 modules 40 active ...sr/spa/node_modules/moment/locale/ku.js 66% building 694/735 modules 41 active ...sr/spa/node_modules/moment/locale/ko.js 66% building 695/735 modules 40 active ...sr/spa/node_modules/moment/locale/ko.js 66% building 696/735 modules 39 active ...sr/spa/node_modules/moment/locale/ko.js 66% building 697/735 modules 38 active ...sr/spa/node_modules/moment/locale/ko.js 66% building 698/735 modules 37 active ...sr/spa/node_modules/moment/locale/ko.js 67% building 699/735 modules 36 active ...sr/spa/node_modules/moment/locale/ko.js 67% building 700/735 modules 35 active ...sr/spa/node_modules/moment/locale/ko.js 67% building 701/735 modules 34 active ...sr/spa/node_modules/moment/locale/ko.js 67% building 702/735 modules 33 active ...sr/spa/node_modules/moment/locale/ko.js 67% building 703/735 modules 32 active ...sr/spa/node_modules/moment/locale/ko.js 67% building 704/735 modules 31 active ...sr/spa/node_modules/moment/locale/ko.js 67% building 705/735 modules 30 active ...sr/spa/node_modules/moment/locale/ko.js 67% building 706/735 modules 29 active ...sr/spa/node_modules/moment/locale/ko.js 67% building 707/735 modules 28 active ...sr/spa/node_modules/moment/locale/ko.js 67% building 707/736 modules 29 active ...sr/spa/node_modules/moment/locale/kn.js 67% building 707/737 modules 30 active ...sr/spa/node_modules/moment/locale/km.js 67% building 707/738 modules 31 active ...sr/spa/node_modules/moment/locale/kk.js 67% building 707/739 modules 32 active ...sr/spa/node_modules/moment/locale/ka.js 67% building 708/739 modules 31 active ...sr/spa/node_modules/moment/locale/ka.js 67% building 709/739 modules 30 active ...sr/spa/node_modules/moment/locale/ka.js 67% building 709/740 modules 31 active ...sr/spa/node_modules/moment/locale/jv.js 67% building 709/741 modules 32 active ...sr/spa/node_modules/moment/locale/ja.js 67% building 709/742 modules 33 active ...sr/spa/node_modules/moment/locale/it.js 67% building 709/743 modules 34 active ...spa/node_modules/moment/locale/it-ch.js 67% building 710/743 modules 33 active ...spa/node_modules/moment/locale/it-ch.js 67% building 710/744 modules 34 active ...sr/spa/node_modules/moment/locale/is.js 67% building 710/745 modules 35 active ...sr/spa/node_modules/moment/locale/id.js 67% building 711/745 modules 34 active ...sr/spa/node_modules/moment/locale/id.js 67% building 711/746 modules 35 active ...spa/node_modules/lodash/_assignValue.js 67% building 711/747 modules 36 active ...spa/node_modules/moment/locale/hy-am.js 67% building 711/748 modules 37 active ...sr/spa/node_modules/moment/locale/hu.js 66% building 711/749 modules 38 active ...sr/spa/node_modules/moment/locale/hr.js 66% building 711/750 modules 39 active ...sr/spa/node_modules/moment/locale/hi.js 66% building 711/751 modules 40 active ...pa/node_modules/lodash/_baseIsNative.js 66% building 711/752 modules 41 active ...o/rsr/spa/node_modules/lodash/_Stack.js 66% building 712/752 modules 40 active ...o/rsr/spa/node_modules/lodash/_Stack.js 66% building 712/753 modules 41 active ...sr/spa/node_modules/lodash/_getValue.js 66% building 713/753 modules 40 active ...sr/spa/node_modules/lodash/_getValue.js 66% building 714/753 modules 39 active ...sr/spa/node_modules/lodash/_getValue.js 66% building 714/754 modules 40 active ...r/spa/node_modules/lodash/_baseTimes.js 66% building 715/754 modules 39 active ...r/spa/node_modules/lodash/_baseTimes.js 66% building 715/755 modules 40 active ...spa/node_modules/lodash/isTypedArray.js 66% building 715/756 modules 41 active ...a/node_modules/lodash/_memoizeCapped.js 66% building 715/757 modules 42 active ...rsr/spa/node_modules/lodash/isBuffer.js 66% building 716/757 modules 41 active ...rsr/spa/node_modules/lodash/isBuffer.js 66% building 716/758 modules 42 active .../spa/node_modules/lodash/_baseGetTag.js 66% building 717/758 modules 41 active .../spa/node_modules/lodash/_baseGetTag.js 66% building 717/759 modules 42 active ...r/spa/node_modules/lodash/isFunction.js 66% building 718/759 modules 41 active ...r/spa/node_modules/lodash/isFunction.js 66% building 718/760 modules 42 active ...spa/node_modules/lodash/_isPrototype.js 66% building 718/761 modules 43 active .../spa/node_modules/lodash/_nativeKeys.js 66% building 718/762 modules 44 active ...sr/spa/node_modules/moment/locale/he.js 66% building 719/762 modules 43 active ...sr/spa/node_modules/moment/locale/he.js 66% building 720/762 modules 42 active ...sr/spa/node_modules/moment/locale/he.js 66% building 721/762 modules 41 active ...sr/spa/node_modules/moment/locale/he.js 66% building 722/762 modules 40 active ...sr/spa/node_modules/moment/locale/he.js 66% building 722/763 modules 41 active ...sr/spa/node_modules/moment/locale/gu.js 66% building 722/764 modules 42 active .../node_modules/moment/locale/gom-latn.js 66% building 723/764 modules 41 active .../node_modules/moment/locale/gom-latn.js 66% building 723/765 modules 42 active ...node_modules/async-validator/es/util.js 66% building 724/765 modules 41 active ...node_modules/async-validator/es/util.js 66% building 725/765 modules 40 active ...node_modules/async-validator/es/util.js 66% building 725/766 modules 41 active .../rsr/spa/node_modules/lodash/_Symbol.js 66% building 725/767 modules 42 active ...y/modules/es6.object.define-property.js 66% building 725/768 modules 43 active ...sr/spa/node_modules/moment/locale/gl.js 66% building 725/769 modules 44 active ...sr/spa/node_modules/lodash/_arrayMap.js 66% building 725/770 modules 45 active ..._modules/async-validator/es/messages.js 66% building 725/771 modules 46 active .../node_modules/lodash/_basePropertyOf.js 66% building 725/772 modules 47 active ...r/spa/node_modules/lodash/_castSlice.js 66% building 725/773 modules 48 active ...a/node_modules/lodash/_stringToArray.js 66% building 726/773 modules 47 active ...a/node_modules/lodash/_stringToArray.js 66% building 727/773 modules 46 active ...a/node_modules/lodash/_stringToArray.js 66% building 728/773 modules 45 active ...a/node_modules/lodash/_stringToArray.js 66% building 729/773 modules 44 active ...a/node_modules/lodash/_stringToArray.js 66% building 730/773 modules 43 active ...a/node_modules/lodash/_stringToArray.js 66% building 730/774 modules 44 active .../spa/node_modules/lodash/_hasUnicode.js 66% building 730/775 modules 45 active ...sr/spa/node_modules/moment/locale/gd.js 66% building 731/775 modules 44 active ...sr/spa/node_modules/moment/locale/gd.js 66% building 732/775 modules 43 active ...sr/spa/node_modules/moment/locale/gd.js 66% building 732/776 modules 44 active ...sr/spa/node_modules/moment/locale/ga.js 66% building 732/777 modules 45 active ...node_modules/lodash/_baseIsEqualDeep.js 66% building 732/778 modules 46 active ...sr/spa/node_modules/moment/locale/fy.js 66% building 732/779 modules 47 active ...r/spa/node_modules/lodash/_baseHasIn.js 66% building 732/780 modules 48 active ...sr/spa/node_modules/moment/locale/fr.js 66% building 732/781 modules 49 active ...spa/node_modules/moment/locale/fr-ch.js 66% building 733/781 modules 48 active ...spa/node_modules/moment/locale/fr-ch.js 66% building 733/782 modules 49 active ...spa/node_modules/moment/locale/fr-ca.js 66% building 733/783 modules 50 active ...sr/spa/node_modules/moment/locale/fo.js 66% building 733/784 modules 51 active ...s/core-js/library/modules/es6.symbol.js 66% building 733/785 modules 52 active ...sr/spa/node_modules/moment/locale/fi.js 65% building 733/786 modules 53 active ...ibrary/modules/es7.symbol.observable.js 65% building 733/787 modules 54 active ...ry/modules/es7.symbol.async-iterator.js 65% building 733/788 modules 55 active ...library/modules/es6.object.to-string.js 65% building 733/789 modules 56 active ...sr/spa/node_modules/moment/locale/fa.js 65% building 733/790 modules 57 active ...sr/spa/node_modules/moment/locale/eu.js 65% building 733/791 modules 58 active ...sr/spa/node_modules/moment/locale/et.js 65% building 734/791 modules 57 active ...sr/spa/node_modules/moment/locale/et.js 65% building 734/792 modules 58 active ...sr/spa/node_modules/moment/locale/es.js 65% building 734/793 modules 59 active ...spa/node_modules/moment/locale/es-us.js 65% building 735/793 modules 58 active ...spa/node_modules/moment/locale/es-us.js 65% building 735/794 modules 59 active ...spa/node_modules/moment/locale/es-do.js 65% building 736/794 modules 58 active ...spa/node_modules/moment/locale/es-do.js 65% building 737/794 modules 57 active ...spa/node_modules/moment/locale/es-do.js 65% building 738/794 modules 56 active ...spa/node_modules/moment/locale/es-do.js 65% building 739/794 modules 55 active ...spa/node_modules/moment/locale/es-do.js 65% building 739/795 modules 56 active ...re-js/library/modules/_object-create.js 65% building 739/796 modules 57 active ...ules/core-js/library/modules/_export.js 65% building 740/796 modules 56 active ...ules/core-js/library/modules/_export.js 65% building 741/796 modules 55 active ...ules/core-js/library/modules/_export.js 65% building 741/797 modules 56 active ...s/core-js/library/modules/_set-proto.js 65% building 741/798 modules 57 active ...sr/spa/node_modules/moment/locale/eo.js 65% building 741/799 modules 58 active ...re-js/library/modules/_object-assign.js 65% building 742/799 modules 57 active ...re-js/library/modules/_object-assign.js 65% building 742/800 modules 58 active ...s/async-validator/es/validator/index.js 65% building 743/800 modules 57 active ...s/async-validator/es/validator/index.js 65% building 744/800 modules 56 active ...s/async-validator/es/validator/index.js 65% building 745/800 modules 55 active ...s/async-validator/es/validator/index.js 65% building 746/800 modules 54 active ...s/async-validator/es/validator/index.js 66% building 747/800 modules 53 active ...s/async-validator/es/validator/index.js 66% building 748/800 modules 52 active ...s/async-validator/es/validator/index.js 66% building 748/801 modules 53 active ...node_modules/component-indexof/index.js 66% building 749/801 modules 52 active ...node_modules/component-indexof/index.js 66% building 750/801 modules 51 active ...node_modules/component-indexof/index.js 66% building 751/801 modules 50 active ...node_modules/component-indexof/index.js 66% building 751/802 modules 51 active ...odules/core-js/library/fn/array/from.js 66% building 752/802 modules 50 active ...odules/core-js/library/fn/array/from.js 66% building 753/802 modules 49 active ...odules/core-js/library/fn/array/from.js 66% building 754/802 modules 48 active ...odules/core-js/library/fn/array/from.js 66% building 755/802 modules 47 active ...odules/core-js/library/fn/array/from.js 66% building 756/802 modules 46 active ...odules/core-js/library/fn/array/from.js 66% building 757/802 modules 45 active ...odules/core-js/library/fn/array/from.js 66% building 758/802 modules 44 active ...odules/core-js/library/fn/array/from.js 66% building 759/802 modules 43 active ...odules/core-js/library/fn/array/from.js 66% building 760/802 modules 42 active ...odules/core-js/library/fn/array/from.js 66% building 761/802 modules 41 active ...odules/core-js/library/fn/array/from.js 67% building 762/802 modules 40 active ...odules/core-js/library/fn/array/from.js 67% building 763/802 modules 39 active ...odules/core-js/library/fn/array/from.js 67% building 763/803 modules 40 active ...spa/node_modules/moment/locale/en-nz.js 67% building 764/803 modules 39 active ...spa/node_modules/moment/locale/en-nz.js 67% building 765/803 modules 38 active ...spa/node_modules/moment/locale/en-nz.js 67% building 765/804 modules 39 active ...spa/node_modules/moment/locale/en-il.js 67% building 765/805 modules 40 active ...spa/node_modules/moment/locale/en-ie.js 67% building 766/805 modules 39 active ...spa/node_modules/moment/locale/en-ie.js 67% building 766/806 modules 40 active ...spa/node_modules/moment/locale/en-gb.js 67% building 767/806 modules 39 active ...spa/node_modules/moment/locale/en-gb.js 67% building 768/806 modules 38 active ...spa/node_modules/moment/locale/en-gb.js 67% building 769/806 modules 37 active ...spa/node_modules/moment/locale/en-gb.js 67% building 770/806 modules 36 active ...spa/node_modules/moment/locale/en-gb.js 67% building 770/807 modules 37 active ...spa/node_modules/moment/locale/en-ca.js 67% building 770/808 modules 38 active ...spa/node_modules/moment/locale/en-au.js 67% building 771/808 modules 37 active ...spa/node_modules/moment/locale/en-au.js 67% building 771/809 modules 38 active ...spa/node_modules/moment/locale/en-SG.js 67% building 771/810 modules 39 active ...sr/spa/node_modules/moment/locale/el.js 67% building 772/810 modules 38 active ...sr/spa/node_modules/moment/locale/el.js 67% building 772/811 modules 39 active ...sr/spa/node_modules/moment/locale/dv.js 67% building 773/811 modules 38 active ...sr/spa/node_modules/moment/locale/dv.js 67% building 773/812 modules 39 active ...sr/spa/node_modules/moment/locale/de.js 67% building 773/813 modules 40 active ...spa/node_modules/moment/locale/de-ch.js 67% building 774/813 modules 39 active ...spa/node_modules/moment/locale/de-ch.js 67% building 774/814 modules 40 active .../spa/node_modules/lodash/_freeGlobal.js 66% building 774/815 modules 41 active ...node_modules/lodash/_trimmedEndIndex.js 66% building 774/816 modules 42 active ...spa/node_modules/moment/locale/de-at.js 66% building 774/817 modules 43 active ...sr/spa/node_modules/moment/locale/da.js 66% building 775/817 modules 42 active ...sr/spa/node_modules/moment/locale/da.js 66% building 775/818 modules 43 active ...sr/spa/node_modules/moment/locale/cy.js 66% building 776/818 modules 42 active ...sr/spa/node_modules/moment/locale/cy.js 66% building 776/819 modules 43 active ...sr/spa/node_modules/moment/locale/cv.js 66% building 776/820 modules 44 active ...sr/spa/node_modules/moment/locale/cs.js 66% building 777/820 modules 43 active ...sr/spa/node_modules/moment/locale/cs.js 66% building 778/820 modules 42 active ...sr/spa/node_modules/moment/locale/cs.js 67% building 779/820 modules 41 active ...sr/spa/node_modules/moment/locale/cs.js 67% building 780/820 modules 40 active ...sr/spa/node_modules/moment/locale/cs.js 67% building 781/820 modules 39 active ...sr/spa/node_modules/moment/locale/cs.js 67% building 782/820 modules 38 active ...sr/spa/node_modules/moment/locale/cs.js 67% building 782/821 modules 39 active ...s/core-js/library/modules/_string-at.js 67% building 783/821 modules 38 active ...s/core-js/library/modules/_string-at.js 67% building 784/821 modules 37 active ...s/core-js/library/modules/_string-at.js 67% building 784/822 modules 38 active ...s/library/modules/es6.array.iterator.js 67% building 784/823 modules 39 active ...modules/core-js/library/modules/_wks.js 67% building 785/823 modules 38 active ...modules/core-js/library/modules/_wks.js 67% building 786/823 modules 37 active ...modules/core-js/library/modules/_wks.js 67% building 787/823 modules 36 active ...modules/core-js/library/modules/_wks.js 67% building 788/823 modules 35 active ...modules/core-js/library/modules/_wks.js 67% building 788/824 modules 36 active ...s/core-js/library/modules/_iterators.js 67% building 788/825 modules 37 active ...odules/core-js/library/modules/_hide.js 67% building 788/826 modules 38 active ...ules/core-js/library/modules/_global.js 67% building 789/826 modules 37 active ...ules/core-js/library/modules/_global.js 67% building 789/827 modules 38 active ...core-js/library/modules/_iter-define.js 67% building 790/827 modules 37 active ...core-js/library/modules/_iter-define.js 67% building 791/827 modules 36 active ...core-js/library/modules/_iter-define.js 67% building 792/827 modules 35 active ...core-js/library/modules/_iter-define.js 67% building 792/828 modules 36 active ...sr/spa/node_modules/moment/locale/ca.js 67% building 792/829 modules 37 active ...sr/spa/node_modules/moment/locale/bs.js 67% building 793/829 modules 36 active ...sr/spa/node_modules/moment/locale/bs.js 67% building 794/829 modules 35 active ...sr/spa/node_modules/moment/locale/bs.js 67% building 794/830 modules 36 active ...r/spa/node_modules/rc-select/es/util.js 67% building 795/830 modules 35 active ...r/spa/node_modules/rc-select/es/util.js 67% building 796/830 modules 34 active ...r/spa/node_modules/rc-select/es/util.js 67% building 797/830 modules 33 active ...r/spa/node_modules/rc-select/es/util.js 67% building 797/831 modules 34 active ...r/spa/node_modules/rc-align/es/index.js 67% building 798/831 modules 33 active ...r/spa/node_modules/rc-align/es/index.js 67% building 798/832 modules 34 active ...e_modules/rc-select/es/SelectTrigger.js 67% building 799/832 modules 33 active ...e_modules/rc-select/es/SelectTrigger.js 67% building 800/832 modules 32 active ...e_modules/rc-select/es/SelectTrigger.js 67% building 800/833 modules 33 active ...spa/node_modules/rc-util/lib/KeyCode.js 67% building 800/834 modules 34 active ...sr/spa/node_modules/moment/locale/br.js 67% building 801/834 modules 33 active ...sr/spa/node_modules/moment/locale/br.js 67% building 801/835 modules 34 active ...sr/spa/node_modules/moment/locale/bo.js 67% building 802/835 modules 33 active ...sr/spa/node_modules/moment/locale/bo.js 67% building 802/836 modules 34 active ...sr/spa/node_modules/moment/locale/bn.js 67% building 802/837 modules 35 active ...sr/spa/node_modules/moment/locale/bm.js 67% building 802/838 modules 36 active ...sr/spa/node_modules/moment/locale/bg.js 67% building 802/839 modules 37 active ...sr/spa/node_modules/moment/locale/be.js 67% building 802/840 modules 38 active ...sr/spa/node_modules/moment/locale/az.js 67% building 802/841 modules 39 active ...sr/spa/node_modules/moment/locale/ar.js 67% building 802/842 modules 40 active ...spa/node_modules/moment/locale/ar-tn.js 67% building 802/843 modules 41 active ...spa/node_modules/moment/locale/ar-sa.js 67% building 802/844 modules 42 active ...spa/node_modules/moment/locale/ar-ma.js 66% building 802/845 modules 43 active ...spa/node_modules/moment/locale/ar-ly.js 67% building 803/845 modules 42 active ...spa/node_modules/moment/locale/ar-ly.js 66% building 803/846 modules 43 active ...spa/node_modules/moment/locale/ar-kw.js 66% building 803/847 modules 44 active ...spa/node_modules/moment/locale/ar-dz.js 66% building 803/848 modules 45 active ...sr/spa/node_modules/lodash/_toSource.js 66% building 803/849 modules 46 active ...r/spa/node_modules/lodash/_ListCache.js 66% building 804/849 modules 45 active ...r/spa/node_modules/lodash/_ListCache.js 66% building 805/849 modules 44 active ...r/spa/node_modules/lodash/_ListCache.js 66% building 806/849 modules 43 active ...r/spa/node_modules/lodash/_ListCache.js 66% building 806/850 modules 44 active ...sr/spa/node_modules/lodash/_stackSet.js 66% building 807/850 modules 43 active ...sr/spa/node_modules/lodash/_stackSet.js 67% building 808/850 modules 42 active ...sr/spa/node_modules/lodash/_stackSet.js 67% building 809/850 modules 41 active ...sr/spa/node_modules/lodash/_stackSet.js 67% building 810/850 modules 40 active ...sr/spa/node_modules/lodash/_stackSet.js 67% building 810/851 modules 41 active ...ode_modules/lodash/_baseIsTypedArray.js 67% building 810/852 modules 42 active .../rsr/spa/node_modules/lodash/memoize.js 66% building 810/853 modules 43 active ...sr/spa/node_modules/lodash/stubFalse.js 66% building 810/854 modules 44 active .../node_modules/lodash/_objectToString.js 66% building 811/854 modules 43 active .../node_modules/lodash/_objectToString.js 66% building 811/855 modules 44 active ...r/spa/node_modules/lodash/_getRawTag.js 66% building 811/856 modules 45 active ...sr/spa/node_modules/lodash/_nodeUtil.js 66% building 811/857 modules 46 active ...rsr/spa/node_modules/lodash/_overArg.js 66% building 812/857 modules 45 active ...rsr/spa/node_modules/lodash/_overArg.js 66% building 812/858 modules 46 active ...r/spa/node_modules/lodash/_baseUnary.js 66% building 813/858 modules 45 active ...r/spa/node_modules/lodash/_baseUnary.js 66% building 814/858 modules 44 active ...r/spa/node_modules/lodash/_baseUnary.js 66% building 815/858 modules 43 active ...r/spa/node_modules/lodash/_baseUnary.js 67% building 816/858 modules 42 active ...r/spa/node_modules/lodash/_baseUnary.js 66% building 816/859 modules 43 active ...sr/spa/node_modules/lodash/_stackHas.js 66% building 816/860 modules 44 active ...sr/spa/node_modules/lodash/_stackGet.js 67% building 817/860 modules 43 active ...sr/spa/node_modules/lodash/_stackGet.js 66% building 817/861 modules 44 active ...spa/node_modules/lodash/_stackDelete.js 67% building 818/861 modules 43 active ...spa/node_modules/lodash/_stackDelete.js 67% building 819/861 modules 42 active ...spa/node_modules/lodash/_stackDelete.js 67% building 820/861 modules 41 active ...spa/node_modules/lodash/_stackDelete.js 67% building 820/862 modules 42 active .../spa/node_modules/lodash/_stackClear.js 67% building 820/863 modules 43 active ...sr/spa/node_modules/lodash/_isMasked.js 66% building 820/864 modules 44 active ...s/core-js/library/modules/_object-dp.js 66% building 820/865 modules 45 active ...r/spa/node_modules/lodash/_baseSlice.js 66% building 820/866 modules 46 active ...pa/node_modules/lodash/_asciiToArray.js 66% building 821/866 modules 45 active ...pa/node_modules/lodash/_asciiToArray.js 66% building 822/866 modules 44 active ...pa/node_modules/lodash/_asciiToArray.js 67% building 823/866 modules 43 active ...pa/node_modules/lodash/_asciiToArray.js 66% building 823/867 modules 44 active .../node_modules/lodash/_unicodeToArray.js 66% building 823/868 modules 45 active ...core-js/library/modules/_descriptors.js 66% building 824/868 modules 44 active ...core-js/library/modules/_descriptors.js 67% building 825/868 modules 43 active ...core-js/library/modules/_descriptors.js 67% building 826/868 modules 42 active ...core-js/library/modules/_descriptors.js 67% building 827/868 modules 41 active ...core-js/library/modules/_descriptors.js 67% building 827/869 modules 42 active .../rsr/spa/node_modules/lodash/_getTag.js 67% building 827/870 modules 43 active ...pa/node_modules/lodash/_equalObjects.js 66% building 827/871 modules 44 active .../spa/node_modules/lodash/_equalByTag.js 66% building 827/872 modules 45 active ...spa/node_modules/lodash/_equalArrays.js 66% building 828/872 modules 44 active ...spa/node_modules/lodash/_equalArrays.js 67% building 829/872 modules 43 active ...spa/node_modules/lodash/_equalArrays.js 67% building 830/872 modules 42 active ...spa/node_modules/lodash/_equalArrays.js 67% building 831/872 modules 41 active ...spa/node_modules/lodash/_equalArrays.js 67% building 831/873 modules 42 active .../core-js/library/modules/_wks-define.js 67% building 832/873 modules 41 active .../core-js/library/modules/_wks-define.js 67% building 833/873 modules 40 active .../core-js/library/modules/_wks-define.js 67% building 834/873 modules 39 active .../core-js/library/modules/_wks-define.js 67% building 835/873 modules 38 active .../core-js/library/modules/_wks-define.js 67% building 835/874 modules 39 active ...s/core-js/library/modules/_an-object.js 67% building 835/875 modules 40 active ...modules/core-js/library/modules/_has.js 67% building 836/875 modules 39 active ...modules/core-js/library/modules/_has.js 67% building 836/876 modules 40 active ...s/core-js/library/modules/_is-object.js 67% building 837/876 modules 39 active ...s/core-js/library/modules/_is-object.js 67% building 837/877 modules 40 active ...core-js/library/modules/_object-gopd.js 67% building 837/878 modules 41 active ...les/core-js/library/modules/_library.js 67% building 838/878 modules 40 active ...les/core-js/library/modules/_library.js 67% building 839/878 modules 39 active ...les/core-js/library/modules/_library.js 67% building 839/879 modules 40 active ...core-js/library/modules/_object-gops.js 67% building 840/879 modules 39 active ...core-js/library/modules/_object-gops.js 67% building 840/880 modules 40 active ...core-js/library/modules/_object-keys.js 67% building 841/880 modules 39 active ...core-js/library/modules/_object-keys.js 67% building 842/880 modules 38 active ...core-js/library/modules/_object-keys.js 67% building 842/881 modules 39 active .../async-validator/es/validator/string.js 67% building 843/881 modules 38 active .../async-validator/es/validator/string.js 67% building 844/881 modules 37 active .../async-validator/es/validator/string.js 67% building 845/881 modules 36 active .../async-validator/es/validator/string.js 67% building 846/881 modules 35 active .../async-validator/es/validator/string.js 67% building 847/881 modules 34 active .../async-validator/es/validator/string.js 67% building 847/882 modules 35 active ...es/async-validator/es/validator/type.js 67% building 848/882 modules 34 active ...es/async-validator/es/validator/type.js 67% building 849/882 modules 33 active ...es/async-validator/es/validator/type.js 67% building 849/883 modules 34 active ...sync-validator/es/validator/required.js 67% building 849/884 modules 35 active ...es/async-validator/es/validator/date.js 67% building 850/884 modules 34 active ...es/async-validator/es/validator/date.js 67% building 850/885 modules 35 active ...re-js/library/modules/es6.array.from.js 67% building 851/885 modules 34 active ...re-js/library/modules/es6.array.from.js 67% building 852/885 modules 33 active ...re-js/library/modules/es6.array.from.js 67% building 853/885 modules 32 active ...re-js/library/modules/es6.array.from.js 67% building 854/885 modules 31 active ...re-js/library/modules/es6.array.from.js 67% building 855/885 modules 30 active ...re-js/library/modules/es6.array.from.js 68% building 856/885 modules 29 active ...re-js/library/modules/es6.array.from.js 68% building 857/885 modules 28 active ...re-js/library/modules/es6.array.from.js 68% building 858/885 modules 27 active ...re-js/library/modules/es6.array.from.js 68% building 859/885 modules 26 active ...re-js/library/modules/es6.array.from.js 68% building 860/885 modules 25 active ...re-js/library/modules/es6.array.from.js 68% building 860/886 modules 26 active ...async-validator/es/validator/pattern.js 68% building 860/887 modules 27 active ...es/async-validator/es/validator/enum.js 68% building 861/887 modules 26 active ...es/async-validator/es/validator/enum.js 68% building 862/887 modules 25 active ...es/async-validator/es/validator/enum.js 68% building 862/888 modules 26 active .../async-validator/es/validator/object.js 68% building 862/889 modules 27 active ...s/async-validator/es/validator/array.js 68% building 863/889 modules 26 active ...s/async-validator/es/validator/array.js 68% building 863/890 modules 27 active ...s/async-validator/es/validator/float.js 68% building 863/891 modules 28 active ...async-validator/es/validator/integer.js 68% building 864/891 modules 27 active ...async-validator/es/validator/integer.js 68% building 864/892 modules 28 active .../async-validator/es/validator/regexp.js 68% building 864/893 modules 29 active ...async-validator/es/validator/boolean.js 67% building 864/894 modules 30 active .../async-validator/es/validator/number.js 67% building 864/895 modules 31 active .../async-validator/es/validator/method.js 67% building 865/895 modules 30 active .../async-validator/es/validator/method.js 67% building 865/896 modules 31 active ...dules/core-js/library/modules/_fails.js 67% building 865/897 modules 32 active .../spa/node_modules/fbjs/lib/invariant.js 67% building 865/898 modules 33 active ...pa/node_modules/fbjs/lib/emptyObject.js 67% building 865/899 modules 34 active ...les/core-js/library/modules/_iobject.js 67% building 865/900 modules 35 active ...s/core-js/library/modules/_to-object.js 67% building 865/901 modules 36 active .../core-js/library/modules/_object-pie.js 67% building 866/901 modules 35 active .../core-js/library/modules/_object-pie.js 67% building 866/902 modules 36 active ...core-js/library/modules/_object-gopn.js 67% building 867/902 modules 35 active ...core-js/library/modules/_object-gopn.js 67% building 868/902 modules 34 active ...core-js/library/modules/_object-gopn.js 67% building 868/903 modules 35 active ...-js/library/modules/_object-gopn-ext.js 67% building 868/904 modules 36 active ...re-js/library/modules/_property-desc.js 67% building 868/905 modules 37 active ...ore-js/library/modules/_to-primitive.js 67% building 868/906 modules 38 active .../core-js/library/modules/_to-iobject.js 67% building 868/907 modules 39 active ...es/core-js/library/modules/_is-array.js 67% building 868/908 modules 40 active ...s/core-js/library/modules/_enum-keys.js 67% building 869/908 modules 39 active ...s/core-js/library/modules/_enum-keys.js 67% building 869/909 modules 40 active ...modules/core-js/library/modules/_uid.js 67% building 869/910 modules 41 active ...s/library/modules/_set-to-string-tag.js 67% building 869/911 modules 42 active ...ules/core-js/library/modules/_shared.js 67% building 870/911 modules 41 active ...ules/core-js/library/modules/_shared.js 67% building 871/911 modules 40 active ...ules/core-js/library/modules/_shared.js 67% building 872/911 modules 39 active ...ules/core-js/library/modules/_shared.js 67% building 872/912 modules 40 active .../core-js/library/modules/_to-integer.js 67% building 873/912 modules 39 active .../core-js/library/modules/_to-integer.js 67% building 873/913 modules 40 active ...les/i18next/dist/es/BackendConnector.js 67% building 873/914 modules 41 active ...modules/i18next/dist/es/Interpolator.js 67% building 873/915 modules 42 active ...dules/i18next/dist/es/PluralResolver.js 67% building 873/916 modules 43 active ...odules/i18next/dist/es/LanguageUtils.js 67% building 873/917 modules 44 active .../library/modules/_add-to-unscopables.js 67% building 873/918 modules 45 active ...e_modules/i18next/dist/es/Translator.js 66% building 873/919 modules 46 active ...s/core-js/library/modules/_iter-step.js 66% building 873/920 modules 47 active ...odules/i18next/dist/es/ResourceStore.js 66% building 873/921 modules 48 active ...modules/i18next/dist/es/EventEmitter.js 66% building 873/922 modules 49 active .../node_modules/i18next/dist/es/logger.js 66% building 873/923 modules 50 active .../core-js/library/modules/_object-gpo.js 66% building 874/923 modules 49 active .../core-js/library/modules/_object-gpo.js 66% building 875/923 modules 48 active .../core-js/library/modules/_object-gpo.js 66% building 875/924 modules 49 active ...core-js/library/modules/_iter-create.js 66% building 876/924 modules 48 active ...core-js/library/modules/_iter-create.js 66% building 877/924 modules 47 active ...core-js/library/modules/_iter-create.js 67% building 878/924 modules 46 active ...core-js/library/modules/_iter-create.js 66% building 878/925 modules 47 active ...r/spa/node_modules/rc-align/es/Align.js 66% building 878/926 modules 48 active ...es/core-js/library/modules/_redefine.js 66% building 879/926 modules 47 active ...es/core-js/library/modules/_redefine.js 67% building 880/926 modules 46 active ...es/core-js/library/modules/_redefine.js 67% building 881/926 modules 45 active ...es/core-js/library/modules/_redefine.js 67% building 881/927 modules 46 active ...les/core-js/library/modules/_defined.js 66% building 881/928 modules 47 active ...odules/core-js/library/modules/_meta.js 67% building 882/928 modules 46 active ...odules/core-js/library/modules/_meta.js 67% building 883/928 modules 45 active ...odules/core-js/library/modules/_meta.js 67% building 884/928 modules 44 active ...odules/core-js/library/modules/_meta.js 67% building 885/928 modules 43 active ...odules/core-js/library/modules/_meta.js 67% building 885/929 modules 44 active ...modules/core-js/library/modules/_ctx.js 67% building 885/930 modules 45 active ...odules/core-js/library/modules/_html.js 67% building 885/931 modules 46 active .../core-js/library/modules/_dom-create.js 66% building 885/932 modules 47 active .../core-js/library/modules/_shared-key.js 66% building 885/933 modules 48 active ...re-js/library/modules/_enum-bug-keys.js 66% building 885/934 modules 49 active .../core-js/library/modules/_object-dps.js 66% building 885/935 modules 50 active ...de_modules/rc-select/es/DropdownMenu.js 66% building 886/935 modules 49 active ...de_modules/rc-select/es/DropdownMenu.js 66% building 887/935 modules 48 active ...de_modules/rc-select/es/DropdownMenu.js 66% building 887/936 modules 49 active ...untime/helpers/assertThisInitialized.js 66% building 887/937 modules 50 active ...ules/@babel/runtime/helpers/inherits.js 66% building 887/938 modules 51 active .../node_modules/lodash/_listCacheClear.js 66% building 888/938 modules 50 active .../node_modules/lodash/_listCacheClear.js 66% building 889/938 modules 49 active .../node_modules/lodash/_listCacheClear.js 66% building 890/938 modules 48 active .../node_modules/lodash/_listCacheClear.js 66% building 890/939 modules 49 active ...sr/spa/node_modules/lodash/_MapCache.js 66% building 891/939 modules 48 active ...sr/spa/node_modules/lodash/_MapCache.js 66% building 892/939 modules 47 active ...sr/spa/node_modules/lodash/_MapCache.js 67% building 893/939 modules 46 active ...sr/spa/node_modules/lodash/_MapCache.js 67% building 894/939 modules 45 active ...sr/spa/node_modules/lodash/_MapCache.js 67% building 895/939 modules 44 active ...sr/spa/node_modules/lodash/_MapCache.js 67% building 896/939 modules 43 active ...sr/spa/node_modules/lodash/_MapCache.js 67% building 897/939 modules 42 active ...sr/spa/node_modules/lodash/_MapCache.js 67% building 898/939 modules 41 active ...sr/spa/node_modules/lodash/_MapCache.js 67% building 899/939 modules 40 active ...sr/spa/node_modules/lodash/_MapCache.js 67% building 900/939 modules 39 active ...sr/spa/node_modules/lodash/_MapCache.js 67% building 901/939 modules 38 active ...sr/spa/node_modules/lodash/_MapCache.js 67% building 901/940 modules 39 active ...kvo/rsr/spa/node_modules/lodash/_Map.js 67% building 901/941 modules 40 active ...pa/node_modules/lodash/_listCacheSet.js 67% building 901/942 modules 41 active ...pa/node_modules/lodash/_listCacheHas.js 67% building 901/943 modules 42 active ...pa/node_modules/lodash/_listCacheGet.js 67% building 901/944 modules 43 active ...node_modules/lodash/_listCacheDelete.js 67% building 902/944 modules 42 active ...node_modules/lodash/_listCacheDelete.js 67% building 902/945 modules 43 active ...babel/runtime/helpers/getPrototypeOf.js 67% building 902/946 modules 44 active ...me/helpers/possibleConstructorReturn.js 67% building 903/946 modules 43 active ...me/helpers/possibleConstructorReturn.js 67% building 904/946 modules 42 active ...me/helpers/possibleConstructorReturn.js 67% building 905/946 modules 41 active ...me/helpers/possibleConstructorReturn.js 67% building 905/947 modules 42 active ...de_modules/antd/es/radio/radioButton.js 67% building 906/947 modules 41 active ...de_modules/antd/es/radio/radioButton.js 67% building 906/948 modules 42 active ...spa/node_modules/antd/es/radio/group.js 67% building 907/948 modules 41 active ...spa/node_modules/antd/es/radio/group.js 67% building 907/949 modules 42 active ...de_modules/antd/es/_util/transButton.js 67% building 908/949 modules 41 active ...de_modules/antd/es/_util/transButton.js 67% building 909/949 modules 40 active ...de_modules/antd/es/_util/transButton.js 67% building 910/949 modules 39 active ...de_modules/antd/es/_util/transButton.js 67% building 911/949 modules 38 active ...de_modules/antd/es/_util/transButton.js 67% building 911/950 modules 39 active .../spa/node_modules/lodash/_coreJsData.js 67% building 911/951 modules 40 active ...e-js/library/modules/_ie8-dom-define.js 67% building 911/952 modules 41 active ..._modules/antd/es/statistic/Countdown.js 67% building 911/953 modules 42 active ...a/node_modules/antd/es/modal/confirm.js 67% building 911/954 modules 43 active ...spa/node_modules/antd/es/modal/Modal.js 67% building 912/954 modules 42 active ...spa/node_modules/antd/es/modal/Modal.js 67% building 913/954 modules 41 active ...spa/node_modules/antd/es/modal/Modal.js 67% building 914/954 modules 40 active ...spa/node_modules/antd/es/modal/Modal.js 67% building 915/954 modules 39 active ...spa/node_modules/antd/es/modal/Modal.js 67% building 916/954 modules 38 active ...spa/node_modules/antd/es/modal/Modal.js 67% building 917/954 modules 37 active ...spa/node_modules/antd/es/modal/Modal.js 67% building 917/955 modules 38 active .../node_modules/antd/es/input/Password.js 67% building 918/955 modules 37 active .../node_modules/antd/es/input/Password.js 67% building 918/956 modules 38 active .../node_modules/antd/es/input/TextArea.js 67% building 919/956 modules 37 active .../node_modules/antd/es/input/TextArea.js 67% building 920/956 modules 36 active .../node_modules/antd/es/input/TextArea.js 67% building 920/957 modules 37 active ...sr/spa/node_modules/lodash/_DataView.js 67% building 920/958 modules 38 active ...rsr/spa/node_modules/lodash/_WeakMap.js 67% building 920/959 modules 39 active ...kvo/rsr/spa/node_modules/lodash/_Set.js 67% building 920/960 modules 40 active ...rsr/spa/node_modules/lodash/_Promise.js 67% building 920/961 modules 41 active .../spa/node_modules/lodash/_getAllKeys.js 67% building 920/962 modules 42 active .../spa/node_modules/lodash/_setToArray.js 67% building 920/963 modules 43 active ...sr/spa/node_modules/lodash/_SetCache.js 67% building 921/963 modules 42 active ...sr/spa/node_modules/lodash/_SetCache.js 67% building 922/963 modules 41 active ...sr/spa/node_modules/lodash/_SetCache.js 67% building 922/964 modules 42 active ...sr/spa/node_modules/lodash/_cacheHas.js 67% building 923/964 modules 41 active ...sr/spa/node_modules/lodash/_cacheHas.js 67% building 923/965 modules 42 active ...r/spa/node_modules/lodash/_arraySome.js 67% building 924/965 modules 41 active ...r/spa/node_modules/lodash/_arraySome.js 67% building 925/965 modules 40 active ...r/spa/node_modules/lodash/_arraySome.js 67% building 926/965 modules 39 active ...r/spa/node_modules/lodash/_arraySome.js 67% building 927/965 modules 38 active ...r/spa/node_modules/lodash/_arraySome.js 67% building 928/965 modules 37 active ...r/spa/node_modules/lodash/_arraySome.js 67% building 928/966 modules 38 active .../spa/node_modules/lodash/_mapToArray.js 67% building 929/966 modules 37 active .../spa/node_modules/lodash/_mapToArray.js 67% building 929/967 modules 38 active .../spa/node_modules/lodash/_Uint8Array.js 67% building 930/967 modules 37 active .../spa/node_modules/lodash/_Uint8Array.js 67% building 931/967 modules 36 active .../spa/node_modules/lodash/_Uint8Array.js 67% building 932/967 modules 35 active .../spa/node_modules/lodash/_Uint8Array.js 67% building 933/967 modules 34 active .../spa/node_modules/lodash/_Uint8Array.js 67% building 933/968 modules 35 active ...pa/node_modules/antd/es/input/Search.js 67% building 934/968 modules 34 active ...pa/node_modules/antd/es/input/Search.js 67% building 934/969 modules 35 active ...spa/node_modules/antd/es/input/Group.js 67% building 934/970 modules 36 active ...les/antd/es/icon/twoTonePrimaryColor.js 67% building 934/971 modules 37 active ...ibrary/modules/_object-keys-internal.js 67% building 935/971 modules 36 active ...ibrary/modules/_object-keys-internal.js 67% building 936/971 modules 35 active ...ibrary/modules/_object-keys-internal.js 67% building 937/971 modules 34 active ...ibrary/modules/_object-keys-internal.js 67% building 938/971 modules 33 active ...ibrary/modules/_object-keys-internal.js 67% building 938/972 modules 34 active ...core-js/library/modules/_iter-detect.js 67% building 938/973 modules 35 active ...ary/modules/core.get-iterator-method.js 67% building 939/973 modules 34 active ...ary/modules/core.get-iterator-method.js 67% building 940/973 modules 33 active ...ary/modules/core.get-iterator-method.js 68% building 941/973 modules 32 active ...ary/modules/core.get-iterator-method.js 68% building 942/973 modules 31 active ...ary/modules/core.get-iterator-method.js 68% building 943/973 modules 30 active ...ary/modules/core.get-iterator-method.js 68% building 944/973 modules 29 active ...ary/modules/core.get-iterator-method.js 68% building 945/973 modules 28 active ...ary/modules/core.get-iterator-method.js 68% building 946/973 modules 27 active ...ary/modules/core.get-iterator-method.js 68% building 947/973 modules 26 active ...ary/modules/core.get-iterator-method.js 68% building 948/973 modules 25 active ...ary/modules/core.get-iterator-method.js 68% building 949/973 modules 24 active ...ary/modules/core.get-iterator-method.js 68% building 950/973 modules 23 active ...ary/modules/core.get-iterator-method.js 68% building 950/974 modules 24 active ...-js/library/modules/_create-property.js 68% building 951/974 modules 23 active ...-js/library/modules/_create-property.js 68% building 951/975 modules 24 active ...s/core-js/library/modules/_to-length.js 68% building 952/975 modules 23 active ...s/core-js/library/modules/_to-length.js 68% building 952/976 modules 24 active ...modules/core-js/library/modules/_cof.js 68% building 952/977 modules 25 active ...re-js/library/modules/_is-array-iter.js 68% building 952/978 modules 26 active ...s/core-js/library/modules/_iter-call.js 68% building 952/979 modules 27 active .../spa/node_modules/antd/es/icon/utils.js 68% building 952/980 modules 28 active ...a/node_modules/antd/es/icon/IconFont.js 68% building 953/980 modules 27 active ...a/node_modules/antd/es/icon/IconFont.js 68% building 954/980 modules 26 active ...a/node_modules/antd/es/icon/IconFont.js 68% building 954/981 modules 27 active ...odules/async-validator/es/rule/index.js 68% building 954/982 modules 28 active ...pa/node_modules/antd/es/empty/simple.js 68% building 954/983 modules 29 active ...spa/node_modules/antd/es/empty/empty.js 68% building 955/983 modules 28 active ...spa/node_modules/antd/es/empty/empty.js 68% building 955/984 modules 29 active ...les/antd/es/dropdown/dropdown-button.js 68% building 956/984 modules 28 active ...les/antd/es/dropdown/dropdown-button.js 68% building 956/985 modules 29 active ...dules/antd/es/date-picker/WeekPicker.js 68% building 957/985 modules 28 active ...dules/antd/es/date-picker/WeekPicker.js 68% building 957/986 modules 29 active ...ules/antd/es/date-picker/RangePicker.js 68% building 958/986 modules 28 active ...ules/antd/es/date-picker/RangePicker.js 68% building 958/987 modules 29 active ...dules/antd/es/date-picker/wrapPicker.js 68% building 959/987 modules 28 active ...dules/antd/es/date-picker/wrapPicker.js 68% building 959/988 modules 29 active ...les/antd/es/date-picker/createPicker.js 68% building 960/988 modules 28 active ...les/antd/es/date-picker/createPicker.js 68% building 961/988 modules 27 active ...les/antd/es/date-picker/createPicker.js 68% building 962/988 modules 26 active ...les/antd/es/date-picker/createPicker.js 68% building 963/988 modules 25 active ...les/antd/es/date-picker/createPicker.js 68% building 963/989 modules 26 active .../node_modules/antd/es/checkbox/Group.js 68% building 964/989 modules 25 active .../node_modules/antd/es/checkbox/Group.js 68% building 965/989 modules 24 active .../node_modules/antd/es/checkbox/Group.js 68% building 965/990 modules 25 active ..._modules/antd/es/button/button-group.js 68% building 965/991 modules 26 active ...td/es/breadcrumb/BreadcrumbSeparator.js 68% building 965/992 modules 27 active ...s/antd/es/auto-complete/InputElement.js 68% building 965/993 modules 28 active ...de_modules/antd/es/anchor/AnchorLink.js 68% building 965/994 modules 29 active ...r/spa/app/modules/announcements/list.js 68% building 965/995 modules 30 active ...el/runtime/helpers/toConsumableArray.js 68% building 966/995 modules 29 active ...el/runtime/helpers/toConsumableArray.js 68% building 967/995 modules 28 active ...el/runtime/helpers/toConsumableArray.js 68% building 967/996 modules 29 active ...sr/spa/node_modules/rc-align/es/util.js 68% building 968/996 modules 28 active ...sr/spa/node_modules/rc-align/es/util.js 68% building 969/996 modules 27 active ...sr/spa/node_modules/rc-align/es/util.js 68% building 970/996 modules 26 active ...sr/spa/node_modules/rc-align/es/util.js 68% building 970/997 modules 27 active ...@babel/runtime/helpers/slicedToArray.js 68% building 970/998 modules 28 active .../core-js/library/modules/_a-function.js 68% building 971/998 modules 27 active .../core-js/library/modules/_a-function.js 68% building 972/998 modules 26 active .../core-js/library/modules/_a-function.js 68% building 972/999 modules 27 active ...modules/rc-calendar/es/MonthCalendar.js 68% building 973/999 modules 26 active ...modules/rc-calendar/es/MonthCalendar.js 68% building 973/1000 modules 27 active ...les/core-js/modules/web.dom.iterable.js 68% building 973/1001 modules 28 active ...odules/core-js/modules/web.immediate.js 68% building 973/1002 modules 29 active ...e_modules/core-js/modules/web.timers.js 68% building 973/1003 modules 30 active ...dules/core-js/modules/es7.observable.js 68% building 973/1004 modules 31 active ...ode_modules/core-js/modules/es7.asap.js 68% building 973/1005 modules 32 active ...core-js/modules/es7.reflect.metadata.js 68% building 973/1006 modules 33 active ...modules/es7.reflect.has-own-metadata.js 67% building 973/1007 modules 34 active ...-js/modules/es7.reflect.has-metadata.js 67% building 973/1008 modules 35 active ...es/es7.reflect.get-own-metadata-keys.js 67% building 973/1009 modules 36 active ...spa/app/modules/announcements/modal.jsx 67% building 973/1010 modules 37 active ...modules/es7.reflect.get-own-metadata.js 67% building 973/1011 modules 38 active ...babel/runtime/helpers/setPrototypeOf.js 67% building 973/1012 modules 39 active ...odules/es7.reflect.get-metadata-keys.js 67% building 973/1013 modules 40 active ...a/node_modules/lodash/_mapCacheClear.js 67% building 974/1013 modules 39 active ...a/node_modules/lodash/_mapCacheClear.js 67% building 975/1013 modules 38 active ...a/node_modules/lodash/_mapCacheClear.js 67% building 976/1013 modules 37 active ...a/node_modules/lodash/_mapCacheClear.js 67% building 977/1013 modules 36 active ...a/node_modules/lodash/_mapCacheClear.js 67% building 978/1013 modules 35 active ...a/node_modules/lodash/_mapCacheClear.js 67% building 979/1013 modules 34 active ...a/node_modules/lodash/_mapCacheClear.js 68% building 980/1013 modules 33 active ...a/node_modules/lodash/_mapCacheClear.js 67% building 980/1014 modules 34 active ...spa/node_modules/lodash/_mapCacheSet.js 67% building 980/1015 modules 35 active ...pa/node_modules/lodash/_assocIndexOf.js 67% building 980/1016 modules 36 active ...spa/node_modules/lodash/_mapCacheHas.js 67% building 980/1017 modules 37 active ...spa/node_modules/lodash/_mapCacheGet.js 67% building 981/1017 modules 36 active ...spa/node_modules/lodash/_mapCacheGet.js 67% building 981/1018 modules 37 active .../node_modules/lodash/_mapCacheDelete.js 67% building 982/1018 modules 36 active .../node_modules/lodash/_mapCacheDelete.js 67% building 983/1018 modules 35 active .../node_modules/lodash/_mapCacheDelete.js 67% building 983/1019 modules 36 active ...-js/modules/es7.reflect.get-metadata.js 67% building 984/1019 modules 35 active ...-js/modules/es7.reflect.get-metadata.js 67% building 984/1020 modules 36 active .../modules/es7.reflect.delete-metadata.js 67% building 984/1021 modules 37 active .../modules/es7.reflect.define-metadata.js 67% building 984/1022 modules 38 active ...ules/core-js/modules/es7.promise.try.js 67% building 984/1023 modules 39 active .../core-js/modules/es7.promise.finally.js 67% building 984/1024 modules 40 active ...node_modules/antd/es/statistic/utils.js 67% building 984/1025 modules 41 active ...les/core-js/modules/es7.math.signbit.js 67% building 984/1026 modules 42 active ...e_modules/antd/es/modal/ActionButton.js 67% building 985/1026 modules 41 active ...e_modules/antd/es/modal/ActionButton.js 67% building 986/1026 modules 40 active ...e_modules/antd/es/modal/ActionButton.js 67% building 987/1026 modules 39 active ...e_modules/antd/es/modal/ActionButton.js 67% building 987/1027 modules 40 active ...dules/core-js/modules/es7.math.umulh.js 67% building 987/1028 modules 41 active ...dules/core-js/modules/es7.math.scale.js 67% building 987/1029 modules 42 active ...les/core-js/modules/es7.math.radians.js 67% building 987/1030 modules 43 active ...core-js/modules/es7.math.rad-per-deg.js 67% building 987/1031 modules 44 active ...dules/core-js/modules/es7.math.imulh.js 67% building 987/1032 modules 45 active ...dules/core-js/modules/es7.math.isubh.js 67% building 987/1033 modules 46 active ...dules/core-js/modules/es7.math.iaddh.js 67% building 987/1034 modules 47 active ...ules/core-js/modules/es7.math.fscale.js 67% building 987/1035 modules 48 active ...les/core-js/modules/es7.math.degrees.js 67% building 987/1036 modules 49 active ...core-js/modules/es7.math.deg-per-rad.js 67% building 987/1037 modules 50 active ...dules/core-js/modules/es7.math.clamp.js 67% building 987/1038 modules 51 active ...s/core-js/modules/es7.error.is-error.js 66% building 987/1039 modules 52 active ...es/core-js/modules/es7.system.global.js 66% building 987/1040 modules 53 active ...e_modules/@ant-design/icons/lib/dist.js 67% building 988/1040 modules 52 active ...e_modules/@ant-design/icons/lib/dist.js 66% building 988/1041 modules 53 active ...e_modules/core-js/modules/es7.global.js 66% building 988/1042 modules 54 active ...ules/antd/es/input/ResizableTextArea.js 66% building 989/1042 modules 53 active ...ules/antd/es/input/ResizableTextArea.js 67% building 990/1042 modules 52 active ...ules/antd/es/input/ResizableTextArea.js 67% building 991/1042 modules 51 active ...ules/antd/es/input/ResizableTextArea.js 67% building 991/1043 modules 52 active ...es/core-js/modules/es7.weak-set.from.js 66% building 991/1044 modules 53 active ...es/core-js/modules/es7.weak-map.from.js 67% building 992/1044 modules 52 active ...es/core-js/modules/es7.weak-map.from.js 66% building 992/1045 modules 53 active ...modules/core-js/modules/es7.set.from.js 67% building 993/1045 modules 52 active ...modules/core-js/modules/es7.set.from.js 66% building 993/1046 modules 53 active ...modules/core-js/modules/es7.map.from.js 66% building 993/1047 modules 54 active .../node_modules/lodash/_baseGetAllKeys.js 66% building 993/1048 modules 55 active .../spa/node_modules/lodash/_getSymbols.js 66% building 993/1049 modules 56 active ...spa/node_modules/lodash/_setCacheHas.js 66% building 994/1049 modules 55 active ...spa/node_modules/lodash/_setCacheHas.js 66% building 994/1050 modules 56 active ...spa/node_modules/lodash/_setCacheAdd.js 66% building 994/1051 modules 57 active ...ules/core-js/modules/es7.weak-set.of.js 66% building 995/1051 modules 56 active ...ules/core-js/modules/es7.weak-set.of.js 66% building 996/1051 modules 55 active ...ules/core-js/modules/es7.weak-set.of.js 66% building 996/1052 modules 56 active ...sr/spa/node_modules/rc-rate/es/index.js 66% building 997/1052 modules 55 active ...sr/spa/node_modules/rc-rate/es/index.js 66% building 997/1053 modules 56 active ...ode_modules/rc-notification/es/index.js 66% building 997/1054 modules 57 active ...ules/core-js/modules/es7.weak-map.of.js 66% building 998/1054 modules 56 active ...ules/core-js/modules/es7.weak-map.of.js 66% building 998/1055 modules 57 active ...e_modules/core-js/modules/es7.set.of.js 66% building 999/1055 modules 56 active ...e_modules/core-js/modules/es7.set.of.js 66% building 1000/1055 modules 55 active ...e_modules/core-js/modules/es7.set.of.js 66% building 1001/1055 modules 54 active ...e_modules/core-js/modules/es7.set.of.js 66% building 1002/1055 modules 53 active ...e_modules/core-js/modules/es7.set.of.js 67% building 1003/1055 modules 52 active ...e_modules/core-js/modules/es7.set.of.js 67% building 1004/1055 modules 51 active ...e_modules/core-js/modules/es7.set.of.js 67% building 1005/1055 modules 50 active ...e_modules/core-js/modules/es7.set.of.js 67% building 1006/1055 modules 49 active ...e_modules/core-js/modules/es7.set.of.js 67% building 1007/1055 modules 48 active ...e_modules/core-js/modules/es7.set.of.js 67% building 1007/1056 modules 49 active ...e_modules/core-js/modules/es7.map.of.js 67% building 1007/1057 modules 50 active ...e-js/library/modules/_array-includes.js 67% building 1008/1057 modules 49 active ...e-js/library/modules/_array-includes.js 67% building 1008/1058 modules 50 active ...pa/node_modules/rc-mentions/es/index.js 67% building 1008/1059 modules 51 active ...ode_modules/rc-input-number/es/index.js 67% building 1009/1059 modules 50 active ...ode_modules/rc-input-number/es/index.js 67% building 1010/1059 modules 49 active ...ode_modules/rc-input-number/es/index.js 67% building 1011/1059 modules 48 active ...ode_modules/rc-input-number/es/index.js 67% building 1012/1059 modules 47 active ...ode_modules/rc-input-number/es/index.js 67% building 1013/1059 modules 46 active ...ode_modules/rc-input-number/es/index.js 67% building 1013/1060 modules 47 active ...ules/core-js/modules/es7.set.to-json.js 67% building 1013/1061 modules 48 active ...les/core-js/library/modules/_classof.js 67% building 1014/1061 modules 47 active ...les/core-js/library/modules/_classof.js 67% building 1015/1061 modules 46 active ...les/core-js/library/modules/_classof.js 67% building 1016/1061 modules 45 active ...les/core-js/library/modules/_classof.js 67% building 1017/1061 modules 44 active ...les/core-js/library/modules/_classof.js 67% building 1018/1061 modules 43 active ...les/core-js/library/modules/_classof.js 67% building 1018/1062 modules 44 active ...jsx$/ groupOptions: {} namespace object 67% building 1019/1062 modules 43 active ...jsx$/ groupOptions: {} namespace object 67% building 1020/1062 modules 42 active ...jsx$/ groupOptions: {} namespace object 67% building 1021/1062 modules 41 active ...jsx$/ groupOptions: {} namespace object 67% building 1022/1062 modules 40 active ...jsx$/ groupOptions: {} namespace object 67% building 1022/1063 modules 41 active ...ules/core-js/modules/es7.map.to-json.js 67% building 1023/1063 modules 40 active ...ules/core-js/modules/es7.map.to-json.js 67% building 1023/1064 modules 41 active ...-js/modules/es7.object.lookup-setter.js 67% building 1024/1064 modules 40 active ...-js/modules/es7.object.lookup-setter.js 67% building 1024/1065 modules 41 active ...-js/modules/es7.object.lookup-getter.js 67% building 1025/1065 modules 40 active ...-js/modules/es7.object.lookup-getter.js 67% building 1025/1066 modules 41 active ...-js/modules/es7.object.define-setter.js 67% building 1025/1067 modules 42 active ...-js/modules/es7.object.define-getter.js 67% building 1025/1068 modules 43 active ...s/core-js/modules/es7.object.entries.js 67% building 1025/1069 modules 44 active ...es/core-js/modules/es7.object.values.js 67% building 1026/1069 modules 43 active ...es/core-js/modules/es7.object.values.js 67% building 1026/1070 modules 44 active ...les/@ant-design/icons-react/es/index.js 67% building 1026/1071 modules 45 active ....object.get-own-property-descriptors.js 67% building 1026/1072 modules 46 active ...ore-js/modules/es7.symbol.observable.js 67% building 1026/1073 modules 47 active ...js/modules/es7.symbol.async-iterator.js 67% building 1026/1074 modules 48 active ...les/async-validator/es/rule/required.js 67% building 1027/1074 modules 47 active ...les/async-validator/es/rule/required.js 67% building 1028/1074 modules 46 active ...les/async-validator/es/rule/required.js 67% building 1029/1074 modules 45 active ...les/async-validator/es/rule/required.js 67% building 1030/1074 modules 44 active ...les/async-validator/es/rule/required.js 67% building 1031/1074 modules 43 active ...les/async-validator/es/rule/required.js 67% building 1032/1074 modules 42 active ...les/async-validator/es/rule/required.js 67% building 1033/1074 modules 41 active ...les/async-validator/es/rule/required.js 67% building 1034/1074 modules 40 active ...les/async-validator/es/rule/required.js 67% building 1035/1074 modules 39 active ...les/async-validator/es/rule/required.js 67% building 1036/1074 modules 38 active ...les/async-validator/es/rule/required.js 67% building 1037/1074 modules 37 active ...les/async-validator/es/rule/required.js 67% building 1038/1074 modules 36 active ...les/async-validator/es/rule/required.js 68% building 1039/1074 modules 35 active ...les/async-validator/es/rule/required.js 67% building 1039/1075 modules 36 active ...ules/async-validator/es/rule/pattern.js 67% building 1039/1076 modules 37 active ...modules/async-validator/es/rule/enum.js 67% building 1040/1076 modules 36 active ...modules/async-validator/es/rule/enum.js 67% building 1040/1077 modules 37 active ...odules/async-validator/es/rule/range.js 67% building 1041/1077 modules 36 active ...odules/async-validator/es/rule/range.js 68% building 1042/1077 modules 35 active ...odules/async-validator/es/rule/range.js 68% building 1043/1077 modules 34 active ...odules/async-validator/es/rule/range.js 68% building 1044/1077 modules 33 active ...odules/async-validator/es/rule/range.js 68% building 1045/1077 modules 32 active ...odules/async-validator/es/rule/range.js 68% building 1046/1077 modules 31 active ...odules/async-validator/es/rule/range.js 68% building 1047/1077 modules 30 active ...odules/async-validator/es/rule/range.js 68% building 1048/1077 modules 29 active ...odules/async-validator/es/rule/range.js 68% building 1049/1077 modules 28 active ...odules/async-validator/es/rule/range.js 68% building 1050/1077 modules 27 active ...odules/async-validator/es/rule/range.js 68% building 1050/1078 modules 28 active ...modules/async-validator/es/rule/type.js 68% building 1050/1079 modules 29 active ...s/async-validator/es/rule/whitespace.js 68% building 1050/1080 modules 30 active ...core-js/modules/es7.string.match-all.js 68% building 1051/1080 modules 29 active ...core-js/modules/es7.string.match-all.js 68% building 1051/1081 modules 30 active ...ore-js/modules/es7.string.trim-right.js 68% building 1052/1081 modules 29 active ...ore-js/modules/es7.string.trim-right.js 68% building 1052/1082 modules 30 active ...core-js/modules/es7.string.trim-left.js 68% building 1052/1083 modules 31 active ...el/runtime/helpers/arrayWithoutHoles.js 68% building 1052/1084 modules 32 active ...odules/antd/es/date-picker/InputIcon.js 68% building 1052/1085 modules 33 active ...de_modules/antd/es/date-picker/utils.js 68% building 1053/1085 modules 32 active ...de_modules/antd/es/date-picker/utils.js 68% building 1053/1086 modules 33 active ...-lottie-player/dist/lottie-react.esm.js 68% building 1054/1086 modules 32 active ...-lottie-player/dist/lottie-react.esm.js 68% building 1055/1086 modules 31 active ...-lottie-player/dist/lottie-react.esm.js 68% building 1055/1087 modules 32 active ...node_modules/js-cookie/src/js.cookie.js 68% building 1056/1087 modules 31 active ...node_modules/js-cookie/src/js.cookie.js 68% building 1057/1087 modules 30 active ...node_modules/js-cookie/src/js.cookie.js 68% building 1058/1087 modules 29 active ...node_modules/js-cookie/src/js.cookie.js 68% building 1058/1088 modules 30 active ...babel/runtime/helpers/arrayWithHoles.js 68% building 1058/1089 modules 31 active ...ode_modules/dom-align/dist-web/index.js 68% building 1059/1089 modules 30 active ...ode_modules/dom-align/dist-web/index.js 68% building 1060/1089 modules 29 active ...ode_modules/dom-align/dist-web/index.js 68% building 1060/1090 modules 30 active ...s/core-js/modules/es6.array.iterator.js 68% building 1060/1091 modules 31 active ...a/node_modules/core-js/modules/_task.js 68% building 1060/1092 modules 32 active ..._modules/core-js/modules/_user-agent.js 68% building 1060/1093 modules 33 active ...modules/core-js/modules/_set-species.js 68% building 1060/1094 modules 34 active ...e_modules/core-js/modules/_microtask.js 68% building 1060/1095 modules 35 active ...de_modules/core-js/modules/_metadata.js 68% building 1060/1096 modules 36 active ...pp/modules/announcements/05-08-2020.jsx 67% building 1060/1097 modules 37 active ...app/modules/announcements/null-view.jsx 67% building 1060/1098 modules 38 active ...node_modules/core-js/modules/es6.set.js 67% building 1060/1099 modules 39 active ...vo/rsr/spa/node_modules/lodash/_Hash.js 67% building 1061/1099 modules 38 active ...vo/rsr/spa/node_modules/lodash/_Hash.js 67% building 1062/1099 modules 37 active ...vo/rsr/spa/node_modules/lodash/_Hash.js 68% building 1063/1099 modules 36 active ...vo/rsr/spa/node_modules/lodash/_Hash.js 68% building 1064/1099 modules 35 active ...vo/rsr/spa/node_modules/lodash/_Hash.js 68% building 1065/1099 modules 34 active ...vo/rsr/spa/node_modules/lodash/_Hash.js 68% building 1066/1099 modules 33 active ...vo/rsr/spa/node_modules/lodash/_Hash.js 68% building 1067/1099 modules 32 active ...vo/rsr/spa/node_modules/lodash/_Hash.js 68% building 1067/1100 modules 33 active .../spa/node_modules/lodash/_getMapData.js 68% building 1068/1100 modules 32 active .../spa/node_modules/lodash/_getMapData.js 68% building 1068/1101 modules 33 active ...a/node_modules/rc-calendar/es/Picker.js 68% building 1068/1102 modules 34 active ..._modules/core-js/modules/_object-gpo.js 68% building 1069/1102 modules 33 active ..._modules/core-js/modules/_object-gpo.js 68% building 1070/1102 modules 32 active ..._modules/core-js/modules/_object-gpo.js 68% building 1071/1102 modules 31 active ..._modules/core-js/modules/_object-gpo.js 68% building 1072/1102 modules 30 active ..._modules/core-js/modules/_object-gpo.js 68% building 1073/1102 modules 29 active ..._modules/core-js/modules/_object-gpo.js 68% building 1074/1102 modules 28 active ..._modules/core-js/modules/_object-gpo.js 68% building 1075/1102 modules 27 active ..._modules/core-js/modules/_object-gpo.js 68% building 1075/1103 modules 28 active ...ode_modules/core-js/modules/_perform.js 68% building 1075/1104 modules 29 active ...pp/modules/announcements/17-06-2020.jsx 68% building 1075/1105 modules 30 active ...les/core-js/modules/_promise-resolve.js 68% building 1075/1106 modules 31 active ...es/antd/node_modules/lodash/padStart.js 68% building 1075/1107 modules 32 active ...core-js/modules/_species-constructor.js 68% building 1075/1108 modules 33 active ...e-js/modules/_new-promise-capability.js 68% building 1075/1109 modules 34 active ...pp/modules/announcements/14-01-2021.jsx 68% building 1076/1109 modules 33 active ...pp/modules/announcements/14-01-2021.jsx 68% building 1077/1109 modules 32 active ...pp/modules/announcements/14-01-2021.jsx 68% building 1078/1109 modules 31 active ...pp/modules/announcements/14-01-2021.jsx 68% building 1078/1110 modules 32 active ..._modules/core-js/modules/_math-scale.js 68% building 1078/1111 modules 33 active ...core-js/modules/_array-from-iterable.js 68% building 1078/1112 modules 34 active ...node_modules/core-js/modules/_for-of.js 68% building 1078/1113 modules 35 active ...odules/core-js/modules/_redefine-all.js 68% building 1078/1114 modules 36 active ...modules/core-js/modules/_an-instance.js 68% building 1078/1115 modules 37 active ...modules/core-js/modules/_math-fround.js 67% building 1078/1116 modules 38 active ...e_modules/core-js/modules/_iterators.js 67% building 1078/1117 modules 39 active ...abel/runtime/helpers/nonIterableRest.js 67% building 1079/1117 modules 38 active ...abel/runtime/helpers/nonIterableRest.js 68% building 1080/1117 modules 37 active ...abel/runtime/helpers/nonIterableRest.js 67% building 1080/1118 modules 38 active ...runtime/helpers/iterableToArrayLimit.js 67% building 1080/1119 modules 39 active ...es/antd/es/input/calculateNodeHeight.js 67% building 1081/1119 modules 38 active ...es/antd/es/input/calculateNodeHeight.js 68% building 1082/1119 modules 37 active ...es/antd/es/input/calculateNodeHeight.js 68% building 1083/1119 modules 36 active ...es/antd/es/input/calculateNodeHeight.js 68% building 1083/1120 modules 37 active ...core-js/modules/_set-collection-from.js 68% building 1084/1120 modules 36 active ...core-js/modules/_set-collection-from.js 68% building 1084/1121 modules 37 active ...r/spa/node_modules/lodash/_arrayPush.js 67% building 1084/1122 modules 38 active ...spa/node_modules/lodash/_arrayFilter.js 67% building 1084/1123 modules 39 active ...sr/spa/node_modules/lodash/stubArray.js 67% building 1085/1123 modules 38 active ...sr/spa/node_modules/lodash/stubArray.js 67% building 1085/1124 modules 39 active ...s/core-js/modules/_set-collection-of.js 67% building 1086/1124 modules 38 active ...s/core-js/modules/_set-collection-of.js 67% building 1086/1125 modules 39 active ...rsr/spa/node_modules/rc-rate/es/Rate.js 67% building 1086/1126 modules 40 active ...de_modules/antd/es/time-picker/index.js 67% building 1086/1127 modules 41 active ...ules/rc-notification/es/Notification.js 67% building 1086/1128 modules 42 active ...node_modules/rc-dialog/es/DialogWrap.js 67% building 1086/1129 modules 43 active ...rsr/spa/node_modules/is-mobile/index.js 67% building 1087/1129 modules 42 active ...rsr/spa/node_modules/is-mobile/index.js 67% building 1088/1129 modules 41 active ...rsr/spa/node_modules/is-mobile/index.js 67% building 1089/1129 modules 40 active ...rsr/spa/node_modules/is-mobile/index.js 67% building 1090/1129 modules 39 active ...rsr/spa/node_modules/is-mobile/index.js 67% building 1091/1129 modules 38 active ...rsr/spa/node_modules/is-mobile/index.js 68% building 1092/1129 modules 37 active ...rsr/spa/node_modules/is-mobile/index.js 67% building 1092/1130 modules 38 active ...node_modules/rc-time-picker/es/Panel.js 67% building 1092/1131 modules 39 active ...s/library/modules/_to-absolute-index.js 67% building 1092/1132 modules 40 active ...node_modules/rc-mentions/es/Mentions.js 67% building 1092/1133 modules 41 active ...modules/rc-calendar/es/RangeCalendar.js 67% building 1093/1133 modules 40 active ...modules/rc-calendar/es/RangeCalendar.js 67% building 1094/1133 modules 39 active ...modules/rc-calendar/es/RangeCalendar.js 67% building 1095/1133 modules 38 active ...modules/rc-calendar/es/RangeCalendar.js 68% building 1096/1133 modules 37 active ...modules/rc-calendar/es/RangeCalendar.js 67% building 1096/1134 modules 38 active .../core-js/modules/_collection-to-json.js 68% building 1097/1134 modules 37 active .../core-js/modules/_collection-to-json.js 68% building 1098/1134 modules 36 active .../core-js/modules/_collection-to-json.js 68% building 1099/1134 modules 35 active .../core-js/modules/_collection-to-json.js 68% building 1099/1135 modules 36 active ...s/core-js/modules/es7.string.pad-end.js 68% building 1099/1136 modules 37 active ...core-js/modules/es7.string.pad-start.js 67% building 1099/1137 modules 38 active ...odules/core-js/modules/es7.string.at.js 67% building 1099/1138 modules 39 active ...el/runtime/helpers/nonIterableSpread.js 67% building 1099/1139 modules 40 active ...abel/runtime/helpers/iterableToArray.js 67% building 1099/1140 modules 41 active ...es/core-js/modules/es7.array.flatten.js 67% building 1099/1141 modules 42 active ...s/core-js/modules/es7.array.flat-map.js 67% building 1099/1142 modules 43 active ...s/core-js/modules/es7.array.includes.js 67% building 1099/1143 modules 44 active ...modules/es6.reflect.set-prototype-of.js 67% building 1099/1144 modules 45 active ...ules/core-js/modules/es6.reflect.set.js 67% building 1100/1144 modules 44 active ...ules/core-js/modules/es6.reflect.set.js 67% building 1101/1144 modules 43 active ...ules/core-js/modules/es6.reflect.set.js 67% building 1102/1144 modules 42 active ...ules/core-js/modules/es6.reflect.set.js 67% building 1102/1145 modules 43 active ...s/core-js/modules/_object-forced-pam.js 67% building 1103/1145 modules 42 active ...s/core-js/modules/_object-forced-pam.js 67% building 1103/1146 modules 43 active ...les/core-js/modules/_object-to-array.js 67% building 1104/1146 modules 42 active ...les/core-js/modules/_object-to-array.js 67% building 1105/1146 modules 41 active ...les/core-js/modules/_object-to-array.js 67% building 1105/1147 modules 42 active ...e_modules/core-js/modules/_to-object.js 67% building 1105/1148 modules 43 active ...dules/es6.reflect.prevent-extensions.js 67% building 1105/1149 modules 44 active ...core-js/modules/es6.reflect.own-keys.js 67% building 1105/1150 modules 45 active ...js/modules/es6.reflect.is-extensible.js 67% building 1105/1151 modules 46 active ...les/core-js/modules/_create-property.js 67% building 1105/1152 modules 47 active ...ules/core-js/modules/es6.reflect.has.js 67% building 1106/1152 modules 46 active ...ules/core-js/modules/es6.reflect.has.js 67% building 1106/1153 modules 47 active ...de_modules/core-js/modules/_own-keys.js 67% building 1106/1154 modules 48 active ...a/node_modules/react-slick/lib/index.js 67% building 1106/1155 modules 49 active ...modules/es6.reflect.get-prototype-of.js 67% building 1107/1155 modules 48 active ...modules/es6.reflect.get-prototype-of.js 67% building 1108/1155 modules 47 active ...modules/es6.reflect.get-prototype-of.js 67% building 1109/1155 modules 46 active ...modules/es6.reflect.get-prototype-of.js 67% building 1110/1155 modules 45 active ...modules/es6.reflect.get-prototype-of.js 67% building 1111/1155 modules 44 active ...modules/es6.reflect.get-prototype-of.js 67% building 1112/1155 modules 43 active ...modules/es6.reflect.get-prototype-of.js 67% building 1113/1155 modules 42 active ...modules/es6.reflect.get-prototype-of.js 67% building 1113/1156 modules 43 active ....reflect.get-own-property-descriptor.js 67% building 1114/1156 modules 42 active ....reflect.get-own-property-descriptor.js 67% building 1114/1157 modules 43 active ...ules/core-js/modules/es6.reflect.get.js 67% building 1115/1157 modules 42 active ...ules/core-js/modules/es6.reflect.get.js 67% building 1115/1158 modules 43 active ...ore-js/modules/es6.reflect.enumerate.js 67% building 1116/1158 modules 42 active ...ore-js/modules/es6.reflect.enumerate.js 67% building 1117/1158 modules 41 active ...ore-js/modules/es6.reflect.enumerate.js 67% building 1118/1158 modules 40 active ...ore-js/modules/es6.reflect.enumerate.js 67% building 1119/1158 modules 39 active ...ore-js/modules/es6.reflect.enumerate.js 68% building 1120/1158 modules 38 active ...ore-js/modules/es6.reflect.enumerate.js 67% building 1120/1159 modules 39 active ...r/spa/node_modules/antd/es/tag/index.js 67% building 1120/1160 modules 40 active ...esign/icons-react/es/components/Icon.js 67% building 1121/1160 modules 39 active ...esign/icons-react/es/components/Icon.js 67% building 1121/1161 modules 40 active .../modules/es6.reflect.delete-property.js 67% building 1121/1162 modules 41 active .../modules/es6.reflect.define-property.js 67% building 1121/1163 modules 42 active ...modules/core-js/modules/_iter-create.js 67% building 1121/1164 modules 43 active .../node_modules/core-js/modules/_flags.js 67% building 1121/1165 modules 44 active ...modules/core-js/modules/_string-trim.js 67% building 1122/1165 modules 43 active ...modules/core-js/modules/_string-trim.js 67% building 1122/1166 modules 44 active ...ules/rc-input-number/es/InputHandler.js 67% building 1123/1166 modules 43 active ...ules/rc-input-number/es/InputHandler.js 67% building 1124/1166 modules 42 active ...ules/rc-input-number/es/InputHandler.js 67% building 1125/1166 modules 41 active ...ules/rc-input-number/es/InputHandler.js 67% building 1125/1167 modules 42 active ...e_modules/core-js/modules/_is-regexp.js 67% building 1126/1167 modules 41 active ...e_modules/core-js/modules/_is-regexp.js 67% building 1126/1168 modules 42 active ...ore-js/modules/es6.reflect.construct.js 67% building 1127/1168 modules 41 active ...ore-js/modules/es6.reflect.construct.js 67% building 1127/1169 modules 42 active ...es/core-js/modules/es6.reflect.apply.js 67% building 1127/1170 modules 43 active ...e-js/modules/es6.typed.float64-array.js 67% building 1127/1171 modules 44 active ...e-js/modules/es6.typed.float32-array.js 67% building 1127/1172 modules 45 active ...re-js/modules/es6.typed.uint32-array.js 67% building 1127/1173 modules 46 active ...ore-js/modules/es6.typed.int32-array.js 67% building 1127/1174 modules 47 active ...re-js/modules/es6.typed.uint16-array.js 67% building 1127/1175 modules 48 active ...ore-js/modules/es6.typed.int16-array.js 67% building 1127/1176 modules 49 active ...odules/es6.typed.uint8-clamped-array.js 67% building 1127/1177 modules 50 active ...ore-js/modules/es6.typed.uint8-array.js 67% building 1128/1177 modules 49 active ...ore-js/modules/es6.typed.uint8-array.js 67% building 1129/1177 modules 48 active ...ore-js/modules/es6.typed.uint8-array.js 67% building 1129/1178 modules 49 active .../core-js/modules/_add-to-unscopables.js 67% building 1129/1179 modules 50 active ...node_modules/core-js/modules/_invoke.js 67% building 1129/1180 modules 51 active ...modules/core-js/modules/_iter-define.js 67% building 1129/1181 modules 52 active ...e_modules/core-js/modules/_iter-step.js 67% building 1129/1182 modules 53 active ...core-js/modules/es6.typed.int8-array.js 67% building 1129/1183 modules 54 active ...node_modules/core-js/modules/es6.map.js 67% building 1130/1183 modules 53 active ...node_modules/core-js/modules/es6.map.js 67% building 1131/1183 modules 52 active ...node_modules/core-js/modules/es6.map.js 67% building 1132/1183 modules 51 active ...node_modules/core-js/modules/es6.map.js 67% building 1133/1183 modules 50 active ...node_modules/core-js/modules/es6.map.js 67% building 1134/1183 modules 49 active ...node_modules/core-js/modules/es6.map.js 67% building 1135/1183 modules 48 active ...node_modules/core-js/modules/es6.map.js 67% building 1136/1183 modules 47 active ...node_modules/core-js/modules/es6.map.js 67% building 1137/1183 modules 46 active ...node_modules/core-js/modules/es6.map.js 67% building 1138/1183 modules 45 active ...node_modules/core-js/modules/es6.map.js 67% building 1139/1183 modules 44 active ...node_modules/core-js/modules/es6.map.js 67% building 1139/1184 modules 45 active ...modules/core-js/modules/es6.weak-map.js 67% building 1140/1184 modules 44 active ...modules/core-js/modules/es6.weak-map.js 67% building 1141/1184 modules 43 active ...modules/core-js/modules/es6.weak-map.js 67% building 1141/1185 modules 44 active ...r/spa/node_modules/lodash/_hashClear.js 67% building 1141/1186 modules 45 active .../core-js/modules/es6.typed.data-view.js 67% building 1141/1187 modules 46 active ...rsr/spa/node_modules/lodash/_hashSet.js 67% building 1142/1187 modules 45 active ...rsr/spa/node_modules/lodash/_hashSet.js 67% building 1143/1187 modules 44 active ...rsr/spa/node_modules/lodash/_hashSet.js 67% building 1143/1188 modules 45 active ...r/spa/node_modules/lodash/_isKeyable.js 67% building 1144/1188 modules 44 active ...r/spa/node_modules/lodash/_isKeyable.js 67% building 1144/1189 modules 45 active ...s/core-js/modules/_collection-strong.js 67% building 1145/1189 modules 44 active ...s/core-js/modules/_collection-strong.js 67% building 1146/1189 modules 43 active ...s/core-js/modules/_collection-strong.js 67% building 1147/1189 modules 42 active ...s/core-js/modules/_collection-strong.js 67% building 1148/1189 modules 41 active ...s/core-js/modules/_collection-strong.js 67% building 1149/1189 modules 40 active ...s/core-js/modules/_collection-strong.js 68% building 1150/1189 modules 39 active ...s/core-js/modules/_collection-strong.js 68% building 1151/1189 modules 38 active ...s/core-js/modules/_collection-strong.js 68% building 1152/1189 modules 37 active ...s/core-js/modules/_collection-strong.js 68% building 1153/1189 modules 36 active ...s/core-js/modules/_collection-strong.js 68% building 1154/1189 modules 35 active ...s/core-js/modules/_collection-strong.js 68% building 1155/1189 modules 34 active ...s/core-js/modules/_collection-strong.js 68% building 1155/1190 modules 35 active ...rsr/spa/node_modules/lodash/_hashHas.js 68% building 1155/1191 modules 36 active ...rsr/spa/node_modules/lodash/_hashGet.js 68% building 1155/1192 modules 37 active .../spa/node_modules/lodash/_hashDelete.js 68% building 1155/1193 modules 38 active ...re-js/modules/es6.typed.array-buffer.js 68% building 1155/1194 modules 39 active ..._modules/core-js/modules/_collection.js 67% building 1155/1195 modules 40 active ...core-js/modules/_validate-collection.js 67% building 1155/1196 modules 41 active ...modules/core-js/modules/es6.weak-set.js 67% building 1155/1197 modules 42 active ..._modules/core-js/modules/es6.promise.js 67% building 1156/1197 modules 41 active ..._modules/core-js/modules/es6.promise.js 67% building 1156/1198 modules 42 active ...les/core-js/modules/es6.regexp.split.js 67% building 1156/1199 modules 43 active ...es/core-js/modules/es6.regexp.search.js 67% building 1156/1200 modules 44 active ...s/core-js/modules/es6.regexp.replace.js 67% building 1156/1201 modules 45 active ...les/core-js/modules/es6.regexp.match.js 67% building 1157/1201 modules 44 active ...les/core-js/modules/es6.regexp.match.js 67% building 1157/1202 modules 45 active ...les/rc-calendar/es/picker/placements.js 67% building 1157/1203 modules 46 active ...les/core-js/modules/es6.regexp.flags.js 67% building 1158/1203 modules 45 active ...les/core-js/modules/es6.regexp.flags.js 67% building 1159/1203 modules 44 active ...les/core-js/modules/es6.regexp.flags.js 67% building 1160/1203 modules 43 active ...les/core-js/modules/es6.regexp.flags.js 67% building 1160/1204 modules 44 active ...core-js/modules/es6.regexp.to-string.js 67% building 1161/1204 modules 43 active ...core-js/modules/es6.regexp.to-string.js 67% building 1161/1205 modules 44 active ...ules/core-js/modules/es6.regexp.exec.js 67% building 1161/1206 modules 45 active ...-js/modules/core.get-iterator-method.js 67% building 1161/1207 modules 46 active ...dules/core-js/modules/_is-array-iter.js 67% building 1161/1208 modules 47 active ...e_modules/core-js/modules/_iter-call.js 67% building 1161/1209 modules 48 active ...e_modules/core-js/modules/_math-sign.js 67% building 1161/1210 modules 49 active ...re-js/modules/es6.regexp.constructor.js 67% building 1162/1210 modules 48 active ...re-js/modules/es6.regexp.constructor.js 67% building 1162/1211 modules 49 active ...es/core-js/modules/es6.array.species.js 67% building 1163/1211 modules 48 active ...es/core-js/modules/es6.array.species.js 67% building 1163/1212 modules 49 active ...core-js/modules/es6.array.find-index.js 67% building 1163/1213 modules 50 active ...dules/core-js/modules/es6.array.find.js 67% building 1164/1213 modules 49 active ...dules/core-js/modules/es6.array.find.js 67% building 1164/1214 modules 50 active ...dules/core-js/modules/es6.array.fill.js 67% building 1164/1215 modules 51 active ...ore-js/modules/es6.array.copy-within.js 67% building 1164/1216 modules 52 active ...e-js/modules/es6.array.last-index-of.js 67% building 1164/1217 modules 53 active ...s/core-js/modules/es6.array.index-of.js 67% building 1164/1218 modules 54 active ...re-js/modules/es6.array.reduce-right.js 67% building 1165/1218 modules 53 active ...re-js/modules/es6.array.reduce-right.js 67% building 1166/1218 modules 52 active ...re-js/modules/es6.array.reduce-right.js 67% building 1167/1218 modules 51 active ...re-js/modules/es6.array.reduce-right.js 67% building 1168/1218 modules 50 active ...re-js/modules/es6.array.reduce-right.js 67% building 1169/1218 modules 49 active ...re-js/modules/es6.array.reduce-right.js 67% building 1170/1218 modules 48 active ...re-js/modules/es6.array.reduce-right.js 67% building 1171/1218 modules 47 active ...re-js/modules/es6.array.reduce-right.js 67% building 1172/1218 modules 46 active ...re-js/modules/es6.array.reduce-right.js 67% building 1173/1218 modules 45 active ...re-js/modules/es6.array.reduce-right.js 67% building 1174/1218 modules 44 active ...re-js/modules/es6.array.reduce-right.js 67% building 1175/1218 modules 43 active ...re-js/modules/es6.array.reduce-right.js 67% building 1175/1219 modules 44 active ...les/core-js/modules/es6.array.reduce.js 67% building 1175/1220 modules 45 active ...ules/core-js/modules/es6.array.every.js 67% building 1175/1221 modules 46 active ...de_modules/rc-notification/es/Notice.js 67% building 1176/1221 modules 45 active ...de_modules/rc-notification/es/Notice.js 67% building 1177/1221 modules 44 active ...de_modules/rc-notification/es/Notice.js 67% building 1178/1221 modules 43 active ...de_modules/rc-notification/es/Notice.js 67% building 1179/1221 modules 42 active ...de_modules/rc-notification/es/Notice.js 67% building 1180/1221 modules 41 active ...de_modules/rc-notification/es/Notice.js 68% building 1181/1221 modules 40 active ...de_modules/rc-notification/es/Notice.js 68% building 1182/1221 modules 39 active ...de_modules/rc-notification/es/Notice.js 68% building 1183/1221 modules 38 active ...de_modules/rc-notification/es/Notice.js 68% building 1184/1221 modules 37 active ...de_modules/rc-notification/es/Notice.js 68% building 1184/1222 modules 38 active ...ode_modules/core-js/modules/_classof.js 68% building 1185/1222 modules 37 active ...ode_modules/core-js/modules/_classof.js 68% building 1186/1222 modules 36 active ...ode_modules/core-js/modules/_classof.js 68% building 1187/1222 modules 35 active ...ode_modules/core-js/modules/_classof.js 68% building 1187/1223 modules 36 active ..._modules/core-js/modules/_string-pad.js 68% building 1187/1224 modules 37 active ...e_modules/core-js/modules/_string-at.js 68% building 1187/1225 modules 38 active ...ore-js/modules/_array-species-create.js 68% building 1187/1226 modules 39 active .../core-js/modules/_flatten-into-array.js 68% building 1187/1227 modules 40 active ...spa/node_modules/rc-mentions/es/util.js 67% building 1187/1228 modules 41 active ...a/node_modules/rc-mentions/es/Option.js 67% building 1187/1229 modules 42 active ...dules/rc-mentions/es/MentionsContext.js 67% building 1187/1230 modules 43 active ...odules/rc-mentions/es/KeywordTrigger.js 67% building 1187/1231 modules 44 active ...e_modules/core-js/modules/_set-proto.js 67% building 1188/1231 modules 43 active ...e_modules/core-js/modules/_set-proto.js 67% building 1189/1231 modules 42 active ...e_modules/core-js/modules/_set-proto.js 68% building 1190/1231 modules 41 active ...e_modules/core-js/modules/_set-proto.js 67% building 1190/1232 modules 42 active ...e_modules/rc-time-picker/es/Combobox.js 68% building 1191/1232 modules 41 active ...e_modules/rc-time-picker/es/Combobox.js 68% building 1192/1232 modules 40 active ...e_modules/rc-time-picker/es/Combobox.js 68% building 1193/1232 modules 39 active ...e_modules/rc-time-picker/es/Combobox.js 68% building 1194/1232 modules 38 active ...e_modules/rc-time-picker/es/Combobox.js 68% building 1194/1233 modules 39 active ...ode_modules/rc-time-picker/es/Header.js 68% building 1195/1233 modules 38 active ...ode_modules/rc-time-picker/es/Header.js 68% building 1196/1233 modules 37 active ...ode_modules/rc-time-picker/es/Header.js 68% building 1197/1233 modules 36 active ...ode_modules/rc-time-picker/es/Header.js 68% building 1198/1233 modules 35 active ...ode_modules/rc-time-picker/es/Header.js 68% building 1199/1233 modules 34 active ...ode_modules/rc-time-picker/es/Header.js 68% building 1199/1234 modules 35 active ...rsr/spa/node_modules/rc-rate/es/Star.js 68% building 1199/1235 modules 36 active ...rsr/spa/node_modules/rc-rate/es/util.js 68% building 1200/1235 modules 35 active ...rsr/spa/node_modules/rc-rate/es/util.js 68% building 1200/1236 modules 36 active ...spa/node_modules/rc-dialog/es/Dialog.js 68% building 1200/1237 modules 37 active ...dules/core-js/modules/es6.array.some.js 68% building 1200/1238 modules 38 active ...les/core-js/modules/es6.array.filter.js 68% building 1200/1239 modules 39 active ...odules/core-js/modules/es6.array.map.js 68% building 1200/1240 modules 40 active ...s/core-js/modules/es6.array.for-each.js 68% building 1200/1241 modules 41 active ...dules/core-js/modules/es6.array.sort.js 67% building 1200/1242 modules 42 active .../node_modules/react-slick/lib/slider.js 67% building 1200/1243 modules 43 active ...ules/core-js/modules/es6.array.slice.js 67% building 1200/1244 modules 44 active ...dules/core-js/modules/es6.array.join.js 67% building 1200/1245 modules 45 active ...modules/core-js/modules/es6.array.of.js 67% building 1200/1246 modules 46 active ...dules/core-js/modules/es6.array.from.js 67% building 1200/1247 modules 47 active ...s/core-js/modules/es6.array.is-array.js 67% building 1200/1248 modules 48 active ...ore-js/modules/es6.date.to-primitive.js 67% building 1201/1248 modules 47 active ...ore-js/modules/es6.date.to-primitive.js 67% building 1202/1248 modules 46 active ...ore-js/modules/es6.date.to-primitive.js 67% building 1203/1248 modules 45 active ...ore-js/modules/es6.date.to-primitive.js 67% building 1204/1248 modules 44 active ...ore-js/modules/es6.date.to-primitive.js 67% building 1205/1248 modules 43 active ...ore-js/modules/es6.date.to-primitive.js 67% building 1206/1248 modules 42 active ...ore-js/modules/es6.date.to-primitive.js 68% building 1207/1248 modules 41 active ...ore-js/modules/es6.date.to-primitive.js 67% building 1207/1249 modules 42 active ...s/core-js/modules/es6.date.to-string.js 68% building 1208/1249 modules 41 active ...s/core-js/modules/es6.date.to-string.js 67% building 1208/1250 modules 42 active ...re-js/modules/es6.date.to-iso-string.js 68% building 1209/1250 modules 41 active ...re-js/modules/es6.date.to-iso-string.js 67% building 1209/1251 modules 42 active ...les/core-js/modules/es6.date.to-json.js 68% building 1210/1251 modules 41 active ...les/core-js/modules/es6.date.to-json.js 68% building 1211/1251 modules 40 active ...les/core-js/modules/es6.date.to-json.js 68% building 1212/1251 modules 39 active ...les/core-js/modules/es6.date.to-json.js 68% building 1213/1251 modules 38 active ...les/core-js/modules/es6.date.to-json.js 68% building 1214/1251 modules 37 active ...les/core-js/modules/es6.date.to-json.js 68% building 1215/1251 modules 36 active ...les/core-js/modules/es6.date.to-json.js 68% building 1215/1252 modules 37 active ...modules/rc-time-picker/es/TimePicker.js 68% building 1216/1252 modules 36 active ...modules/rc-time-picker/es/TimePicker.js 68% building 1216/1253 modules 37 active ...les/@ant-design/icons-react/es/utils.js 68% building 1216/1254 modules 38 active ...e_modules/core-js/modules/_string-ws.js 68% building 1217/1254 modules 37 active ...e_modules/core-js/modules/_string-ws.js 68% building 1218/1254 modules 36 active ...e_modules/core-js/modules/_string-ws.js 68% building 1218/1255 modules 37 active ...ode_modules/antd/es/tag/CheckableTag.js 68% building 1218/1256 modules 38 active ...modules/core-js/modules/es6.date.now.js 68% building 1218/1257 modules 39 active ...dules/core-js/modules/es6.string.sup.js 68% building 1218/1258 modules 40 active ...dules/core-js/modules/es6.string.sub.js 68% building 1218/1259 modules 41 active ...es/core-js/modules/es6.string.strike.js 68% building 1219/1259 modules 40 active ...es/core-js/modules/es6.string.strike.js 68% building 1219/1260 modules 41 active ...les/core-js/modules/es6.string.small.js 68% building 1219/1261 modules 42 active ...a/node_modules/core-js/modules/_bind.js 67% building 1219/1262 modules 43 active ...endar/es/range-calendar/CalendarPart.js 67% building 1219/1263 modules 44 active ...ules/core-js/modules/es6.string.link.js 67% building 1219/1264 modules 45 active ...modules/core-js/modules/_typed-array.js 67% building 1220/1264 modules 44 active ...modules/core-js/modules/_typed-array.js 67% building 1220/1265 modules 45 active ...s/core-js/modules/es6.string.italics.js 67% building 1220/1266 modules 46 active .../core-js/modules/es6.string.fontsize.js 67% building 1220/1267 modules 47 active ...core-js/modules/es6.string.fontcolor.js 67% building 1220/1268 modules 48 active ...les/core-js/modules/es6.string.fixed.js 67% building 1220/1269 modules 49 active ...ules/core-js/modules/es6.string.bold.js 67% building 1221/1269 modules 48 active ...ules/core-js/modules/es6.string.bold.js 67% building 1222/1269 modules 47 active ...ules/core-js/modules/es6.string.bold.js 67% building 1223/1269 modules 46 active ...ules/core-js/modules/es6.string.bold.js 67% building 1224/1269 modules 45 active ...ules/core-js/modules/es6.string.bold.js 67% building 1225/1269 modules 44 active ...ules/core-js/modules/es6.string.bold.js 67% building 1225/1270 modules 45 active ...les/core-js/modules/_collection-weak.js 67% building 1226/1270 modules 44 active ...les/core-js/modules/_collection-weak.js 67% building 1227/1270 modules 43 active ...les/core-js/modules/_collection-weak.js 68% building 1228/1270 modules 42 active ...les/core-js/modules/_collection-weak.js 68% building 1229/1270 modules 41 active ...les/core-js/modules/_collection-weak.js 68% building 1229/1271 modules 42 active ...pa/node_modules/lodash/_nativeCreate.js 67% building 1229/1272 modules 43 active ...odules/core-js/modules/_typed-buffer.js 67% building 1229/1273 modules 44 active .../node_modules/core-js/modules/_typed.js 67% building 1229/1274 modules 45 active ...dules/core-js/modules/_object-assign.js 67% building 1230/1274 modules 44 active ...dules/core-js/modules/_object-assign.js 67% building 1231/1274 modules 43 active ...dules/core-js/modules/_object-assign.js 67% building 1231/1275 modules 44 active ...dules/core-js/modules/_array-methods.js 67% building 1231/1276 modules 45 active ...les/core-js/modules/es6.string.blink.js 67% building 1231/1277 modules 46 active ...dules/core-js/modules/es6.string.big.js 67% building 1232/1277 modules 45 active ...dules/core-js/modules/es6.string.big.js 67% building 1233/1277 modules 44 active ...dules/core-js/modules/es6.string.big.js 67% building 1234/1277 modules 43 active ...dules/core-js/modules/es6.string.big.js 68% building 1235/1277 modules 42 active ...dules/core-js/modules/es6.string.big.js 68% building 1236/1277 modules 41 active ...dules/core-js/modules/es6.string.big.js 68% building 1237/1277 modules 40 active ...dules/core-js/modules/es6.string.big.js 68% building 1238/1277 modules 39 active ...dules/core-js/modules/es6.string.big.js 68% building 1239/1277 modules 38 active ...dules/core-js/modules/es6.string.big.js 68% building 1240/1277 modules 37 active ...dules/core-js/modules/es6.string.big.js 68% building 1241/1277 modules 36 active ...dules/core-js/modules/es6.string.big.js 68% building 1242/1277 modules 35 active ...dules/core-js/modules/es6.string.big.js 68% building 1243/1277 modules 34 active ...dules/core-js/modules/es6.string.big.js 68% building 1244/1277 modules 33 active ...dules/core-js/modules/es6.string.big.js 68% building 1245/1277 modules 32 active ...dules/core-js/modules/es6.string.big.js 68% building 1245/1278 modules 33 active ...es/core-js/modules/es6.string.anchor.js 68% building 1246/1278 modules 32 active ...es/core-js/modules/es6.string.anchor.js 68% building 1246/1279 modules 33 active ...core-js/modules/_inherit-if-required.js 68% building 1246/1280 modules 34 active ...modules/core-js/modules/_iter-detect.js 68% building 1247/1280 modules 33 active ...modules/core-js/modules/_iter-detect.js 68% building 1247/1281 modules 34 active ..._modules/core-js/modules/_fix-re-wks.js 68% building 1247/1282 modules 35 active ...ore-js/modules/_advance-string-index.js 68% building 1248/1282 modules 34 active ...ore-js/modules/_advance-string-index.js 68% building 1248/1283 modules 35 active ...ore-js/modules/_regexp-exec-abstract.js 68% building 1249/1283 modules 34 active ...ore-js/modules/_regexp-exec-abstract.js 68% building 1250/1283 modules 33 active ...ore-js/modules/_regexp-exec-abstract.js 68% building 1250/1284 modules 34 active ...modules/core-js/modules/_regexp-exec.js 68% building 1250/1285 modules 35 active ..._modules/core-js/modules/_same-value.js 68% building 1251/1285 modules 34 active ..._modules/core-js/modules/_same-value.js 68% building 1251/1286 modules 35 active ..._modules/core-js/modules/_array-fill.js 68% building 1251/1287 modules 36 active ...s/core-js/modules/_array-copy-within.js 68% building 1251/1288 modules 37 active ...dules/core-js/modules/_strict-method.js 68% building 1252/1288 modules 36 active ...dules/core-js/modules/_strict-method.js 68% building 1253/1288 modules 35 active ...dules/core-js/modules/_strict-method.js 68% building 1254/1288 modules 34 active ...dules/core-js/modules/_strict-method.js 68% building 1255/1288 modules 33 active ...dules/core-js/modules/_strict-method.js 68% building 1256/1288 modules 32 active ...dules/core-js/modules/_strict-method.js 68% building 1257/1288 modules 31 active ...dules/core-js/modules/_strict-method.js 68% building 1258/1288 modules 30 active ...dules/core-js/modules/_strict-method.js 68% building 1259/1288 modules 29 active ...dules/core-js/modules/_strict-method.js 68% building 1260/1288 modules 28 active ...dules/core-js/modules/_strict-method.js 68% building 1261/1288 modules 27 active ...dules/core-js/modules/_strict-method.js 68% building 1262/1288 modules 26 active ...dules/core-js/modules/_strict-method.js 68% building 1263/1288 modules 25 active ...dules/core-js/modules/_strict-method.js 68% building 1264/1288 modules 24 active ...dules/core-js/modules/_strict-method.js 68% building 1265/1288 modules 23 active ...dules/core-js/modules/_strict-method.js 68% building 1266/1288 modules 22 active ...dules/core-js/modules/_strict-method.js 68% building 1266/1289 modules 23 active ...odules/core-js/modules/_array-reduce.js 68% building 1266/1290 modules 24 active ...re-js/modules/es6.string.starts-with.js 68% building 1266/1291 modules 25 active ...es/core-js/modules/es6.string.repeat.js 68% building 1266/1292 modules 26 active .../core-js/modules/es6.string.includes.js 68% building 1266/1293 modules 27 active ...core-js/modules/es6.string.ends-with.js 68% building 1267/1293 modules 26 active ...core-js/modules/es6.string.ends-with.js 68% building 1268/1293 modules 25 active ...core-js/modules/es6.string.ends-with.js 68% building 1268/1294 modules 26 active ...-js/modules/es6.string.code-point-at.js 68% building 1269/1294 modules 25 active ...-js/modules/es6.string.code-point-at.js 68% building 1270/1294 modules 24 active ...-js/modules/es6.string.code-point-at.js 68% building 1270/1295 modules 25 active ...dules/core-js/modules/_string-repeat.js 68% building 1271/1295 modules 24 active ...dules/core-js/modules/_string-repeat.js 68% building 1271/1296 modules 25 active .../core-js/modules/es6.string.iterator.js 68% building 1271/1297 modules 26 active ...s/modules/_array-species-constructor.js 68% building 1272/1297 modules 25 active ...s/modules/_array-species-constructor.js 68% building 1272/1298 modules 26 active ...ules/core-js/modules/es6.string.trim.js 68% building 1273/1298 modules 25 active ...ules/core-js/modules/es6.string.trim.js 68% building 1274/1298 modules 24 active ...ules/core-js/modules/es6.string.trim.js 68% building 1274/1299 modules 25 active ...dules/core-js/modules/es6.string.raw.js 68% building 1274/1300 modules 26 active ...s/modules/es6.string.from-code-point.js 68% building 1274/1301 modules 27 active ...dules/core-js/modules/es6.math.trunc.js 68% building 1274/1302 modules 28 active ...odules/core-js/modules/es6.math.tanh.js 68% building 1274/1303 modules 29 active ...odules/core-js/modules/es6.math.sinh.js 68% building 1274/1304 modules 30 active ..._modules/rc-mentions/es/DropdownMenu.js 68% building 1274/1305 modules 31 active ...odules/core-js/modules/es6.math.sign.js 68% building 1274/1306 modules 32 active ...odules/core-js/modules/es6.math.log2.js 68% building 1274/1307 modules 33 active ...dules/core-js/modules/es6.math.log1p.js 68% building 1275/1307 modules 32 active ...dules/core-js/modules/es6.math.log1p.js 68% building 1275/1308 modules 33 active ...dules/core-js/modules/es6.math.log10.js 68% building 1276/1308 modules 32 active ...dules/core-js/modules/es6.math.log10.js 68% building 1277/1308 modules 31 active ...dules/core-js/modules/es6.math.log10.js 68% building 1278/1308 modules 30 active ...dules/core-js/modules/es6.math.log10.js 68% building 1278/1309 modules 31 active ...odules/core-js/modules/es6.math.imul.js 68% building 1279/1309 modules 30 active ...odules/core-js/modules/es6.math.imul.js 68% building 1279/1310 modules 31 active ...dules/core-js/modules/es6.math.hypot.js 68% building 1279/1311 modules 32 active ...ules/core-js/modules/es6.math.fround.js 68% building 1280/1311 modules 31 active ...ules/core-js/modules/es6.math.fround.js 68% building 1280/1312 modules 32 active ...dules/core-js/modules/es6.math.expm1.js 68% building 1280/1313 modules 33 active ...odules/core-js/modules/es6.math.cosh.js 68% building 1280/1314 modules 34 active ...dules/core-js/modules/es6.math.clz32.js 68% building 1281/1314 modules 33 active ...dules/core-js/modules/es6.math.clz32.js 68% building 1281/1315 modules 34 active ...odules/core-js/modules/es6.math.cbrt.js 68% building 1281/1316 modules 35 active ...dules/core-js/modules/es6.math.atanh.js 68% building 1281/1317 modules 36 active ...dules/core-js/modules/es6.math.asinh.js 68% building 1281/1318 modules 37 active ...s/core-js/modules/_date-to-primitive.js 68% building 1282/1318 modules 36 active ...s/core-js/modules/_date-to-primitive.js 68% building 1283/1318 modules 35 active ...s/core-js/modules/_date-to-primitive.js 68% building 1283/1319 modules 36 active ...dules/core-js/modules/es6.math.acosh.js 68% building 1283/1320 modules 37 active .../core-js/modules/_date-to-iso-string.js 68% building 1283/1321 modules 38 active ...core-js/modules/es6.number.parse-int.js 68% building 1284/1321 modules 37 active ...core-js/modules/es6.number.parse-int.js 68% building 1285/1321 modules 36 active ...core-js/modules/es6.number.parse-int.js 68% building 1286/1321 modules 35 active ...core-js/modules/es6.number.parse-int.js 68% building 1286/1322 modules 36 active ...ode_modules/rc-time-picker/es/Select.js 68% building 1286/1323 modules 37 active ...re-js/modules/es6.number.parse-float.js 68% building 1286/1324 modules 38 active .../modules/es6.number.min-safe-integer.js 68% building 1286/1325 modules 39 active .../modules/es6.number.max-safe-integer.js 68% building 1286/1326 modules 40 active ...s/modules/es6.number.is-safe-integer.js 68% building 1286/1327 modules 41 active ...es/core-js/modules/es6.number.is-nan.js 68% building 1286/1328 modules 42 active ...ore-js/modules/es6.number.is-integer.js 68% building 1286/1329 modules 43 active ...core-js/modules/es6.number.is-finite.js 68% building 1286/1330 modules 44 active ...s/core-js/modules/es6.number.epsilon.js 67% building 1286/1331 modules 45 active ...e-js/modules/es6.number.to-precision.js 67% building 1286/1332 modules 46 active ...e_modules/rc-dialog/es/LazyRenderBox.js 67% building 1286/1333 modules 47 active .../core-js/modules/es6.number.to-fixed.js 67% building 1286/1334 modules 48 active ...re-js/modules/es6.number.constructor.js 67% building 1286/1335 modules 49 active ...ules/core-js/modules/es6.parse-float.js 67% building 1286/1336 modules 50 active ...odules/core-js/modules/es6.parse-int.js 67% building 1286/1337 modules 51 active ...js/modules/es6.function.has-instance.js 67% building 1286/1338 modules 52 active ...es/core-js/modules/es6.function.name.js 67% building 1286/1339 modules 53 active ...es/core-js/modules/es6.function.bind.js 67% building 1286/1340 modules 54 active ...core-js/modules/es6.object.to-string.js 67% building 1286/1341 modules 55 active .../modules/es6.object.set-prototype-of.js 67% building 1286/1342 modules 56 active ...odules/core-js/modules/es6.object.is.js 67% building 1286/1343 modules 57 active ...odules/react-slick/lib/default-props.js 67% building 1286/1344 modules 58 active ...modules/react-slick/lib/inner-slider.js 67% building 1286/1345 modules 59 active ...es/core-js/modules/es6.object.assign.js 67% building 1286/1346 modules 60 active ...-js/modules/es6.object.is-extensible.js 67% building 1286/1347 modules 61 active ...modules/core-js/modules/_string-html.js 67% building 1286/1348 modules 62 active ...modules/rc-time-picker/es/placements.js 67% building 1286/1349 modules 63 active ...core-js/modules/es6.object.is-sealed.js 67% building 1286/1350 modules 64 active ...core-js/modules/es6.object.is-frozen.js 67% building 1286/1351 modules 65 active ...odules/es6.object.prevent-extensions.js 67% building 1287/1351 modules 64 active ...odules/es6.object.prevent-extensions.js 67% building 1288/1351 modules 63 active ...odules/es6.object.prevent-extensions.js 67% building 1289/1351 modules 62 active ...odules/es6.object.prevent-extensions.js 67% building 1290/1351 modules 61 active ...odules/es6.object.prevent-extensions.js 67% building 1291/1351 modules 60 active ...odules/es6.object.prevent-extensions.js 67% building 1291/1352 modules 61 active ...act-slick/lib/utils/innerSliderUtils.js 67% building 1292/1352 modules 60 active ...act-slick/lib/utils/innerSliderUtils.js 67% building 1293/1352 modules 59 active ...act-slick/lib/utils/innerSliderUtils.js 67% building 1294/1352 modules 58 active ...act-slick/lib/utils/innerSliderUtils.js 67% building 1295/1352 modules 57 active ...act-slick/lib/utils/innerSliderUtils.js 67% building 1296/1352 modules 56 active ...act-slick/lib/utils/innerSliderUtils.js 67% building 1296/1353 modules 57 active ...ules/core-js/modules/es6.object.seal.js 67% building 1296/1354 modules 58 active ...es/core-js/modules/es6.object.freeze.js 67% building 1297/1354 modules 57 active ...es/core-js/modules/es6.object.freeze.js 67% building 1297/1355 modules 58 active ...es/es6.object.get-own-property-names.js 67% building 1298/1355 modules 57 active ...es/es6.object.get-own-property-names.js 67% building 1299/1355 modules 56 active ...es/es6.object.get-own-property-names.js 67% building 1299/1356 modules 57 active ...a/node_modules/rmc-feedback/es/index.js 67% building 1300/1356 modules 56 active ...a/node_modules/rmc-feedback/es/index.js 67% building 1301/1356 modules 55 active ...a/node_modules/rmc-feedback/es/index.js 67% building 1302/1356 modules 54 active ...a/node_modules/rmc-feedback/es/index.js 67% building 1302/1357 modules 55 active ...ules/core-js/modules/es6.object.keys.js 67% building 1303/1357 modules 54 active ...ules/core-js/modules/es6.object.keys.js 67% building 1304/1357 modules 53 active ...ules/core-js/modules/es6.object.keys.js 67% building 1305/1357 modules 52 active ...ules/core-js/modules/es6.object.keys.js 67% building 1306/1357 modules 51 active ...ules/core-js/modules/es6.object.keys.js 67% building 1306/1358 modules 52 active .../modules/es6.object.get-prototype-of.js 67% building 1307/1358 modules 51 active .../modules/es6.object.get-prototype-of.js 67% building 1307/1359 modules 52 active ...6.object.get-own-property-descriptor.js 67% building 1308/1359 modules 51 active ...6.object.get-own-property-descriptor.js 67% building 1309/1359 modules 50 active ...6.object.get-own-property-descriptor.js 67% building 1309/1360 modules 51 active ...modules/es6.object.define-properties.js 67% building 1310/1360 modules 50 active ...modules/es6.object.define-properties.js 67% building 1311/1360 modules 49 active ...modules/es6.object.define-properties.js 67% building 1312/1360 modules 48 active ...modules/es6.object.define-properties.js 67% building 1313/1360 modules 47 active ...modules/es6.object.define-properties.js 67% building 1314/1360 modules 46 active ...modules/es6.object.define-properties.js 68% building 1315/1360 modules 45 active ...modules/es6.object.define-properties.js 68% building 1316/1360 modules 44 active ...modules/es6.object.define-properties.js 68% building 1317/1360 modules 43 active ...modules/es6.object.define-properties.js 68% building 1317/1361 modules 44 active ...de_modules/core-js/modules/_to-index.js 68% building 1318/1361 modules 43 active ...de_modules/core-js/modules/_to-index.js 68% building 1319/1361 modules 42 active ...de_modules/core-js/modules/_to-index.js 68% building 1320/1361 modules 41 active ...de_modules/core-js/modules/_to-index.js 68% building 1320/1362 modules 42 active ...s/modules/es6.object.define-property.js 68% building 1321/1362 modules 41 active ...s/modules/es6.object.define-property.js 68% building 1321/1363 modules 42 active ...es/core-js/modules/es6.object.create.js 68% building 1322/1363 modules 41 active ...es/core-js/modules/es6.object.create.js 68% building 1323/1363 modules 40 active ...es/core-js/modules/es6.object.create.js 68% building 1324/1363 modules 39 active ...es/core-js/modules/es6.object.create.js 68% building 1324/1364 modules 40 active .../rsr/spa/app/modules/editor/sections.js 68% building 1325/1364 modules 39 active .../rsr/spa/app/modules/editor/sections.js 68% building 1326/1364 modules 38 active .../rsr/spa/app/modules/editor/sections.js 68% building 1327/1364 modules 37 active .../rsr/spa/app/modules/editor/sections.js 68% building 1327/1365 modules 38 active ...sr/spa/app/modules/editor/validation.js 68% building 1328/1365 modules 37 active ...sr/spa/app/modules/editor/validation.js 68% building 1329/1365 modules 36 active ...sr/spa/app/modules/editor/validation.js 68% building 1330/1365 modules 35 active ...sr/spa/app/modules/editor/validation.js 68% building 1330/1366 modules 36 active .../spa/app/modules/editor/action-types.js 68% building 1331/1366 modules 35 active .../spa/app/modules/editor/action-types.js 68% building 1332/1366 modules 34 active .../spa/app/modules/editor/action-types.js 68% building 1333/1366 modules 33 active .../spa/app/modules/editor/action-types.js 68% building 1333/1367 modules 34 active ...o/rsr/spa/node_modules/lodash/lodash.js 68% building 1334/1367 modules 33 active .../spa/app/modules/editor/action-types.js 68% building 1335/1367 modules 32 active .../spa/app/modules/editor/action-types.js 68% building 1336/1367 modules 31 active .../spa/app/modules/editor/action-types.js 68% building 1337/1367 modules 30 active .../spa/app/modules/editor/action-types.js 68% building 1338/1367 modules 29 active .../spa/app/modules/editor/action-types.js 68% building 1339/1367 modules 28 active .../spa/app/modules/editor/action-types.js 68% building 1340/1367 modules 27 active .../spa/app/modules/editor/action-types.js 68% building 1341/1367 modules 26 active .../spa/app/modules/editor/action-types.js 68% building 1342/1367 modules 25 active .../spa/app/modules/editor/action-types.js 68% building 1343/1367 modules 24 active .../spa/app/modules/editor/action-types.js 68% building 1344/1367 modules 23 active .../spa/app/modules/editor/action-types.js 69% building 1345/1367 modules 22 active .../spa/app/modules/editor/action-types.js 69% building 1346/1367 modules 21 active .../spa/app/modules/editor/action-types.js 69% building 1347/1367 modules 20 active .../spa/app/modules/editor/action-types.js 69% building 1348/1367 modules 19 active .../spa/app/modules/editor/action-types.js 69% building 1349/1367 modules 18 active .../spa/app/modules/editor/action-types.js 69% building 1349/1368 modules 19 active ...o/rsr/spa/app/modules/users/styles.scss 69% building 1349/1369 modules 20 active ..._modules/@sentry/browser/esm/version.js 69% building 1349/1370 modules 21 active ...node_modules/@sentry/browser/esm/sdk.js 69% building 1349/1371 modules 22 active ...e_modules/@sentry/browser/esm/client.js 68% building 1349/1372 modules 23 active ...ipt-time-ago/modules/LocaleDataStore.js 68% building 1349/1373 modules 24 active ...es/javascript-time-ago/modules/grade.js 68% building 1349/1374 modules 25 active ...es/javascript-time-ago/modules/cache.js 68% building 1349/1375 modules 26 active ...eact-i18next/dist/es/I18nextProvider.js 68% building 1349/1376 modules 27 active ...sr/spa/app/modules/projects/styles.scss 68% building 1349/1377 modules 28 active ...rsr/spa/app/modules/profile/styles.scss 68% building 1350/1377 modules 27 active ...rsr/spa/app/modules/profile/styles.scss 68% building 1350/1378 modules 28 active ...es/react-i18next/dist/es/Translation.js 68% building 1351/1378 modules 27 active ...es/react-i18next/dist/es/Translation.js 68% building 1351/1379 modules 28 active ...les/core-js/modules/_fails-is-regexp.js 68% building 1351/1380 modules 29 active ...ules/core-js/modules/_string-context.js 68% building 1352/1380 modules 28 active ...ules/core-js/modules/_string-context.js 68% building 1353/1380 modules 27 active ...ules/core-js/modules/_string-context.js 68% building 1354/1380 modules 26 active ...ules/core-js/modules/_string-context.js 68% building 1354/1381 modules 27 active ...e/akvo/rsr/spa/app/images/share-icn.svg 68% building 1355/1381 modules 26 active ...e/akvo/rsr/spa/app/images/share-icn.svg 68% building 1355/1382 modules 27 active ...vo/rsr/spa/app/modules/iati/styles.scss 68% building 1356/1382 modules 26 active ...vo/rsr/spa/app/modules/iati/styles.scss 68% building 1357/1382 modules 25 active ...vo/rsr/spa/app/modules/iati/styles.scss 68% building 1357/1383 modules 26 active ...eact-i18next/dist/es/withTranslation.js 68% building 1357/1384 modules 27 active ...react-i18next/dist/es/useTranslation.js 68% building 1358/1384 modules 26 active ...react-i18next/dist/es/useTranslation.js 68% building 1358/1385 modules 27 active .../spa/node_modules/axios/lib/defaults.js 68% building 1358/1386 modules 28 active ..._modules/core-js/modules/_math-expm1.js 68% building 1358/1387 modules 29 active ...rsr/spa/app/modules/program/styles.scss 68% building 1358/1388 modules 30 active ...r/spa/app/modules/hierarchy/styles.scss 68% building 1359/1388 modules 29 active ...r/spa/app/modules/hierarchy/styles.scss 68% building 1359/1389 modules 30 active ..._modules/core-js/modules/_math-log1p.js 68% building 1360/1389 modules 29 active ..._modules/core-js/modules/_math-log1p.js 68% building 1361/1389 modules 28 active ..._modules/core-js/modules/_math-log1p.js 68% building 1362/1389 modules 27 active ..._modules/core-js/modules/_math-log1p.js 68% building 1363/1389 modules 26 active ..._modules/core-js/modules/_math-log1p.js 68% building 1363/1390 modules 27 active ...de_modules/axios/lib/cancel/isCancel.js 68% building 1363/1391 modules 28 active ...modules/axios/lib/cancel/CancelToken.js 68% building 1363/1392 modules 29 active ...node_modules/axios/lib/cancel/Cancel.js 68% building 1364/1392 modules 28 active ...node_modules/axios/lib/cancel/Cancel.js 68% building 1365/1392 modules 27 active ...node_modules/axios/lib/cancel/Cancel.js 68% building 1365/1393 modules 28 active ...e_modules/core-js/modules/_parse-int.js 68% building 1365/1394 modules 29 active ...o/rsr/spa/node_modules/json2mq/index.js 68% building 1365/1395 modules 30 active ...e_modules/axios/lib/core/mergeConfig.js 68% building 1365/1396 modules 31 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1366/1396 modules 30 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1366/1397 modules 31 active ...modules/core-js/modules/_parse-float.js 68% building 1366/1398 modules 32 active ..._modules/core-js/modules/_is-integer.js 68% building 1366/1399 modules 33 active ...les/editor sync /^\.\/.*\/validations$/ 68% building 1366/1400 modules 34 active ...o/rsr/spa/app/modules/editor/actions.js 68% building 1366/1401 modules 35 active ...ules/core-js/modules/_a-number-value.js 68% building 1366/1402 modules 36 active ...kvo/rsr/spa/app/utils/countries-dict.js 68% building 1366/1403 modules 37 active ...modules/@ant-design/colors/lib/index.js 68% building 1366/1404 modules 38 active .../code/akvo/rsr/spa/app/utils/search.jsx 68% building 1366/1405 modules 39 active ..._modules/core-js/modules/_object-sap.js 68% building 1367/1405 modules 38 active ..._modules/core-js/modules/_object-sap.js 68% building 1368/1405 modules 37 active ..._modules/core-js/modules/_object-sap.js 68% building 1369/1405 modules 36 active ..._modules/core-js/modules/_object-sap.js 68% building 1370/1405 modules 35 active ..._modules/core-js/modules/_object-sap.js 68% building 1371/1405 modules 34 active ..._modules/core-js/modules/_object-sap.js 68% building 1372/1405 modules 33 active ..._modules/core-js/modules/_object-sap.js 68% building 1373/1405 modules 32 active ..._modules/core-js/modules/_object-sap.js 68% building 1373/1406 modules 33 active ...app/modules/projects/filter-country.jsx 68% building 1373/1407 modules 34 active .../app/modules/projects/filter-sector.jsx 68% building 1373/1408 modules 35 active ...rsr/spa/app/modules/projects/search.jsx 68% building 1373/1409 modules 36 active ...spa/app/modules/projects/cards-view.jsx 68% building 1373/1410 modules 37 active ...spa/app/modules/projects/table-view.jsx 68% building 1373/1411 modules 38 active .../akvo/rsr/spa/app/utils/final-field.jsx 68% building 1373/1412 modules 39 active .../akvo/rsr/spa/app/utils/input-label.jsx 68% building 1374/1412 modules 38 active .../akvo/rsr/spa/app/utils/input-label.jsx 68% building 1375/1412 modules 37 active .../akvo/rsr/spa/app/utils/input-label.jsx 68% building 1376/1412 modules 36 active .../akvo/rsr/spa/app/utils/input-label.jsx 68% building 1377/1412 modules 35 active .../akvo/rsr/spa/app/utils/input-label.jsx 68% building 1378/1412 modules 34 active .../akvo/rsr/spa/app/utils/input-label.jsx 68% building 1378/1413 modules 35 active ...a/app/modules/iati/new-export-modal.jsx 68% building 1378/1414 modules 36 active ...o/rsr/spa/app/modules/editor/editor.jsx 68% building 1378/1415 modules 37 active ...pa/app/modules/program/sticky-class.jsx 68% building 1379/1415 modules 36 active ...pa/app/modules/program/sticky-class.jsx 68% building 1380/1415 modules 35 active ...pa/app/modules/program/sticky-class.jsx 68% building 1381/1415 modules 34 active ...pa/app/modules/program/sticky-class.jsx 68% building 1381/1416 modules 35 active ...odules/rmc-feedback/es/TouchFeedback.js 68% building 1382/1416 modules 34 active ...odules/rmc-feedback/es/TouchFeedback.js 68% building 1383/1416 modules 33 active ...odules/rmc-feedback/es/TouchFeedback.js 68% building 1383/1417 modules 34 active ...@sentry/browser/esm/transports/index.js 68% building 1383/1418 modules 35 active ...entry/browser/esm/integrations/index.js 68% building 1383/1419 modules 36 active .../rsr/spa/app/modules/program/result.jsx 68% building 1383/1420 modules 37 active .../rsr/spa/app/modules/hierarchy/card.jsx 68% building 1383/1421 modules 38 active ...sr/spa/app/modules/hierarchy/column.jsx 68% building 1384/1421 modules 37 active ...sr/spa/app/modules/hierarchy/column.jsx 68% building 1384/1422 modules 38 active ...dules/editor/section3/access/access.jsx 68% building 1385/1422 modules 37 active ...dules/editor/section3/access/access.jsx 68% building 1386/1422 modules 36 active ...dules/editor/section3/access/access.jsx 68% building 1387/1422 modules 35 active ...dules/editor/section3/access/access.jsx 68% building 1388/1422 modules 34 active ...dules/editor/section3/access/access.jsx 68% building 1389/1422 modules 33 active ...dules/editor/section3/access/access.jsx 68% building 1389/1423 modules 34 active ...r/spa/node_modules/invariant/browser.js 68% building 1390/1423 modules 33 active ...r/spa/node_modules/invariant/browser.js 68% building 1390/1424 modules 34 active .../node_modules/react-slick/lib/arrows.js 68% building 1391/1424 modules 33 active .../node_modules/react-slick/lib/arrows.js 68% building 1392/1424 modules 32 active .../node_modules/react-slick/lib/arrows.js 68% building 1393/1424 modules 31 active .../node_modules/react-slick/lib/arrows.js 68% building 1393/1425 modules 32 active ...pa/node_modules/react-slick/lib/dots.js 68% building 1393/1426 modules 33 active ...a/node_modules/react-slick/lib/track.js 68% building 1394/1426 modules 32 active ...a/node_modules/react-slick/lib/track.js 68% building 1395/1426 modules 31 active ...a/node_modules/react-slick/lib/track.js 68% building 1395/1427 modules 32 active ...rsr/spa/app/modules/updates/updates.jsx 68% building 1395/1428 modules 33 active ...app/modules/enumerators/enumerators.jsx 68% building 1395/1429 modules 34 active ...ascript-time-ago/modules/style/index.js 68% building 1395/1430 modules 35 active .../rsr/spa/app/modules/results/router.jsx 68% building 1396/1430 modules 34 active .../rsr/spa/app/modules/results/router.jsx 68% building 1397/1430 modules 33 active .../rsr/spa/app/modules/results/router.jsx 68% building 1398/1430 modules 32 active .../rsr/spa/app/modules/results/router.jsx 68% building 1399/1430 modules 31 active .../rsr/spa/app/modules/results/router.jsx 68% building 1399/1431 modules 32 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1400/1431 modules 31 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1401/1431 modules 30 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1402/1431 modules 29 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1403/1431 modules 28 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1404/1431 modules 27 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1405/1431 modules 26 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1406/1431 modules 25 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1406/1432 modules 26 active .../modules/editor/section10/section10.jsx 68% building 1407/1432 modules 25 active .../modules/editor/section10/section10.jsx 68% building 1408/1432 modules 24 active .../modules/editor/section10/section10.jsx 69% building 1409/1432 modules 23 active .../modules/editor/section10/section10.jsx 68% building 1409/1433 modules 24 active ...pp/modules/editor/section8/section8.jsx 68% building 1409/1434 modules 25 active ...pp/modules/editor/section5/section5.jsx 68% building 1409/1435 modules 26 active ...odules/react-slick/lib/initial-state.js 68% building 1409/1436 modules 27 active .../node_modules/@sentry/core/esm/index.js 68% building 1409/1437 modules 28 active ...node_modules/@sentry/types/esm/index.js 68% building 1409/1438 modules 29 active ...node_modules/@sentry/utils/esm/index.js 68% building 1409/1439 modules 30 active ..._modules/@sentry/browser/esm/helpers.js 68% building 1409/1440 modules 31 active ..._modules/@sentry/browser/esm/backend.js 68% building 1409/1441 modules 32 active .../modules/editor/section11/section11.jsx 68% building 1409/1442 modules 33 active ...pp/modules/editor/section7/section7.jsx 68% building 1409/1443 modules 34 active ...pp/modules/editor/section6/section6.jsx 68% building 1410/1443 modules 33 active ...pp/modules/editor/section6/section6.jsx 68% building 1410/1444 modules 34 active ...pp/modules/editor/section4/section4.jsx 68% building 1410/1445 modules 35 active ...pp/modules/editor/section3/section3.jsx 68% building 1411/1445 modules 34 active ...pp/modules/editor/section3/section3.jsx 68% building 1412/1445 modules 33 active ...pp/modules/editor/section3/section3.jsx 68% building 1413/1445 modules 32 active ...pp/modules/editor/section3/section3.jsx 68% building 1414/1445 modules 31 active ...pp/modules/editor/section3/section3.jsx 68% building 1415/1445 modules 30 active ...pp/modules/editor/section3/section3.jsx 68% building 1416/1445 modules 29 active ...pp/modules/editor/section3/section3.jsx 68% building 1416/1446 modules 30 active ...pp/modules/editor/section9/section9.jsx 68% building 1417/1446 modules 29 active ...pp/modules/editor/section9/section9.jsx 68% building 1417/1447 modules 30 active ...ules/editor/section8/vocab-1-codes.json 68% building 1417/1448 modules 31 active ...ules/editor/section8/vocab-2-codes.json 68% building 1418/1448 modules 30 active ...ules/editor/section8/vocab-2-codes.json 68% building 1418/1449 modules 31 active ...e/akvo/rsr/spa/app/utils/countries.json 68% building 1419/1449 modules 30 active ...e/akvo/rsr/spa/app/utils/countries.json 68% building 1419/1450 modules 31 active ...xios/lib/helpers/normalizeHeaderName.js 68% building 1420/1450 modules 30 active ...xios/lib/helpers/normalizeHeaderName.js 68% building 1421/1450 modules 29 active ...xios/lib/helpers/normalizeHeaderName.js 68% building 1422/1450 modules 28 active ...xios/lib/helpers/normalizeHeaderName.js 68% building 1422/1451 modules 29 active ...pp/modules/editor/section2/section2.jsx 68% building 1422/1452 modules 30 active ...pp/modules/editor/section1/section1.jsx 68% building 1423/1452 modules 29 active ...pp/modules/editor/section1/section1.jsx 68% building 1424/1452 modules 28 active ...pp/modules/editor/section1/section1.jsx 68% building 1425/1452 modules 27 active ...pp/modules/editor/section1/section1.jsx 68% building 1425/1453 modules 28 active ...rsr/spa/app/modules/editor/endpoints.js 68% building 1425/1454 modules 29 active ...polyfill/dist/clipboard-polyfill.esm.js 68% building 1425/1455 modules 30 active .../node_modules/axios/lib/adapters/xhr.js 68% building 1426/1455 modules 29 active .../node_modules/axios/lib/adapters/xhr.js 68% building 1426/1456 modules 30 active ...e_modules/axios/lib/helpers/buildURL.js 68% building 1426/1457 modules 31 active ...es/axios/lib/core/InterceptorManager.js 68% building 1426/1458 modules 32 active ...dules/axios/lib/core/dispatchRequest.js 68% building 1427/1458 modules 31 active ...dules/axios/lib/core/dispatchRequest.js 68% building 1427/1459 modules 32 active ...-final-form/dist/react-final-form.es.js 68% building 1428/1459 modules 31 active ...-final-form/dist/react-final-form.es.js 68% building 1428/1460 modules 32 active .../rsr/spa/app/modules/editor/styles.scss 68% building 1429/1460 modules 31 active .../rsr/spa/app/modules/editor/styles.scss 68% building 1429/1461 modules 32 active ...ules/@ant-design/colors/lib/generate.js 68% building 1429/1462 modules 33 active ...pa/node_modules/antd/es/upload/index.js 68% building 1429/1463 modules 34 active ...a/node_modules/antd/es/mention/index.js 68% building 1429/1464 modules 35 active ...ode_modules/antd/es/typography/index.js 68% building 1429/1465 modules 36 active ...ules/editor/section3/access/access.scss 68% building 1430/1465 modules 35 active ...ules/editor/section3/access/access.scss 68% building 1431/1465 modules 34 active ...ules/editor/section3/access/access.scss 68% building 1432/1465 modules 33 active ...ules/editor/section3/access/access.scss 68% building 1433/1465 modules 32 active ...ules/editor/section3/access/access.scss 68% building 1434/1465 modules 31 active ...ules/editor/section3/access/access.scss 68% building 1435/1465 modules 30 active ...ules/editor/section3/access/access.scss 68% building 1436/1465 modules 29 active ...ules/editor/section3/access/access.scss 68% building 1437/1465 modules 28 active ...ules/editor/section3/access/access.scss 68% building 1438/1465 modules 27 active ...ules/editor/section3/access/access.scss 68% building 1438/1466 modules 28 active .../node_modules/antd/es/timeline/index.js 68% building 1438/1467 modules 29 active ...de_modules/antd/es/tree-select/index.js 68% building 1439/1467 modules 28 active ...de_modules/antd/es/tree-select/index.js 68% building 1440/1467 modules 27 active ...de_modules/antd/es/tree-select/index.js 68% building 1440/1468 modules 28 active .../spa/node_modules/antd/es/tree/index.js 68% building 1440/1469 modules 29 active .../node_modules/antd/es/transfer/index.js 68% building 1441/1469 modules 28 active .../node_modules/antd/es/transfer/index.js 68% building 1442/1469 modules 27 active .../node_modules/antd/es/transfer/index.js 68% building 1443/1469 modules 26 active .../node_modules/antd/es/transfer/index.js 68% building 1444/1469 modules 25 active .../node_modules/antd/es/transfer/index.js 68% building 1444/1470 modules 26 active .../modules/editor/project-init-handler.js 68% building 1444/1471 modules 27 active ...pp/modules/editor/section10/styles.scss 68% building 1444/1472 modules 28 active .../app/modules/editor/section-context.jsx 68% building 1445/1472 modules 27 active .../app/modules/editor/section-context.jsx 68% building 1445/1473 modules 28 active ...wser/esm/integrations/globalhandlers.js 68% building 1445/1474 modules 29 active ...ry/browser/esm/integrations/trycatch.js 68% building 1445/1475 modules 30 active ...browser/esm/integrations/breadcrumbs.js 68% building 1445/1476 modules 31 active ...rowser/esm/integrations/linkederrors.js 68% building 1445/1477 modules 32 active ...y/browser/esm/integrations/useragent.js 68% building 1445/1478 modules 33 active .../@sentry/browser/esm/transports/base.js 68% building 1445/1479 modules 34 active ...@sentry/browser/esm/transports/fetch.js 68% building 1445/1480 modules 35 active ...s/@sentry/browser/esm/transports/xhr.js 68% building 1446/1480 modules 34 active ...s/@sentry/browser/esm/transports/xhr.js 68% building 1446/1481 modules 35 active ...app/modules/editor/section8/styles.scss 68% building 1446/1482 modules 36 active ...spa/app/modules/enumerators/styles.scss 68% building 1446/1483 modules 37 active ...app/modules/editor/settings/settings.js 68% building 1447/1483 modules 36 active ...app/modules/editor/settings/settings.js 68% building 1447/1484 modules 37 active ...app/modules/editor/section6/styles.scss 68% building 1447/1485 modules 38 active ...p/modules/projects/conditional-link.jsx 68% building 1448/1485 modules 37 active ...p/modules/projects/conditional-link.jsx 68% building 1448/1486 modules 38 active ...rsr/code/akvo/rsr/spa/app/utils/rte.jsx 68% building 1449/1486 modules 37 active ...rsr/code/akvo/rsr/spa/app/utils/rte.jsx 68% building 1449/1487 modules 38 active ...app/modules/editor/section4/styles.scss 68% building 1450/1487 modules 37 active ...app/modules/editor/section4/styles.scss 68% building 1450/1488 modules 38 active ..._modules/string-convert/camel2hyphen.js 68% building 1451/1488 modules 37 active ..._modules/string-convert/camel2hyphen.js 68% building 1452/1488 modules 36 active ..._modules/string-convert/camel2hyphen.js 68% building 1453/1488 modules 35 active ..._modules/string-convert/camel2hyphen.js 68% building 1454/1488 modules 34 active ..._modules/string-convert/camel2hyphen.js 68% building 1454/1489 modules 35 active ...app/modules/editor/section9/styles.scss 68% building 1454/1490 modules 36 active ...spa/node_modules/antd/es/table/index.js 68% building 1454/1491 modules 37 active ...pa/node_modules/antd/es/switch/index.js 68% building 1454/1492 modules 38 active ...spa/node_modules/antd/es/steps/index.js 68% building 1454/1493 modules 39 active ...pa/node_modules/antd/es/slider/index.js 68% building 1454/1494 modules 40 active .../node_modules/antd/es/skeleton/index.js 68% building 1455/1494 modules 39 active .../node_modules/antd/es/skeleton/index.js 68% building 1455/1495 modules 40 active ...pa/node_modules/antd/es/result/index.js 68% building 1455/1496 modules 41 active ...rsr/spa/app/modules/updates/styles.scss 68% building 1455/1497 modules 42 active ...vascript-time-ago/modules/style/time.js 68% building 1455/1498 modules 43 active ...cript-time-ago/modules/style/twitter.js 68% building 1455/1499 modules 44 active ...cript-time-ago/modules/style/default.js 68% building 1455/1500 modules 45 active ...ipt-time-ago/modules/gradation/index.js 68% building 1455/1501 modules 46 active ...sr/spa/app/modules/editor/main-menu.jsx 68% building 1455/1502 modules 47 active ...pa/app/modules/editor/custom-fields.jsx 68% building 1455/1503 modules 48 active ...a/app/modules/editor/validation-bar.jsx 68% building 1455/1504 modules 49 active ...ection1/related-projects/validations.js 68% building 1456/1504 modules 48 active ...ection1/related-projects/validations.js 68% building 1457/1504 modules 47 active ...ection1/related-projects/validations.js 68% building 1457/1505 modules 48 active ...pp/modules/editor/section11/styles.scss 68% building 1458/1505 modules 47 active ...pp/modules/editor/section11/styles.scss 68% building 1459/1505 modules 46 active ...pp/modules/editor/section11/styles.scss 68% building 1460/1505 modules 45 active ...pp/modules/editor/section11/styles.scss 68% building 1460/1506 modules 46 active ...es/editor/section9/links/validations.js 68% building 1460/1507 modules 47 active ...les/editor/section9/docs/validations.js 68% building 1460/1508 modules 48 active ...r/spa/app/modules/program/indicator.jsx 68% building 1460/1509 modules 49 active .../editor/section8/sectors/validations.js 68% building 1460/1510 modules 50 active .../section8/policy-markers/validations.js 67% building 1460/1511 modules 51 active ...ion8/humanitarian-scopes/validations.js 67% building 1460/1512 modules 52 active ...ction7/recipient-regions/validations.js 67% building 1460/1513 modules 53 active ...ion7/recipient-countries/validations.js 67% building 1460/1514 modules 54 active .../section7/location-items/validations.js 67% building 1460/1515 modules 55 active ...a/node_modules/lodash.debounce/index.js 67% building 1460/1516 modules 56 active ...app/modules/editor/section2/styles.scss 67% building 1460/1517 modules 57 active ...ode/akvo/rsr/spa/app/utils/constants.js 67% building 1461/1517 modules 56 active ...ode/akvo/rsr/spa/app/utils/constants.js 67% building 1462/1517 modules 55 active ...ode/akvo/rsr/spa/app/utils/constants.js 67% building 1463/1517 modules 54 active ...ode/akvo/rsr/spa/app/utils/constants.js 67% building 1463/1518 modules 55 active ...les/editor/section11/channel-codes.json 67% building 1463/1519 modules 56 active ...pp/modules/updates/updates-validator.js 67% building 1463/1520 modules 57 active ...pa/app/modules/updates/updates-photo.js 67% building 1464/1520 modules 56 active ...pa/app/modules/updates/updates-photo.js 67% building 1464/1521 modules 57 active ...e_modules/@sentry/types/esm/loglevel.js 67% building 1464/1522 modules 58 active ...node_modules/@sentry/utils/esm/async.js 67% building 1464/1523 modules 59 active ...les/@sentry/browser/esm/eventbuilder.js 67% building 1464/1524 modules 60 active ...rsr/spa/app/modules/results/results.jsx 67% building 1464/1525 modules 61 active .../spa/app/modules/results/enumerator.jsx 67% building 1465/1525 modules 60 active .../spa/app/modules/results/enumerator.jsx 67% building 1466/1525 modules 59 active .../spa/app/modules/results/enumerator.jsx 67% building 1467/1525 modules 58 active .../spa/app/modules/results/enumerator.jsx 67% building 1468/1525 modules 57 active .../spa/app/modules/results/enumerator.jsx 67% building 1469/1525 modules 56 active .../spa/app/modules/results/enumerator.jsx 67% building 1470/1525 modules 55 active .../spa/app/modules/results/enumerator.jsx 67% building 1471/1525 modules 54 active .../spa/app/modules/results/enumerator.jsx 67% building 1472/1525 modules 53 active .../spa/app/modules/results/enumerator.jsx 67% building 1473/1525 modules 52 active .../spa/app/modules/results/enumerator.jsx 67% building 1474/1525 modules 51 active .../spa/app/modules/results/enumerator.jsx 68% building 1475/1525 modules 50 active .../spa/app/modules/results/enumerator.jsx 68% building 1476/1525 modules 49 active .../spa/app/modules/results/enumerator.jsx 68% building 1476/1526 modules 50 active ...modules/enumerators/assignment-view.jsx 67% building 1476/1527 modules 51 active ...les/results-overview/ResultOverview.jsx 67% building 1476/1528 modules 52 active ...p/modules/results-admin/ResultAdmin.jsx 67% building 1477/1528 modules 51 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1478/1528 modules 50 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1479/1528 modules 49 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1480/1528 modules 48 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1481/1528 modules 47 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1482/1528 modules 46 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1483/1528 modules 45 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1484/1528 modules 44 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1485/1528 modules 43 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1486/1528 modules 42 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1487/1528 modules 41 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1488/1528 modules 40 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1489/1528 modules 39 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1490/1528 modules 38 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1491/1528 modules 37 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1492/1528 modules 36 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1493/1528 modules 35 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1493/1529 modules 36 active ...p/modules/editor/section9/docs/docs.jsx 68% building 1493/1530 modules 37 active ...editor/section2/contacts/validations.js 68% building 1494/1530 modules 36 active ...editor/section2/contacts/validations.js 68% building 1495/1530 modules 35 active ...editor/section2/contacts/validations.js 68% building 1496/1530 modules 34 active ...editor/section2/contacts/validations.js 68% building 1497/1530 modules 33 active ...editor/section2/contacts/validations.js 68% building 1498/1530 modules 32 active ...editor/section2/contacts/validations.js 68% building 1499/1530 modules 31 active ...editor/section2/contacts/validations.js 68% building 1499/1531 modules 32 active ...app/modules/editor/section1/styles.scss 68% building 1500/1531 modules 31 active ...app/modules/editor/section1/styles.scss 68% building 1500/1532 modules 32 active ...s/editor/section3/partners/partners.jsx 68% building 1500/1533 modules 33 active ...e_modules/axios/lib/core/createError.js 68% building 1501/1533 modules 32 active ...e_modules/axios/lib/core/createError.js 68% building 1502/1533 modules 31 active ...e_modules/axios/lib/core/createError.js 68% building 1503/1533 modules 30 active ...e_modules/axios/lib/core/createError.js 68% building 1503/1534 modules 31 active ...es/axios/lib/helpers/isURLSameOrigin.js 68% building 1503/1535 modules 32 active ...dules/axios/lib/helpers/parseHeaders.js 68% building 1503/1536 modules 33 active ...modules/axios/lib/core/transformData.js 68% building 1504/1536 modules 32 active ...modules/axios/lib/core/transformData.js 68% building 1505/1536 modules 31 active ...modules/axios/lib/core/transformData.js 68% building 1506/1536 modules 30 active ...modules/axios/lib/core/transformData.js 68% building 1507/1536 modules 29 active ...modules/axios/lib/core/transformData.js 68% building 1507/1537 modules 30 active ...modules/axios/lib/core/buildFullPath.js 68% building 1507/1538 modules 31 active ...de_modules/axios/lib/helpers/cookies.js 68% building 1507/1539 modules 32 active ...a/node_modules/axios/lib/core/settle.js 68% building 1507/1540 modules 33 active ...a/app/utils/get-symbol-from-currency.js 68% building 1508/1540 modules 32 active ...a/app/utils/get-symbol-from-currency.js 68% building 1509/1540 modules 31 active ...a/app/utils/get-symbol-from-currency.js 68% building 1510/1540 modules 30 active ...a/app/utils/get-symbol-from-currency.js 68% building 1511/1540 modules 29 active ...a/app/utils/get-symbol-from-currency.js 68% building 1512/1540 modules 28 active ...a/app/utils/get-symbol-from-currency.js 68% building 1513/1540 modules 27 active ...a/app/utils/get-symbol-from-currency.js 68% building 1514/1540 modules 26 active ...a/app/utils/get-symbol-from-currency.js 68% building 1514/1541 modules 27 active ...app/modules/editor/settings/styles.scss 68% building 1514/1542 modules 28 active ...ditor/section11/comp/legacies-stack.jsx 68% building 1514/1543 modules 29 active ...section11/forecasts/forecasts-stack.jsx 68% building 1514/1544 modules 30 active ...a/node_modules/antd/es/upload/Upload.js 68% building 1514/1545 modules 31 active ...odules/antd/es/typography/Typography.js 68% building 1514/1546 modules 32 active .../editor/section11/flags/flags-stack.jsx 68% building 1514/1547 modules 33 active ...akvo/rsr/spa/app/utils/min-required.jsx 68% building 1515/1547 modules 32 active ...akvo/rsr/spa/app/utils/min-required.jsx 68% building 1515/1548 modules 33 active ...modules/antd/es/typography/Paragraph.js 68% building 1516/1548 modules 32 active ...modules/antd/es/typography/Paragraph.js 68% building 1516/1549 modules 33 active ...node_modules/antd/es/typography/Text.js 68% building 1516/1550 modules 34 active ...ode_modules/antd/es/typography/Title.js 68% building 1517/1550 modules 33 active ...ode_modules/antd/es/typography/Title.js 68% building 1518/1550 modules 32 active ...ode_modules/antd/es/typography/Title.js 68% building 1519/1550 modules 31 active ...ode_modules/antd/es/typography/Title.js 68% building 1520/1550 modules 30 active ...ode_modules/antd/es/typography/Title.js 68% building 1521/1550 modules 29 active ...ode_modules/antd/es/typography/Title.js 68% building 1521/1551 modules 30 active ...e/akvo/rsr/spa/app/utils/item-array.jsx 68% building 1521/1552 modules 31 active ...de_modules/antd/es/timeline/Timeline.js 68% building 1521/1553 modules 32 active .../node_modules/antd/es/upload/Dragger.js 68% building 1521/1554 modules 33 active ...r/spa/node_modules/antd/es/tree/Tree.js 68% building 1521/1555 modules 34 active ...de/akvo/rsr/spa/app/utils/auto-save.jsx 68% building 1522/1555 modules 33 active ...de/akvo/rsr/spa/app/utils/auto-save.jsx 68% building 1523/1555 modules 32 active ...de/akvo/rsr/spa/app/utils/auto-save.jsx 68% building 1523/1556 modules 33 active ...a/node_modules/moment-timezone/index.js 68% building 1523/1557 modules 34 active ...pa/node_modules/react-time-ago/index.js 68% building 1523/1558 modules 35 active ...app/modules/editor/section5/styles.scss 68% building 1523/1559 modules 36 active ...app/modules/editor/section3/styles.scss 68% building 1524/1559 modules 35 active ...app/modules/editor/section3/styles.scss 68% building 1525/1559 modules 34 active ...app/modules/editor/section3/styles.scss 68% building 1526/1559 modules 33 active ...app/modules/editor/section3/styles.scss 68% building 1526/1560 modules 34 active ...tor/section1/options/tied-statuses.json 68% building 1526/1561 modules 35 active ...tor/section1/options/finance-types.json 68% building 1526/1562 modules 36 active ...editor/section1/options/flow-types.json 68% building 1526/1563 modules 37 active ...ction1/options/aid-type-vocabulary.json 68% building 1526/1564 modules 38 active .../editor/section1/options/aid-types.json 68% building 1527/1564 modules 37 active .../editor/section1/options/aid-types.json 68% building 1528/1564 modules 36 active .../editor/section1/options/aid-types.json 68% building 1529/1564 modules 35 active .../editor/section1/options/aid-types.json 68% building 1529/1565 modules 36 active ...node_modules/antd/es/transfer/search.js 68% building 1529/1566 modules 37 active ...e_modules/antd/es/transfer/operation.js 68% building 1529/1567 modules 38 active ...a/node_modules/antd/es/transfer/list.js 68% building 1530/1567 modules 37 active ...a/node_modules/antd/es/transfer/list.js 68% building 1531/1567 modules 36 active ...a/node_modules/antd/es/transfer/list.js 68% building 1532/1567 modules 35 active ...a/node_modules/antd/es/transfer/list.js 68% building 1533/1567 modules 34 active ...a/node_modules/antd/es/transfer/list.js 68% building 1534/1567 modules 33 active ...a/node_modules/antd/es/transfer/list.js 68% building 1535/1567 modules 32 active ...a/node_modules/antd/es/transfer/list.js 68% building 1536/1567 modules 31 active ...a/node_modules/antd/es/transfer/list.js 68% building 1536/1568 modules 32 active ...spa/node_modules/antd/es/table/Table.js 68% building 1536/1569 modules 33 active ..._modules/antd/es/result/unauthorized.js 68% building 1536/1570 modules 34 active ...tor/section1/comp/external-projects.jsx 68% building 1536/1571 modules 35 active ...editor/section1/comp/project-picker.jsx 68% building 1536/1572 modules 36 active ...e_modules/antd/es/result/serverError.js 68% building 1536/1573 modules 37 active .../node_modules/antd/es/result/noFound.js 68% building 1536/1574 modules 38 active ...time-ago/modules/gradation/canonical.js 68% building 1536/1575 modules 39 active ...t-time-ago/modules/gradation/helpers.js 68% building 1536/1576 modules 40 active ...ime-ago/modules/gradation/convenient.js 68% building 1536/1577 modules 41 active ...e_modules/antd/es/skeleton/Paragraph.js 68% building 1536/1578 modules 42 active .../node_modules/antd/es/skeleton/Title.js 68% building 1536/1579 modules 43 active ...node_modules/antd/es/skeleton/Avatar.js 68% building 1537/1579 modules 42 active ...node_modules/antd/es/skeleton/Avatar.js 68% building 1538/1579 modules 41 active ...node_modules/antd/es/skeleton/Avatar.js 68% building 1539/1579 modules 40 active ...node_modules/antd/es/skeleton/Avatar.js 68% building 1540/1579 modules 39 active ...node_modules/antd/es/skeleton/Avatar.js 68% building 1540/1580 modules 40 active .../modules/editor/section1/validations.js 68% building 1541/1580 modules 39 active .../modules/editor/section1/validations.js 68% building 1541/1581 modules 40 active ...o/rsr/spa/app/modules/program/config.js 68% building 1542/1581 modules 39 active ...o/rsr/spa/app/modules/program/config.js 68% building 1543/1581 modules 38 active ...o/rsr/spa/app/modules/program/config.js 68% building 1544/1581 modules 37 active ...o/rsr/spa/app/modules/program/config.js 68% building 1545/1581 modules 36 active ...o/rsr/spa/app/modules/program/config.js 68% building 1546/1581 modules 35 active ...o/rsr/spa/app/modules/program/config.js 68% building 1546/1582 modules 36 active ...modules/@sentry/browser/esm/tracekit.js 68% building 1546/1583 modules 37 active ...odules/react-infinite-scroller/index.js 68% building 1546/1584 modules 38 active ..._modules/@sentry/browser/esm/parsers.js 68% building 1547/1584 modules 37 active ..._modules/@sentry/browser/esm/parsers.js 68% building 1547/1585 modules 38 active ...app/modules/results/filter-checkbox.jsx 68% building 1548/1585 modules 37 active ...app/modules/results/filter-checkbox.jsx 68% building 1549/1585 modules 36 active ...app/modules/results/filter-checkbox.jsx 68% building 1550/1585 modules 35 active ...app/modules/results/filter-checkbox.jsx 68% building 1551/1585 modules 34 active ...app/modules/results/filter-checkbox.jsx 68% building 1552/1585 modules 33 active ...app/modules/results/filter-checkbox.jsx 68% building 1553/1585 modules 32 active ...app/modules/results/filter-checkbox.jsx 68% building 1554/1585 modules 31 active ...app/modules/results/filter-checkbox.jsx 68% building 1554/1586 modules 32 active ...orm-arrays/dist/final-form-arrays.es.js 68% building 1554/1587 modules 33 active ...rays/dist/react-final-form-arrays.es.js 68% building 1554/1588 modules 34 active ...de_modules/@sentry/minimal/esm/index.js 68% building 1555/1588 modules 33 active ...de_modules/@sentry/minimal/esm/index.js 68% building 1556/1588 modules 32 active ...de_modules/@sentry/minimal/esm/index.js 68% building 1556/1589 modules 33 active .../editor/section1/comp/project-photo.jsx 68% building 1556/1590 modules 34 active .../modules/editor/section5/indicators.jsx 68% building 1556/1591 modules 35 active ...modules/editor/section9/links/links.jsx 68% building 1557/1591 modules 34 active ...modules/editor/section9/links/links.jsx 68% building 1557/1592 modules 35 active ...a/app/modules/program/ProgramPeriod.jsx 68% building 1557/1593 modules 36 active .../spa/app/modules/program/ExpandIcon.jsx 68% building 1557/1594 modules 37 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1558/1594 modules 36 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1559/1594 modules 35 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1560/1594 modules 34 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1561/1594 modules 33 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1562/1594 modules 32 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1563/1594 modules 31 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1564/1594 modules 30 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1564/1595 modules 31 active ...r/section5/periods/defaults-context.jsx 68% building 1564/1596 modules 32 active ...kvo/rsr/spa/app/utils/required-hint.jsx 68% building 1564/1597 modules 33 active ...editor/section3/partners/validations.js 68% building 1564/1598 modules 34 active ...de/akvo/rsr/spa/app/utils/accordion.jsx 68% building 1565/1598 modules 33 active ...de/akvo/rsr/spa/app/utils/accordion.jsx 68% building 1566/1598 modules 32 active ...de/akvo/rsr/spa/app/utils/accordion.jsx 68% building 1567/1598 modules 31 active ...de/akvo/rsr/spa/app/utils/accordion.jsx 68% building 1567/1599 modules 32 active ...planned-disbursements/disbursements.jsx 68% building 1568/1599 modules 31 active ...planned-disbursements/disbursements.jsx 68% building 1569/1599 modules 30 active ...planned-disbursements/disbursements.jsx 68% building 1570/1599 modules 29 active ...planned-disbursements/disbursements.jsx 68% building 1571/1599 modules 28 active ...planned-disbursements/disbursements.jsx 68% building 1572/1599 modules 27 active ...planned-disbursements/disbursements.jsx 68% building 1572/1600 modules 28 active ...pa/node_modules/tinycolor2/tinycolor.js 68% building 1573/1600 modules 27 active ...pa/node_modules/tinycolor2/tinycolor.js 68% building 1573/1601 modules 28 active ..._modules/axios/lib/core/enhanceError.js 68% building 1574/1601 modules 27 active ..._modules/axios/lib/core/enhanceError.js 69% building 1575/1601 modules 26 active ..._modules/axios/lib/core/enhanceError.js 68% building 1575/1602 modules 27 active ...odules/axios/lib/helpers/combineURLs.js 68% building 1575/1603 modules 28 active ...ules/axios/lib/helpers/isAbsoluteURL.js 68% building 1575/1604 modules 29 active .../section6/transactions/transactions.jsx 68% building 1575/1605 modules 30 active ...y-budget-items/country-budget-items.jsx 68% building 1575/1606 modules 31 active .../section6/budget-items/budget-items.jsx 68% building 1576/1606 modules 30 active .../section6/budget-items/budget-items.jsx 68% building 1576/1607 modules 31 active .../rsr/spa/app/images/status-revision.svg 68% building 1576/1608 modules 32 active .../rsr/spa/app/images/status-approved.svg 68% building 1576/1609 modules 33 active ...o/rsr/spa/app/images/status-pending.svg 68% building 1577/1609 modules 32 active ...o/rsr/spa/app/images/status-pending.svg 68% building 1578/1609 modules 31 active ...o/rsr/spa/app/images/status-pending.svg 68% building 1579/1609 modules 30 active ...o/rsr/spa/app/images/status-pending.svg 68% building 1579/1610 modules 31 active ...dules/editor/section9/docs/uploader.jsx 68% building 1580/1610 modules 30 active ...dules/editor/section9/docs/uploader.jsx 68% building 1580/1611 modules 31 active ...spa/node_modules/rc-slider/es/Handle.js 68% building 1580/1612 modules 32 active .../spa/node_modules/rc-slider/es/Range.js 68% building 1580/1613 modules 33 active ...spa/node_modules/rc-slider/es/Slider.js 68% building 1580/1614 modules 34 active ...spa/app/modules/results/enumerator.scss 68% building 1580/1615 modules 35 active ...r/spa/node_modules/antd/es/_util/ref.js 68% building 1580/1616 modules 36 active ...es/editor/section9/docs/categories.json 68% building 1580/1617 modules 37 active ...spa/node_modules/currency-codes/data.js 68% building 1580/1618 modules 38 active ...les/editor/section9/docs/mime-list.json 68% building 1580/1619 modules 39 active ...node_modules/antd/es/typography/Base.js 68% building 1581/1619 modules 38 active ...node_modules/antd/es/typography/Base.js 68% building 1582/1619 modules 37 active ...node_modules/antd/es/typography/Base.js 68% building 1583/1619 modules 36 active ...node_modules/antd/es/typography/Base.js 68% building 1583/1620 modules 37 active ...es/results-overview/ResultOverview.scss 68% building 1583/1621 modules 38 active ...rsr/spa/app/modules/results/styles.scss 68% building 1584/1621 modules 37 active ...rsr/spa/app/modules/results/styles.scss 68% building 1584/1622 modules 38 active ...odules/antd/es/timeline/TimelineItem.js 68% building 1584/1623 modules 39 active ...pa/node_modules/antd/es/upload/utils.js 68% building 1584/1624 modules 40 active ...de_modules/antd/es/upload/UploadList.js 68% building 1584/1625 modules 41 active ...s/antd/node_modules/lodash/findIndex.js 68% building 1584/1626 modules 42 active ...ules/antd/node_modules/lodash/uniqBy.js 68% building 1584/1627 modules 43 active .../rsr/spa/app/modules/results/filters.js 68% building 1585/1627 modules 42 active .../rsr/spa/app/modules/results/filters.js 68% building 1585/1628 modules 43 active ...r/spa/app/utils/organization-select.jsx 68% building 1585/1629 modules 44 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1585/1630 modules 45 active ...e_modules/antd/es/tree/DirectoryTree.js 68% building 1586/1630 modules 44 active ...e_modules/antd/es/tree/DirectoryTree.js 68% building 1587/1630 modules 43 active ...e_modules/antd/es/tree/DirectoryTree.js 68% building 1588/1630 modules 42 active ...e_modules/antd/es/tree/DirectoryTree.js 68% building 1589/1630 modules 41 active ...e_modules/antd/es/tree/DirectoryTree.js 68% building 1589/1631 modules 42 active ...les/editor/section9/docs/languages.json 68% building 1589/1632 modules 43 active ...ules/editor/section7/scope-options.json 68% building 1589/1633 modules 44 active ...ules/moment-timezone/moment-timezone.js 68% building 1589/1634 modules 45 active ...moment-timezone/data/packed/latest.json 68% building 1590/1634 modules 44 active ...moment-timezone/data/packed/latest.json 68% building 1591/1634 modules 43 active ...moment-timezone/data/packed/latest.json 68% building 1592/1634 modules 42 active ...moment-timezone/data/packed/latest.json 68% building 1593/1634 modules 41 active ...moment-timezone/data/packed/latest.json 68% building 1594/1634 modules 40 active ...moment-timezone/data/packed/latest.json 68% building 1595/1634 modules 39 active ...moment-timezone/data/packed/latest.json 68% building 1596/1634 modules 38 active ...moment-timezone/data/packed/latest.json 68% building 1596/1635 modules 39 active ...ode_modules/react-rte/dist/react-rte.js 68% building 1596/1636 modules 40 active .../react-time-ago/modules/ReactTimeAgo.js 68% building 1596/1637 modules 41 active ...rsr/spa/app/components/StatusUpdate.jsx 68% building 1596/1638 modules 42 active ...sr/spa/app/components/IndicatorItem.jsx 68% building 1596/1639 modules 43 active ...rsr/spa/app/components/ScoringField.jsx 68% building 1596/1640 modules 44 active ...e_modules/rc-editor-mention/es/index.js 68% building 1597/1640 modules 43 active ...e_modules/rc-editor-mention/es/index.js 68% building 1598/1640 modules 42 active ...e_modules/rc-editor-mention/es/index.js 68% building 1599/1640 modules 41 active ...e_modules/rc-editor-mention/es/index.js 68% building 1600/1640 modules 40 active ...e_modules/rc-editor-mention/es/index.js 68% building 1600/1641 modules 41 active ...node_modules/currency-symbol-map/map.js 68% building 1601/1641 modules 40 active ...node_modules/currency-symbol-map/map.js 68% building 1601/1642 modules 41 active ...sr/spa/app/modules/results/timeline.jsx 68% building 1601/1643 modules 42 active ...pa/app/modules/results/dsg-overview.jsx 68% building 1602/1643 modules 41 active ...pa/app/modules/results/dsg-overview.jsx 68% building 1603/1643 modules 40 active ...pa/app/modules/results/dsg-overview.jsx 68% building 1604/1643 modules 39 active ...pa/app/modules/results/dsg-overview.jsx 68% building 1605/1643 modules 38 active ...pa/app/modules/results/dsg-overview.jsx 68% building 1606/1643 modules 37 active ...pa/app/modules/results/dsg-overview.jsx 68% building 1607/1643 modules 36 active ...pa/app/modules/results/dsg-overview.jsx 68% building 1607/1644 modules 37 active ...dules/results-admin/PendingApproval.jsx 68% building 1608/1644 modules 36 active ...dules/results-admin/PendingApproval.jsx 68% building 1608/1645 modules 37 active .../modules/results-admin/TobeReported.jsx 68% building 1609/1645 modules 36 active .../modules/results-admin/TobeReported.jsx 68% building 1609/1646 modules 37 active ...e_modules/antd/es/_util/triggerEvent.js 68% building 1609/1647 modules 38 active ...ules/antd/es/transfer/renderListBody.js 68% building 1610/1647 modules 37 active ...ules/antd/es/transfer/renderListBody.js 68% building 1611/1647 modules 36 active ...ules/antd/es/transfer/renderListBody.js 68% building 1611/1648 modules 37 active .../code/akvo/rsr/spa/app/utils/portal.jsx 68% building 1612/1648 modules 36 active .../code/akvo/rsr/spa/app/utils/portal.jsx 68% building 1612/1649 modules 37 active ...odules/@sentry/utils/esm/syncpromise.js 68% building 1612/1650 modules 38 active .../rsr/spa/app/components/Highlighted.jsx 68% building 1612/1651 modules 39 active ...e_modules/@sentry/utils/esm/supports.js 68% building 1612/1652 modules 40 active ...ode_modules/@sentry/utils/esm/string.js 68% building 1613/1652 modules 39 active ...ode_modules/@sentry/utils/esm/string.js 68% building 1614/1652 modules 38 active ...ode_modules/@sentry/utils/esm/string.js 68% building 1615/1652 modules 37 active ...ode_modules/@sentry/utils/esm/string.js 68% building 1616/1652 modules 36 active ...ode_modules/@sentry/utils/esm/string.js 68% building 1617/1652 modules 35 active ...ode_modules/@sentry/utils/esm/string.js 68% building 1617/1653 modules 36 active ...ules/@sentry/utils/esm/promisebuffer.js 68% building 1617/1654 modules 37 active .../node_modules/@sentry/utils/esm/path.js 68% building 1618/1654 modules 36 active .../node_modules/@sentry/utils/esm/path.js 68% building 1619/1654 modules 35 active .../node_modules/@sentry/utils/esm/path.js 68% building 1619/1655 modules 36 active ...ode_modules/@sentry/utils/esm/object.js 68% building 1619/1656 modules 37 active .../node_modules/@sentry/utils/esm/misc.js 68% building 1619/1657 modules 38 active .../node_modules/@sentry/utils/esm/memo.js 68% building 1619/1658 modules 39 active ...tion6/country-budget-items/options.json 68% building 1619/1659 modules 40 active ...nfinite-scroller/dist/InfiniteScroll.js 68% building 1620/1659 modules 39 active ...nfinite-scroller/dist/InfiniteScroll.js 68% building 1621/1659 modules 38 active ...nfinite-scroller/dist/InfiniteScroll.js 68% building 1621/1660 modules 39 active ...recipient-regions/recipient-regions.jsx 68% building 1621/1661 modules 40 active ...pient-countries/recipient-countries.jsx 68% building 1621/1662 modules 41 active ...tion7/location-items/location-items.jsx 68% building 1621/1663 modules 42 active ...ode_modules/@sentry/utils/esm/logger.js 68% building 1621/1664 modules 43 active ...r/spa/node_modules/rc-steps/es/index.js 68% building 1622/1664 modules 42 active ...r/spa/node_modules/rc-steps/es/index.js 68% building 1623/1664 modules 41 active ...r/spa/node_modules/rc-steps/es/index.js 68% building 1623/1665 modules 42 active ...pa/node_modules/@sentry/utils/esm/is.js 68% building 1623/1666 modules 43 active ...node_modules/@sentry/utils/esm/error.js 68% building 1623/1667 modules 44 active ...ode_modules/@sentry/types/esm/status.js 68% building 1624/1667 modules 43 active ...ode_modules/@sentry/types/esm/status.js 68% building 1624/1668 modules 44 active ...e_modules/@sentry/types/esm/severity.js 68% building 1625/1668 modules 43 active ...e_modules/@sentry/types/esm/severity.js 68% building 1625/1669 modules 44 active .../spa/node_modules/rc-switch/es/index.js 68% building 1626/1669 modules 43 active .../spa/node_modules/rc-switch/es/index.js 68% building 1626/1670 modules 44 active ...e_modules/rc-util/es/PureRenderMixin.js 68% building 1626/1671 modules 45 active ...pp/modules/results/pending-approval.jsx 68% building 1626/1672 modules 46 active .../rsr/spa/app/modules/results/period.jsx 68% building 1626/1673 modules 47 active ...node_modules/rc-tree-select/es/index.js 68% building 1627/1673 modules 46 active ...node_modules/rc-tree-select/es/index.js 68% building 1628/1673 modules 45 active ...node_modules/rc-tree-select/es/index.js 68% building 1629/1673 modules 44 active ...node_modules/rc-tree-select/es/index.js 68% building 1630/1673 modules 43 active ...node_modules/rc-tree-select/es/index.js 68% building 1631/1673 modules 42 active ...node_modules/rc-tree-select/es/index.js 68% building 1632/1673 modules 41 active ...node_modules/rc-tree-select/es/index.js 68% building 1633/1673 modules 40 active ...node_modules/rc-tree-select/es/index.js 68% building 1634/1673 modules 39 active ...node_modules/rc-tree-select/es/index.js 68% building 1634/1674 modules 40 active ...section7/recipient-regions/regions.json 68% building 1634/1675 modules 41 active ...les/@sentry/core/esm/transports/noop.js 68% building 1635/1675 modules 40 active ...les/@sentry/core/esm/transports/noop.js 68% building 1636/1675 modules 39 active ...les/@sentry/core/esm/transports/noop.js 68% building 1636/1676 modules 40 active ...de/akvo/rsr/spa/app/components/index.js 68% building 1637/1676 modules 39 active ...de/akvo/rsr/spa/app/components/index.js 68% building 1638/1676 modules 38 active ...de/akvo/rsr/spa/app/components/index.js 68% building 1639/1676 modules 37 active ...de/akvo/rsr/spa/app/components/index.js 68% building 1640/1676 modules 36 active ...de/akvo/rsr/spa/app/components/index.js 68% building 1641/1676 modules 35 active ...de/akvo/rsr/spa/app/components/index.js 68% building 1642/1676 modules 34 active ...de/akvo/rsr/spa/app/components/index.js 68% building 1642/1677 modules 35 active ...or/section6/budget-items/validations.js 68% building 1642/1678 modules 36 active ...ion6/transactions/options/channels.json 68% building 1642/1679 modules 37 active .../transactions/options/type-options.json 68% building 1643/1679 modules 36 active .../transactions/options/type-options.json 68% building 1643/1680 modules 37 active .../editor/section5/results/validations.js 68% building 1643/1681 modules 38 active ...dules/@babel/runtime/helpers/extends.js 68% building 1644/1681 modules 37 active ...dules/@babel/runtime/helpers/extends.js 68% building 1645/1681 modules 36 active ...dules/@babel/runtime/helpers/extends.js 68% building 1646/1681 modules 35 active ...dules/@babel/runtime/helpers/extends.js 68% building 1647/1681 modules 34 active ...dules/@babel/runtime/helpers/extends.js 68% building 1648/1681 modules 33 active ...dules/@babel/runtime/helpers/extends.js 68% building 1648/1682 modules 34 active .../spa/node_modules/rc-slider/es/utils.js 68% building 1649/1682 modules 33 active .../spa/node_modules/rc-slider/es/utils.js 68% building 1650/1682 modules 32 active .../spa/node_modules/rc-slider/es/utils.js 68% building 1650/1683 modules 33 active ...les/editor/section5/periods/targets.jsx 68% building 1650/1684 modules 34 active .../app/modules/editor/section5/scores.jsx 68% building 1650/1685 modules 35 active ...e/akvo/rsr/spa/app/utils/org-types.json 68% building 1650/1686 modules 36 active ...or/section6/transactions/validations.js 68% building 1650/1687 modules 37 active ...app/modules/program/Disaggregations.jsx 68% building 1650/1688 modules 38 active ...es/results-overview/components/index.js 68% building 1651/1688 modules 37 active ...es/results-overview/components/index.js 68% building 1651/1689 modules 38 active .../app/modules/program/ProjectSummary.jsx 68% building 1651/1690 modules 39 active ...sr/spa/app/modules/program/Comments.jsx 68% building 1651/1691 modules 40 active ...app/modules/program/ApprovedUpdates.jsx 68% building 1651/1692 modules 41 active ...ules/simple-markdown/simple-markdown.js 68% building 1652/1692 modules 40 active ...ules/simple-markdown/simple-markdown.js 68% building 1653/1692 modules 39 active ...ules/simple-markdown/simple-markdown.js 68% building 1654/1692 modules 38 active ...ules/simple-markdown/simple-markdown.js 68% building 1654/1693 modules 39 active .../editor/section5/indicator-nav-menu.jsx 68% building 1654/1694 modules 40 active ...les/editor/section5/periods/periods.jsx 68% building 1654/1695 modules 41 active .../spa/node_modules/antd/es/table/util.js 68% building 1654/1696 modules 42 active ..._modules/antd/es/table/createBodyRow.js 68% building 1654/1697 modules 43 active ...de_modules/antd/es/table/ColumnGroup.js 68% building 1654/1698 modules 44 active ...pa/node_modules/antd/es/table/Column.js 68% building 1654/1699 modules 45 active ...s/antd/es/table/SelectionCheckboxAll.js 68% building 1654/1700 modules 46 active ...e_modules/antd/es/table/SelectionBox.js 68% building 1654/1701 modules 47 active ...de_modules/antd/es/table/createStore.js 68% building 1655/1701 modules 46 active ...de_modules/antd/es/table/createStore.js 68% building 1655/1702 modules 47 active ...modules/antd/es/table/filterDropdown.js 68% building 1655/1703 modules 48 active ...d/node_modules/lodash/_baseFindIndex.js 68% building 1655/1704 modules 49 active ...td/node_modules/lodash/_baseIteratee.js 68% building 1655/1705 modules 50 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1656/1705 modules 49 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1657/1705 modules 48 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1658/1705 modules 47 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1658/1706 modules 48 active ...les/rc-slider/es/common/createSlider.js 68% building 1658/1707 modules 49 active ...de_modules/rc-slider/es/common/Track.js 68% building 1658/1708 modules 50 active ...itor/section5/references/references.jsx 68% building 1659/1708 modules 49 active ...itor/section5/references/references.jsx 68% building 1660/1708 modules 48 active ...itor/section5/references/references.jsx 68% building 1661/1708 modules 47 active ...itor/section5/references/references.jsx 68% building 1662/1708 modules 46 active ...itor/section5/references/references.jsx 68% building 1663/1708 modules 45 active ...itor/section5/references/references.jsx 68% building 1663/1709 modules 46 active ...a/app/modules/results/dsg-overview.scss 68% building 1664/1709 modules 45 active ...a/app/modules/results/dsg-overview.scss 68% building 1665/1709 modules 44 active ...a/app/modules/results/dsg-overview.scss 68% building 1665/1710 modules 45 active ...eact-show-more-text/lib/ShowMoreText.js 68% building 1666/1710 modules 44 active ...eact-show-more-text/lib/ShowMoreText.js 68% building 1666/1711 modules 45 active ...on5/disaggregations/disaggregations.jsx 68% building 1667/1711 modules 44 active ...on5/disaggregations/disaggregations.jsx 68% building 1667/1712 modules 45 active ...r/spa/node_modules/antd/es/tree/util.js 68% building 1667/1713 modules 46 active ...ditor/section6/transactions/sectors.jsx 68% building 1668/1713 modules 45 active ...ditor/section6/transactions/sectors.jsx 68% building 1669/1713 modules 44 active ...ditor/section6/transactions/sectors.jsx 68% building 1669/1714 modules 45 active ...node_modules/antd/es/typography/util.js 68% building 1670/1714 modules 44 active ...node_modules/antd/es/typography/util.js 68% building 1671/1714 modules 43 active ...node_modules/antd/es/typography/util.js 68% building 1671/1715 modules 44 active ...akvo/rsr/spa/app/images/edit-button.svg 68% building 1671/1716 modules 45 active ...modules/results-admin/TobeReported.scss 68% building 1672/1716 modules 44 active ...modules/results-admin/TobeReported.scss 68% building 1672/1717 modules 45 active ..._modules/antd/es/typography/Editable.js 68% building 1672/1718 modules 46 active ...ules/results-admin/PendingApproval.scss 68% building 1672/1719 modules 47 active .../spa/node_modules/rc-upload/es/index.js 68% building 1672/1720 modules 48 active ...section7/location-items/search-item.jsx 68% building 1672/1721 modules 49 active ...sr/spa/node_modules/rc-tree/es/index.js 68% building 1673/1721 modules 48 active ...sr/spa/node_modules/rc-tree/es/index.js 68% building 1674/1721 modules 47 active ...sr/spa/node_modules/rc-tree/es/index.js 68% building 1675/1721 modules 46 active ...sr/spa/node_modules/rc-tree/es/index.js 68% building 1675/1722 modules 47 active ...app/modules/editor/section7/styles.scss 68% building 1676/1722 modules 46 active ...app/modules/editor/section7/styles.scss 68% building 1677/1722 modules 45 active ...app/modules/editor/section7/styles.scss 68% building 1677/1723 modules 46 active ...ime-ago/modules/verboseDateFormatter.js 68% building 1677/1724 modules 47 active ...ules/react-time-ago/modules/Periodic.js 68% building 1678/1724 modules 46 active ...ules/react-time-ago/modules/Periodic.js 68% building 1678/1725 modules 47 active ...de_modules/antd/es/transfer/ListItem.js 68% building 1678/1726 modules 48 active ...ditor-mention/es/component/Nav.react.js 68% building 1678/1727 modules 49 active ...r-mention/es/component/Mention.react.js 68% building 1679/1727 modules 48 active ...r-mention/es/component/Mention.react.js 68% building 1680/1727 modules 47 active ...r-mention/es/component/Mention.react.js 68% building 1680/1728 modules 48 active ...-editor-mention/es/utils/getMentions.js 68% building 1680/1729 modules 49 active ...ditor-mention/es/utils/exportContent.js 68% building 1681/1729 modules 48 active ...ditor-mention/es/utils/exportContent.js 68% building 1681/1730 modules 49 active .../@sentry/core/esm/integrations/index.js 68% building 1682/1730 modules 48 active .../@sentry/core/esm/integrations/index.js 68% building 1683/1730 modules 47 active .../@sentry/core/esm/integrations/index.js 68% building 1684/1730 modules 46 active .../@sentry/core/esm/integrations/index.js 68% building 1684/1731 modules 47 active ...on7/location-items/feature-options.json 68% building 1685/1731 modules 46 active ...on7/location-items/feature-options.json 68% building 1686/1731 modules 45 active ...on7/location-items/feature-options.json 68% building 1687/1731 modules 44 active ...on7/location-items/feature-options.json 68% building 1688/1731 modules 43 active ...on7/location-items/feature-options.json 68% building 1689/1731 modules 42 active ...on7/location-items/feature-options.json 68% building 1690/1731 modules 41 active ...on7/location-items/feature-options.json 68% building 1691/1731 modules 40 active ...on7/location-items/feature-options.json 68% building 1692/1731 modules 39 active ...on7/location-items/feature-options.json 68% building 1693/1731 modules 38 active ...on7/location-items/feature-options.json 68% building 1694/1731 modules 37 active ...on7/location-items/feature-options.json 68% building 1695/1731 modules 36 active ...on7/location-items/feature-options.json 68% building 1696/1731 modules 35 active ...on7/location-items/feature-options.json 68% building 1697/1731 modules 34 active ...on7/location-items/feature-options.json 68% building 1698/1731 modules 33 active ...on7/location-items/feature-options.json 68% building 1699/1731 modules 32 active ...on7/location-items/feature-options.json 68% building 1700/1731 modules 31 active ...on7/location-items/feature-options.json 68% building 1700/1732 modules 32 active ...rsr/spa/node_modules/rc-tree/es/util.js 68% building 1700/1733 modules 33 active ...n6/planned-disbursements/validations.js 68% building 1700/1734 modules 34 active ...modules/editor/section11/validations.js 68% building 1700/1735 modules 35 active ...pa/node_modules/@sentry/core/esm/sdk.js 68% building 1700/1736 modules 36 active ...itor/section11/forecasts/validations.js 68% building 1700/1737 modules 37 active ...on6/country-budget-items/validations.js 68% building 1700/1738 modules 38 active ...pa/node_modules/@sentry/core/esm/dsn.js 68% building 1700/1739 modules 39 active ...modules/@sentry/core/esm/basebackend.js 68% building 1701/1739 modules 38 active ...modules/@sentry/core/esm/basebackend.js 68% building 1701/1740 modules 39 active ..._modules/@sentry/core/esm/baseclient.js 68% building 1701/1741 modules 40 active ...pa/node_modules/@sentry/core/esm/api.js 68% building 1702/1741 modules 39 active ...pa/node_modules/@sentry/core/esm/api.js 68% building 1703/1741 modules 38 active ...pa/node_modules/@sentry/core/esm/api.js 68% building 1703/1742 modules 39 active ...a/node_modules/@sentry/hub/esm/index.js 68% building 1704/1742 modules 38 active ...a/node_modules/@sentry/hub/esm/index.js 68% building 1704/1743 modules 39 active ...r/spa/node_modules/rc-steps/es/Steps.js 68% building 1705/1743 modules 38 active ...r/spa/node_modules/rc-steps/es/Steps.js 68% building 1705/1744 modules 39 active ...sr/spa/node_modules/rc-steps/es/Step.js 68% building 1705/1745 modules 40 active ...e_modules/@sentry/utils/esm/polyfill.js 68% building 1705/1746 modules 41 active ...o/rsr/spa/app/components/ResultType.jsx 68% building 1706/1746 modules 40 active ...o/rsr/spa/app/components/ResultType.jsx 68% building 1706/1747 modules 41 active .../spa/app/components/StatusIndicator.jsx 68% building 1707/1747 modules 40 active .../spa/app/components/StatusIndicator.jsx 68% building 1708/1747 modules 39 active .../spa/app/components/StatusIndicator.jsx 68% building 1708/1748 modules 40 active ...spa/node_modules/chart.js/dist/Chart.js 68% building 1708/1749 modules 41 active ...spa/node_modules/rc-switch/es/Switch.js 68% building 1709/1749 modules 40 active ...spa/node_modules/rc-switch/es/Switch.js 68% building 1710/1749 modules 39 active ...spa/node_modules/rc-switch/es/Switch.js 68% building 1710/1750 modules 40 active ...ode_modules/rc-tree-select/es/Select.js 68% building 1711/1750 modules 39 active ...ode_modules/rc-tree-select/es/Select.js 68% building 1711/1751 modules 40 active ...modules/rc-tree-select/es/strategies.js 68% building 1712/1751 modules 39 active ...modules/rc-tree-select/es/strategies.js 68% building 1712/1752 modules 40 active ...anitarian-scopes/humanitarian-scope.jsx 68% building 1712/1753 modules 41 active ...tion8/policy-markers/policy-markers.jsx 68% building 1712/1754 modules 42 active ...sults-admin/components/ReportedEdit.jsx 68% building 1712/1755 modules 43 active ...p/modules/results/pending-approval.scss 68% building 1713/1755 modules 42 active ...p/modules/results/pending-approval.scss 68% building 1713/1756 modules 43 active ...les/editor/section8/sectors/sectors.jsx 68% building 1714/1756 modules 42 active ...les/editor/section8/sectors/sectors.jsx 68% building 1714/1757 modules 43 active ...modules/rc-tree-select/es/SelectNode.js 68% building 1715/1757 modules 42 active ...modules/rc-tree-select/es/SelectNode.js 68% building 1716/1757 modules 41 active ...modules/rc-tree-select/es/SelectNode.js 68% building 1717/1757 modules 40 active ...modules/rc-tree-select/es/SelectNode.js 68% building 1718/1757 modules 39 active ...modules/rc-tree-select/es/SelectNode.js 68% building 1719/1757 modules 38 active ...modules/rc-tree-select/es/SelectNode.js 68% building 1720/1757 modules 37 active ...modules/rc-tree-select/es/SelectNode.js 68% building 1721/1757 modules 36 active ...modules/rc-tree-select/es/SelectNode.js 68% building 1721/1758 modules 37 active ...s/editor/section11/flags/validations.js 68% building 1722/1758 modules 36 active ...s/editor/section11/flags/validations.js 68% building 1723/1758 modules 35 active ...s/editor/section11/flags/validations.js 68% building 1724/1758 modules 34 active ...s/editor/section11/flags/validations.js 68% building 1724/1759 modules 35 active .../app/modules/editor/section8/vocab.json 68% building 1724/1760 modules 36 active ...s/editor/section5/references/vocab.json 68% building 1724/1761 modules 37 active ...a/node_modules/react-delay/lib/Delay.js 68% building 1725/1761 modules 36 active ...a/node_modules/react-delay/lib/Delay.js 68% building 1726/1761 modules 35 active ...a/node_modules/react-delay/lib/Delay.js 68% building 1727/1761 modules 34 active ...a/node_modules/react-delay/lib/Delay.js 68% building 1728/1761 modules 33 active ...a/node_modules/react-delay/lib/Delay.js 68% building 1729/1761 modules 32 active ...a/node_modules/react-delay/lib/Delay.js 68% building 1730/1761 modules 31 active ...a/node_modules/react-delay/lib/Delay.js 68% building 1731/1761 modules 30 active ...a/node_modules/react-delay/lib/Delay.js 69% building 1732/1761 modules 29 active ...a/node_modules/react-delay/lib/Delay.js 68% building 1732/1762 modules 30 active ...rsr/spa/app/components/DeclinePopup.jsx 68% building 1732/1763 modules 31 active ...rsr/spa/app/components/StatusPeriod.jsx 68% building 1733/1763 modules 30 active ...rsr/spa/app/components/StatusPeriod.jsx 68% building 1733/1764 modules 31 active ...spa/app/modules/results/edit-update.jsx 68% building 1733/1765 modules 32 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1734/1765 modules 31 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1734/1766 modules 32 active ...vo/rsr/spa/app/components/AddUpdate.jsx 68% building 1734/1767 modules 33 active ...ntd/node_modules/lodash/_baseMatches.js 68% building 1734/1768 modules 34 active ..._modules/lodash/_baseMatchesProperty.js 68% building 1734/1769 modules 35 active ...es/antd/node_modules/lodash/identity.js 68% building 1734/1770 modules 36 active ...es/antd/node_modules/lodash/property.js 68% building 1734/1771 modules 37 active ...s/antd/node_modules/lodash/_SetCache.js 68% building 1734/1772 modules 38 active ...d/node_modules/lodash/_arrayIncludes.js 68% building 1734/1773 modules 39 active ...de_modules/lodash/_arrayIncludesWith.js 68% building 1734/1774 modules 40 active ...s/antd/node_modules/lodash/_cacheHas.js 68% building 1734/1775 modules 41 active .../antd/node_modules/lodash/_createSet.js 68% building 1734/1776 modules 42 active ...antd/node_modules/lodash/_setToArray.js 68% building 1735/1776 modules 41 active ...antd/node_modules/lodash/_setToArray.js 68% building 1736/1776 modules 40 active ...antd/node_modules/lodash/_setToArray.js 68% building 1737/1776 modules 39 active ...antd/node_modules/lodash/_setToArray.js 68% building 1737/1777 modules 40 active ...ion7/location-items/administratives.jsx 68% building 1738/1777 modules 39 active ...ion7/location-items/administratives.jsx 68% building 1738/1778 modules 40 active ...o/rsr/spa/app/components/PrevUpdate.jsx 68% building 1738/1779 modules 41 active ...rsr/spa/app/components/MobileSlider.jsx 68% building 1739/1779 modules 40 active ...rsr/spa/app/components/MobileSlider.jsx 68% building 1740/1779 modules 39 active ...rsr/spa/app/components/MobileSlider.jsx 68% building 1740/1780 modules 40 active ...r/spa/app/components/DeclinedStatus.jsx 68% building 1740/1781 modules 41 active .../app/components/AllSubmissionsModal.jsx 68% building 1741/1781 modules 40 active .../app/components/AllSubmissionsModal.jsx 68% building 1742/1781 modules 39 active .../app/components/AllSubmissionsModal.jsx 68% building 1742/1782 modules 40 active ...d/es/table/FilterDropdownMenuWrapper.js 68% building 1743/1782 modules 39 active ...d/es/table/FilterDropdownMenuWrapper.js 68% building 1743/1783 modules 40 active .../rsr/spa/app/modules/results/update.jsx 68% building 1744/1783 modules 39 active .../rsr/spa/app/modules/results/update.jsx 68% building 1745/1783 modules 38 active .../rsr/spa/app/modules/results/update.jsx 68% building 1746/1783 modules 37 active .../rsr/spa/app/modules/results/update.jsx 68% building 1746/1784 modules 38 active ...de_modules/rc-slider/es/common/Marks.js 68% building 1746/1785 modules 39 active ...de_modules/rc-slider/es/common/Steps.js 68% building 1747/1785 modules 38 active ...de_modules/rc-slider/es/common/Steps.js 68% building 1748/1785 modules 37 active ...de_modules/rc-slider/es/common/Steps.js 68% building 1748/1786 modules 38 active ...de_modules/babel-runtime/helpers/get.js 68% building 1748/1787 modules 39 active .../app/modules/results/EnumeratorPage.jsx 68% building 1748/1788 modules 40 active ...sults-overview/components/FilterBar.jsx 68% building 1748/1789 modules 41 active ...sults-overview/components/Indicator.jsx 68% building 1749/1789 modules 40 active ...sults-overview/components/Indicator.jsx 68% building 1750/1789 modules 39 active ...sults-overview/components/Indicator.jsx 68% building 1750/1790 modules 40 active ...ts-overview/components/UpdatePeriod.jsx 68% building 1750/1791 modules 41 active ...ection5/periods/period-labels-modal.jsx 68% building 1750/1792 modules 42 active ...tor/section5/periods/defaults-modal.jsx 68% building 1750/1793 modules 43 active ...javascript-time-ago/prop-types/index.js 68% building 1750/1794 modules 44 active ...spa/node_modules/rc-upload/es/Upload.js 68% building 1750/1795 modules 45 active ...dules/results-admin/components/index.js 68% building 1750/1796 modules 46 active ...ion5/disaggregations/taxonomy-modal.jsx 68% building 1750/1797 modules 47 active ...rsr/spa/node_modules/rc-tree/es/Tree.js 68% building 1750/1798 modules 48 active ...spa/node_modules/rc-tree/es/TreeNode.js 68% building 1751/1798 modules 47 active ...spa/node_modules/rc-tree/es/TreeNode.js 68% building 1752/1798 modules 46 active ...spa/node_modules/rc-tree/es/TreeNode.js 68% building 1753/1798 modules 45 active ...spa/node_modules/rc-tree/es/TreeNode.js 68% building 1754/1798 modules 44 active ...spa/node_modules/rc-tree/es/TreeNode.js 68% building 1755/1798 modules 43 active ...spa/node_modules/rc-tree/es/TreeNode.js 68% building 1755/1799 modules 44 active ...node_modules/copy-to-clipboard/index.js 68% building 1755/1800 modules 45 active ...tion8/policy-markers/significances.json 68% building 1755/1801 modules 46 active ...ditor-mention/es/utils/createMention.js 68% building 1755/1802 modules 47 active ...ction8/sectors/eutf-sector-options.json 68% building 1755/1803 modules 48 active ...re/esm/integrations/functiontostring.js 68% building 1755/1804 modules 49 active ...rc-editor-mention/es/utils/getRegExp.js 68% building 1756/1804 modules 48 active ...rc-editor-mention/es/utils/getRegExp.js 68% building 1757/1804 modules 47 active ...rc-editor-mention/es/utils/getRegExp.js 68% building 1758/1804 modules 46 active ...rc-editor-mention/es/utils/getRegExp.js 68% building 1759/1804 modules 45 active ...rc-editor-mention/es/utils/getRegExp.js 68% building 1759/1805 modules 46 active ...or/section8/policy-markers/markers.json 68% building 1759/1806 modules 47 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1760/1806 modules 46 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1761/1806 modules 45 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1762/1806 modules 44 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1763/1806 modules 43 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1764/1806 modules 42 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1765/1806 modules 41 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1766/1806 modules 40 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1767/1806 modules 39 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1768/1806 modules 38 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1769/1806 modules 37 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1770/1806 modules 36 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1771/1806 modules 35 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1772/1806 modules 34 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1773/1806 modules 33 active ...tion/node_modules/draft-js/lib/Draft.js 68% building 1773/1807 modules 34 active ...core/esm/integrations/inboundfilters.js 68% building 1774/1807 modules 33 active ...core/esm/integrations/inboundfilters.js 68% building 1775/1807 modules 32 active ...core/esm/integrations/inboundfilters.js 68% building 1776/1807 modules 31 active ...core/esm/integrations/inboundfilters.js 68% building 1776/1808 modules 32 active ...a/node_modules/@sentry/hub/esm/scope.js 68% building 1776/1809 modules 33 active ...spa/node_modules/@sentry/hub/esm/hub.js 68% building 1776/1810 modules 34 active ...pa/node_modules/@sentry/hub/esm/span.js 68% building 1777/1810 modules 33 active ...pa/node_modules/@sentry/hub/esm/span.js 68% building 1777/1811 modules 34 active ...les/react-use-geolocation/dist/index.js 68% building 1778/1811 modules 33 active ...les/react-use-geolocation/dist/index.js 68% building 1779/1811 modules 32 active ...les/react-use-geolocation/dist/index.js 68% building 1780/1811 modules 31 active ...les/react-use-geolocation/dist/index.js 69% building 1781/1811 modules 30 active ...les/react-use-geolocation/dist/index.js 69% building 1782/1811 modules 29 active ...les/react-use-geolocation/dist/index.js 69% building 1782/1812 modules 30 active ...modules/@sentry/core/esm/integration.js 69% building 1783/1812 modules 29 active ...modules/@sentry/core/esm/integration.js 69% building 1784/1812 modules 28 active ...modules/@sentry/core/esm/integration.js 69% building 1785/1812 modules 27 active ...modules/@sentry/core/esm/integration.js 69% building 1785/1813 modules 28 active ...r/spa/node_modules/rc-table/es/index.js 69% building 1786/1813 modules 27 active ...r/spa/node_modules/rc-table/es/index.js 69% building 1787/1813 modules 26 active ...r/spa/node_modules/rc-table/es/index.js 69% building 1788/1813 modules 25 active ...r/spa/node_modules/rc-table/es/index.js 69% building 1789/1813 modules 24 active ...r/spa/node_modules/rc-table/es/index.js 69% building 1790/1813 modules 23 active ...r/spa/node_modules/rc-table/es/index.js 69% building 1791/1813 modules 22 active ...r/spa/node_modules/rc-table/es/index.js 69% building 1791/1814 modules 23 active ...location-items/admin-vocab-options.json 69% building 1791/1815 modules 24 active ...n7/location-items/eutf-admin-codes.json 69% building 1792/1815 modules 23 active ...n7/location-items/eutf-admin-codes.json 69% building 1792/1816 modules 24 active ..._modules/rc-tree-select/es/propTypes.js 69% building 1793/1816 modules 23 active ..._modules/rc-tree-select/es/propTypes.js 69% building 1793/1817 modules 24 active ...r/spa/node_modules/rc-steps/es/utils.js 69% building 1794/1817 modules 23 active ...r/spa/node_modules/rc-steps/es/utils.js 69% building 1795/1817 modules 22 active ...r/spa/node_modules/rc-steps/es/utils.js 69% building 1796/1817 modules 21 active ...r/spa/node_modules/rc-steps/es/utils.js 69% building 1797/1817 modules 20 active ...r/spa/node_modules/rc-steps/es/utils.js 69% building 1798/1817 modules 19 active ...r/spa/node_modules/rc-steps/es/utils.js 69% building 1799/1817 modules 18 active ...r/spa/node_modules/rc-steps/es/utils.js 69% building 1799/1818 modules 19 active ...pa/app/modules/results/edit-update.scss 69% building 1800/1818 modules 18 active ...pa/app/modules/results/edit-update.scss 69% building 1801/1818 modules 17 active ...pa/app/modules/results/edit-update.scss 69% building 1801/1819 modules 18 active ...sults-admin/components/ReportedForm.jsx 69% building 1802/1819 modules 17 active ...sults-admin/components/ReportedForm.jsx 69% building 1803/1819 modules 16 active ...sults-admin/components/ReportedForm.jsx 69% building 1803/1820 modules 17 active ...ode_modules/jump.js/dist/jump.module.js 69% building 1804/1820 modules 16 active ...ode_modules/jump.js/dist/jump.module.js 69% building 1805/1820 modules 15 active ...ode_modules/jump.js/dist/jump.module.js 69% building 1805/1821 modules 16 active ...ntd/node_modules/lodash/_baseIsEqual.js 69% building 1805/1822 modules 17 active ...modules/antd/node_modules/lodash/get.js 69% building 1805/1823 modules 18 active ...dules/antd/node_modules/lodash/hasIn.js 69% building 1805/1824 modules 19 active ...ules/antd/node_modules/lodash/_isKey.js 69% building 1805/1825 modules 20 active ...e_modules/lodash/_isStrictComparable.js 69% building 1805/1826 modules 21 active ...ules/lodash/_matchesStrictComparable.js 69% building 1805/1827 modules 22 active ...ntd/node_modules/lodash/_baseIsMatch.js 69% building 1805/1828 modules 23 active ...td/node_modules/lodash/_getMatchData.js 69% building 1805/1829 modules 24 active ...ode_modules/lodash/_basePropertyDeep.js 69% building 1805/1830 modules 25 active ...s/antd/node_modules/lodash/_MapCache.js 69% building 1805/1831 modules 26 active ...ntd/node_modules/lodash/_setCacheAdd.js 69% building 1805/1832 modules 27 active ...ntd/node_modules/lodash/_setCacheHas.js 69% building 1805/1833 modules 28 active ...ntd/node_modules/lodash/_baseIndexOf.js 69% building 1805/1834 modules 29 active ...odules/antd/node_modules/lodash/_Set.js 69% building 1805/1835 modules 30 active ...ules/antd/node_modules/lodash/_toKey.js 68% building 1805/1836 modules 31 active ...odules/antd/node_modules/lodash/noop.js 69% building 1806/1836 modules 30 active ...odules/antd/node_modules/lodash/noop.js 69% building 1807/1836 modules 29 active ...odules/antd/node_modules/lodash/noop.js 69% building 1808/1836 modules 28 active ...odules/antd/node_modules/lodash/noop.js 69% building 1809/1836 modules 27 active ...odules/antd/node_modules/lodash/noop.js 69% building 1810/1836 modules 26 active ...odules/antd/node_modules/lodash/noop.js 69% building 1811/1836 modules 25 active ...odules/antd/node_modules/lodash/noop.js 69% building 1812/1836 modules 24 active ...odules/antd/node_modules/lodash/noop.js 69% building 1812/1837 modules 25 active ...time/core-js/object/get-prototype-of.js 69% building 1812/1838 modules 26 active ...s/object/get-own-property-descriptor.js 69% building 1812/1839 modules 27 active ..._modules/react-truncate/lib/Truncate.js 69% building 1813/1839 modules 26 active ..._modules/react-truncate/lib/Truncate.js 69% building 1814/1839 modules 25 active ..._modules/react-truncate/lib/Truncate.js 69% building 1814/1840 modules 26 active ...ules/rc-tree-select/es/SelectTrigger.js 69% building 1814/1841 modules 27 active .../node_modules/rc-tree-select/es/util.js 69% building 1814/1842 modules 28 active ...avascript-time-ago/modules/PropTypes.js 69% building 1814/1843 modules 29 active ...ules/javascript-time-ago/cache/index.js 69% building 1814/1844 modules 30 active ...r/spa/node_modules/dom-closest/index.js 68% building 1814/1845 modules 31 active ..._modules/rc-upload/es/IframeUploader.js 68% building 1814/1846 modules 32 active ...de_modules/rc-upload/es/AjaxUploader.js 68% building 1814/1847 modules 33 active .../rc-tree-select/es/Base/BaseSelector.js 68% building 1814/1848 modules 34 active ...les/rc-tree-select/es/Base/BasePopup.js 68% building 1814/1849 modules 35 active ...ee-select/es/Selector/SingleSelector.js 68% building 1814/1850 modules 36 active .../rc-tree-select/es/Popup/SinglePopup.js 68% building 1814/1851 modules 37 active ...c-tree-select/es/Popup/MultiplePopup.js 68% building 1814/1852 modules 38 active ...modules/react-lazy-load/lib/LazyLoad.js 68% building 1814/1853 modules 39 active ...ntion/es/component/Suggestions.react.js 68% building 1814/1854 modules 40 active .../es/component/SuggestionPortal.react.js 68% building 1814/1855 modules 41 active ...on/es/component/MentionContent.react.js 68% building 1814/1856 modules 42 active ...tion5/disaggregations/dimension-box.jsx 68% building 1814/1857 modules 43 active ...e_modules/load-google-maps-api/index.js 68% building 1814/1858 modules 44 active ..._modules/react-image-lightbox/style.css 68% building 1815/1858 modules 43 active ..._modules/react-image-lightbox/style.css 68% building 1816/1858 modules 42 active ..._modules/react-image-lightbox/style.css 68% building 1816/1859 modules 43 active ...odules/draft-js/lib/AtomicBlockUtils.js 68% building 1816/1860 modules 44 active ...modules/draft-js/lib/BlockMapBuilder.js 68% building 1816/1861 modules 45 active ...dules/draft-js/lib/CharacterMetadata.js 68% building 1816/1862 modules 46 active ...draft-js/lib/CompositeDraftDecorator.js 68% building 1816/1863 modules 47 active ...de_modules/draft-js/lib/ContentBlock.js 68% building 1816/1864 modules 48 active ...de_modules/draft-js/lib/ContentState.js 68% building 1816/1865 modules 49 active ...ft-js/lib/DefaultDraftBlockRenderMap.js 68% building 1816/1866 modules 50 active ...draft-js/lib/DefaultDraftInlineStyle.js 68% building 1816/1867 modules 51 active ...dules/draft-js/lib/DraftEditor.react.js 68% building 1816/1868 modules 52 active .../draft-js/lib/DraftEditorBlock.react.js 68% building 1816/1869 modules 53 active ...ode_modules/draft-js/lib/DraftEntity.js 68% building 1816/1870 modules 54 active ...e_modules/draft-js/lib/DraftModifier.js 68% building 1816/1871 modules 55 active ...les/draft-js/lib/DraftEntityInstance.js 68% building 1816/1872 modules 56 active ...ode_modules/draft-js/lib/EditorState.js 68% building 1816/1873 modules 57 active ..._modules/draft-js/lib/KeyBindingUtil.js 68% building 1816/1874 modules 58 active ...ules/draft-js/lib/RichTextEditorUtil.js 68% building 1816/1875 modules 59 active ..._modules/draft-js/lib/SelectionState.js 68% building 1816/1876 modules 60 active ...ft-js/lib/convertFromDraftStateToRaw.js 68% building 1816/1877 modules 61 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1816/1878 modules 62 active ...ft-js/lib/convertFromRawToDraftState.js 67% building 1816/1879 modules 63 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1817/1879 modules 62 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1818/1879 modules 61 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1819/1879 modules 60 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1820/1879 modules 59 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1821/1879 modules 58 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1822/1879 modules 57 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1823/1879 modules 56 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1824/1879 modules 55 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1825/1879 modules 54 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1825/1880 modules 55 active ...o/rsr/spa/app/components/AuditTrail.jsx 68% building 1826/1880 modules 54 active ...o/rsr/spa/app/components/AuditTrail.jsx 68% building 1827/1880 modules 53 active ...o/rsr/spa/app/components/AuditTrail.jsx 68% building 1828/1880 modules 52 active ...o/rsr/spa/app/components/AuditTrail.jsx 68% building 1829/1880 modules 51 active ...o/rsr/spa/app/components/AuditTrail.jsx 68% building 1830/1880 modules 50 active ...o/rsr/spa/app/components/AuditTrail.jsx 68% building 1831/1880 modules 49 active ...o/rsr/spa/app/components/AuditTrail.jsx 68% building 1832/1880 modules 48 active ...o/rsr/spa/app/components/AuditTrail.jsx 68% building 1832/1881 modules 49 active ...ts-admin/components/Disaggregations.jsx 68% building 1832/1882 modules 50 active ...editor-mention/es/model/mentionStore.js 68% building 1833/1882 modules 49 active ...editor-mention/es/model/mentionStore.js 68% building 1833/1883 modules 50 active ...draft-js/lib/getVisibleSelectionRect.js 68% building 1833/1884 modules 51 active ...node_modules/rc-tree/es/contextTypes.js 68% building 1833/1885 modules 52 active ...lts-overview/components/UpdateItems.jsx 68% building 1833/1886 modules 53 active ...es/draft-js/lib/getDefaultKeyBinding.js 68% building 1833/1887 modules 54 active ...eolocation/dist/use-current-position.js 68% building 1833/1888 modules 55 active ...-geolocation/dist/use-watch-position.js 68% building 1833/1889 modules 56 active ...node_modules/rc-editor-core/es/index.js 68% building 1834/1889 modules 55 active ...node_modules/rc-editor-core/es/index.js 68% building 1835/1889 modules 54 active ...node_modules/rc-editor-core/es/index.js 68% building 1836/1889 modules 53 active ...node_modules/rc-editor-core/es/index.js 68% building 1836/1890 modules 54 active ...r/spa/node_modules/rc-table/es/Table.js 68% building 1836/1891 modules 55 active .../spa/node_modules/rc-table/es/Column.js 68% building 1836/1892 modules 56 active ...node_modules/rc-table/es/ColumnGroup.js 68% building 1836/1893 modules 57 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1837/1893 modules 56 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1838/1893 modules 55 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1839/1893 modules 54 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1840/1893 modules 53 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1841/1893 modules 52 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1842/1893 modules 51 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1843/1893 modules 50 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1844/1893 modules 49 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1845/1893 modules 48 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1846/1893 modules 47 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1847/1893 modules 46 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1848/1893 modules 45 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1849/1893 modules 44 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1850/1893 modules 43 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1851/1893 modules 42 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1852/1893 modules 41 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1853/1893 modules 40 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1854/1893 modules 39 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1855/1893 modules 38 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1856/1893 modules 37 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1857/1893 modules 36 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1858/1893 modules 35 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1859/1893 modules 34 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1860/1893 modules 33 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1861/1893 modules 32 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1862/1893 modules 31 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1863/1893 modules 30 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1864/1893 modules 29 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1865/1893 modules 28 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1866/1893 modules 27 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1867/1893 modules 26 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1868/1893 modules 25 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1869/1893 modules 24 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1870/1893 modules 23 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1871/1893 modules 22 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1872/1893 modules 21 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1873/1893 modules 20 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1874/1893 modules 19 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1875/1893 modules 18 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1876/1893 modules 17 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1877/1893 modules 16 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1878/1893 modules 15 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1879/1893 modules 14 active ...r/spa/node_modules/rc-table/es/utils.js 69% building 1879/1894 modules 15 active ...node_modules/lodash/_baseIsEqualDeep.js 69% building 1879/1895 modules 16 active ...es/antd/node_modules/lodash/_baseGet.js 69% building 1879/1896 modules 17 active .../antd/node_modules/lodash/_baseHasIn.js 69% building 1879/1897 modules 18 active ...es/antd/node_modules/lodash/_hasPath.js 69% building 1879/1898 modules 19 active ...ules/antd/node_modules/lodash/_Stack.js 69% building 1879/1899 modules 20 active ...odules/antd/node_modules/lodash/keys.js 69% building 1879/1900 modules 21 active ...d/node_modules/lodash/_mapCacheClear.js 69% building 1879/1901 modules 22 active .../node_modules/lodash/_mapCacheDelete.js 69% building 1879/1902 modules 23 active ...ntd/node_modules/lodash/_mapCacheGet.js 69% building 1879/1903 modules 24 active ...ntd/node_modules/lodash/_mapCacheHas.js 69% building 1879/1904 modules 25 active ...ntd/node_modules/lodash/_mapCacheSet.js 69% building 1879/1905 modules 26 active .../antd/node_modules/lodash/_baseIsNaN.js 69% building 1879/1906 modules 27 active ...d/node_modules/lodash/_strictIndexOf.js 69% building 1879/1907 modules 28 active .../antd/node_modules/lodash/_getNative.js 69% building 1880/1907 modules 27 active .../antd/node_modules/lodash/_getNative.js 69% building 1881/1907 modules 26 active .../antd/node_modules/lodash/_getNative.js 69% building 1882/1907 modules 25 active .../antd/node_modules/lodash/_getNative.js 69% building 1883/1907 modules 24 active .../antd/node_modules/lodash/_getNative.js 69% building 1884/1907 modules 23 active .../antd/node_modules/lodash/_getNative.js 69% building 1885/1907 modules 22 active .../antd/node_modules/lodash/_getNative.js 69% building 1886/1907 modules 21 active .../antd/node_modules/lodash/_getNative.js 69% building 1887/1907 modules 20 active .../antd/node_modules/lodash/_getNative.js 69% building 1888/1907 modules 19 active .../antd/node_modules/lodash/_getNative.js 69% building 1888/1908 modules 20 active ...t/es/Selector/MultipleSelector/index.js 69% building 1889/1908 modules 19 active ...t/es/Selector/MultipleSelector/index.js 69% building 1890/1908 modules 18 active ...t/es/Selector/MultipleSelector/index.js 69% building 1890/1909 modules 19 active .../node_modules/toggle-selection/index.js 69% building 1890/1910 modules 20 active ...s/react-image-lightbox/dist/index.es.js 69% building 1891/1910 modules 19 active ...s/react-image-lightbox/dist/index.es.js 69% building 1891/1911 modules 20 active ...odules/rc-tree-select/es/SearchInput.js 69% building 1891/1912 modules 21 active ...rc-editor-mention/es/utils/getOffset.js 69% building 1891/1913 modules 22 active ...s/library/fn/object/get-prototype-of.js 69% building 1891/1914 modules 23 active ...n/object/get-own-property-descriptor.js 69% building 1891/1915 modules 24 active ...sr/spa/node_modules/rc-upload/es/uid.js 69% building 1891/1916 modules 25 active ...pa/node_modules/rc-upload/es/request.js 69% building 1891/1917 modules 26 active ...ode_modules/rc-upload/es/attr-accept.js 69% building 1891/1918 modules 27 active ...odules/rc-upload/es/traverseFileTree.js 69% building 1891/1919 modules 28 active ...odules/draft-js/lib/ContentBlockNode.js 69% building 1891/1920 modules 29 active ...dules/draft-js/lib/DraftFeatureFlags.js 69% building 1891/1921 modules 30 active ...draft-js/lib/moveBlockInContentState.js 69% building 1891/1922 modules 31 active ...les/draft-js/lib/findRangesImmutable.js 69% building 1891/1923 modules 32 active ...dules/draft-js/lib/sanitizeDraftText.js 68% building 1891/1924 modules 33 active ...raft-js/lib/splitBlockInContentState.js 69% building 1892/1924 modules 32 active ...raft-js/lib/splitBlockInContentState.js 69% building 1893/1924 modules 31 active ...raft-js/lib/splitBlockInContentState.js 69% building 1894/1924 modules 30 active ...raft-js/lib/splitBlockInContentState.js 69% building 1895/1924 modules 29 active ...raft-js/lib/splitBlockInContentState.js 69% building 1896/1924 modules 28 active ...raft-js/lib/splitBlockInContentState.js 69% building 1897/1924 modules 27 active ...raft-js/lib/splitBlockInContentState.js 69% building 1897/1925 modules 28 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 1898/1925 modules 27 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 1899/1925 modules 26 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 1900/1925 modules 25 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 1901/1925 modules 24 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 1902/1925 modules 23 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 1903/1925 modules 22 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 1904/1925 modules 21 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 1905/1925 modules 20 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 1905/1926 modules 21 active ...ules/draft-js/lib/encodeEntityRanges.js 69% building 1905/1927 modules 22 active ..._modules/draft-js/lib/DraftStringKey.js 69% building 1905/1928 modules 23 active ...t-js/lib/removeRangeFromContentState.js 69% building 1905/1929 modules 24 active ...act-lazy-load/lib/utils/parentScroll.js 69% building 1905/1930 modules 25 active ...react-lazy-load/lib/utils/inViewport.js 69% building 1905/1931 modules 26 active ...s/draft-js/lib/removeEntitiesAtEdges.js 69% building 1905/1932 modules 27 active ...ditor-mention/es/utils/getSearchWord.js 69% building 1905/1933 modules 28 active ...editor-mention/es/utils/clearMention.js 69% building 1905/1934 modules 29 active ...ft-js/lib/getRangeBoundingClientRect.js 69% building 1905/1935 modules 30 active ...ditor-mention/es/utils/insertMention.js 69% building 1905/1936 modules 31 active ...es/component/SuggestionWrapper.react.js 69% building 1905/1937 modules 32 active ..._modules/draft-js/lib/DraftOffsetKey.js 68% building 1905/1938 modules 33 active ...ft-js/lib/modifyBlockForContentState.js 68% building 1905/1939 modules 34 active .../lib/adjustBlockDepthForContentState.js 68% building 1906/1939 modules 33 active .../lib/adjustBlockDepthForContentState.js 69% building 1907/1939 modules 32 active .../lib/adjustBlockDepthForContentState.js 68% building 1907/1940 modules 33 active ...pa/node_modules/rc-util/es/Dom/class.js 68% building 1907/1941 modules 34 active ...dules/draft-js/lib/EditorBidiService.js 68% building 1907/1942 modules 35 active ...vo/rsr/spa/app/components/LineChart.jsx 68% building 1907/1943 modules 36 active .../rsr/spa/app/components/ProgressBar.jsx 68% building 1908/1943 modules 35 active .../rsr/spa/app/components/ProgressBar.jsx 68% building 1909/1943 modules 34 active .../rsr/spa/app/components/ProgressBar.jsx 68% building 1910/1943 modules 33 active .../rsr/spa/app/components/ProgressBar.jsx 69% building 1911/1943 modules 32 active .../rsr/spa/app/components/ProgressBar.jsx 69% building 1912/1943 modules 31 active .../rsr/spa/app/components/ProgressBar.jsx 69% building 1913/1943 modules 30 active .../rsr/spa/app/components/ProgressBar.jsx 69% building 1914/1943 modules 29 active .../rsr/spa/app/components/ProgressBar.jsx 69% building 1914/1944 modules 30 active ..._modules/rc-table/es/ExpandableTable.js 69% building 1915/1944 modules 29 active ..._modules/rc-table/es/ExpandableTable.js 69% building 1916/1944 modules 28 active ..._modules/rc-table/es/ExpandableTable.js 69% building 1917/1944 modules 27 active ..._modules/rc-table/es/ExpandableTable.js 69% building 1918/1944 modules 26 active ..._modules/rc-table/es/ExpandableTable.js 69% building 1918/1945 modules 27 active ...kvo/rsr/spa/node_modules/fbjs/lib/cx.js 69% building 1919/1945 modules 26 active ...kvo/rsr/spa/node_modules/fbjs/lib/cx.js 69% building 1920/1945 modules 25 active ...kvo/rsr/spa/node_modules/fbjs/lib/cx.js 69% building 1920/1946 modules 26 active .../spa/node_modules/fbjs/lib/UserAgent.js 69% building 1920/1947 modules 27 active ...spa/node_modules/fbjs/lib/nullthrows.js 69% building 1920/1948 modules 28 active ...o/rsr/spa/node_modules/fbjs/lib/Keys.js 69% building 1921/1948 modules 27 active ...o/rsr/spa/node_modules/fbjs/lib/Keys.js 69% building 1922/1948 modules 26 active ...o/rsr/spa/node_modules/fbjs/lib/Keys.js 69% building 1923/1948 modules 25 active ...o/rsr/spa/node_modules/fbjs/lib/Keys.js 69% building 1924/1948 modules 24 active ...o/rsr/spa/node_modules/fbjs/lib/Keys.js 69% building 1925/1948 modules 23 active ...o/rsr/spa/node_modules/fbjs/lib/Keys.js 69% building 1925/1949 modules 24 active ...a/node_modules/rc-table/es/BodyTable.js 69% building 1925/1950 modules 25 active ...a/node_modules/rc-table/es/HeadTable.js 69% building 1926/1950 modules 24 active ...a/node_modules/rc-table/es/HeadTable.js 69% building 1927/1950 modules 23 active ...a/node_modules/rc-table/es/HeadTable.js 69% building 1928/1950 modules 22 active ...a/node_modules/rc-table/es/HeadTable.js 69% building 1929/1950 modules 21 active ...a/node_modules/rc-table/es/HeadTable.js 69% building 1930/1950 modules 20 active ...a/node_modules/rc-table/es/HeadTable.js 69% building 1930/1951 modules 21 active ...de_modules/rc-table/es/ColumnManager.js 69% building 1930/1952 modules 22 active ...vo/rsr/spa/node_modules/lodash/merge.js 69% building 1931/1952 modules 21 active ...vo/rsr/spa/node_modules/lodash/merge.js 69% building 1932/1952 modules 20 active ...vo/rsr/spa/node_modules/lodash/merge.js 69% building 1933/1952 modules 19 active ...vo/rsr/spa/node_modules/lodash/merge.js 69% building 1934/1952 modules 18 active ...vo/rsr/spa/node_modules/lodash/merge.js 69% building 1934/1953 modules 19 active ...les/rc-util/lib/Dom/addEventListener.js 69% building 1934/1954 modules 20 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 1934/1955 modules 21 active ...s/antd/node_modules/lodash/_castPath.js 69% building 1935/1955 modules 20 active ...s/antd/node_modules/lodash/_castPath.js 69% building 1935/1956 modules 21 active ...ntd/node_modules/lodash/isTypedArray.js 69% building 1935/1957 modules 22 active .../antd/node_modules/lodash/_ListCache.js 69% building 1935/1958 modules 23 active ...d/node_modules/lodash/_arrayLikeKeys.js 69% building 1935/1959 modules 24 active ...dules/antd/node_modules/lodash/_Hash.js 69% building 1935/1960 modules 25 active ...antd/node_modules/lodash/_getMapData.js 69% building 1935/1961 modules 26 active ...odules/antd/node_modules/lodash/_Map.js 69% building 1935/1962 modules 27 active ...td/node_modules/lodash/_baseIsNative.js 69% building 1936/1962 modules 26 active ...td/node_modules/lodash/_baseIsNative.js 69% building 1936/1963 modules 27 active ...s/antd/node_modules/lodash/_getValue.js 69% building 1937/1963 modules 26 active ...s/antd/node_modules/lodash/_getValue.js 69% building 1938/1963 modules 25 active ...s/antd/node_modules/lodash/_getValue.js 69% building 1939/1963 modules 24 active ...s/antd/node_modules/lodash/_getValue.js 69% building 1939/1964 modules 25 active ...lector/MultipleSelector/SelectorList.js 69% building 1940/1964 modules 24 active ...lector/MultipleSelector/SelectorList.js 69% building 1940/1965 modules 25 active ...antd/node_modules/lodash/isArrayLike.js 69% building 1940/1966 modules 26 active ...s/antd/node_modules/lodash/_baseKeys.js 69% building 1940/1967 modules 27 active ...s/antd/node_modules/lodash/_stackSet.js 69% building 1940/1968 modules 28 active ...s/antd/node_modules/lodash/_stackHas.js 69% building 1940/1969 modules 29 active ...antd/node_modules/lodash/_stackClear.js 69% building 1940/1970 modules 30 active ...ntd/node_modules/lodash/_stackDelete.js 69% building 1940/1971 modules 31 active ...les/antd/node_modules/lodash/_getTag.js 69% building 1940/1972 modules 32 active ...es/antd/node_modules/lodash/isBuffer.js 68% building 1940/1973 modules 33 active ...s/antd/node_modules/lodash/_stackGet.js 68% building 1940/1974 modules 34 active ...vo/rsr/spa/node_modules/fbjs/lib/URI.js 68% building 1940/1975 modules 35 active ...td/node_modules/lodash/_equalObjects.js 68% building 1940/1976 modules 36 active ...antd/node_modules/lodash/_equalByTag.js 68% building 1940/1977 modules 37 active ..._modules/eventlistener/eventlistener.js 68% building 1940/1978 modules 38 active ...ntd/node_modules/lodash/_equalArrays.js 68% building 1940/1979 modules 39 active ...es/antd/node_modules/lodash/isLength.js 68% building 1940/1980 modules 40 active ...es/antd/node_modules/lodash/_isIndex.js 68% building 1940/1981 modules 41 active ...antd/node_modules/lodash/isArguments.js 68% building 1941/1981 modules 40 active ...antd/node_modules/lodash/isArguments.js 68% building 1942/1981 modules 39 active ...antd/node_modules/lodash/isArguments.js 68% building 1943/1981 modules 38 active ...antd/node_modules/lodash/isArguments.js 68% building 1944/1981 modules 37 active ...antd/node_modules/lodash/isArguments.js 68% building 1945/1981 modules 36 active ...antd/node_modules/lodash/isArguments.js 68% building 1945/1982 modules 37 active ...r/spa/node_modules/dom-matches/index.js 68% building 1945/1983 modules 38 active ...s/rc-editor-core/es/EditorCore/index.js 68% building 1945/1984 modules 39 active .../modules/es6.object.get-prototype-of.js 68% building 1945/1985 modules 40 active ...6.object.get-own-property-descriptor.js 68% building 1946/1985 modules 39 active ...6.object.get-own-property-descriptor.js 68% building 1946/1986 modules 40 active .../node_modules/draft-js/lib/BlockTree.js 68% building 1947/1986 modules 39 active .../node_modules/draft-js/lib/BlockTree.js 68% building 1948/1986 modules 38 active .../node_modules/draft-js/lib/BlockTree.js 68% building 1948/1987 modules 39 active ...ect/node_modules/rc-trigger/es/index.js 68% building 1948/1988 modules 40 active ...ode_modules/immutable/dist/immutable.js 68% building 1949/1988 modules 39 active ...ode_modules/immutable/dist/immutable.js 68% building 1950/1988 modules 38 active ...ode_modules/immutable/dist/immutable.js 68% building 1950/1989 modules 39 active .../draft-js/lib/DraftFeatureFlags-core.js 68% building 1950/1990 modules 40 active ...raft-js/lib/getNextDelimiterBlockKey.js 68% building 1950/1991 modules 41 active ...-js/lib/DraftEditorPlaceholder.react.js 68% building 1950/1992 modules 42 active .../draft-js/lib/DraftEditorEditHandler.js 68% building 1950/1993 modules 43 active .../draft-js/lib/DraftEditorDragHandler.js 68% building 1950/1994 modules 44 active ...aft-js/lib/DraftEditorContents.react.js 68% building 1950/1995 modules 45 active ...js/lib/DraftEditorCompositionHandler.js 68% building 1950/1996 modules 46 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1951/1996 modules 45 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1952/1996 modules 44 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1953/1996 modules 43 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1954/1996 modules 42 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1955/1996 modules 41 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1956/1996 modules 40 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1957/1996 modules 39 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1958/1996 modules 38 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1958/1997 modules 39 active ...ules/draft-js/lib/decodeEntityRanges.js 68% building 1958/1998 modules 40 active ...les/draft-js/lib/createCharacterList.js 68% building 1958/1999 modules 41 active ...zy-load/lib/utils/getElementPosition.js 68% building 1958/2000 modules 42 active ...a/node_modules/lodash.throttle/index.js 68% building 1958/2001 modules 43 active ...odules/draft-js/lib/DraftTreeAdapter.js 68% building 1958/2002 modules 44 active ...les/draft-js/lib/getRangeClientRects.js 68% building 1959/2002 modules 43 active ...les/draft-js/lib/getRangeClientRects.js 68% building 1959/2003 modules 44 active ...rsr/spa/app/components/ProgressBar.scss 68% building 1960/2003 modules 43 active ...rsr/spa/app/components/ProgressBar.scss 68% building 1960/2004 modules 44 active ...ft-js/lib/insertTextIntoContentState.js 68% building 1960/2005 modules 45 active ...s/draft-js/lib/DraftEditorLeaf.react.js 68% building 1960/2006 modules 46 active ...s/lib/insertFragmentIntoContentState.js 68% building 1961/2006 modules 45 active ...s/lib/insertFragmentIntoContentState.js 68% building 1961/2007 modules 46 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1962/2007 modules 45 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1963/2007 modules 44 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1964/2007 modules 43 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1965/2007 modules 42 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1966/2007 modules 41 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1967/2007 modules 40 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1968/2007 modules 39 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1969/2007 modules 38 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1970/2007 modules 37 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1971/2007 modules 36 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 1971/2008 modules 37 active .../node_modules/fbjs/lib/emptyFunction.js 68% building 1971/2009 modules 38 active .../rsr/spa/node_modules/fbjs/lib/Style.js 68% building 1971/2010 modules 39 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 1972/2010 modules 38 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 1972/2011 modules 39 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 68% building 1973/2011 modules 38 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 68% building 1974/2011 modules 37 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 68% building 1975/2011 modules 36 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 68% building 1975/2012 modules 37 active ...dules/fbjs/lib/getViewportDimensions.js 68% building 1976/2012 modules 36 active ...dules/fbjs/lib/getViewportDimensions.js 68% building 1976/2013 modules 37 active ..._modules/fbjs/lib/getElementPosition.js 68% building 1977/2013 modules 36 active ..._modules/fbjs/lib/getElementPosition.js 68% building 1977/2014 modules 37 active ...odules/fbjs/lib/UnicodeBidiDirection.js 68% building 1978/2014 modules 36 active ...odules/fbjs/lib/UnicodeBidiDirection.js 68% building 1979/2014 modules 35 active ...odules/fbjs/lib/UnicodeBidiDirection.js 68% building 1979/2015 modules 36 active ...pa/node_modules/fbjs/lib/UnicodeBidi.js 68% building 1980/2015 modules 35 active ...pa/node_modules/fbjs/lib/UnicodeBidi.js 68% building 1981/2015 modules 34 active ...pa/node_modules/fbjs/lib/UnicodeBidi.js 69% building 1982/2015 modules 33 active ...pa/node_modules/fbjs/lib/UnicodeBidi.js 69% building 1983/2015 modules 32 active ...pa/node_modules/fbjs/lib/UnicodeBidi.js 69% building 1984/2015 modules 31 active ...pa/node_modules/fbjs/lib/UnicodeBidi.js 69% building 1984/2016 modules 32 active ...draft-js/lib/getContentStateFragment.js 69% building 1985/2016 modules 31 active ...draft-js/lib/getContentStateFragment.js 69% building 1985/2017 modules 32 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 1986/2017 modules 31 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 1987/2017 modules 30 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 1988/2017 modules 29 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 1989/2017 modules 28 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 1990/2017 modules 27 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 1991/2017 modules 26 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 1991/2018 modules 27 active ...e_modules/fbjs/lib/memoizeStringOnly.js 69% building 1991/2019 modules 28 active .../spa/node_modules/fbjs/lib/mapObject.js 69% building 1992/2019 modules 27 active .../spa/node_modules/fbjs/lib/mapObject.js 69% building 1993/2019 modules 26 active .../spa/node_modules/fbjs/lib/mapObject.js 69% building 1994/2019 modules 25 active .../spa/node_modules/fbjs/lib/mapObject.js 69% building 1994/2020 modules 26 active ...a/node_modules/rc-table/es/BaseTable.js 69% building 1994/2021 modules 27 active ...pa/node_modules/rc-table/es/TableRow.js 69% building 1995/2021 modules 26 active ...pa/node_modules/rc-table/es/TableRow.js 69% building 1996/2021 modules 25 active ...pa/node_modules/rc-table/es/TableRow.js 69% building 1996/2022 modules 26 active ..._modules/fbjs/lib/UnicodeBidiService.js 69% building 1996/2023 modules 27 active ...r/spa/node_modules/lodash/_baseMerge.js 69% building 1997/2023 modules 26 active ...r/spa/node_modules/lodash/_baseMerge.js 69% building 1997/2024 modules 27 active .../node_modules/lodash/_createAssigner.js 69% building 1997/2025 modules 28 active ...a/node_modules/fbjs/lib/VersionRange.js 69% building 1997/2026 modules 29 active ...raft-js/lib/getCharacterRemovalRange.js 69% building 1997/2027 modules 30 active ...aft-js/lib/applyEntityToContentState.js 69% building 1997/2028 modules 31 active ...draft-js/lib/ContentStateInlineStyle.js 69% building 1997/2029 modules 32 active ...ode_modules/lodash/_baseIsTypedArray.js 69% building 1997/2030 modules 33 active .../antd/node_modules/lodash/_baseUnary.js 68% building 1997/2031 modules 34 active ...s/antd/node_modules/lodash/_nodeUtil.js 68% building 1997/2032 modules 35 active .../node_modules/lodash/_listCacheClear.js 68% building 1997/2033 modules 36 active ...node_modules/lodash/_listCacheDelete.js 68% building 1997/2034 modules 37 active ...td/node_modules/lodash/_listCacheGet.js 68% building 1997/2035 modules 38 active ...td/node_modules/lodash/_stringToPath.js 68% building 1997/2036 modules 39 active ...td/node_modules/lodash/_listCacheHas.js 68% building 1997/2037 modules 40 active ...td/node_modules/lodash/_listCacheSet.js 68% building 1997/2038 modules 41 active .../antd/node_modules/lodash/_baseTimes.js 68% building 1997/2039 modules 42 active .../antd/node_modules/lodash/_hashClear.js 68% building 1997/2040 modules 43 active ...antd/node_modules/lodash/_hashDelete.js 68% building 1997/2041 modules 44 active ...es/antd/node_modules/lodash/_hashGet.js 68% building 1997/2042 modules 45 active ...es/antd/node_modules/lodash/_hashHas.js 68% building 1997/2043 modules 46 active ...es/antd/node_modules/lodash/_hashSet.js 68% building 1997/2044 modules 47 active .../antd/node_modules/lodash/_isKeyable.js 68% building 1997/2045 modules 48 active .../antd/node_modules/lodash/isFunction.js 68% building 1997/2046 modules 49 active ...s/antd/node_modules/lodash/_isMasked.js 68% building 1997/2047 modules 50 active ...s/antd/node_modules/lodash/_toSource.js 68% building 1998/2047 modules 49 active ...s/antd/node_modules/lodash/_toSource.js 68% building 1999/2047 modules 48 active ...s/antd/node_modules/lodash/_toSource.js 68% building 2000/2047 modules 47 active ...s/antd/node_modules/lodash/_toSource.js 68% building 2001/2047 modules 46 active ...s/antd/node_modules/lodash/_toSource.js 68% building 2002/2047 modules 45 active ...s/antd/node_modules/lodash/_toSource.js 68% building 2003/2047 modules 44 active ...s/antd/node_modules/lodash/_toSource.js 68% building 2004/2047 modules 43 active ...s/antd/node_modules/lodash/_toSource.js 68% building 2005/2047 modules 42 active ...s/antd/node_modules/lodash/_toSource.js 68% building 2006/2047 modules 41 active ...s/antd/node_modules/lodash/_toSource.js 68% building 2007/2047 modules 40 active ...s/antd/node_modules/lodash/_toSource.js 68% building 2008/2047 modules 39 active ...s/antd/node_modules/lodash/_toSource.js 68% building 2009/2047 modules 38 active ...s/antd/node_modules/lodash/_toSource.js 68% building 2009/2048 modules 39 active .../Selector/MultipleSelector/Selection.js 68% building 2010/2048 modules 38 active .../Selector/MultipleSelector/Selection.js 68% building 2010/2049 modules 39 active ...ntd/node_modules/lodash/_isPrototype.js 68% building 2010/2050 modules 40 active ...antd/node_modules/lodash/_nativeKeys.js 68% building 2010/2051 modules 41 active ...s/antd/node_modules/lodash/_DataView.js 68% building 2010/2052 modules 42 active ...es/antd/node_modules/lodash/_Promise.js 68% building 2010/2053 modules 43 active ...es/antd/node_modules/lodash/_WeakMap.js 68% building 2010/2054 modules 44 active ...s/antd/node_modules/lodash/stubFalse.js 68% building 2011/2054 modules 43 active ...s/antd/node_modules/lodash/stubFalse.js 68% building 2011/2055 modules 44 active ...antd/node_modules/lodash/_getAllKeys.js 68% building 2011/2056 modules 45 active ...antd/node_modules/lodash/_Uint8Array.js 68% building 2011/2057 modules 46 active ..._modules/antd/node_modules/lodash/eq.js 68% building 2011/2058 modules 47 active ...antd/node_modules/lodash/_mapToArray.js 68% building 2012/2058 modules 46 active ...antd/node_modules/lodash/_mapToArray.js 68% building 2012/2059 modules 47 active .../antd/node_modules/lodash/_arraySome.js 68% building 2012/2060 modules 48 active ...node_modules/lodash/_baseIsArguments.js 68% building 2013/2060 modules 47 active ...node_modules/lodash/_baseIsArguments.js 68% building 2014/2060 modules 46 active ...node_modules/lodash/_baseIsArguments.js 68% building 2015/2060 modules 45 active ...node_modules/lodash/_baseIsArguments.js 68% building 2016/2060 modules 44 active ...node_modules/lodash/_baseIsArguments.js 68% building 2017/2060 modules 43 active ...node_modules/lodash/_baseIsArguments.js 68% building 2017/2061 modules 44 active .../core-js/library/modules/_object-sap.js 68% building 2018/2061 modules 43 active .../core-js/library/modules/_object-sap.js 68% building 2019/2061 modules 42 active .../core-js/library/modules/_object-sap.js 68% building 2020/2061 modules 41 active .../core-js/library/modules/_object-sap.js 68% building 2021/2061 modules 40 active .../core-js/library/modules/_object-sap.js 68% building 2022/2061 modules 39 active .../core-js/library/modules/_object-sap.js 68% building 2022/2062 modules 40 active ...dules/draft-js/lib/editOnBeforeInput.js 68% building 2022/2063 modules 41 active ...node_modules/draft-js/lib/editOnBlur.js 68% building 2022/2064 modules 42 active .../draft-js/lib/editOnCompositionStart.js 68% building 2022/2065 modules 43 active ...node_modules/draft-js/lib/editOnCopy.js 68% building 2022/2066 modules 44 active .../node_modules/draft-js/lib/editOnCut.js 68% building 2022/2067 modules 45 active ..._modules/draft-js/lib/editOnDragOver.js 68% building 2022/2068 modules 46 active ...modules/draft-js/lib/editOnDragStart.js 68% building 2022/2069 modules 47 active ...ode_modules/draft-js/lib/editOnFocus.js 68% building 2022/2070 modules 48 active ...ode_modules/draft-js/lib/editOnInput.js 68% building 2022/2071 modules 49 active ...e_modules/draft-js/lib/editOnKeyDown.js 68% building 2023/2071 modules 48 active ...e_modules/draft-js/lib/editOnKeyDown.js 68% building 2023/2072 modules 49 active ...ode_modules/draft-js/lib/editOnPaste.js 68% building 2023/2073 modules 50 active ...de_modules/draft-js/lib/editOnSelect.js 68% building 2023/2074 modules 51 active ...s/lib/DraftEditorContents-core.react.js 68% building 2023/2075 modules 52 active ...raft-js/lib/getEntityKeyForSelection.js 68% building 2023/2076 modules 53 active ..._modules/draft-js/lib/isEventHandled.js 68% building 2023/2077 modules 54 active .../draft-js/lib/isSelectionAtLeafStart.js 68% building 2024/2077 modules 53 active .../draft-js/lib/isSelectionAtLeafStart.js 68% building 2025/2077 modules 52 active .../draft-js/lib/isSelectionAtLeafStart.js 68% building 2026/2077 modules 51 active .../draft-js/lib/isSelectionAtLeafStart.js 68% building 2027/2077 modules 50 active .../draft-js/lib/isSelectionAtLeafStart.js 68% building 2028/2077 modules 49 active .../draft-js/lib/isSelectionAtLeafStart.js 68% building 2029/2077 modules 48 active .../draft-js/lib/isSelectionAtLeafStart.js 68% building 2029/2078 modules 49 active ...s/draft-js/lib/findAncestorOffsetKey.js 68% building 2029/2079 modules 50 active ...draft-js/lib/getTextContentFromFiles.js 68% building 2029/2080 modules 51 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2030/2080 modules 50 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2031/2080 modules 49 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2032/2080 modules 48 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2033/2080 modules 47 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2034/2080 modules 46 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2035/2080 modules 45 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2036/2080 modules 44 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2037/2080 modules 43 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2038/2080 modules 42 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2039/2080 modules 41 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2040/2080 modules 40 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2041/2080 modules 39 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2042/2080 modules 38 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2043/2080 modules 37 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2044/2080 modules 36 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2045/2080 modules 35 active ...raft-js/lib/getUpdatedSelectionState.js 68% building 2045/2081 modules 36 active ..._modules/draft-js/lib/insertIntoList.js 68% building 2045/2082 modules 37 active ...aft-js/lib/DraftEditorTextNode.react.js 68% building 2045/2083 modules 38 active ...draft-js/lib/setDraftEditorSelection.js 68% building 2045/2084 modules 39 active ...ditor-core/es/EditorCore/ConfigStore.js 68% building 2045/2085 modules 40 active ...ore/es/EditorCore/customHTML2Content.js 68% building 2045/2086 modules 41 active ..._modules/rc-animate/es/CSSMotionList.js 68% building 2046/2086 modules 40 active ..._modules/rc-animate/es/CSSMotionList.js 68% building 2046/2087 modules 41 active ...es/fbjs/lib/getDocumentScrollElement.js 68% building 2047/2087 modules 40 active ...es/fbjs/lib/getDocumentScrollElement.js 68% building 2048/2087 modules 39 active ...es/fbjs/lib/getDocumentScrollElement.js 68% building 2049/2087 modules 38 active ...es/fbjs/lib/getDocumentScrollElement.js 68% building 2050/2087 modules 37 active ...es/fbjs/lib/getDocumentScrollElement.js 68% building 2051/2087 modules 36 active ...es/fbjs/lib/getDocumentScrollElement.js 68% building 2052/2087 modules 35 active ...es/fbjs/lib/getDocumentScrollElement.js 68% building 2052/2088 modules 36 active ...de_modules/fbjs/lib/getStyleProperty.js 68% building 2052/2089 modules 37 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 2052/2090 modules 38 active ...a/node_modules/fbjs/lib/DataTransfer.js 68% building 2053/2090 modules 37 active ...a/node_modules/fbjs/lib/DataTransfer.js 68% building 2054/2090 modules 36 active ...a/node_modules/fbjs/lib/DataTransfer.js 68% building 2055/2090 modules 35 active ...a/node_modules/fbjs/lib/DataTransfer.js 69% building 2056/2090 modules 34 active ...a/node_modules/fbjs/lib/DataTransfer.js 68% building 2056/2091 modules 35 active ...s/draft-js/lib/randomizeBlockMapKeys.js 68% building 2056/2092 modules 36 active ...or-core/es/EditorCore/export/getHTML.js 68% building 2056/2093 modules 37 active ...core/es/EditorCore/export/exportText.js 68% building 2057/2093 modules 36 active ...core/es/EditorCore/export/exportText.js 68% building 2058/2093 modules 35 active ...core/es/EditorCore/export/exportText.js 68% building 2058/2094 modules 36 active ...node_modules/fbjs/lib/getElementRect.js 68% building 2058/2095 modules 37 active ...ect/node_modules/rc-trigger/es/utils.js 68% building 2059/2095 modules 36 active ...ect/node_modules/rc-trigger/es/utils.js 68% building 2059/2096 modules 37 active ...ect/node_modules/rc-trigger/es/Popup.js 68% building 2060/2096 modules 36 active ...ect/node_modules/rc-trigger/es/Popup.js 68% building 2061/2096 modules 35 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2062/2096 modules 34 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2063/2096 modules 33 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2064/2096 modules 32 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2065/2096 modules 31 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2066/2096 modules 30 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2067/2096 modules 29 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2068/2096 modules 28 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2069/2096 modules 27 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2070/2096 modules 26 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2071/2096 modules 25 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2072/2096 modules 24 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2073/2096 modules 23 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2074/2096 modules 22 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2075/2096 modules 21 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2076/2096 modules 20 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2077/2096 modules 19 active ...ect/node_modules/rc-trigger/es/Popup.js 69% building 2077/2097 modules 20 active ...rsr/spa/node_modules/lodash/_safeGet.js 69% building 2077/2098 modules 21 active ...sr/spa/node_modules/lodash/_baseRest.js 69% building 2077/2099 modules 22 active ...aft-js/lib/applyEntityToContentBlock.js 69% building 2077/2100 modules 23 active .../node_modules/lodash/_isIterateeCall.js 69% building 2077/2101 modules 24 active ...les/draft-js/lib/DraftEntitySegments.js 69% building 2077/2102 modules 25 active ...draft-js/lib/getRangesForDraftEntity.js 69% building 2078/2102 modules 24 active ...draft-js/lib/getRangesForDraftEntity.js 69% building 2078/2103 modules 25 active ...o/rsr/spa/node_modules/lodash/keysIn.js 69% building 2078/2104 modules 26 active ...a/node_modules/lodash/_baseMergeDeep.js 69% building 2078/2105 modules 27 active ...ode_modules/lodash/_assignMergeValue.js 69% building 2078/2106 modules 28 active ...td/node_modules/lodash/_assocIndexOf.js 69% building 2078/2107 modules 29 active ...d/node_modules/lodash/_memoizeCapped.js 69% building 2078/2108 modules 30 active ...td/node_modules/lodash/_nativeCreate.js 69% building 2078/2109 modules 31 active ...antd/node_modules/lodash/_coreJsData.js 69% building 2078/2110 modules 32 active ...de_modules/rc-table/es/ExpandableRow.js 69% building 2078/2111 modules 33 active ...node_modules/rc-table/es/TableHeader.js 69% building 2078/2112 modules 34 active ...pa/node_modules/rc-table/es/ColGroup.js 69% building 2079/2112 modules 33 active ...pa/node_modules/rc-table/es/ColGroup.js 69% building 2080/2112 modules 32 active ...pa/node_modules/rc-table/es/ColGroup.js 69% building 2080/2113 modules 33 active ...a/node_modules/rc-table/es/TableCell.js 69% building 2080/2114 modules 34 active ...ode_modules/immutable/dist/immutable.js 69% building 2081/2114 modules 33 active ...ode_modules/immutable/dist/immutable.js 69% building 2082/2114 modules 32 active ...ode_modules/immutable/dist/immutable.js 69% building 2083/2114 modules 31 active ...ode_modules/immutable/dist/immutable.js 69% building 2084/2114 modules 30 active ...ode_modules/immutable/dist/immutable.js 69% building 2085/2114 modules 29 active ...ode_modules/immutable/dist/immutable.js 69% building 2086/2114 modules 28 active ...ode_modules/immutable/dist/immutable.js 69% building 2087/2114 modules 27 active ...ode_modules/immutable/dist/immutable.js 69% building 2088/2114 modules 26 active ...ode_modules/immutable/dist/immutable.js 69% building 2089/2114 modules 25 active ...ode_modules/immutable/dist/immutable.js 69% building 2090/2114 modules 24 active ...ode_modules/immutable/dist/immutable.js 69% building 2090/2115 modules 25 active ...a/node_modules/react-modal/lib/index.js 69% building 2091/2115 modules 24 active ...a/node_modules/react-modal/lib/index.js 69% building 2092/2115 modules 23 active ...a/node_modules/react-modal/lib/index.js 69% building 2092/2116 modules 24 active ...es/antd/node_modules/lodash/_overArg.js 69% building 2093/2116 modules 23 active ...es/antd/node_modules/lodash/_overArg.js 69% building 2093/2117 modules 24 active .../node_modules/timers-browserify/main.js 69% building 2093/2118 modules 25 active .../node_modules/lodash/_baseGetAllKeys.js 69% building 2093/2119 modules 26 active ...antd/node_modules/lodash/_getSymbols.js 69% building 2094/2119 modules 25 active ...antd/node_modules/lodash/_getSymbols.js 69% building 2094/2120 modules 26 active ...ules/rc-editor-core/es/Toolbar/index.js 69% building 2095/2120 modules 25 active ...ules/rc-editor-core/es/Toolbar/index.js 69% building 2096/2120 modules 24 active ...ules/rc-editor-core/es/Toolbar/index.js 69% building 2097/2120 modules 23 active ...ules/rc-editor-core/es/Toolbar/index.js 69% building 2098/2120 modules 22 active ...ules/rc-editor-core/es/Toolbar/index.js 69% building 2098/2121 modules 23 active ...a/node_modules/fbjs/lib/containsNode.js 69% building 2098/2122 modules 24 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2099/2122 modules 23 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2099/2123 modules 24 active ...ules/draft-js/lib/SecondaryClipboard.js 69% building 2099/2124 modules 25 active ...lib/keyCommandBackspaceToStartOfLine.js 69% building 2099/2125 modules 26 active ...draft-js/lib/keyCommandBackspaceWord.js 69% building 2099/2126 modules 27 active ...es/draft-js/lib/keyCommandDeleteWord.js 69% building 2099/2127 modules 28 active ...draft-js/lib/keyCommandInsertNewline.js 69% building 2099/2128 modules 29 active .../keyCommandMoveSelectionToEndOfBlock.js 69% building 2099/2129 modules 30 active ...eyCommandMoveSelectionToStartOfBlock.js 69% building 2099/2130 modules 31 active ...raft-js/lib/keyCommandPlainBackspace.js 69% building 2099/2131 modules 32 active ...s/draft-js/lib/keyCommandPlainDelete.js 69% building 2099/2132 modules 33 active ...js/lib/keyCommandTransposeCharacters.js 69% building 2099/2133 modules 34 active ..._modules/draft-js/lib/keyCommandUndo.js 69% building 2099/2134 modules 35 active ...draft-js/lib/getDraftEditorSelection.js 68% building 2099/2135 modules 36 active ...les/draft-js/lib/DraftPasteProcessor.js 68% building 2099/2136 modules 37 active ...draft-js/lib/splitTextIntoTextBlocks.js 68% building 2100/2136 modules 36 active ...draft-js/lib/splitTextIntoTextBlocks.js 69% building 2101/2136 modules 35 active ...draft-js/lib/splitTextIntoTextBlocks.js 69% building 2102/2136 modules 34 active ...draft-js/lib/splitTextIntoTextBlocks.js 69% building 2103/2136 modules 33 active ...draft-js/lib/splitTextIntoTextBlocks.js 69% building 2104/2136 modules 32 active ...draft-js/lib/splitTextIntoTextBlocks.js 69% building 2105/2136 modules 31 active ...draft-js/lib/splitTextIntoTextBlocks.js 69% building 2106/2136 modules 30 active ...draft-js/lib/splitTextIntoTextBlocks.js 69% building 2106/2137 modules 31 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2107/2137 modules 30 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2108/2137 modules 29 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2109/2137 modules 28 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2110/2137 modules 27 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2111/2137 modules 26 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2111/2138 modules 27 active ...de_modules/setimmediate/setImmediate.js 69% building 2112/2138 modules 26 active ...de_modules/setimmediate/setImmediate.js 69% building 2112/2139 modules 27 active ...node_modules/rc-animate/es/util/diff.js 69% building 2113/2139 modules 26 active ...node_modules/rc-animate/es/util/diff.js 69% building 2113/2140 modules 27 active ...r/spa/node_modules/fbjs/lib/camelize.js 69% building 2113/2141 modules 28 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2113/2142 modules 29 active ...a/node_modules/fbjs/lib/setImmediate.js 69% building 2113/2143 modules 30 active ...de_modules/fbjs/lib/getActiveElement.js 69% building 2113/2144 modules 31 active ...node_modules/fbjs/lib/PhotosMimeType.js 69% building 2113/2145 modules 32 active ...odules/fbjs/lib/createArrayFromMixed.js 69% building 2114/2145 modules 31 active ...odules/fbjs/lib/createArrayFromMixed.js 69% building 2115/2145 modules 30 active ...odules/fbjs/lib/createArrayFromMixed.js 69% building 2116/2145 modules 29 active ...odules/fbjs/lib/createArrayFromMixed.js 69% building 2116/2146 modules 30 active ...les/draft-js/lib/DraftJsDebugLogging.js 69% building 2116/2147 modules 31 active ...s/EditorCore/export/isUnitlessNumber.js 69% building 2117/2147 modules 30 active ...s/EditorCore/export/isUnitlessNumber.js 69% building 2117/2148 modules 31 active ...pa/node_modules/fbjs/lib/joinClasses.js 69% building 2117/2149 modules 32 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2118/2149 modules 31 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2119/2149 modules 30 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2120/2149 modules 29 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2121/2149 modules 28 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2122/2149 modules 27 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2123/2149 modules 26 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2124/2149 modules 25 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2125/2149 modules 24 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2126/2149 modules 23 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2127/2149 modules 22 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2128/2149 modules 21 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2129/2149 modules 20 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2130/2149 modules 19 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2131/2149 modules 18 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2132/2149 modules 17 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2133/2149 modules 16 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2134/2149 modules 15 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2135/2149 modules 14 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2135/2150 modules 15 active ...ode_modules/rc-trigger/es/PopupInner.js 69% building 2135/2151 modules 16 active ..._modules/rc-trigger/es/LazyRenderBox.js 69% building 2136/2151 modules 15 active ..._modules/rc-trigger/es/LazyRenderBox.js 69% building 2136/2152 modules 16 active .../rsr/spa/node_modules/lodash/toArray.js 69% building 2136/2153 modules 17 active ...sr/spa/node_modules/lodash/_overRest.js 69% building 2136/2154 modules 18 active ...spa/node_modules/lodash/_setToString.js 69% building 2136/2155 modules 19 active .../spa/node_modules/lodash/_baseKeysIn.js 69% building 2136/2156 modules 20 active ...spa/node_modules/lodash/_cloneBuffer.js 69% building 2136/2157 modules 21 active ...node_modules/lodash/_cloneTypedArray.js 69% building 2136/2158 modules 22 active ...r/spa/node_modules/lodash/_copyArray.js 69% building 2136/2159 modules 23 active ...node_modules/lodash/_initCloneObject.js 69% building 2136/2160 modules 24 active ...ode_modules/lodash/isArrayLikeObject.js 69% building 2136/2161 modules 25 active ...pa/node_modules/lodash/isPlainObject.js 69% building 2136/2162 modules 26 active ...pa/node_modules/lodash/toPlainObject.js 69% building 2136/2163 modules 27 active ...les/antd/node_modules/lodash/memoize.js 69% building 2136/2164 modules 28 active .../node_modules/rc-table/es/ExpandIcon.js 69% building 2136/2165 modules 29 active ...e_modules/rc-table/es/TableHeaderRow.js 69% building 2136/2166 modules 30 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2137/2166 modules 29 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2138/2166 modules 28 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2139/2166 modules 27 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2140/2166 modules 26 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2141/2166 modules 25 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2142/2166 modules 24 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2143/2166 modules 23 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2144/2166 modules 22 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2145/2166 modules 21 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2146/2166 modules 20 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2147/2166 modules 19 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2147/2167 modules 20 active .../antd/node_modules/lodash/_arrayPush.js 69% building 2147/2168 modules 21 active ...ntd/node_modules/lodash/_arrayFilter.js 69% building 2147/2169 modules 22 active ...s/antd/node_modules/lodash/stubArray.js 69% building 2147/2170 modules 23 active ...les/react-modal/lib/components/Modal.js 69% building 2148/2170 modules 22 active ...les/react-modal/lib/components/Modal.js 69% building 2149/2170 modules 21 active ...les/react-modal/lib/components/Modal.js 69% building 2150/2170 modules 20 active ...les/react-modal/lib/components/Modal.js 69% building 2150/2171 modules 21 active ...es/rc-editor-core/es/Toolbar/Toolbar.js 69% building 2151/2171 modules 20 active ...es/rc-editor-core/es/Toolbar/Toolbar.js 69% building 2152/2171 modules 19 active ...es/rc-editor-core/es/Toolbar/Toolbar.js 69% building 2153/2171 modules 18 active ...es/rc-editor-core/es/Toolbar/Toolbar.js 69% building 2153/2172 modules 19 active ...spa/node_modules/fbjs/lib/isTextNode.js 69% building 2153/2173 modules 20 active ...raft-js/lib/expandRangeToStartOfLine.js 69% building 2153/2174 modules 21 active ...lib/getDraftEditorSelectionWithNodes.js 69% building 2153/2175 modules 22 active ...s/draft-js/lib/moveSelectionBackward.js 69% building 2153/2176 modules 23 active .../draft-js/lib/removeTextWithStrategy.js 69% building 2153/2177 modules 24 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2153/2178 modules 25 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2154/2178 modules 24 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2155/2178 modules 23 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2156/2178 modules 22 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2157/2178 modules 21 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2158/2178 modules 20 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2159/2178 modules 19 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2160/2178 modules 18 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2161/2178 modules 17 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2162/2178 modules 16 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2163/2178 modules 15 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2164/2178 modules 14 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2165/2178 modules 13 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2166/2178 modules 12 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2167/2178 modules 11 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2168/2178 modules 10 active ...es/draft-js/lib/moveSelectionForward.js  69% building 2169/2178 modules 9 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2169/2179 modules 10 active ...odules/draft-js/lib/AtomicBlockUtils.js 69% building 2169/2180 modules 11 active ...modules/draft-js/lib/BlockMapBuilder.js 69% building 2169/2181 modules 12 active ...dules/draft-js/lib/CharacterMetadata.js 69% building 2169/2182 modules 13 active ...draft-js/lib/CompositeDraftDecorator.js 69% building 2169/2183 modules 14 active ...de_modules/draft-js/lib/ContentBlock.js 69% building 2169/2184 modules 15 active ...de_modules/draft-js/lib/ContentState.js 69% building 2169/2185 modules 16 active ...ft-js/lib/DefaultDraftBlockRenderMap.js 69% building 2169/2186 modules 17 active ...draft-js/lib/DefaultDraftInlineStyle.js 69% building 2169/2187 modules 18 active ...dules/draft-js/lib/DraftEditor.react.js 69% building 2169/2188 modules 19 active .../draft-js/lib/DraftEditorBlock.react.js 69% building 2169/2189 modules 20 active ...ode_modules/draft-js/lib/DraftEntity.js 69% building 2169/2190 modules 21 active ...e_modules/draft-js/lib/DraftModifier.js 69% building 2169/2191 modules 22 active ...les/draft-js/lib/DraftEntityInstance.js 69% building 2169/2192 modules 23 active ...ode_modules/draft-js/lib/EditorState.js 69% building 2169/2193 modules 24 active ..._modules/draft-js/lib/KeyBindingUtil.js 69% building 2169/2194 modules 25 active ...ules/draft-js/lib/RichTextEditorUtil.js 69% building 2169/2195 modules 26 active ..._modules/draft-js/lib/SelectionState.js 69% building 2169/2196 modules 27 active ...ft-js/lib/convertFromDraftStateToRaw.js 69% building 2169/2197 modules 28 active ...s/lib/convertFromHTMLToContentBlocks.js 69% building 2169/2198 modules 29 active ...ft-js/lib/convertFromRawToDraftState.js 69% building 2169/2199 modules 30 active ...dules/draft-js/lib/generateRandomKey.js 69% building 2169/2200 modules 31 active ...es/draft-js/lib/getDefaultKeyBinding.js 69% building 2169/2201 modules 32 active ...draft-js/lib/getVisibleSelectionRect.js 69% building 2170/2201 modules 31 active ...draft-js/lib/getVisibleSelectionRect.js 69% building 2171/2201 modules 30 active ...draft-js/lib/getVisibleSelectionRect.js 69% building 2172/2201 modules 29 active ...draft-js/lib/getVisibleSelectionRect.js 69% building 2173/2201 modules 28 active ...draft-js/lib/getVisibleSelectionRect.js 69% building 2174/2201 modules 27 active ...draft-js/lib/getVisibleSelectionRect.js 69% building 2175/2201 modules 26 active ...draft-js/lib/getVisibleSelectionRect.js 69% building 2176/2201 modules 25 active ...draft-js/lib/getVisibleSelectionRect.js 69% building 2176/2202 modules 26 active ...rsr/spa/node_modules/lodash/isString.js 69% building 2176/2203 modules 27 active ...node_modules/lodash/_iteratorToArray.js 69% building 2176/2204 modules 28 active ...o/rsr/spa/node_modules/lodash/values.js 69% building 2176/2205 modules 29 active ...o/rsr/spa/node_modules/lodash/_apply.js 69% building 2176/2206 modules 30 active ...node_modules/lodash/_baseSetToString.js 69% building 2176/2207 modules 31 active ...sr/spa/node_modules/lodash/_shortOut.js 69% building 2176/2208 modules 32 active ...pa/node_modules/lodash/_nativeKeysIn.js 69% building 2176/2209 modules 33 active ...ode_modules/lodash/_cloneArrayBuffer.js 69% building 2176/2210 modules 34 active .../spa/node_modules/lodash/_baseCreate.js 69% building 2176/2211 modules 35 active ...pa/node_modules/lodash/_getPrototype.js 69% building 2176/2212 modules 36 active .../spa/node_modules/lodash/_copyObject.js 69% building 2177/2212 modules 35 active .../spa/node_modules/lodash/_copyObject.js 69% building 2177/2213 modules 36 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2178/2213 modules 35 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2179/2213 modules 34 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2180/2213 modules 33 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2181/2213 modules 32 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2182/2213 modules 31 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2183/2213 modules 30 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2184/2213 modules 29 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2185/2213 modules 28 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2186/2213 modules 27 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2187/2213 modules 26 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2188/2213 modules 25 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2189/2213 modules 24 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2190/2213 modules 23 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2191/2213 modules 22 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2192/2213 modules 21 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2192/2214 modules 22 active ...c-editor-core/es/Toolbar/ToolbarLine.js 69% building 2193/2214 modules 21 active ...c-editor-core/es/Toolbar/ToolbarLine.js 69% building 2194/2214 modules 20 active ...c-editor-core/es/Toolbar/ToolbarLine.js 69% building 2195/2214 modules 19 active ...c-editor-core/es/Toolbar/ToolbarLine.js 69% building 2195/2215 modules 20 active ...act-modal/lib/components/ModalPortal.js 69% building 2196/2215 modules 19 active ...act-modal/lib/components/ModalPortal.js 69% building 2197/2215 modules 18 active ...act-modal/lib/components/ModalPortal.js 69% building 2198/2215 modules 17 active ...act-modal/lib/components/ModalPortal.js 69% building 2199/2215 modules 16 active ...act-modal/lib/components/ModalPortal.js 69% building 2200/2215 modules 15 active ...act-modal/lib/components/ModalPortal.js 69% building 2201/2215 modules 14 active ...act-modal/lib/components/ModalPortal.js 69% building 2202/2215 modules 13 active ...act-modal/lib/components/ModalPortal.js 69% building 2203/2215 modules 12 active ...act-modal/lib/components/ModalPortal.js 69% building 2204/2215 modules 11 active ...act-modal/lib/components/ModalPortal.js 69% building 2204/2216 modules 12 active ...rsr/spa/node_modules/fbjs/lib/isNode.js 69% building 2205/2216 modules 11 active ...rsr/spa/node_modules/fbjs/lib/isNode.js 69% building 2206/2216 modules 10 active ...rsr/spa/node_modules/fbjs/lib/isNode.js  69% building 2207/2216 modules 9 active ...rsr/spa/node_modules/fbjs/lib/isNode.js 69% building 2208/2216 modules 8 active ...rsr/spa/node_modules/fbjs/lib/isNode.js 69% building 2209/2216 modules 7 active ...rsr/spa/node_modules/fbjs/lib/isNode.js 69% building 2209/2217 modules 8 active ...react-modal/lib/helpers/ariaAppHider.js 69% building 2209/2218 modules 9 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2210/2218 modules 8 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2211/2218 modules 7 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2212/2218 modules 6 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2212/2219 modules 7 active ...a/node_modules/fbjs/lib/TokenizeUtil.js 69% building 2213/2219 modules 6 active ...a/node_modules/fbjs/lib/TokenizeUtil.js 69% building 2214/2219 modules 5 active ...a/node_modules/fbjs/lib/TokenizeUtil.js 69% building 2214/2220 modules 6 active ...odules/draft-js/lib/ContentBlockNode.js 69% building 2214/2221 modules 7 active ...dules/draft-js/lib/DraftFeatureFlags.js 69% building 2214/2222 modules 8 active ...draft-js/lib/moveBlockInContentState.js 69% building 2214/2223 modules 9 active ...dules/draft-js/lib/sanitizeDraftText.js 69% building 2214/2224 modules 10 active ...draft-js/lib/ContentStateInlineStyle.js 69% building 2214/2225 modules 11 active ...aft-js/lib/applyEntityToContentState.js 69% building 2214/2226 modules 12 active ...raft-js/lib/getCharacterRemovalRange.js 69% building 2214/2227 modules 13 active ...draft-js/lib/getContentStateFragment.js 69% building 2214/2228 modules 14 active ...s/lib/insertFragmentIntoContentState.js 69% building 2214/2229 modules 15 active ...ft-js/lib/insertTextIntoContentState.js 69% building 2214/2230 modules 16 active ...ft-js/lib/modifyBlockForContentState.js 69% building 2214/2231 modules 17 active ...s/draft-js/lib/removeEntitiesAtEdges.js 69% building 2214/2232 modules 18 active ...raft-js/lib/splitBlockInContentState.js 69% building 2214/2233 modules 19 active ...t-js/lib/removeRangeFromContentState.js 69% building 2214/2234 modules 20 active ...les/draft-js/lib/findRangesImmutable.js 69% building 2214/2235 modules 21 active ..._modules/draft-js/lib/DraftStringKey.js 69% building 2214/2236 modules 22 active ...ules/draft-js/lib/encodeEntityRanges.js 69% building 2214/2237 modules 23 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 2215/2237 modules 22 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 2215/2238 modules 23 active ...ft-js/lib/getRangeBoundingClientRect.js 69% building 2216/2238 modules 22 active ...ft-js/lib/getRangeBoundingClientRect.js 69% building 2217/2238 modules 21 active ...ft-js/lib/getRangeBoundingClientRect.js 69% building 2218/2238 modules 20 active ...ft-js/lib/getRangeBoundingClientRect.js 69% building 2218/2239 modules 21 active ...s/draft-js/lib/DraftEditorLeaf.react.js 69% building 2218/2240 modules 22 active ..._modules/draft-js/lib/DraftOffsetKey.js 69% building 2218/2241 modules 23 active .../lib/adjustBlockDepthForContentState.js 69% building 2218/2242 modules 24 active ...odules/draft-js/lib/DraftTreeAdapter.js 69% building 2218/2243 modules 25 active ...les/draft-js/lib/createCharacterList.js 69% building 2218/2244 modules 26 active ...ules/draft-js/lib/decodeEntityRanges.js 69% building 2218/2245 modules 27 active ...draft-js/lib/decodeInlineStyleRanges.js 69% building 2218/2246 modules 28 active .../spa/node_modules/lodash/_baseValues.js 69% building 2218/2247 modules 29 active ...rsr/spa/node_modules/lodash/constant.js 69% building 2218/2248 modules 30 active ...js/lib/DraftEditorCompositionHandler.js 69% building 2218/2249 modules 31 active ...aft-js/lib/DraftEditorContents.react.js 69% building 2218/2250 modules 32 active .../draft-js/lib/DraftEditorDragHandler.js 69% building 2218/2251 modules 33 active .../draft-js/lib/DraftEditorEditHandler.js 69% building 2218/2252 modules 34 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2219/2252 modules 33 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2220/2252 modules 32 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2221/2252 modules 31 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2222/2252 modules 30 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2223/2252 modules 29 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2224/2252 modules 28 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2225/2252 modules 27 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2226/2252 modules 26 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2227/2252 modules 25 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2228/2252 modules 24 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2229/2252 modules 23 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2230/2252 modules 22 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2231/2252 modules 21 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2232/2252 modules 20 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2233/2252 modules 19 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2234/2252 modules 18 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2235/2252 modules 17 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2236/2252 modules 16 active ...-js/lib/DraftEditorPlaceholder.react.js 69% building 2236/2253 modules 17 active ...e_modules/rc-animate/es/AnimateChild.js 69% building 2236/2254 modules 18 active ..._modules/rc-animate/es/ChildrenUtils.js 69% building 2236/2255 modules 19 active ...dules/draft-js/lib/EditorBidiService.js 69% building 2236/2256 modules 20 active .../node_modules/draft-js/lib/BlockTree.js 69% building 2236/2257 modules 21 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2237/2257 modules 20 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2238/2257 modules 19 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2239/2257 modules 18 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2240/2257 modules 17 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2241/2257 modules 16 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2242/2257 modules 15 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2243/2257 modules 14 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2244/2257 modules 13 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2245/2257 modules 12 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2246/2257 modules 11 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2247/2257 modules 10 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2247/2258 modules 11 active ...e_modules/rc-animate/es/util/animate.js 69% building 2247/2259 modules 12 active ...es/react-modal/lib/helpers/classList.js 69% building 2248/2259 modules 11 active ...es/react-modal/lib/helpers/classList.js 69% building 2249/2259 modules 10 active ...es/react-modal/lib/helpers/classList.js  69% building 2250/2259 modules 9 active ...es/react-modal/lib/helpers/classList.js 69% building 2251/2259 modules 8 active ...es/react-modal/lib/helpers/classList.js 69% building 2252/2259 modules 7 active ...es/react-modal/lib/helpers/classList.js 69% building 2252/2260 modules 8 active ...les/react-modal/lib/helpers/scopeTab.js 69% building 2253/2260 modules 7 active ...les/react-modal/lib/helpers/scopeTab.js 69% building 2254/2260 modules 6 active ...les/react-modal/lib/helpers/scopeTab.js 69% building 2255/2260 modules 5 active ...les/react-modal/lib/helpers/scopeTab.js 69% building 2256/2260 modules 4 active ...les/react-modal/lib/helpers/scopeTab.js 69% building 2256/2261 modules 5 active ...react-modal/lib/helpers/focusManager.js 69% building 2256/2262 modules 6 active .../draft-js/lib/DraftFeatureFlags-core.js 69% building 2256/2263 modules 7 active ...raft-js/lib/getNextDelimiterBlockKey.js 69% building 2257/2263 modules 6 active ...raft-js/lib/getNextDelimiterBlockKey.js 69% building 2257/2264 modules 7 active ...aft-js/lib/applyEntityToContentBlock.js 69% building 2257/2265 modules 8 active ...s/draft-js/lib/randomizeBlockMapKeys.js 69% building 2257/2266 modules 9 active ...les/draft-js/lib/DraftEntitySegments.js 69% building 2257/2267 modules 10 active ...draft-js/lib/getRangesForDraftEntity.js 69% building 2257/2268 modules 11 active ..._modules/draft-js/lib/insertIntoList.js 69% building 2257/2269 modules 12 active ...les/draft-js/lib/getRangeClientRects.js 69% building 2258/2269 modules 11 active ...les/draft-js/lib/getRangeClientRects.js 69% building 2259/2269 modules 10 active ...les/draft-js/lib/getRangeClientRects.js 69% building 2259/2270 modules 11 active ...aft-js/lib/DraftEditorTextNode.react.js 69% building 2259/2271 modules 12 active ...draft-js/lib/setDraftEditorSelection.js 69% building 2259/2272 modules 13 active ...ode_modules/immutable/dist/immutable.js 69% building 2259/2273 modules 14 active ...s/lib/DraftEditorContents-core.react.js 69% building 2259/2274 modules 15 active ...dules/draft-js/lib/editOnBeforeInput.js 69% building 2259/2275 modules 16 active ...node_modules/draft-js/lib/editOnBlur.js 69% building 2259/2276 modules 17 active .../draft-js/lib/editOnCompositionStart.js 69% building 2259/2277 modules 18 active ...node_modules/draft-js/lib/editOnCopy.js 69% building 2259/2278 modules 19 active .../node_modules/draft-js/lib/editOnCut.js 69% building 2259/2279 modules 20 active ..._modules/draft-js/lib/editOnDragOver.js 69% building 2259/2280 modules 21 active ...modules/draft-js/lib/editOnDragStart.js 69% building 2259/2281 modules 22 active ...ode_modules/draft-js/lib/editOnFocus.js 69% building 2259/2282 modules 23 active ...ode_modules/draft-js/lib/editOnInput.js 69% building 2259/2283 modules 24 active ...e_modules/draft-js/lib/editOnKeyDown.js 69% building 2259/2284 modules 25 active ...ode_modules/draft-js/lib/editOnPaste.js 69% building 2259/2285 modules 26 active ...de_modules/draft-js/lib/editOnSelect.js 69% building 2259/2286 modules 27 active ...raft-js/lib/getEntityKeyForSelection.js 69% building 2259/2287 modules 28 active ..._modules/draft-js/lib/isEventHandled.js 69% building 2259/2288 modules 29 active .../draft-js/lib/isSelectionAtLeafStart.js 69% building 2259/2289 modules 30 active ...s/draft-js/lib/findAncestorOffsetKey.js 69% building 2259/2290 modules 31 active ...draft-js/lib/getTextContentFromFiles.js 69% building 2259/2291 modules 32 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2260/2291 modules 31 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2261/2291 modules 30 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2262/2291 modules 29 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2263/2291 modules 28 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2264/2291 modules 27 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2265/2291 modules 26 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2266/2291 modules 25 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2267/2291 modules 24 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2268/2291 modules 23 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2269/2291 modules 22 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2269/2292 modules 23 active ...t-modal/node_modules/warning/browser.js 69% building 2269/2293 modules 24 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2270/2293 modules 23 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2271/2293 modules 22 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2272/2293 modules 21 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2273/2293 modules 20 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2274/2293 modules 19 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2275/2293 modules 18 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2276/2293 modules 17 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2277/2293 modules 16 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2278/2293 modules 15 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2279/2293 modules 14 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2280/2293 modules 13 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2281/2293 modules 12 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2282/2293 modules 11 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2283/2293 modules 10 active ...kvo/rsr/spa/node_modules/exenv/index.js  69% building 2284/2293 modules 9 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2285/2293 modules 8 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2286/2293 modules 7 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2287/2293 modules 6 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2288/2293 modules 5 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2289/2293 modules 4 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2290/2293 modules 3 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2290/2294 modules 4 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2291/2294 modules 3 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2292/2294 modules 2 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2292/2295 modules 3 active ...les/draft-js/lib/DraftJsDebugLogging.js 69% building 2292/2296 modules 4 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2292/2297 modules 5 active ...les/draft-js/lib/DraftPasteProcessor.js 69% building 2292/2298 modules 6 active ...draft-js/lib/splitTextIntoTextBlocks.js 69% building 2292/2299 modules 7 active ...ules/draft-js/lib/SecondaryClipboard.js 69% building 2292/2300 modules 8 active ...lib/keyCommandBackspaceToStartOfLine.js 69% building 2292/2301 modules 9 active ...draft-js/lib/keyCommandBackspaceWord.js 69% building 2292/2302 modules 10 active ...es/draft-js/lib/keyCommandDeleteWord.js 69% building 2292/2303 modules 11 active ...draft-js/lib/keyCommandInsertNewline.js 69% building 2292/2304 modules 12 active .../keyCommandMoveSelectionToEndOfBlock.js 69% building 2292/2305 modules 13 active ...eyCommandMoveSelectionToStartOfBlock.js 69% building 2292/2306 modules 14 active ...raft-js/lib/keyCommandPlainBackspace.js 69% building 2292/2307 modules 15 active ...s/draft-js/lib/keyCommandPlainDelete.js 69% building 2292/2308 modules 16 active ...js/lib/keyCommandTransposeCharacters.js 69% building 2292/2309 modules 17 active ..._modules/draft-js/lib/keyCommandUndo.js 69% building 2292/2310 modules 18 active ...draft-js/lib/getDraftEditorSelection.js 69% building 2292/2311 modules 19 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2293/2311 modules 18 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2294/2311 modules 17 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2295/2311 modules 16 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2296/2311 modules 15 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2297/2311 modules 14 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2298/2311 modules 13 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2299/2311 modules 12 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2300/2311 modules 11 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2301/2311 modules 10 active ...-js/lib/getSelectionOffsetKeyForNode.js  69% building 2302/2311 modules 9 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2303/2311 modules 8 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2304/2311 modules 7 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2305/2311 modules 6 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2306/2311 modules 5 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2307/2311 modules 4 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2307/2312 modules 5 active ...s/@ant-design/css-animation/es/index.js 69% building 2308/2312 modules 4 active ...s/@ant-design/css-animation/es/index.js 69% building 2309/2312 modules 3 active ...s/@ant-design/css-animation/es/index.js 69% building 2310/2312 modules 2 active ...s/@ant-design/css-animation/es/index.js 69% building 2310/2313 modules 3 active ...raft-js/lib/expandRangeToStartOfLine.js 69% building 2310/2314 modules 4 active ...lib/getDraftEditorSelectionWithNodes.js 69% building 2311/2314 modules 3 active ...lib/getDraftEditorSelectionWithNodes.js 69% building 2311/2315 modules 4 active ...s/draft-js/lib/moveSelectionBackward.js 69% building 2311/2316 modules 5 active .../draft-js/lib/removeTextWithStrategy.js 69% building 2311/2317 modules 6 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2311/2318 modules 7 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2312/2318 modules 6 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2313/2318 modules 5 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2314/2318 modules 4 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2315/2318 modules 3 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2316/2318 modules 2 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2317/2318 modules 1 active ...raft-js/lib/expandRangeToStartOfLine.js                                            70% building 2318/2318 modules 0 active 69% building 2318/2319 modules 1 active ...s/@ant-design/css-animation/es/Event.js                                            70% building 2319/2319 modules 0 active                        15098ms building 70% finish module graph 70% finish module graph FlagDependencyExportsPlugin   70% finish module graph WasmFinalizeExportsPlugin                          28ms finish module graph 70% sealing 70% sealing WarnCaseSensitiveModulesPlugin                                3ms sealing 71% basic dependencies optimization 0ms basic dependencies optimization 72% dependencies optimization 72% dependencies optimization SideEffectsFlagPlugin 72% dependencies optimization FlagDependencyUsagePlugin                          32ms dependencies optimization 72% advanced dependencies optimization 1ms advanced dependencies optimization 73% after dependencies optimization 0ms after dependencies optimization 70% chunk graph37ms chunk graph  71% after chunk graph 71% after chunk graph WebAssemblyModulesPlugin                          1ms after chunk graph  73% optimizing 1ms optimizing  74% basic module optimization 0ms basic module optimization  74% module optimization 0ms module optimization  75% advanced module optimization 1ms advanced module optimization  75% after module optimization 0ms after module optimization  76% basic chunk optimization 76% basic chunk optimization EnsureChunkConditionsPlugin   76% basic chunk optimization RemoveParentModulesPlugin   76% basic chunk optimization RemoveEmptyChunksPlugin 76% basic chunk optimization MergeDuplicateChunksPlugin                            4ms basic chunk optimization 76% chunk optimization 0ms chunk optimization  77% advanced chunk optimization 77% advanced chunk optimization SplitChunksPlugin 77% advanced chunk optimization RemoveEmptyChunksPlugin                        17ms advanced chunk optimization 77% after chunk optimization 1ms after chunk optimization  78% module and chunk tree optimization 78% module and chunk tree optimization ExtractTextPlugin                   3ms module and chunk tree optimization 78% after module and chunk tree optimization 0ms after module and chunk tree optimization 79% basic chunk modules optimization 0ms basic chunk modules optimization 79% chunk modules optimization 79% chunk modules optimization ModuleConcatenationPlugin                         270ms chunk modules optimization 80% advanced chunk modules optimization 0ms advanced chunk modules optimization 80% after chunk modules optimization 0ms after chunk modules optimization 81% module reviving 81% module reviving RecordIdsPlugin                 1ms module reviving 81% module order optimization 81% module order optimization OccurrenceOrderPlugin 81% module order optimization OccurrenceOrderModuleIdsPlugin                               30ms module order optimization 82% advanced module order optimization 0ms advanced module order optimization 82% before module ids 0ms before module ids 83% module ids 1ms module ids 83% module id optimization 84% module id optimization14ms module id optimization  84% chunk reviving 84% chunk reviving RecordIdsPlugin                 1ms chunk reviving  85% chunk order optimization 85% chunk order optimization OccurrenceOrderPlugin 85% chunk order optimization OccurrenceOrderChunkIdsPlugin                               1ms chunk order optimization  85% before chunk ids 1ms before chunk ids  86% chunk id optimization 86% chunk id optimization FlagIncludedChunksPlugin                          3ms chunk id optimization 86% after chunk id optimization 5ms after chunk id optimization 87% record modules 87% record modules RecordIdsPlugin                 2ms record modules 87% record chunks 87% record chunks RecordIdsPlugin                 1ms record chunks  88% hashing64ms hashing 88% content hashing 88% content hashing JavascriptModulesPlugin                         88% content hashing 88% content hashing JavascriptModulesPlugin                         88% content hashing 88% content hashing JavascriptModulesPlugin                         88% content hashing 88% content hashing JavascriptModulesPlugin                         88% content hashing 88% content hashing JavascriptModulesPlugin                         7ms content hashing 89% after hashing 0ms after hashing  89% record hash 1ms record hash  90% module assets processing 1ms module assets processing  90% chunk assets processing823ms chunk assets processing 91% additional chunk assets processing 9ms additional chunk assets processing  91% recording 1ms recording  92% additional asset processing 92% additional asset processing ExtractTextPlugin                   3ms additional asset processing  92% chunk asset optimization 92% chunk asset optimization TerserPlugin          27623ms chunk asset optimization 93% after chunk asset optimization 93% after chunk asset optimization SourceMapDevToolPlugin 93% after chunk asset optimization SourceMapDevToolPlugin 0.569d02e2d8eadd132a73.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 1.81677aad8511a2bce459.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 2.740351cfc4eb6ac1fe02.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 3.59ecaa6e656218c625a2.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin main.b02597bafbdb0277748c.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin styles/style.b02597bafbdb0277748c.css generate SourceMap                                          93% after chunk asset optimization SourceMapDevToolPlugin resolve sources 93% after chunk asset optimization SourceMapDevToolPlugin 0.569d02e2d8eadd132a73.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 1.81677aad8511a2bce459.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 2.740351cfc4eb6ac1fe02.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 3.59ecaa6e656218c625a2.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin main.b02597bafbdb0277748c.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin styles/style.b02597bafbdb0277748c.css attach SourceMap                                                        93% after chunk asset optimization SourceMapDevToolPlugin                     9921ms after chunk asset optimization 93% asset optimization 0ms asset optimization 94% after asset optimization 0ms after asset optimization 94% after seal 1ms after seal 95% emitting 95% emitting HtmlWebpackPlugin                 322ms emitting 98% after emitting 98% after emitting SizeLimitsPlugin                  2ms after emitting Hash: 60d9146af94fb19ffd3b Version: webpack 4.27.0 Time: 54355ms Built at: 03/09/2022 4:43:20 AM Asset Size Chunks Chunk Names 0.569d02e2d8eadd132a73.js 443 bytes 0 [emitted] 0.569d02e2d8eadd132a73.js.map 261 bytes 0 [emitted] 1.81677aad8511a2bce459.js 943 bytes 1 [emitted] 1.81677aad8511a2bce459.js.map 1.01 KiB 1 [emitted] 2.740351cfc4eb6ac1fe02.js 1.42 KiB 2 [emitted] 2.740351cfc4eb6ac1fe02.js.map 1.44 KiB 2 [emitted] 3.59ecaa6e656218c625a2.js 3.51 KiB 3 [emitted] 3.59ecaa6e656218c625a2.js.map 4.26 KiB 3 [emitted] index.html 596 bytes [emitted] main.b02597bafbdb0277748c.js 4.24 MiB 4 [emitted] [big] main main.b02597bafbdb0277748c.js.LICENSE 3.41 KiB [emitted] main.b02597bafbdb0277748c.js.map 11.5 MiB 4 [emitted] main styles/style.b02597bafbdb0277748c.css 1.02 MiB 4 [emitted] [big] main styles/style.b02597bafbdb0277748c.css.map 114 bytes 4 [emitted] main Entrypoint main [big] = main.b02597bafbdb0277748c.js styles/style.b02597bafbdb0277748c.css main.b02597bafbdb0277748c.js.map styles/style.b02597bafbdb0277748c.css.map 1989 modules WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: main.b02597bafbdb0277748c.js (4.24 MiB) styles/style.b02597bafbdb0277748c.css (1.02 MiB) WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. Entrypoints: main (5.25 MiB) main.b02597bafbdb0277748c.js styles/style.b02597bafbdb0277748c.css Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!components/ProgressBar.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section1/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section10/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section11/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section2/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section3/access/access.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section3/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section4/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section5/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 4 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section6/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section7/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section8/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/section9/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/settings/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/editor/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/enumerators/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/hierarchy/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/iati/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/profile/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/program/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/projects/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/reports/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/results-admin/PendingApproval.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/results-admin/TobeReported.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/results-overview/ResultOverview.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/results/dsg-overview.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/results/edit-update.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/results/enumerator.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/results/pending-approval.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/results/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/updates/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!modules/users/styles.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!styles/main.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!utils/loading-overlay.scss: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!../node_modules/antd/dist/antd.css: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!../node_modules/react-image-lightbox/style.css: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child extract-text-webpack-plugin ../node_modules/extract-text-webpack-plugin/dist ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/lib/loader.js??ref--5-3!../node_modules/reset-css/reset.css: Entrypoint undefined = extract-text-webpack-plugin-output-filename 2 modules Child html-webpack-plugin for "index.html": 1 asset Entrypoint undefined = index.html 4 modules ---> 89b1a1937626 Successfully built 89b1a1937626 Successfully tagged akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-spa:local 04:43:33 - BUILD INFO - Pushing akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36 container The push refers to repository [docker.io/akvo/rsr-backend-spa]  b4f90becf7e4: Preparing   b2c0a47ad15c: Preparing   c10d815591e3: Preparing   94f720b0ed91: Preparing   0c9faf64cd32: Preparing   07278c2d2ed5: Preparing   469c7456424f: Preparing   2577d9d12566: Preparing   b47bf410c0d5: Preparing   9d03dc2b19fe: Preparing   882495e0f092: Preparing   cb3d876d7c85: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  07278c2d2ed5: Waiting  469c7456424f: Waiting  2577d9d12566: Waiting  b47bf410c0d5: Waiting  9d03dc2b19fe: Waiting  882495e0f092: Waiting  cb3d876d7c85: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  c10d815591e3: Pushing 5.12kB  b2c0a47ad15c: Pushing 38.46kB/2.213MB  b2c0a47ad15c: Pushing 182.7kB/2.213MB  b2c0a47ad15c: Pushing 744.7kB/2.213MB  94f720b0ed91: Mounted from akvo/rsr-backend-dir  b2c0a47ad15c: Pushing 1.13MB/2.213MB  b2c0a47ad15c: Pushing 1.678MB/2.213MB  b4f90becf7e4: Pushing 527.4kB/367.2MB  b2c0a47ad15c: Pushing 2.489MB  b4f90becf7e4: Pushing 1.629MB/367.2MB  0c9faf64cd32: Mounted from akvo/rsr-backend-dir  b4f90becf7e4: Pushing 3.212MB/367.2MB  b4f90becf7e4: Pushing 5.353MB/367.2MB  b4f90becf7e4: Pushing 7.531MB/367.2MB  b4f90becf7e4: Pushing 9.651MB/367.2MB  b4f90becf7e4: Pushing 12.39MB/367.2MB  b4f90becf7e4: Pushing 15.09MB/367.2MB  b4f90becf7e4: Pushing 17.75MB/367.2MB  b4f90becf7e4: Pushing 20.48MB/367.2MB  b4f90becf7e4: Pushing 24.37MB/367.2MB  b4f90becf7e4: Pushing 27.16MB/367.2MB  b4f90becf7e4: Pushing 30.44MB/367.2MB  b4f90becf7e4: Pushing 33.67MB/367.2MB  b4f90becf7e4: Pushing 36.9MB/367.2MB  c10d815591e3: Pushed  b4f90becf7e4: Pushing 40.68MB/367.2MB  b4f90becf7e4: Pushing 44.48MB/367.2MB  b4f90becf7e4: Pushing 48.3MB/367.2MB  b4f90becf7e4: Pushing 52.09MB/367.2MB  b4f90becf7e4: Pushing 55.29MB/367.2MB  07278c2d2ed5: Mounted from akvo/rsr-backend-dir  b4f90becf7e4: Pushing 58.45MB/367.2MB  b4f90becf7e4: Pushing 61.69MB/367.2MB  b4f90becf7e4: Pushing 63.92MB/367.2MB  b4f90becf7e4: Pushing 67.24MB/367.2MB  469c7456424f: Mounted from akvo/rsr-backend-dir  b4f90becf7e4: Pushing 70.58MB/367.2MB  b4f90becf7e4: Pushing 75MB/367.2MB  b4f90becf7e4: Pushing 78.33MB/367.2MB  b4f90becf7e4: Pushing 80.01MB/367.2MB  b4f90becf7e4: Pushing 82.23MB/367.2MB  b4f90becf7e4: Pushing 85.58MB/367.2MB  b4f90becf7e4: Pushing 88.92MB/367.2MB  b4f90becf7e4: Pushing 92.22MB/367.2MB  b4f90becf7e4: Pushing 93.89MB/367.2MB  b4f90becf7e4: Pushing 96.12MB/367.2MB  b4f90becf7e4: Pushing 98.91MB/367.2MB  b4f90becf7e4: Pushing 102.2MB/367.2MB  b4f90becf7e4: Pushing 105.3MB/367.2MB  b4f90becf7e4: Pushing 108MB/367.2MB  b4f90becf7e4: Pushing 111.2MB/367.2MB  b4f90becf7e4: Pushing 113.9MB/367.2MB  b47bf410c0d5: Mounted from akvo/rsr-backend-dir  2577d9d12566: Mounted from akvo/rsr-backend-dir  b4f90becf7e4: Pushing 117MB/367.2MB  b4f90becf7e4: Pushing 120.2MB/367.2MB  b4f90becf7e4: Pushing 123.4MB/367.2MB  b4f90becf7e4: Pushing 126.6MB/367.2MB  9d03dc2b19fe: Mounted from akvo/rsr-backend-dir  b4f90becf7e4: Pushing 129.9MB/367.2MB  b4f90becf7e4: Pushing 132.6MB/367.2MB  b4f90becf7e4: Pushing 135.8MB/367.2MB  b4f90becf7e4: Pushing 139MB/367.2MB  b216e2f7e366: Layer already exists  b4f90becf7e4: Pushing 142.3MB/367.2MB  b4f90becf7e4: Pushing 145.5MB/367.2MB  b4f90becf7e4: Pushing 149.2MB/367.2MB  b4f90becf7e4: Pushing 151.9MB/367.2MB  b4f90becf7e4: Pushing 155.8MB/367.2MB  b4f90becf7e4: Pushing 159.7MB/367.2MB  b4f90becf7e4: Pushing 163MB/367.2MB  b4f90becf7e4: Pushing 165.7MB/367.2MB  15e75ac4cd61: Layer already exists  882495e0f092: Mounted from akvo/rsr-backend-dir  b4f90becf7e4: Pushing 168.5MB/367.2MB  b4f90becf7e4: Pushing 170.8MB/367.2MB  b4f90becf7e4: Pushing 174.1MB/367.2MB  b4f90becf7e4: Pushing 178.5MB/367.2MB  cb3d876d7c85: Mounted from akvo/rsr-backend-dir  b6d8f557ceb3: Layer already exists  b65d30014aa7: Layer already exists  b4f90becf7e4: Pushing 181.8MB/367.2MB  b4f90becf7e4: Pushing 185.2MB/367.2MB  b4f90becf7e4: Pushing 188.5MB/367.2MB  b4f90becf7e4: Pushing 190.7MB/367.2MB  ea9370fbf8d0: Layer already exists  b4f90becf7e4: Pushing 194MB/367.2MB  a10c79771e86: Layer already exists  b4f90becf7e4: Pushing 197.2MB/367.2MB  3f4c8c89729b: Layer already exists  b4f90becf7e4: Pushing 200.4MB/367.2MB  b4f90becf7e4: Pushing 203.6MB/367.2MB  b4f90becf7e4: Pushing 206.7MB/367.2MB  5c813a85f7f0: Layer already exists  bdca38f94ff0: Layer already exists  b4f90becf7e4: Pushing 209.4MB/367.2MB  faac394a1ad3: Layer already exists  b4f90becf7e4: Pushing 212.6MB/367.2MB  b4f90becf7e4: Pushing 215.2MB/367.2MB  b4f90becf7e4: Pushing 218.4MB/367.2MB  ce8168f12337: Layer already exists  b4f90becf7e4: Pushing 221.6MB/367.2MB  b4f90becf7e4: Pushing 224.8MB/367.2MB  b4f90becf7e4: Pushing 227.5MB/367.2MB  b4f90becf7e4: Pushing 230.1MB/367.2MB  b4f90becf7e4: Pushing 233.9MB/367.2MB  b2c0a47ad15c: Pushed  b4f90becf7e4: Pushing 237.1MB/367.2MB  b4f90becf7e4: Pushing 239.7MB/367.2MB  b4f90becf7e4: Pushing 242.9MB/367.2MB  b4f90becf7e4: Pushing 246.1MB/367.2MB  b4f90becf7e4: Pushing 249.3MB/367.2MB  b4f90becf7e4: Pushing 252.5MB/367.2MB  b4f90becf7e4: Pushing 255.7MB/367.2MB  b4f90becf7e4: Pushing 258.3MB/367.2MB  b4f90becf7e4: Pushing 261.5MB/367.2MB  b4f90becf7e4: Pushing 264.2MB/367.2MB  b4f90becf7e4: Pushing 267.4MB/367.2MB  b4f90becf7e4: Pushing 270.6MB/367.2MB  b4f90becf7e4: Pushing 273.3MB/367.2MB  b4f90becf7e4: Pushing 276.5MB/367.2MB  b4f90becf7e4: Pushing 279.7MB/367.2MB  b4f90becf7e4: Pushing 282.4MB/367.2MB  b4f90becf7e4: Pushing 286.6MB/367.2MB  b4f90becf7e4: Pushing 289.3MB/367.2MB  b4f90becf7e4: Pushing 292.5MB/367.2MB  b4f90becf7e4: Pushing 295.7MB/367.2MB  b4f90becf7e4: Pushing 299MB/367.2MB  b4f90becf7e4: Pushing 302.7MB/367.2MB  b4f90becf7e4: Pushing 306.5MB/367.2MB  b4f90becf7e4: Pushing 309.7MB/367.2MB  b4f90becf7e4: Pushing 312.4MB/367.2MB  b4f90becf7e4: Pushing 315.5MB/367.2MB  b4f90becf7e4: Pushing 317.8MB/367.2MB  b4f90becf7e4: Pushing 320.5MB/367.2MB  b4f90becf7e4: Pushing 323.7MB/367.2MB  b4f90becf7e4: Pushing 326.3MB/367.2MB  b4f90becf7e4: Pushing 329.5MB/367.2MB  b4f90becf7e4: Pushing 332.7MB/367.2MB  b4f90becf7e4: Pushing 335.9MB/367.2MB  b4f90becf7e4: Pushing 339.1MB/367.2MB  b4f90becf7e4: Pushing 342.4MB/367.2MB  b4f90becf7e4: Pushing 345.6MB/367.2MB  b4f90becf7e4: Pushing 348.8MB/367.2MB  b4f90becf7e4: Pushing 352.1MB/367.2MB  b4f90becf7e4: Pushing 355.3MB/367.2MB  b4f90becf7e4: Pushing 358.5MB/367.2MB  b4f90becf7e4: Pushing 361.1MB/367.2MB  b4f90becf7e4: Pushing 363.8MB/367.2MB  b4f90becf7e4: Pushing 366.5MB/367.2MB  b4f90becf7e4: Pushing 370.3MB  b4f90becf7e4: Pushing 373.5MB  b4f90becf7e4: Pushing 376.6MB  b4f90becf7e4: Pushing 379.8MB  b4f90becf7e4: Pushing 383.5MB  b4f90becf7e4: Pushing 386.2MB  b4f90becf7e4: Pushing 388.8MB  b4f90becf7e4: Pushing 392MB  b4f90becf7e4: Pushing 395.3MB  b4f90becf7e4: Pushing 398.5MB  b4f90becf7e4: Pushing 401.7MB  b4f90becf7e4: Pushing 404.9MB  b4f90becf7e4: Pushing 407.5MB  b4f90becf7e4: Pushing 410.2MB  b4f90becf7e4: Pushing 412.9MB  b4f90becf7e4: Pushing 415.5MB  b4f90becf7e4: Pushing 418MB  b4f90becf7e4: Pushed c963080767f45828c31f83ca5cd25d36: digest: sha256:204d6b91caf92005fd8661720e006a73ddb1d0d003b12bad14d6ff3e239b665e size: 5142 04:43:59 - BUILD INFO - Creating Production Nginx image Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 6.128MB Sending build context to Docker daemon 17.83MB Sending build context to Docker daemon 23.95MB Sending build context to Docker daemon 26.18MB Sending build context to Docker daemon 30.08MB Sending build context to Docker daemon 33.42MB Sending build context to Docker daemon 37.88MB Sending build context to Docker daemon 38.98MB Step 1/19 : FROM akvo/rsr-backend-front-end:local as front-end ---> 20247ff7c88e Step 2/19 : FROM akvo/rsr-backend-spa:local as spa ---> 89b1a1937626 Step 3/19 : FROM akvo/rsr-backend-dir:local as dir ---> e3354a33710e Step 4/19 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local as builder ---> a0606d3f1c50 Step 5/19 : ENV DJANGO_SECRET_KEY=any ---> Running in 089406fc41df ---> 6de66616708b Step 6/19 : COPY akvo/ /var/akvo/rsr/code/akvo ---> 18884fa95f29 Step 7/19 : COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front-end/static/ /var/akvo/rsr/code/akvo/rsr/front-end/static/ ---> c708bc793ae7 Step 8/19 : RUN python manage.py collectstatic --noinput ---> Running in d0b9c06c147b 832 static files copied to '/var/akvo/rsr/staticroot'. ---> 76bf2228972d Step 9/19 : FROM nginx:1.17.9-alpine 1.17.9-alpine: Pulling from library/nginx  4167d3e14976: Pulling fs layer   bb292c78f105: Pulling fs layer  bb292c78f105: Downloading 58.9kB/5.699MB  4167d3e14976: Downloading 28.75kB/2.787MB  4167d3e14976: Verifying Checksum  4167d3e14976: Download complete  bb292c78f105: Downloading 4.291MB/5.699MB  bb292c78f105: Verifying Checksum  bb292c78f105: Download complete  4167d3e14976: Extracting 32.77kB/2.787MB  4167d3e14976: Extracting 1.999MB/2.787MB  4167d3e14976: Extracting 2.787MB/2.787MB  4167d3e14976: Pull complete  bb292c78f105: Extracting 65.54kB/5.699MB  bb292c78f105: Extracting 2.097MB/5.699MB  bb292c78f105: Extracting 5.699MB/5.699MB  bb292c78f105: Extracting 5.699MB/5.699MB  bb292c78f105: Pull complete Digest: sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fbf2c363d0992726e4d2cad Status: Downloaded newer image for nginx:1.17.9-alpine ---> 377c0837328f Step 10/19 : COPY nginx/nginx.conf /etc/nginx/nginx.conf ---> 390feb804c51 Step 11/19 : COPY nginx/default.conf /etc/nginx/conf.d/default.conf ---> e1f81e735ea2 Step 12/19 : COPY --from=builder /var/akvo/rsr/staticroot/rsr/images/favicon.ico /usr/share/nginx/html/favicon.ico ---> 00b031e79580 Step 13/19 : COPY nginx/robots-production.txt /usr/share/nginx/html/robots-production.txt ---> 9fb074e45dd9 Step 14/19 : COPY nginx/robots-test.txt /usr/share/nginx/html/robots-test.txt ---> 02ddf18f269d Step 15/19 : COPY --from=builder /var/akvo/rsr/staticroot/ /var/akvo/rsr/staticroot/ ---> 978782d926e6 Step 16/19 : COPY --from=spa /var/akvo/rsr/code/akvo/rsr/spa/dist/ /var/akvo/rsr/sparoot/ ---> d03cbfed3401 Step 17/19 : COPY --from=dir /var/akvo/rsr/code/akvo/rsr/dir/dist/ /var/akvo/rsr/projectdirectoryroot/ ---> 6d94c6771a20 Step 18/19 : COPY nginx/start.sh /start.sh ---> 08e95cc1cc2b Step 19/19 : CMD ["/start.sh"] ---> Running in bbc7f72b6c48 ---> b8b7ef6f69e9 Successfully built b8b7ef6f69e9 Successfully tagged eu.gcr.io/akvo-lumen/rsr-nginx:d774f5aced2a66b1e9a1897a70d921d2bcc7ee25 04:44:10 - BUILD INFO - Starting docker-compose for end to end tests WARNING: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string. Creating network "rsrciprod_default" with the default driver Creating volume "rsrciprod_media-disk" with default driver Creating rsrciprod_nginx_1 ... Creating rsrciprod_rsr-memcached_1 ... Creating rsrciprod_rsrdbhost_1 ...  Creating rsrciprod_rsrdbhost_1 ... done  Creating rsrciprod_nginx_1 ... done Creating rsrciprod_reports_1 ... Creating rsrciprod_mainnetwork_1 ... Creating rsrciprod_django-prod_1 ...  Creating rsrciprod_reports_1 ... done  Creating rsrciprod_django-prod_1 ... done  Creating rsrciprod_mainnetwork_1 ... done Creating rsrciprod_web_1 ...  Creating rsrciprod_web_1 ... done  Creating rsrciprod_rsr-memcached_1 ... done 04:44:14 - BUILD INFO - Running end to end tests WARNING: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string. Creating rsrciprod_web_run ...  Creating rsrciprod_web_run ... done ++ stat -c %u /var/akvo/rsr/code + NEW_UID=1001 ++ stat -c %g /var/akvo/rsr/code + NEW_GID=1001 + groupmod -g 1001 -o akvo + usermod -u 1001 -o akvo + mkdir -p /var/log/akvo/ /var/akvo/rsr/logs/ /var/akvo/rsr/staticroot/ /var/akvo/rsr/mediaroot/ + chown -R akvo:akvo /var/log/akvo/ /var/akvo/rsr/logs/ /var/akvo/rsr/staticroot/ /var/akvo/rsr/mediaroot/ + gosu akvo:akvo scripts/docker/ci/end-to-end.sh 04:44:15 - BUILD INFO - Waiting for application to be ready ... 04:44:48 - BUILD INFO - Testing legacy front-end assets ......04:44:49 - BUILD INFO - Testing My RSR SPA end-point ....... 04:44:49 - BUILD INFO - Testing Project Directory SPA end-point ..... 04:44:49 - BUILD INFO - Testing python generated report endpoint . 04:44:50 - BUILD INFO - End-to-end testing done! 04:44:51 - BUILD INFO - Done 04:44:51 - BUILD INFO - Running deployment script 04:44:51 - BUILD INFO - Authentication with gcloud and kubectl Activated service account credentials for: [sa-semaphoreci@akvo-lumen.iam.gserviceaccount.com] Updated property [core/project]. Updated property [container/cluster]. Updated property [compute/zone]. Updated property [container/use_client_certificate]. 04:44:53 - BUILD INFO - Environement is test Fetching cluster endpoint and auth data. kubeconfig entry generated for test. 04:44:53 - BUILD INFO - Creating statsd to prometheus Sending build context to Docker daemon 3.072kB Step 1/3 : FROM prom/statsd-exporter:v0.6.0 v0.6.0: Pulling from prom/statsd-exporter Image docker.io/prom/statsd-exporter:v0.6.0 uses outdated schema1 manifest format. Please upgrade to a schema2 image for better future compatibility. More information at https://docs.docker.com/registry/spec/deprecated-schema-v1/  aab39f0bc16d: Pulling fs layer   a3ed95caeb02: Pulling fs layer   2cd9e239cea6: Pulling fs layer   5977f7994b69: Pulling fs layer  5977f7994b69: Waiting  aab39f0bc16d: Downloading 7.458kB/692.3kB  aab39f0bc16d: Verifying Checksum  aab39f0bc16d: Download complete  2cd9e239cea6: Downloading 5.476kB/502.2kB  aab39f0bc16d: Extracting 32.77kB/692.3kB  a3ed95caeb02: Downloading 32B/32B  a3ed95caeb02: Verifying Checksum  a3ed95caeb02: Download complete  2cd9e239cea6: Downloading 502.2kB/502.2kB  2cd9e239cea6: Verifying Checksum  2cd9e239cea6: Download complete  aab39f0bc16d: Extracting 692.3kB/692.3kB  aab39f0bc16d: Pull complete  a3ed95caeb02: Extracting 32B/32B  a3ed95caeb02: Extracting 32B/32B  a3ed95caeb02: Pull complete  2cd9e239cea6: Extracting 32.77kB/502.2kB  2cd9e239cea6: Extracting 458.8kB/502.2kB  2cd9e239cea6: Extracting 502.2kB/502.2kB  2cd9e239cea6: Extracting 502.2kB/502.2kB  2cd9e239cea6: Pull complete  5977f7994b69: Downloading 37.42kB/3.664MB  5977f7994b69: Verifying Checksum  5977f7994b69: Download complete  5977f7994b69: Extracting 65.54kB/3.664MB  5977f7994b69: Extracting 1.573MB/3.664MB  5977f7994b69: Extracting 3.664MB/3.664MB  5977f7994b69: Extracting 3.664MB/3.664MB  5977f7994b69: Pull complete Digest: sha256:dc46327ef5577e13955a08ae42a15b83803f0cf50abdbe035edc67842636a997 Status: Downloaded newer image for prom/statsd-exporter:v0.6.0 ---> 304735eab4e4 Step 2/3 : COPY statsd_mapping.conf /config/statsd_mapping.conf ---> 1bbc3b491489 Step 3/3 : CMD ["-statsd.mapping-config=/config/statsd_mapping.conf"] ---> Running in cd5ee93c9ec5 Removing intermediate container cd5ee93c9ec5 ---> d73add39ba87 Successfully built d73add39ba87 Successfully tagged eu.gcr.io/akvo-lumen/rsr-statsd-to-prometheus:d774f5aced2a66b1e9a1897a70d921d2bcc7ee25 04:44:57 - BUILD INFO - Pushing images Adding credentials for all GCR repositories. WARNING: A long list of credential helpers may cause delays running 'docker build'. We recommend passing the registry name to configure only the registry you are using. Docker configuration file updated. The push refers to repository [eu.gcr.io/akvo-lumen/rsr-backend]  ee1b7904f051: Preparing   aafd6e7ed51e: Preparing   0c9faf64cd32: Preparing   07278c2d2ed5: Preparing   469c7456424f: Preparing   2577d9d12566: Preparing   b47bf410c0d5: Preparing   9d03dc2b19fe: Preparing   882495e0f092: Preparing   cb3d876d7c85: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing  2577d9d12566: Waiting  b47bf410c0d5: Waiting  9d03dc2b19fe: Waiting  882495e0f092: Waiting  cb3d876d7c85: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting   ce8168f12337: Preparing  faac394a1ad3: Waiting  ce8168f12337: Waiting  ee1b7904f051: Pushing 512B  ee1b7904f051: Pushing 5.12kB  aafd6e7ed51e: Pushing 348.5kB/34.77MB  07278c2d2ed5: Pushing 512B/813B  07278c2d2ed5: Pushing 4.608kB  aafd6e7ed51e: Pushing 2.175MB/34.77MB  0c9faf64cd32: Pushing 512B/675B  0c9faf64cd32: Pushing 4.608kB  469c7456424f: Pushing 512B/979B  469c7456424f: Pushing 4.608kB  aafd6e7ed51e: Pushing 4.351MB/34.77MB  aafd6e7ed51e: Pushing 6.51MB/34.77MB  aafd6e7ed51e: Pushing 7.951MB/34.77MB  aafd6e7ed51e: Pushing 9.393MB/34.77MB  aafd6e7ed51e: Pushing 10.83MB/34.77MB  aafd6e7ed51e: Pushing 12.28MB/34.77MB  aafd6e7ed51e: Pushing 13.72MB/34.77MB  ee1b7904f051: Pushed  aafd6e7ed51e: Pushing 15.16MB/34.77MB  07278c2d2ed5: Pushed  2577d9d12566: Pushing 4.096kB  0c9faf64cd32: Pushed  469c7456424f: Pushed  aafd6e7ed51e: Pushing 16.6MB/34.77MB  b47bf410c0d5: Pushing 3.072kB  9d03dc2b19fe: Pushing 3.584kB  aafd6e7ed51e: Pushing 17.68MB/34.77MB  882495e0f092: Pushing 555kB/176.6MB  aafd6e7ed51e: Pushing 18.76MB/34.77MB  882495e0f092: Pushing 2.711MB/176.6MB  aafd6e7ed51e: Pushing 20.55MB/34.77MB  882495e0f092: Pushing 4.331MB/176.6MB  aafd6e7ed51e: Pushing 22.71MB/34.77MB  882495e0f092: Pushing 5.924MB/176.6MB  aafd6e7ed51e: Pushing 24.47MB/34.77MB  882495e0f092: Pushing 8.094MB/176.6MB  aafd6e7ed51e: Pushing 26.21MB/34.77MB  882495e0f092: Pushing 10.25MB/176.6MB  aafd6e7ed51e: Pushing 28.74MB/34.77MB  882495e0f092: Pushing 12.43MB/176.6MB  aafd6e7ed51e: Pushing 30.9MB/34.77MB  2577d9d12566: Pushed  aafd6e7ed51e: Pushing 32.7MB/34.77MB  882495e0f092: Pushing 14.06MB/176.6MB  b47bf410c0d5: Pushed  aafd6e7ed51e: Pushing 35.22MB  882495e0f092: Pushing 15.67MB/176.6MB  9d03dc2b19fe: Pushed  aafd6e7ed51e: Pushing 37.19MB  882495e0f092: Pushing 17.79MB/176.6MB  cb3d876d7c85: Pushing 512B/49.44kB  cb3d876d7c85: Pushing 53.25kB  15e75ac4cd61: Layer already exists  b216e2f7e366: Layer already exists  882495e0f092: Pushing 19.38MB/176.6MB  b65d30014aa7: Layer already exists  b6d8f557ceb3: Layer already exists  882495e0f092: Pushing 21.56MB/176.6MB  ea9370fbf8d0: Layer already exists  a10c79771e86: Layer already exists  3f4c8c89729b: Layer already exists  882495e0f092: Pushing 23.68MB/176.6MB  5c813a85f7f0: Layer already exists  faac394a1ad3: Layer already exists  882495e0f092: Pushing 25.82MB/176.6MB  bdca38f94ff0: Layer already exists  ce8168f12337: Layer already exists  882495e0f092: Pushing 27.95MB/176.6MB  882495e0f092: Pushing 30.64MB/176.6MB  882495e0f092: Pushing 31.69MB/176.6MB  882495e0f092: Pushing 33.28MB/176.6MB  cb3d876d7c85: Pushed  aafd6e7ed51e: Pushed  882495e0f092: Pushing 34.86MB/176.6MB  882495e0f092: Pushing 36.44MB/176.6MB  882495e0f092: Pushing 38.02MB/176.6MB  882495e0f092: Pushing 40.13MB/176.6MB  882495e0f092: Pushing 41.18MB/176.6MB  882495e0f092: Pushing 42.23MB/176.6MB  882495e0f092: Pushing 44.36MB/176.6MB  882495e0f092: Pushing 45.95MB/176.6MB  882495e0f092: Pushing 48.07MB/176.6MB  882495e0f092: Pushing 49.12MB/176.6MB  882495e0f092: Pushing 50.72MB/176.6MB  882495e0f092: Pushing 52.3MB/176.6MB  882495e0f092: Pushing 54.44MB/176.6MB  882495e0f092: Pushing 56.65MB/176.6MB  882495e0f092: Pushing 58.79MB/176.6MB  882495e0f092: Pushing 62.02MB/176.6MB  882495e0f092: Pushing 65.3MB/176.6MB  882495e0f092: Pushing 68MB/176.6MB  882495e0f092: Pushing 70.71MB/176.6MB  882495e0f092: Pushing 75.14MB/176.6MB  882495e0f092: Pushing 79.01MB/176.6MB  882495e0f092: Pushing 82.89MB/176.6MB  882495e0f092: Pushing 86.14MB/176.6MB  882495e0f092: Pushing 89.37MB/176.6MB  882495e0f092: Pushing 92.67MB/176.6MB  882495e0f092: Pushing 95.93MB/176.6MB  882495e0f092: Pushing 99.22MB/176.6MB  882495e0f092: Pushing 101.9MB/176.6MB  882495e0f092: Pushing 104.6MB/176.6MB  882495e0f092: Pushing 107.3MB/176.6MB  882495e0f092: Pushing 110MB/176.6MB  882495e0f092: Pushing 112.2MB/176.6MB  882495e0f092: Pushing 114.9MB/176.6MB  882495e0f092: Pushing 117.6MB/176.6MB  882495e0f092: Pushing 120.8MB/176.6MB  882495e0f092: Pushing 123MB/176.6MB  882495e0f092: Pushing 125.2MB/176.6MB  882495e0f092: Pushing 126.8MB/176.6MB  882495e0f092: Pushing 128.4MB/176.6MB  882495e0f092: Pushing 129.5MB/176.6MB  882495e0f092: Pushing 131.2MB/176.6MB  882495e0f092: Pushing 133.4MB/176.6MB  882495e0f092: Pushing 135MB/176.6MB  882495e0f092: Pushing 136.7MB/176.6MB  882495e0f092: Pushing 138.9MB/176.6MB  882495e0f092: Pushing 140.5MB/176.6MB  882495e0f092: Pushing 142.1MB/176.6MB  882495e0f092: Pushing 143.7MB/176.6MB  882495e0f092: Pushing 144.7MB/176.6MB  882495e0f092: Pushing 145.8MB/176.6MB  882495e0f092: Pushing 147.9MB/176.6MB  882495e0f092: Pushing 150.1MB/176.6MB  882495e0f092: Pushing 152.3MB/176.6MB  882495e0f092: Pushing 154MB/176.6MB  882495e0f092: Pushing 155.6MB/176.6MB  882495e0f092: Pushing 157.2MB/176.6MB  882495e0f092: Pushing 158.9MB/176.6MB  882495e0f092: Pushing 160MB/176.6MB  882495e0f092: Pushing 161.1MB/176.6MB  882495e0f092: Pushing 162.2MB/176.6MB  882495e0f092: Pushing 163.2MB/176.6MB  882495e0f092: Pushing 164.3MB/176.6MB  882495e0f092: Pushing 165.4MB/176.6MB  882495e0f092: Pushing 166.4MB/176.6MB  882495e0f092: Pushing 168MB/176.6MB  882495e0f092: Pushing 170.1MB/176.6MB  882495e0f092: Pushing 172.3MB/176.6MB  882495e0f092: Pushing 174.5MB/176.6MB  882495e0f092: Pushing 177.1MB  882495e0f092: Pushing 179.3MB  882495e0f092: Pushing 181.4MB  882495e0f092: Pushing 184.1MB  882495e0f092: Pushing 186.9MB  882495e0f092: Pushing 187.4MB  882495e0f092: Pushed d774f5aced2a66b1e9a1897a70d921d2bcc7ee25: digest: sha256:a9cc9eab951f9fef4a8be2dc7c464ba5b3c06c123446bd7db9bae7abf47f22ad size: 4719 The push refers to repository [eu.gcr.io/akvo-lumen/rsr-nginx]  185786233124: Preparing   ba60681e462d: Preparing   b5a7ba97814b: Preparing   a595c81f6073: Preparing   995ad7d9d662: Preparing   85ac6427f355: Preparing   39cd2f8899d5: Preparing   937121c08930: Preparing   ace4770a3764: Preparing   6f23cf4d16de: Preparing   531743b7098c: Preparing  937121c08930: Waiting  ace4770a3764: Waiting  6f23cf4d16de: Waiting  85ac6427f355: Waiting  531743b7098c: Waiting  39cd2f8899d5: Waiting  995ad7d9d662: Pushing 512B  995ad7d9d662: Pushing 4.096kB  a595c81f6073: Pushing 139.1kB/13.28MB  ba60681e462d: Pushing 167.9kB/16.69MB  185786233124: Pushing 512B/1.877kB  185786233124: Pushing 3.584kB  b5a7ba97814b: Pushing 187.9kB/17.63MB  ba60681e462d: Pushing 2.134MB/16.69MB  b5a7ba97814b: Pushing 1.761MB/17.63MB  a595c81f6073: Pushing 1.142MB/13.28MB  ba60681e462d: Pushing 4.47MB/16.69MB  b5a7ba97814b: Pushing 4.12MB/17.63MB  ba60681e462d: Pushing 5.846MB/16.69MB  b5a7ba97814b: Pushing 5.491MB/17.63MB  a595c81f6073: Pushing 2.01MB/13.28MB  ba60681e462d: Pushing 7.222MB/16.69MB  b5a7ba97814b: Pushing 6.474MB/17.63MB  a595c81f6073: Pushing 2.605MB/13.28MB  ba60681e462d: Pushing 8.599MB/16.69MB  b5a7ba97814b: Pushing 7.654MB/17.63MB  a595c81f6073: Pushing 3.213MB/13.28MB  ba60681e462d: Pushing 11.15MB/16.69MB  b5a7ba97814b: Pushing 8.637MB/17.63MB  a595c81f6073: Pushing 4.187MB/13.28MB  ba60681e462d: Pushing 13.32MB/16.69MB  b5a7ba97814b: Pushing 9.62MB/17.63MB  a595c81f6073: Pushing 4.976MB/13.28MB  ba60681e462d: Pushing 15.48MB/16.69MB  b5a7ba97814b: Pushing 11.59MB/17.63MB  ba60681e462d: Pushing 16.7MB  a595c81f6073: Pushing 6.188MB/13.28MB  b5a7ba97814b: Pushing 13.95MB/17.63MB  a595c81f6073: Pushing 7.661MB/13.28MB  b5a7ba97814b: Pushing 16.3MB/17.63MB  b5a7ba97814b: Pushing 17.64MB  a595c81f6073: Pushing 9.74MB/13.28MB  995ad7d9d662: Pushed  185786233124: Pushed  39cd2f8899d5: Pushing 512B/2.854kB  39cd2f8899d5: Pushing 6.656kB  85ac6427f355: Pushing 512B  85ac6427f355: Pushing 4.096kB  a595c81f6073: Pushing 12.1MB/13.28MB  a595c81f6073: Pushing 13.94MB  ba60681e462d: Pushed  937121c08930: Pushing 512B/4.373kB  937121c08930: Pushing 7.68kB  b5a7ba97814b: Pushed  ace4770a3764: Pushing 512B/1.951kB  ace4770a3764: Pushing 4.608kB  85ac6427f355: Pushed  39cd2f8899d5: Pushed  a595c81f6073: Pushed  6f23cf4d16de: Layer already exists  531743b7098c: Layer already exists  937121c08930: Pushed  ace4770a3764: Pushed d774f5aced2a66b1e9a1897a70d921d2bcc7ee25: digest: sha256:c82dc714cc3af27d35a32875b45b5f132172d4e2c8214c808a2f72dc6e1c29d4 size: 2616 The push refers to repository [eu.gcr.io/akvo-lumen/rsr-statsd-to-prometheus]  d7f4a28c9933: Preparing   5f70bf18a086: Preparing  5f70bf18a086: Preparing   e00996135533: Preparing  5f70bf18a086: Preparing   1692ded805c8: Preparing  5f70bf18a086: Preparing   6a749002dd6a: Preparing  5f70bf18a086: Layer already exists  d7f4a28c9933: Pushing 512B  d7f4a28c9933: Pushing 3.072kB  6a749002dd6a: Layer already exists  e00996135533: Layer already exists  1692ded805c8: Layer already exists  d7f4a28c9933: Pushed d774f5aced2a66b1e9a1897a70d921d2bcc7ee25: digest: sha256:ff038b9267bafb9b8b0064f2078bc298f651b0b9589b078c4626a3b06efed6a8 size: 1979 The request is invalid: patch: Invalid value: "map[data:map[cloud-profiler-enable:true] metadata:map[annotations:map[kubectl.kubernetes.io/last-applied-configuration:{\"apiVersion\":\"v1\",\"data\":{\"cloud-profiler-enable\":true,\"default-file-storage\":\"storages.backends.gcloud.GoogleCloudStorage\",\"google-sql-db-instance\":\"shared-test-database\",\"google-storege-bucket-name\":\"akvo-rsr-test-media-files\"},\"kind\":\"ConfigMap\",\"metadata\":{\"annotations\":{},\"name\":\"akvo-rsr\",\"namespace\":\"default\"}}\n]]]": unrecognized type: string export SEMAPHORE_JOB_RESULT=failed ./ci/on-fail-semaphoreci.sh