Exporting environment variables Exporting CI Exporting CLOUDSDK_CORE_DISABLE_PROMPTS Exporting COVERALLS_AKVO_RSR_TOKEN Exporting COVERALLS_ISCO_TOKEN Exporting COVERALLS_RTMIS_TOKEN Exporting DISPLAY Exporting DOCKER_PASSWORD Exporting DOCKER_USERNAME Exporting PAGER Exporting SEMAPHORE Exporting SEMAPHORE_AGENT_MACHINE_ENVIRONMENT_TYPE Exporting SEMAPHORE_AGENT_MACHINE_OS_IMAGE Exporting SEMAPHORE_AGENT_MACHINE_TYPE Exporting SEMAPHORE_ARTIFACT_TOKEN Exporting SEMAPHORE_CACHE_BACKEND Exporting SEMAPHORE_CACHE_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_URL Exporting SEMAPHORE_CACHE_USERNAME Exporting SEMAPHORE_GIT_BRANCH Exporting SEMAPHORE_GIT_COMMIT_RANGE Exporting SEMAPHORE_GIT_DIR Exporting SEMAPHORE_GIT_PROVIDER Exporting SEMAPHORE_GIT_REF Exporting SEMAPHORE_GIT_REF_TYPE Exporting SEMAPHORE_GIT_REPO_NAME Exporting SEMAPHORE_GIT_REPO_SLUG Exporting SEMAPHORE_GIT_SHA Exporting SEMAPHORE_GIT_URL Exporting SEMAPHORE_GIT_WORKING_BRANCH Exporting SEMAPHORE_JOB_ID Exporting SEMAPHORE_JOB_NAME Exporting SEMAPHORE_ORGANIZATION_URL Exporting SEMAPHORE_PIPELINE_0_ARTEFACT_ID Exporting SEMAPHORE_PIPELINE_ARTEFACT_ID Exporting SEMAPHORE_PIPELINE_ID Exporting SEMAPHORE_PIPELINE_PROMOTED_BY Exporting SEMAPHORE_PIPELINE_PROMOTION Exporting SEMAPHORE_PIPELINE_RERUN Exporting SEMAPHORE_PROJECT_ID Exporting SEMAPHORE_PROJECT_NAME Exporting SEMAPHORE_TOOLBOX_METRICS_ENABLED Exporting SEMAPHORE_WORKFLOW_HOOK_SOURCE Exporting SEMAPHORE_WORKFLOW_ID Exporting SEMAPHORE_WORKFLOW_NUMBER Exporting SEMAPHORE_WORKFLOW_RERUN Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_API Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_HOOK Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_SCHEDULE Exporting SSH_PRIVATE_KEY_PATH Exporting TERM Injecting Files Injecting /home/semaphore/.ssh/semaphore_cache_key with file mode 0600 Injecting /home/semaphore/.ssh/id_rsa with file mode 0600 Injecting /home/semaphore/.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.19.9/linux.tar toolbox/ toolbox/retry toolbox/when toolbox/sem-dockerize toolbox/sem-install toolbox/install-toolbox toolbox/ssh-session-cli toolbox/sem-context toolbox/test-results toolbox/Dockerfile.dev toolbox/libchecksum toolbox/sem-semantic-release toolbox/README.md toolbox/libcheckout toolbox/sem-version toolbox/install-package toolbox/cache toolbox/artifact toolbox/spc toolbox/sem-service-check-params toolbox/toolbox toolbox/enetwork toolbox/sem-service toolbox/system-metrics-collector retry installed ssh-session-cli installed cache installed sem-context installed sem-service installed sem-dockerize installed sem-service-check-params installed sem-semantic-release 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 2548 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 5c26490 Merge pull request #5059 from akvo/rsr-env-send-report-via-email 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: 407.366511ms. Size: 32.9M bytes. Unpacking '/tmp/client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc-3850950891'... Unpack complete. Duration: 1.014104263s. 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 09:32:38 - 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 09:32:39 - BUILD INFO - Pulling akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 09:33:09 - BUILD INFO - Building akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 18.94MB Sending build context to Docker daemon 25.07MB Sending build context to Docker daemon 31.75MB Sending build context to Docker daemon 34.86MB 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 ---> a140aec709b7 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 ---> de357c289041 Step 4/13 : ENV NODE_VERSION 10.15.0 ---> Using cache ---> 20b127cef263 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 ---> eb6d9030b32d Step 6/13 : RUN addgroup akvo && adduser --disabled-password --home /home/akvo --shell /bin/bash --ingroup akvo --gecos "" akvo ---> Using cache ---> a195ce3e6af1 Step 7/13 : WORKDIR /var/akvo/rsr/code ---> Using cache ---> 0d12b9a9699c Step 8/13 : COPY scripts/deployment/pip/requirements/2_rsr.txt ./ ---> Using cache ---> 0feed844ef97 Step 9/13 : RUN pip install --no-cache-dir -r 2_rsr.txt ---> Using cache ---> af786f1dd035 Step 10/13 : COPY scripts/deployment/pip/requirements/3_dev.txt ./ ---> 3f301c32a90d Step 11/13 : RUN pip install --no-cache-dir -r 3_dev.txt ---> Running in 5479917861f5 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==3.2.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 51)) (3.2.1) Requirement already satisfied: bleach-whitelist==0.0.11 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 55)) (0.0.11) 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.3.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 62)) (1.3.0) Requirement already satisfied: cairosvg==2.5.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 67)) (2.5.2) Requirement already satisfied: certifi==2020.6.20 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 71)) (2020.6.20) Requirement already satisfied: cffi==1.14.3 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 77)) (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 123)) (2.0.9) Collecting click==8.0.4 Downloading click-8.0.4-py3-none-any.whl (97 kB) Requirement already satisfied: coreapi==2.3.3 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 130)) (2.3.3) Requirement already satisfied: coreschema==0.0.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 136)) (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 182)) (0.4.1) Requirement already satisfied: cycler==0.11.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 188)) (0.11.0) 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 196)) (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==3.2.10 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 207)) (3.2.10) Requirement already satisfied: django-bootstrap3==15.0.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 223)) (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 230)) (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 237)) (1.4.0) Requirement already satisfied: django-filter==21.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 241)) (21.1) Requirement already satisfied: django-lockdown==4.0.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 245)) (4.0.0) Requirement already satisfied: django-markup==1.5 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 249)) (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 253)) (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 257)) (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 261)) (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 265)) (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 269)) (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 273)) (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 276)) (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 280)) (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 284)) (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 287)) (1.4.1) Requirement already satisfied: djangorestframework==3.12.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 291)) (3.12.4) Requirement already satisfied: djangorestframework-csv==2.1.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 298)) (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 301)) (2.0.0) 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 308)) (1.0.1) Collecting flake8==3.8.4 Downloading flake8-3.8.4-py2.py3-none-any.whl (72 kB) Requirement already satisfied: fonttools==4.32.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 315)) (4.32.0) Requirement already satisfied: geojson==2.5.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 319)) (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 323)) (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 329)) (2.39.0) Requirement already satisfied: google-auth==1.23.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 333)) (1.23.0) Requirement already satisfied: google-auth-httplib2==0.1.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 342)) (0.1.0) Requirement already satisfied: google-cloud-core==1.4.3 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 348)) (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 352)) (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 355)) (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 359)) (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 379)) (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 383)) (1.52.0) Requirement already satisfied: gunicorn==19.5.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 387)) (19.5.0) Requirement already satisfied: html5lib==1.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 391)) (1.1) Requirement already satisfied: httplib2==0.20.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 395)) (0.20.4) Requirement already satisfied: idna==2.10 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 401)) (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==7.19.0 Downloading ipython-7.19.0-py3-none-any.whl (784 kB) Collecting ipython-genutils==0.2.0 Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) Requirement already satisfied: itypes==1.2.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 418)) (1.2.0) Requirement already satisfied: jdcal==1.4.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 422)) (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 430)) (2.11.3) Requirement already satisfied: kiwisolver==1.4.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 437)) (1.4.2) Requirement already satisfied: lxml==4.4.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 482)) (4.4.2) Requirement already satisfied: markdown==3.3.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 513)) (3.3.4) Requirement already satisfied: markuppy==1.14 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 517)) (1.14) Requirement already satisfied: markupsafe==1.1.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 520)) (1.1.1) Requirement already satisfied: matplotlib==3.5.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 555)) (3.5.1) Collecting mccabe==0.6.1 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Requirement already satisfied: numpy==1.22.3 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 596)) (1.22.3) Requirement already satisfied: odfpy==1.4.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 618)) (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 622)) (1.3.2) Requirement already satisfied: openpyxl==3.0.5 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 625)) (3.0.5) Requirement already satisfied: packaging==20.4 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 629)) (20.4) Collecting parameterized==0.8.1 Downloading parameterized-0.8.1-py2.py3-none-any.whl (26 kB) Collecting parso==0.7.1 Downloading parso-0.7.1-py2.py3-none-any.whl (109 kB) Collecting pep517==0.12.0 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 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 654)) (8.0.1) Collecting pip-tools==6.5.1 Downloading pip_tools-6.5.1-py3-none-any.whl (47 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 699)) (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 724)) (2.8.4) Collecting ptyprocess==0.6.0 Downloading ptyprocess-0.6.0-py2.py3-none-any.whl (39 kB) Requirement already satisfied: pyasn1==0.4.8 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 762)) (0.4.8) Requirement already satisfied: pyasn1-modules==0.2.8 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 779)) (0.2.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 798)) (2.20) Requirement already satisfied: pyexcelerate==0.8.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 802)) (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.4.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 816)) (2.4.0) Requirement already satisfied: pyparsing==2.4.7 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 820)) (2.4.7) Requirement already satisfied: pyphen==0.10.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 827)) (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 831)) (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 838)) (0.8.10) Requirement already satisfied: python-memcached==1.59 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 841)) (1.59) Requirement already satisfied: python-mimeparse==1.6.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 845)) (1.6.0) Requirement already satisfied: pytz==2014.3 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 849)) (2014.3) Requirement already satisfied: pyyaml==5.4.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 862)) (5.4.1) Requirement already satisfied: requests==2.26.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 893)) (2.26.0) Requirement already satisfied: rsa==4.7.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 904)) (4.7.2) Requirement already satisfied: rules==2.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 908)) (2.2) Requirement already satisfied: sentry-sdk==0.19.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 911)) (0.19.2) Requirement already satisfied: simplejson==3.17.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 915)) (3.17.2) Requirement already satisfied: six==1.15.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 962)) (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 985)) (12.7.0) Requirement already satisfied: sqlparse==0.4.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 989)) (0.4.2) Requirement already satisfied: standardjson==0.3.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 995)) (0.3.1) Requirement already satisfied: statsd==3.3.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 999)) (3.3.0) Requirement already satisfied: tablib==0.14.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 1003)) (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 1011)) (0.5.0) Requirement already satisfied: tinycss2==1.1.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 1014)) (1.1.0) Collecting tomli==1.1.0 Downloading tomli-1.1.0-py3-none-any.whl (11 kB) 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 1072)) (0.14.1) Requirement already satisfied: uritemplate==3.0.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 1075)) (3.0.1) Requirement already satisfied: urllib3==1.26.7 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 1081)) (1.26.7) Collecting wcwidth==0.2.5 Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) Requirement already satisfied: weasyprint==52.5 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 1091)) (52.5) Requirement already satisfied: webencodings==0.5.1 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 1095)) (0.5.1) Collecting wheel==0.37.1 Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) Requirement already satisfied: xlrd==1.2.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 1107)) (1.2.0) Requirement already satisfied: xlwt==1.3.0 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 1111)) (1.3.0) Requirement already satisfied: xmltodict==0.10.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 1115)) (0.10.2) Requirement already satisfied: xmlunittest==0.5 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 1118)) (0.5.0) Collecting pip==22.0.4 Downloading pip-22.0.4-py3-none-any.whl (2.1 MB) Requirement already satisfied: setuptools==50.3.2 in /usr/local/lib/python3.8/site-packages (from -r 3_dev.txt (line 1127)) (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=5595449cb2e52f532ef0cbc3ade86867da26fdbe85b4fb9ac3709469ef5c7738 Stored in directory: /tmp/pip-ephem-wheel-cache-b9ozjxhj/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=b0a4fed3c3466ea446cb98b71e9178753b9a0fcffb6e2090a85964bbb58c3a48 Stored in directory: /tmp/pip-ephem-wheel-cache-b9ozjxhj/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=eba0bedc935e5f1f617857a857fe69791eb5598a06e7252f71348ded687f70d9 Stored in directory: /tmp/pip-ephem-wheel-cache-b9ozjxhj/wheels/45/30/91/6d23d9241f432efb8e1e928b3ddd3657885d0a3118a1e570d2 Successfully built django-cprofile-middleware docopt ipdb Installing collected packages: wcwidth, ptyprocess, parso, ipython-genutils, traitlets, tomli, pygments, prompt-toolkit, pickleshare, pexpect, jedi, decorator, backcall, wheel, tornado, pyflakes, pycodestyle, pluggy, pip, pep517, mccabe, ipython, docopt, coverage, click, chardet, tblib, snakeviz, pip-tools, parameterized, ipdb, flake8, django-debug-toolbar, django-cprofile-middleware, diff-cover, coveralls Attempting uninstall: wheel Found existing installation: wheel 0.34.2 Uninstalling wheel-0.34.2: Successfully uninstalled wheel-0.34.2 Attempting uninstall: pip Found existing installation: pip 21.3.1 Uninstalling pip-21.3.1: Successfully uninstalled pip-21.3.1 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 Successfully installed backcall-0.2.0 chardet-3.0.4 click-8.0.4 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 parameterized-0.8.1 parso-0.7.1 pep517-0.12.0 pexpect-4.8.0 pickleshare-0.7.5 pip-22.0.4 pip-tools-6.5.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 tomli-1.1.0 tornado-6.1 traitlets-5.0.5 wcwidth-0.2.5 wheel-0.37.1 ---> c3a945c02aac Step 12/13 : ENV PYTHONUNBUFFERED 1 ---> Running in e88ddc3c7daf ---> 778d2b54207c Step 13/13 : CMD [ "scripts/docker/dev/run-as-user.sh", "scripts/docker/dev/start-django.sh"] ---> Running in ce12beb57210 ---> aa4270a177ff Successfully built aa4270a177ff Successfully tagged akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-dev:local Successfully tagged rsr-backend:dev 09:33:24 - BUILD INFO - Pushing akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 container The push refers to repository [docker.io/akvo/rsr-backend-dev]  4cd8c1e23418: Preparing   00d301aad76d: Preparing   1d3162474218: Preparing   263eb5196a04: 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  263eb5196a04: Layer already exists  b9a080d494f6: Layer already exists  00d301aad76d: Pushing 1.024kB/72.53kB  1d3162474218: Layer already exists  00d301aad76d: Pushing 76.29kB  4cd8c1e23418: Pushing 417.3kB/41.7MB  a70a42fed2a5: Layer already exists  9b72893003b6: Layer already exists  4cd8c1e23418: Pushing 834.6kB/41.7MB  db257c1a7576: Layer already exists  4cd8c1e23418: Pushing 1.264MB/41.7MB  4cd8c1e23418: Pushing 2.107MB/41.7MB  4cd8c1e23418: Pushing 4.206MB/41.7MB  4cd8c1e23418: Pushing 6.768MB/41.7MB  5ae1b93e3e46: Layer already exists  b65d30014aa7: Layer already exists  b6d8f557ceb3: Layer already exists  4cd8c1e23418: Pushing 9.313MB/41.7MB  4cd8c1e23418: Pushing 11.89MB/41.7MB  4cd8c1e23418: Pushing 15.25MB/41.7MB  4cd8c1e23418: Pushing 18.25MB/41.7MB  4cd8c1e23418: Pushing 20.82MB/41.7MB  ea9370fbf8d0: Layer already exists  a10c79771e86: Layer already exists  3f4c8c89729b: Layer already exists  4cd8c1e23418: Pushing 23.85MB/41.7MB  4cd8c1e23418: Pushing 26.4MB/41.7MB  4cd8c1e23418: Pushing 29.39MB/41.7MB  4cd8c1e23418: Pushing 31.92MB/41.7MB  5c813a85f7f0: Layer already exists  4cd8c1e23418: Pushing 34.93MB/41.7MB  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  4cd8c1e23418: Pushing 37.9MB/41.7MB  00d301aad76d: Pushed  4cd8c1e23418: Pushing 41.33MB/41.7MB  4cd8c1e23418: Pushing 43.87MB  4cd8c1e23418: Pushing 46.4MB  ce8168f12337: Layer already exists  4cd8c1e23418: Pushed c963080767f45828c31f83ca5cd25d36: digest: sha256:eab273700204fa4485ebf23ee95b73ff0626adc540de022baf8aad1fabaf1ec0 size: 4111 09:33:33 - 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  c9b1b535fdd9: Downloading [> ] 28.09kB/2.803MB  b1e93bbcd384: Downloading [==============================> ] 758B/1.231kB  b1e93bbcd384: Download complete  6a48b148dfd5: Downloading [==> ] 757B/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 [> ] 19.88kB/1.933MB  65bc431706dc: Downloading [==================================================>] 282B/282B  65bc431706dc: Verifying Checksum  65bc431706dc: Download complete  542ec47b81d1: Downloading [==================================================>] 1.933MB/1.933MB  542ec47b81d1: Verifying Checksum  542ec47b81d1: Download complete  542ec47b81d1: Extracting [> ] 32.77kB/1.933MB  fc508d65441f: Downloading [==================================================>] 121B/121B  fc508d65441f: Verifying Checksum  fc508d65441f: Download complete  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 mainnetwork (alpine:)...  latest: Pulling from library/alpine  213ec9aee27d: Pulling fs layer  213ec9aee27d: Downloading [> ] 28.75kB/2.806MB  213ec9aee27d: Verifying Checksum  213ec9aee27d: Download complete  213ec9aee27d: Extracting [> ] 32.77kB/2.806MB  213ec9aee27d: Extracting [==================================================>] 2.806MB/2.806MB  213ec9aee27d: Pull complete  Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad  Status: Downloaded newer image for alpine:latest 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  1de39762bafa: Waiting  c53257162768: Waiting  8e4d4b2b1949: Waiting  898e17767146: Waiting  47464cc27b2a: Waiting  cb14b87ad201: Waiting  02db7703911e: Waiting  a47c885443ae: Waiting  00a221f9eb1d: Waiting  55ea22033266: Waiting  59ec00a3b78e: Waiting  9dd651f62b16: Waiting  c2c855795327: Downloading [=====================> ] 758B/1.778kB  c2c855795327: Downloading [==================================================>] 1.778kB/1.778kB  c2c855795327: Verifying Checksum  c2c855795327: Download complete  64da04b335f8: Downloading [> ] 45.09kB/4.501MB  6d28e14ab8c8: Downloading [> ] 229.4kB/22.51MB  64da04b335f8: Downloading [==============================> ] 2.751MB/4.501MB  64da04b335f8: Verifying Checksum  64da04b335f8: Download complete  6d28e14ab8c8: Downloading [============> ] 5.524MB/22.51MB  6d28e14ab8c8: Downloading [================================> ] 14.47MB/22.51MB  6d28e14ab8c8: Verifying Checksum  6d28e14ab8c8: Download complete  6d28e14ab8c8: Extracting [> ] 229.4kB/22.51MB  6d28e14ab8c8: Extracting [======> ] 2.982MB/22.51MB  1de39762bafa: Downloading [> ] 13.69kB/1.351MB  6d28e14ab8c8: Extracting [====================> ] 9.175MB/22.51MB  1de39762bafa: Verifying Checksum  1de39762bafa: Download complete  c53257162768: Downloading [> ] 63.13kB/6.183MB  6d28e14ab8c8: Extracting [================================> ] 14.45MB/22.51MB  c53257162768: Verifying Checksum  c53257162768: Download complete  6d28e14ab8c8: Extracting [======================================> ] 17.43MB/22.51MB  8e4d4b2b1949: Downloading [> ] 4.107kB/384.9kB  8e4d4b2b1949: Verifying Checksum  8e4d4b2b1949: Download complete  6d28e14ab8c8: Extracting [=============================================> ] 20.41MB/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  6d28e14ab8c8: Pull complete  64da04b335f8: Extracting [> ] 65.54kB/4.501MB  59ec00a3b78e: Downloading [=======> ] 758B/5.343kB  59ec00a3b78e: Downloading [==================================================>] 5.343kB/5.343kB  59ec00a3b78e: Verifying Checksum  59ec00a3b78e: Download complete  64da04b335f8: Extracting [===================================> ] 3.211MB/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  9dd651f62b16: Downloading [> ] 530.8kB/53.09MB  1de39762bafa: Extracting [==================================================>] 1.351MB/1.351MB  1de39762bafa: Pull complete  c53257162768: Extracting [> ] 65.54kB/6.183MB  9dd651f62b16: Downloading [====> ] 4.266MB/53.09MB  c53257162768: Extracting [====================> ] 2.556MB/6.183MB  898e17767146: Downloading [========> ] 1.369kB/7.814kB  898e17767146: Downloading [==================================================>] 7.814kB/7.814kB  898e17767146: Verifying Checksum  898e17767146: Download complete  c53257162768: Extracting [====================================> ] 4.522MB/6.183MB  9dd651f62b16: Downloading [=====> ] 5.872MB/53.09MB  47464cc27b2a: Downloading [==================================================>] 130B/130B  47464cc27b2a: Download complete  c53257162768: Extracting [==================================================>] 6.183MB/6.183MB  c53257162768: Pull complete  8e4d4b2b1949: Extracting [====> ] 32.77kB/384.9kB  8e4d4b2b1949: Extracting [==================================================>] 384.9kB/384.9kB  8e4d4b2b1949: Extracting [==================================================>] 384.9kB/384.9kB  8e4d4b2b1949: Pull complete  55ea22033266: Extracting [==================================================>] 115B/115B  55ea22033266: Extracting [==================================================>] 115B/115B  9dd651f62b16: Downloading [========> ] 8.551MB/53.09MB  55ea22033266: Pull complete  59ec00a3b78e: Extracting [==================================================>] 5.343kB/5.343kB  59ec00a3b78e: Extracting [==================================================>] 5.343kB/5.343kB  59ec00a3b78e: Pull complete  9dd651f62b16: Downloading [=========> ] 10.16MB/53.09MB  9dd651f62b16: Downloading [===========> ] 12.29MB/53.09MB  cb14b87ad201: Downloading [==================================================>] 171B/171B  cb14b87ad201: Verifying Checksum  cb14b87ad201: Download complete  9dd651f62b16: Downloading [=============> ] 14.42MB/53.09MB  02db7703911e: Downloading [================> ] 1.369kB/4.223kB  02db7703911e: Downloading [==================================================>] 4.223kB/4.223kB  02db7703911e: Verifying Checksum  02db7703911e: Download complete  9dd651f62b16: Downloading [===============> ] 16.01MB/53.09MB  9dd651f62b16: Downloading [================> ] 17.6MB/53.09MB  9dd651f62b16: Downloading [==================> ] 19.2MB/53.09MB  9dd651f62b16: Downloading [===========================> ] 28.84MB/53.09MB  a47c885443ae: Downloading [==================================================>] 121B/121B  a47c885443ae: Verifying Checksum  a47c885443ae: Download complete  9dd651f62b16: Downloading [==================================> ] 36.86MB/53.09MB  00a221f9eb1d: Downloading [> ] 28.75kB/2.839MB  9dd651f62b16: Downloading [===========================================> ] 45.96MB/53.09MB  00a221f9eb1d: Downloading [=====================================> ] 2.146MB/2.839MB  00a221f9eb1d: Verifying Checksum  00a221f9eb1d: Download complete  9dd651f62b16: Verifying Checksum  9dd651f62b16: Download complete  9dd651f62b16: Extracting [> ] 557.1kB/53.09MB  9dd651f62b16: Extracting [====> ] 5.014MB/53.09MB  9dd651f62b16: Extracting [=========> ] 10.03MB/53.09MB  9dd651f62b16: Extracting [===========> ] 12.26MB/53.09MB  9dd651f62b16: Extracting [==============> ] 15.6MB/53.09MB  9dd651f62b16: Extracting [=====================> ] 22.84MB/53.09MB  9dd651f62b16: Extracting [===========================> ] 28.97MB/53.09MB  9dd651f62b16: Extracting [================================> ] 34.54MB/53.09MB  9dd651f62b16: Extracting [===================================> ] 37.88MB/53.09MB  9dd651f62b16: Extracting [======================================> ] 41.22MB/53.09MB  9dd651f62b16: Extracting [=======================================> ] 42.34MB/53.09MB  9dd651f62b16: Extracting [=========================================> ] 44.56MB/53.09MB  9dd651f62b16: Extracting [============================================> ] 47.35MB/53.09MB  9dd651f62b16: Extracting [==============================================> ] 49.58MB/53.09MB  9dd651f62b16: Extracting [===============================================> ] 50.69MB/53.09MB  9dd651f62b16: Extracting [================================================> ] 51.81MB/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.654MB/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 Creating rsrci_rsr-memcached_1 ... Creating rsrci_mainnetwork_1 ... Creating rsrci_rsrdbhost_1 ...  Creating rsrci_rsr-memcached_1 ... done  Creating rsrci_rsrdbhost_1 ... done  Creating rsrci_mainnetwork_1 ... done Creating rsrci_web_1 ...  Creating rsrci_web_1 ... done 09:33:50 - 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 09:33:50 - 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 8d1bc2eeeb0c918 [ ................] \ loadDep:yup: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:warning: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:warning: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:string-convert: sill install loadAllDepsIntoIdea [ ...............] \ loadDep:vt-pbf: sill install loadAllDepsIntoIdealTree [ ...............] \ loadDep:reduce-css-calc: sill install loadAllDepsIntoIde [ ..............] \ loadDep:upath: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:kind-of: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:os-tmpdir: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:lodash: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:lodash: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:path-type: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:babel-plugin-jest-hoist: sill install loadAllDep [ ..............] \ loadDep:text-table: sill install loadAllDepsIntoIdealTre [ ..............] \ loadDep:@babel/runtime-corejs3: sill install loadAllDeps [ .............] \ loadDep:strip-ansi: sill install loadAllDepsIntoIdealTre [ .............] \ loadDep:xml-name-validator: sill install loadAllDepsInto [ .............] \ loadDep:p-reduce: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:pinkie-promise: sill install loadAllDepsIntoIdea [ .............] \ loadDep:webpack-sources: sill install loadAllDepsIntoIde [ .............] \ loadDep:safe-buffer: sill install loadAllDepsIntoIdealTr [ .............] \ loadDep:yargs: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:retry: sill install loadAllDepsIntoIdealTree [ ...........] | 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: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:yup: verb lock using /home/akvo/.npm/_locks/stag [ ..........] / extract:regenerator-runtime: http fetch GET 200 https:// [ ..........] \ extract:@mapbox/point-geometry: sill extract @mapbox/poi [ ..........] | extract:@mapbox/point-geometry: sill extract @mapbox/poi [ ..........] / extract:@mapbox/tiny-sdf: sill extract @mapbox/tiny-sdf@ [ ..........] | extract:@babel/plugin-transform-for-of: sill tarball no [ ..........] - extract:minimist: http fetch GET 200 https://registry.np [ ..........] \ extract:react-svg-inline: sill tarball no local data for [ ..........] / extract:@mapbox/geojson-types: sill extract @mapbox/geoj [ ..........] \ extract:uglifyjs-webpack-plugin: sill extract uglifyjs-w [ ..........] \ extract:simple-markdown: sill extract simple-markdown@0. [ ..........] - extract:js-cookie: http fetch GET 200 https://registry.n [ ..........] - extract:@mapbox/jsonlint-lines-primitives: sill tarball [ ..........] - extract:eslint-loader: sill extract eslint-loader@2.1.1 [ ..........] / extract:react-hot-loader: sill extract react-hot-loader@ [ ..........] - extract:extract-text-webpack-plugin: http fetch GET 200 [ ..........] - extract:react: sill extract react@16.12.0 extracted to / [ ..........] \ extract:copy-webpack-plugin: sill tarball no local data [ ..........] - extract:source-map: sill extract source-map@0.5.7 extrac [ ..........] - extract:source-map: sill extract source-map@0.5.7 extrac [ ..........] | extract:babel-eslint: sill extract babel-eslint@9.0.0 ex [ ..........] / extract:strip-ansi: sill extract strip-ansi@5.2.0 extrac [ ..........] \ extract:@babel/cli: http fetch GET 200 https://registry. [ ..........] | extract:jest-runner: http fetch GET 200 https://registry [ ..........] - extract:p-try: sill tarball no local data for through2@2 [ ..........] \ extract:p-try: sill tarball no local data for through2@2 [ ..........] / extract:jest-cli: sill extract jest-cli@24.9.0 extracted [ ..........] | extract:mississippi: sill tarball no local data for @jes [ ..........] - extract:xtend: sill tarball no local data for jest-haste [ ..........] | extract:node-libs-browser: sill tarball no local data fo [ ..........] \ extract:write: http fetch GET 200 https://registry.npmjs [ ..........] / extract:os-locale: sill tarball no local data for sass-g [ ..........] / extract:ws: sill tarball no local data for gaze@1.1.3. E [ ..........] - extract:rimraf: http fetch GET 200 https://registry.npmj [ ..........] \ extract:move-concurrently: http fetch GET 200 https://re [ ..........] \ extract:string-width: sill extract string-width@3.1.0 ex [ ..........] / extract:emoji-regex: http fetch GET 200 https://registry [ ..........] \ extract:@babel/preset-env: sill tarball no local data fo [ ..........] - extract:wide-align: http fetch GET 200 https://registry. [ ..........] - extract:data-urls: http fetch GET 200 https://registry.n [ ..........] | extract:html-encoding-sniffer: http fetch GET 200 https: [ ..........] / extract:ssri: sill extract ssri@6.0.1 extracted to /var/ [ ..........] \ extract:faye-websocket: sill tarball no local data for c [ ..........] \ 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:debug: sill tarball no local data for hpack.js@2 [ ..........] / extract:lcid: sill tarball no local data for anymatch@3. [ ..........] | extract:webidl-conversions: http fetch GET 200 https://r [ ..........] / extract:is-number: http fetch GET 200 https://registry.n [ ..........] | extract:chokidar: http fetch GET 200 https://registry.np [ ..........] - extract:rc-editor-core: sill extract rc-editor-core@0.8. [ ..........] / extract:source-map: sill extract source-map@0.6.1 extrac [ ..........] | extract:viewport-mercator-project: http fetch GET 200 ht [ ..........] | extract:html-parse-stringify2: http fetch GET 200 https: [ ..........] \ extract:read-pkg-up: http fetch GET 200 https://registry [ ..........] | extract:validate-npm-package-license: sill extract valid [ ..........] / extract:dom-converter: sill tarball no local data for fs [ ..........] - extract:tar: http fetch GET 200 https://registry.npmjs.o [ ..........] / extract:flush-write-stream: sill tarball no local data f [ ..........] / extract:jest-snapshot: sill extract jest-snapshot@24.9.0 [ .........] / extract:util-deprecate: http fetch GET 200 https://regis [ .........] | extract:readable-stream: http fetch GET 200 https://regi [ .........] | extract:schema-utils: sill extract schema-utils@0.4.7 ex [ .........] - extract:har-validator: sill tarball no local data for @b [ .........] - extract:has-values: http fetch GET 200 https://registry. [ .........] \ extract:p-locate: http fetch GET 200 https://registry.np [ .........] / extract:unicode-canonical-property-names-ecmascript: sil [ .........] - extract:unicode-canonical-property-names-ecmascript: sil [ .........] \ extract:webpack: sill extract webpack@4.27.0 extracted t [ .........] / extract:bcrypt-pbkdf: sill extract bcrypt-pbkdf@1.0.2 ex [ .........] - extract:tweetnacl: http fetch GET 200 https://registry.n [ .........] \ extract:babel-preset-jest: http fetch GET 200 https://re [ .........] - extract:@babel/helper-explode-assignable-expression: sil [ .........] / extract:uglify-js: http fetch GET 200 https://registry.n [ .........] | extract:@babel/helper-annotate-as-pure: sill tarball no [ .........] | extract:tmpl: sill extract tmpl@1.0.4 extracted to /var/ [ .........] - extract:serialize-javascript: http fetch GET 200 https:/ [ .........] / extract:p-try: sill tarball trying @jest/test-result@24. [ .........] / extract:@babel/helper-get-function-arity: sill extract @ [ .........] - extract:symbol-tree: sill extract symbol-tree@3.2.4 extr [ .........] | extract:supports-color: sill extract supports-color@5.5. [ .........] | extract:strip-ansi: http fetch GET 200 https://registry. [ .........] - extract:ansi-regex: sill tarball no local data for statu [ .........] / extract:regexp.prototype.flags: http fetch GET 200 https [ .........] | extract:http-errors: sill extract http-errors@1.6.3 extr [ .........] \ extract:ms: sill extract ms@2.1.2 extracted to /var/akvo [ .........] \ extract:@types/babel__template: http fetch GET 200 https [ .........] / extract:spdx-exceptions: sill tarball no local data for [ .........] / extract:define-property: http fetch GET 200 https://regi [ .........] \ extract:ms: sill tarball no local data for signal-exit@3 [ .........] - extract:define-property: http fetch GET 200 https://regi [ .........] - extract:debug: http fetch GET 200 https://registry.npmjs [ .........] | extract:shebang-regex: sill extract shebang-regex@1.0.0 [ .........] \ extract:js-yaml: sill extract js-yaml@3.13.1 extracted t [ .........] - extract:shallow-equal: sill tarball no local data for se [ .........] / extract:rc-animate: http fetch GET 200 https://registry. [ ........] \ extract:serialize-javascript: http fetch GET 200 https:/ [ ........] / extract:strip-ansi: sill extract strip-ansi@3.0.1 extrac [ ........] | extract:y18n: http fetch GET 200 https://registry.npmjs. [ ........] - extract:camelcase: sill tarball no local data for run-no [ ........] - extract:d3-fetch: sill tarball no local data for p-retry [ ........] \ extract:browserify-des: http fetch GET 200 https://regis [ ........] \ extract:delaunator: sill tarball no local data for remov [ ........] / extract:require-uncached: sill tarball no local data for [ ........] - extract:indent-string: http fetch GET 200 https://regist [ ........] \ extract:rc-util: sill extract rc-util@4.19.0 extracted t [ ........] - extract:p-try: http fetch GET 200 https://registry.npmjs [ ........] / extract:resize-observer-polyfill: sill tarball no local [ ........] | extract:reduce-css-calc: http fetch GET 200 https://regi [ ........] \ extract:rc-hammerjs: sill extract rc-hammerjs@0.6.9 extr [ ........] - extract:react-is: http fetch GET 200 https://registry.np [ ........] - extract:range-parser: sill tarball no local data for pro [ ........] - extract:pseudomap: http fetch GET 200 https://registry.n [ ........] \ extract:d3-array: sill extract d3-array@2.12.1 extracted [ ........] | extract:process-nextick-args: http fetch GET 200 https:/ [ ........] | extract:path-exists: sill extract path-exists@2.1.0 extr [ ........] | extract:pkg-dir: http fetch GET 200 https://registry.npm [ ........] / extract:is-path-in-cwd: http fetch GET 200 https://regis [ ........] / extract:path-is-absolute: sill tarball no local data for [ ........] / extract:path-dirname: http fetch GET 200 https://registr [ ........] \ extract:os-locale: http fetch GET 200 https://registry.n [ ........] / extract:object.pick: sill extract object.pick@1.3.0 extr [ ........] - extract:map-visit: sill tarball no local data for no-cas [ ........] \ extract:assert: sill tarball no local data for debug@3.1 [ ........] / extract:fb-watchman: sill tarball no local data for for- [ ........] | extract:accepts: sill tarball no local data for minipass [ ........] \ extract:debug: sill extract debug@2.6.9 extracted to /va [ .......] | extract:debug: sill extract debug@3.1.0 extracted to /va [ .......] - extract:minimalistic-crypto-utils: http fetch GET 200 ht [ .......] / extract:merge-stream: sill extract merge-stream@2.0.0 ex [ .......] - extract:mimic-fn: sill tarball no local data for loader- [ .......] \ extract:loose-envify: http fetch GET 200 https://registr [ .......] - extract:is-descriptor: sill extract is-descriptor@1.0.2 [ .......] / extract:lcid: http fetch GET 200 https://registry.npmjs. [ .......] \ extract:kdbush: sill extract kdbush@3.0.0 extracted to / [ .......] - extract:supports-color: http fetch GET 200 https://regis [ .......] | extract:esprima: sill tarball no local data for has-valu [ .......] - extract:isobject: http fetch GET 200 https://registry.np [ .......] - extract:is-plain-obj: sill tarball no local data for is- [ .......] - extract:kind-of: http fetch GET 200 https://registry.npm [ .......] | extract:is-extglob: sill tarball no local data for inter [ .......] | extract:is-data-descriptor: sill tarball no local data f [ .......] \ extract:invert-kv: http fetch GET 200 https://registry.n [ .......] / extract:resolve-from: sill extract resolve-from@3.0.0 ex [ .......] / extract:p-try: sill extract p-try@2.2.0 extracted to /va [ .......] \ extract:node-forge: sill extract node-forge@0.10.0 extra [ .......] / extract:big.js: sill extract big.js@3.2.0 extracted to / [ .......] / extract:home-or-tmp: http fetch GET 200 https://registry [ .......] | extract:he: sill tarball no local data for forwarded@0.2 [ .......] / extract:babel-plugin-react-transform: http fetch GET 200 [ .......] \ extract:get-value: sill tarball no local data for qs@6.7 [ .......] - extract:for-own: http fetch GET 200 https://registry.npm [ .......] | extract:minimist: http fetch GET 200 https://registry.np [ .......] - extract:pify: http fetch GET 200 https://registry.npmjs. [ .......] - extract:path-type: sill tarball no local data for domele [ .......] | extract:escalade: http fetch GET 200 https://registry.np [ .......] | extract:emoji-regex: sill extract emoji-regex@6.5.1 extr [ .......] \ extract:dom-matches: http fetch GET 200 https://registry [ .......] / extract:delegates: sill tarball no local data for d3-ran [ .......] - extract:p-map: sill tarball no local data for d3-path@2. [ .......] | extract:d3-path: http fetch GET 200 https://registry.npm [ .......] - extract:d3-color: http fetch GET 200 https://registry.np [ ......] - extract:d3-polygon: http fetch GET 200 https://registry. [ ......] - extract:d3-interpolate: sill tarball no local data for c [ ......] \ extract:d3-color: sill tarball no local data for brace-e [ ......] / extract:cookie: http fetch GET 200 https://registry.npmj [ ......] / extract:d3-interpolate: sill tarball no local data for c [ ......] - extract:component-emitter: http fetch GET 200 https://re [ ......] - extract:emoji-regex: sill extract emoji-regex@7.0.3 extr [ ......] - extract:d3-shape: sill extract d3-shape@2.1.0 extracted [ ......] | extract:callsites: sill extract callsites@2.0.0 extracte [ ......] / extract:buffer-xor: sill extract buffer-xor@1.0.3 extrac [ ......] - extract:ansi-styles: sill extract ansi-styles@2.2.1 extr [ ......] / extract:source-map: sill extract source-map@0.6.1 extrac [ ......] \ extract:array-unique: http fetch GET 200 https://registr [ ......] | extract:arr-flatten: sill extract arr-flatten@1.1.0 extr [ ......] \ extract:ansi-escapes: sill extract ansi-escapes@3.2.0 ex [ ......] \ extract:abab: http fetch GET 200 https://registry.npmjs. [ ......] - extract:@webassemblyjs/wasm-gen: http fetch GET 200 http [ ......] - extract:@webassemblyjs/helper-api-error: sill tarball no [ ......] \ extract:@types/prop-types: http fetch GET 200 https://re [ ......] | extract:@turf/meta: sill extract @turf/meta@6.5.0 extrac [ ......] | extract:moment: sill extract moment@2.24.0 extracted to [ ......] - extract:@mapbox/vector-tile: sill extract @mapbox/vector [ ......] | extract:@types/node: sill extract @types/node@16.4.3 ext [ ......] / extract:@types/node: sill extract @types/node@16.4.3 ext [ ......] \ extract:@babel/runtime-corejs3: sill extract @babel/runt [ ......] | extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] / extract:@sentry/types: sill extract @sentry/types@5.11.0 [ ......] \ extract:@sentry/types: sill extract @sentry/types@5.11.0 [ ......] \ extract:@sentry/types: sill extract @sentry/types@5.11.0 [ ......] \ extract:@sentry/types: sill extract @sentry/types@5.11.0 [ ......] | extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] | extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] - extract:@types/mapbox-gl: sill extract @types/mapbox-gl@ [ ......] - extract:@types/istanbul-lib-report: sill extract @types/ [ ......] | extract:@types/lodash: sill extract @types/lodash@4.14.1 [ ......] | extract:@types/lodash: sill extract @types/lodash@4.14.1 [ ......] | extract:fsevents: sill extract fsevents@1.2.11 extracted [ ......] / extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] \ extract:d3-path: sill extract d3-path@2.0.0 extracted to [ ......] / extract:d3-path: sill extract d3-path@2.0.0 extracted to [ ......] - 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:@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:@babel/plugin-transform-react-jsx-source: sill  [ ......] \ finalize:resolve: sill finalize /var/akvo/rsr/code/akvo/ [ ......] | finalize:dom-helpers: sill finalize /var/akvo/rsr/code/a [ ......] \ finalize:has: sill finalize /var/akvo/rsr/code/akvo/rsr/ [ ......] / finalize:jsesc: sill finalize /var/akvo/rsr/code/akvo/rs [ ......] - finalize:for-in: sill finalize /var/akvo/rsr/code/akvo/r [ ......] \ finalize:parseurl: sill finalize /var/akvo/rsr/code/akvo [ ......] - finalize:react-transition-group: sill finalize /var/akvo [ ......] / finalize:browserify-cipher: sill finalize /var/akvo/rsr/ [ ......] / finalize:postcss-modules-values: sill finalize /var/akvo [ ......] / finalize:find-up: sill finalize /var/akvo/rsr/code/akvo/ [ ......] \ finalize:read-pkg-up: sill finalize /var/akvo/rsr/code/a [ ......] / finalize:npmlog: sill finalize /var/akvo/rsr/code/akvo/r [ ......] - finalize:babel-core: sill finalize /var/akvo/rsr/code/ak [ ......] \ refresh-package-json:yup: timing action:finalize Complet [ ......] \ refresh-package-json:yup: timing action:finalize Complet [ ......] / refresh-package-json:source-map: sill refresh-package-js [ ......] / refresh-package-json:source-map: sill refresh-package-js [ ......] \ refresh-package-json:webpack: sill refresh-package-json [ ......] / refresh-package-json:yallist: sill refresh-package-json [ ......] \ refresh-package-json:terser-webpack-plugin: sill refresh [ ......] \ refresh-package-json:cacache: sill refresh-package-json [ ......] | refresh-package-json:rc-editor-core: sill refresh-packag [ ......] \ refresh-package-json:p-try: sill refresh-package-json /v [ ......] | refresh-package-json:lcid: sill refresh-package-json /va [ ......] / refresh-package-json:request: sill refresh-package-json [ ......] | refresh-package-json:inherits: sill refresh-package-json [ ......] \ refresh-package-json:jest-each: sill refresh-package-jso [ ......] \ refresh-package-json:ajv: sill refresh-package-json /var [ ......] / refresh-package-json:serve-static: sill refresh-package- [ ......] / refresh-package-json:@babel/template: sill refresh-packa [ ......] - refresh-package-json:external-editor: sill refresh-packa [ ......] / refresh-package-json:@jest/console: sill refresh-package [ ......] | refresh-package-json:define-property: sill refresh-packa [ ......] - refresh-package-json:debug: sill refresh-package-json /v [ ......] \ refresh-package-json:rc-drawer: sill refresh-package-jso [ ......] / refresh-package-json:scss-tokenizer: sill refresh-packag [ ......] | refresh-package-json:rw: sill refresh-package-json /var/ [ ......] / refresh-package-json:resolve-from: sill refresh-package- [ ......] - refresh-package-json:react-is: sill refresh-package-json [ ......] / refresh-package-json:react-is: sill refresh-package-json [ ......] \ refresh-package-json:pirates: sill refresh-package-json [ ......] \ refresh-package-json:path-browserify: sill refresh-packa [ ......] - refresh-package-json:babel-plugin-dynamic-import-node: s [ ......] / refresh-package-json:semver: sill refresh-package-json / [ ......] | refresh-package-json:mimic-fn: sill refresh-package-json [ ......] | refresh-package-json:mimic-fn: sill refresh-package-json [ ......] \ refresh-package-json:compressible: sill refresh-package- [ ......] - refresh-package-json:is-accessor-descriptor: sill refres [ ......] - refresh-package-json:esprima: sill refresh-package-json [ ......] - refresh-package-json:is-promise: sill refresh-package-js [ ......] \ refresh-package-json:is-arguments: sill refresh-package- [ ......] / refresh-package-json:home-or-tmp: sill refresh-package-j [ ......] \ refresh-package-json:gensync: sill refresh-package-json [ ......] | refresh-package-json:eventemitter3: sill refresh-package [ ......] | refresh-package-json:destroy: sill refresh-package-json [ ......] \ refresh-package-json:csstype: sill refresh-package-json [ ......] - refresh-package-json:commondir: sill refresh-package-jso [ ......] - refresh-package-json:batch: sill refresh-package-json /v [ ......] | refresh-package-json:arr-flatten: sill refresh-package-j [ ......] | preinstall:yup: timing action:refresh-package-json Compl [ ......] | preinstall:regenerate: info lifecycle react-deep-force-u [ ......] | build:minimist: sill linkStuff minimist@1.2.5 has /var/a [ ......] \ build:has-unicode: sill linkStuff has-unicode@2.0.1 has [ ......] \ build:regjsgen: sill linkStuff regjsgen@0.5.1 has /var/a [ ......] \ build:camel-case: sill linkStuff camel-case@3.0.0 has /v [ ......] - build:d3: sill linkStuff d3@7.4.4 has /var/akvo/rsr/code [ ......] \ install:@babel/plugin-transform-spread: info lifecycle @ [ ......] / install:pbf: info lifecycle pbf@3.2.1~install: pbf@3.2.1 [?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 Download complete [?25l[ ] - : 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:@babel/plugin-transform-react-jsx-source: in [?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:path-key: info lifecycle path-key@2.0.1~post [ ......] \ postinstall:extglob: info lifecycle extglob@2.0.4~postin [?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 yup@0.32.11~postinstall: yup [ .....] - 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 1627 packages from 967 contributors and audited 1707 packages in 21.626s found 308 vulnerabilities (5 low, 78 moderate, 147 high, 78 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 e1a062668dcfad8 [ ................] \ loadDep:yup: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:tslib: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:dom-matches: sill install loadAllDepsIntoIdealTr [ ................] \ loadDep:warning: sill install loadAllDepsIntoIdealTree [ ...............] \ loadDep:warning: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDevDep:webpack-dev-server: sill install loadAllDepsI [ ..............] \ loadDep:isobject: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:set-blocking: sill install loadAllDepsIntoIdealT [ ..............] \ loadDep:semver: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:p-try: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:ci-info: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:run-queue: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:tmp: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:webpack-sources: sill install loadAllDepsIntoIde [ .............] \ loadDep:string-length: sill install loadAllDepsIntoIdeal [ .............] \ loadDep:throat: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:punycode: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:source-map: sill install loadAllDepsIntoIdealTre [ .............] \ loadDep:globule: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:semver: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:@webassemblyjs/wast-printer: sill install loadAl [ .............] \ loadDep:xtend: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:yargs: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:retry: sill install loadAllDepsIntoIdealTree [ ...........] | 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:debug: sill extract debug@4.1.1 extracted to /va [ ...........] / extract:debug: sill extract debug@4.1.1 extracted to /va [ ...........] - extract:url-loader: http fetch GET 200 https://registry. [ ...........] \ extract:webpack-cli: http fetch GET 200 https://registry [ ..........] / extract:regenerator-runtime: sill extract regenerator-ru [ ..........] / extract:regenerator-runtime: sill tarball no local data [ ..........] | extract:regenerator-runtime: sill tarball no local data [ ..........] | extract:source-map: timing audit submit Completed in 536 [ ..........] | extract:react-addons-test-utils: sill extract react-addo [ ..........] \ extract:react-addons-test-utils: sill extract react-addo [ ..........] | extract:postcss-loader: sill extract postcss-loader@3.0. [ ..........] \ extract:load-google-maps-api: sill extract load-google-m [ ..........] - extract:react-final-form: http fetch GET 200 https://reg [ ..........] / extract:file-loader: sill extract file-loader@3.0.1 extr [ ..........] \ extract:extract-text-webpack-plugin: sill extract extrac [ ..........] / extract:eslint-loader: sill extract eslint-loader@2.1.1 [ ..........] \ extract:react-router-dom: sill extract react-router-dom@ [ ..........] | extract:eslint-config-airbnb: http fetch GET 200 https:/ [ ..........] / extract:@babel/plugin-transform-shorthand-properties: si [ ..........] - extract:babel-preset-react-hmre: sill extract babel-pres [ ..........] / extract:react-time-ago: sill extract react-time-ago@5.0. [ ..........] \ extract:@babel/preset-react: sill extract @babel/preset- [ ..........] - extract:read-pkg-up: http fetch GET 200 https://registry [ ..........] / extract:pify: http fetch GET 200 https://registry.npmjs. [ ..........] - extract:y18n: sill extract y18n@3.2.2 extracted to /var/ [ ..........] - extract:yallist: sill extract yallist@2.1.2 extracted to [ ..........] | extract:@babel/plugin-proposal-class-properties: sill ex [ ..........] \ extract:@emotion/css: sill extract @emotion/css@10.0.27 [ ..........] - extract:mississippi: sill extract mississippi@3.0.0 extr [ ..........] - extract:cacache: http fetch GET 200 https://registry.npm [ ..........] \ extract:write-file-atomic: sill extract write-file-atomi [ ..........] / extract:rimraf: sill extract rimraf@2.7.1 extracted to / [ ..........] \ extract:jest-config: sill extract jest-config@24.9.0 ext [ ..........] - extract:os-locale: sill extract os-locale@3.1.0 extracte [ ..........] - extract:pump: sill extract pump@3.0.0 extracted to /var/ [ ..........] / extract:is-fullwidth-code-point: sill extract is-fullwid [ ..........] / extract:which-module: http fetch GET 200 https://registr [ ..........] - extract:data-urls: sill extract data-urls@1.1.0 extracte [ ..........] | extract:whatwg-mimetype: sill extract whatwg-mimetype@2. [ ..........] / extract:create-react-class: sill extract create-react-cl [ ..........] \ extract:yallist: sill extract yallist@3.1.1 extracted to [ ..........] \ extract:make-dir: sill extract make-dir@2.1.0 extracted [ ..........] - extract:websocket-driver: sill extract websocket-driver@ [ ..........] - extract:wrap-ansi: sill tarball trying strip-ansi@5.2.0 [ ..........] - extract:strip-ansi: http fetch GET 200 https://registry. [ ..........] \ extract:ms: sill extract ms@2.1.2 extracted to /var/akvo [ ..........] \ extract:camelcase: sill extract camelcase@5.3.1 extracte [ ..........] - extract:eslint-plugin-jsx-a11y: sill extract eslint-plug [ ..........] | extract:is-number: sill extract is-number@7.0.0 extracte [ ..........] | extract:anymatch: sill extract braces@3.0.2 extracted to [ ..........] - extract:source-map: sill extract source-map@0.6.1 extrac [ ..........] \ extract:rc-upload: sill extract rc-upload@2.9.4 extracte [ ..........] \ extract:read-pkg-up: sill extract read-pkg-up@2.0.0 extr [ ..........] / extract:rc-mentions: sill extract rc-mentions@0.4.2 extr [ ..........] \ extract:stream-browserify: sill extract stream-browserif [ ..........] - extract:utila: sill extract utila@0.4.0 extracted to /va [ .........] / extract:are-we-there-yet: sill extract util-deprecate@1. [ .........] - extract:readable-stream: sill extract readable-stream@3. [ .........] - extract:@jest/fake-timers: sill extract @jest/fake-timer [ .........] \ extract:node-gyp: sill extract node-gyp@3.8.0 extracted [ .........] / extract:expand-brackets: sill extract expand-brackets@2. [ .........] / extract:jest-worker: sill extract jest-worker@24.6.0 ext [ .........] / extract:jest-util: sill extract jest-util@24.9.0 extract [ .........] \ extract:isarray: sill extract isarray@1.0.0 extracted to [ .........] \ extract:body-parser: sill extract body-parser@1.19.0 ext [ .........] | extract:unique-filename: sill extract unique-filename@1. [ .........] \ extract:tunnel-agent: sill extract tunnel-agent@0.6.0 ex [ .........] / extract:istanbul-lib-instrument: sill extract istanbul-l [ .........] / extract:mime-db: sill extract mime-db@1.48.0 extracted t [ .........] - extract:trim-newlines: http fetch GET 200 https://regist [ .........] / extract:toposort: http fetch GET 200 https://registry.np [ .........] / extract:kind-of: sill extract kind-of@3.2.2 extracted to [ .........] / extract:@types/babel__template: http fetch GET 200 https [ .........] - extract:@types/babel__core: sill extract @types/babel__c [ .........] - extract:@babel/helper-split-export-declaration: http fet [ .........] | extract:@babel/helper-function-name: sill extract @babel [ .........] | extract:@babel/helper-member-expression-to-functions: si [ .........] - extract:makeerror: sill extract makeerror@1.0.11 extract [ .........] / extract:@babel/plugin-transform-function-name: sill extr [ .........] / extract:require-main-filename: sill extract require-main [ .........] | extract:inquirer: sill extract inquirer@5.2.0 extracted [ .........] | extract:chownr: sill extract chownr@1.1.3 extracted to / [ .........] \ extract:postcss-modules-values: http fetch GET 200 https [ .........] / extract:@jest/test-result: sill extract @jest/test-resul [ .........] - extract:tinycolor2: sill extract tinycolor2@1.4.1 extrac [ .........] - extract:jest-validate: sill extract jest-validate@24.9.0 [ .........] | extract:@jest/console: sill extract @jest/console@24.9.0 [ .........] / extract:@babel/highlight: sill extract strip-ansi@4.0.0 [ .........] | extract:define-property: sill extract define-property@0. [ .........] \ extract:debug: sill extract debug@4.3.2 extracted to /va [ .........] - extract:define-property: sill extract define-property@1. [ ........] \ extract:slash: sill extract slash@2.0.0 extracted to /va [ ........] \ extract:argparse: sill extract argparse@1.0.10 extracted [ ........] \ extract:simple-swizzle: http fetch GET 200 https://regis [ ........] / extract:source-map: sill extract source-map@0.7.3 extrac [ ........] \ extract:react-slick: sill extract shallow-clone@1.0.0 ex [ ........] | extract:@jest/console: sill extract @jest/console@24.7.1 [ ........] | extract:source-map: sill extract source-map@0.6.1 extrac [ ........] / extract:please-upgrade-node: sill extract please-upgrade [ ........] - extract:run-async: sill extract run-async@2.3.0 extracte [ ........] \ extract:resolve-url: sill extract resolve-url@0.2.1 extr [ ........] \ extract:eslint-import-resolver-node: sill tarball no loc [ ........] / extract:jsesc: sill extract jsesc@0.5.0 extracted to /va [ ........] - extract:require-from-string: sill tarball no local data [ ........] \ extract:rc-hammerjs: sill extract rc-hammerjs@0.6.9 extr [ ........] - extract:pseudomap: sill extract pseudomap@1.0.2 extracte [ ........] / extract:react-create-ref: sill extract react-create-ref@ [ ........] \ extract:path-type: sill extract path-type@1.1.0 extracte [ ........] \ extract:path-type: http fetch GET 200 https://registry.n [ ........] - extract:locate-path: sill extract locate-path@3.0.0 extr [ ........] | extract:p-reduce: sill extract p-reduce@1.0.0 extracted [ ........] \ extract:object.pick: sill extract object.pick@1.3.0 extr [ ........] / extract:map-visit: sill extract map-visit@1.0.0 extracte [ ........] \ extract:normalize-path: http fetch GET 200 https://regis [ ........] - extract:ansi-styles: sill extract ansi-styles@2.2.1 extr [ ........] / extract:no-case: sill extract no-case@2.3.2 extracted to [ ........] \ extract:fs-minipass: sill extract fs-minipass@2.0.0 extr [ .......] | extract:hmac-drbg: sill extract hmac-drbg@1.0.1 extracte [ .......] | extract:map-cache: sill extract map-cache@0.2.2 extracte [ .......] | extract:lodash.debounce: http fetch GET 200 https://regi [ .......] | extract:is-data-descriptor: sill extract is-data-descrip [ .......] | extract:parse-json: sill extract parse-json@4.0.0 extrac [ .......] / extract:which-module: sill extract which-module@2.0.0 ex [ .......] / extract:jest-serializer: sill extract jest-serializer@24 [ .......] - extract:wrap-ansi: sill extract wrap-ansi@5.1.0 extracte [ .......] \ extract:emoji-regex: sill extract emoji-regex@7.0.3 extr [ .......] \ extract:has-value: sill extract has-value@1.0.0 extracte [ .......] / extract:is-plain-obj: sill extract is-plain-obj@1.1.0 ex [ .......] | extract:is-descriptor: sill extract is-descriptor@0.1.6 [ .......] | extract:p-locate: http fetch GET 200 https://registry.np [ .......] - extract:p-limit: sill extract p-limit@2.2.0 extracted to [ .......] \ extract:hoist-non-react-statics: sill extract hoist-non- [ .......] - extract:fs.realpath: sill extract fs.realpath@1.0.0 extr [ .......] \ extract:array-flatten: sill extract array-flatten@1.1.1 [ .......] | extract:esrecurse: sill extract esrecurse@4.2.1 extracte [ .......] \ extract:exenv: sill extract exenv@1.2.2 extracted to /va [ .......] | extract:exec-sh: sill tarball no local data for draft-js [ .......] - extract:domelementtype: sill extract domelementtype@1.3. [ .......] | extract:destroy: http fetch GET 200 https://registry.npm [ .......] / extract:draft-js-utils: sill extract draft-js-utils@1.3. [ .......] | extract:copy-descriptor: http fetch GET 200 https://regi [ ......] - extract:console-control-strings: http fetch GET 200 http [ ......] - extract:concat-map: sill extract concat-map@0.0.1 extrac [ ......] / extract:color-convert: sill tarball no local data for cl [ ......] - extract:callsites: http fetch GET 200 https://registry.n [ ......] - extract:browser-resolve: http fetch GET 200 https://regi [ ......] / extract:p-locate: sill extract p-locate@3.0.0 extracted [ ......] | extract:aws-sign2: sill extract aws-sign2@0.7.0 extracte [ ......] / extract:ast-types-flow: sill extract ast-types-flow@0.0. [ ......] | extract:ansi-regex: sill extract ansi-regex@2.1.1 extrac [ ......] \ extract:abbrev: sill extract abbrev@1.1.1 extracted to / [ ......] - extract:cssstyle: http fetch GET 200 https://registry.np [ ......] / extract:abab: sill extract abab@2.0.0 extracted to /var/ [ ......] | extract:@webassemblyjs/ieee754: sill extract @webassembl [ ......] / extract:@webassemblyjs/helper-buffer: sill extract @weba [ ......] \ extract:@types/glob: sill extract @types/glob@7.1.4 extr [ ......] - extract:@types/yargs: sill extract @jest/types@24.9.0 ex [ ......] - extract:regenerator-runtime: sill extract regenerator-ru [ ......] | extract:merge-stream: sill extract merge-stream@2.0.0 ex [ ......] \ extract:callsites: sill extract callsites@3.1.0 extracte [ ......] | extract:regenerator-runtime: sill extract regenerator-ru [ ......] | extract:axobject-query: sill extract axobject-query@2.0. [ ......] - extract:@emotion/unitless: sill extract @emotion/unitles [ ......] | extract:@emotion/stylis: sill extract @emotion/stylis@0. [ ......] - extract:source-map: sill extract source-map@0.6.1 extrac [ ......] \ extract:acorn: sill extract acorn@5.7.4 extracted to /va [ ......] / extract:@types/node: sill extract @types/node@16.3.3 ext [ ......] | extract:@babel/runtime: sill extract @babel/runtime@7.14 [ ......] - extract:moment: sill extract moment@2.24.0 extracted to [ ......] | 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:@sentry/types: sill extract @sentry/types@5.7.1 [ ......] | extract:@sentry/types: sill extract @sentry/types@5.7.1 [ ......] | extract:@sentry/types: sill extract @sentry/types@5.7.1 [ ......] / extract:lottie-web: sill extract lottie-web@5.7.4 extrac [ ......] / 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:@babel/runtime-corejs3: sill extract @babel/runt [ ......] / 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:core-js: sill extract core-js@1.2.7 extracted to [ ......] | extract:fsevents: sill extract caniuse-lite@1.0.30001228 [ ......] | extract:fsevents: sill extract caniuse-lite@1.0.30001228 [ ......] / extract:@types/lodash: sill extract @types/lodash@4.14.1 [ ......] - extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] \ extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] \ extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] | extract:@ant-design/icons: sill extract @ant-design/icon [ ......] / 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 14620 [ ......] \ finalize:@webassemblyjs/wasm-opt: sill finalize /var/akv [ ......] \ finalize:core-js: sill finalize /var/akvo/rsr/code/akvo/ [ ......] \ finalize:isarray: sill finalize /var/akvo/rsr/code/akvo/ [ ......] | finalize:kind-of: sill finalize /var/akvo/rsr/code/akvo/ [ ......] \ finalize:kleur: sill finalize /var/akvo/rsr/code/akvo/rs [ ......] / finalize:browserify-zlib: sill finalize /var/akvo/rsr/co [ ......] | finalize:prop-types: sill finalize /var/akvo/rsr/code/ak [ ......] \ finalize:rc-animate: sill finalize /var/akvo/rsr/code/ak [ ......] \ finalize:@babel/code-frame: sill finalize /var/akvo/rsr/ [ ......] | finalize:through: sill finalize /var/akvo/rsr/code/akvo/ [ ......] - finalize:punycode: sill finalize /var/akvo/rsr/code/akvo [ ......] / finalize:unset-value: sill finalize /var/akvo/rsr/code/a [ ......] - finalize:renderkid: sill finalize /var/akvo/rsr/code/akv [ ......] / finalize:sockjs-client: sill finalize /var/akvo/rsr/code [ ......] | finalize:node-libs-browser: sill finalize /var/akvo/rsr/ [ ......] | finalize:humps: sill finalize /var/akvo/rsr/code/akvo/rs [ ......] - refresh-package-json:yup: timing action:finalize Complet [ ......] | refresh-package-json:@babel/plugin-transform-computed-pr [ ......] | refresh-package-json:debug: sill refresh-package-json /v [ ......] - refresh-package-json:webpack: sill refresh-package-json [ ......] \ refresh-package-json:@babel/cli: sill refresh-package-js [ ......] | refresh-package-json:camelcase: sill refresh-package-jso [ ......] - refresh-package-json:xtend: sill refresh-package-json /v [ ......] \ refresh-package-json:sane: sill refresh-package-json /va [ ......] | refresh-package-json:react: sill refresh-package-json /v [ ......] \ refresh-package-json:schema-utils: sill refresh-package- [ ......] / refresh-package-json:yargs-parser: sill refresh-package- [ ......] | refresh-package-json:express: sill refresh-package-json [ ......] \ refresh-package-json:enhanced-resolve: sill refresh-pack [ ......] - refresh-package-json:snapdragon: sill refresh-package-js [ ......] - refresh-package-json:@babel/plugin-proposal-unicode-prop [ ......] | refresh-package-json:@babel/helper-remap-async-to-genera [ ......] / refresh-package-json:@babel/helper-define-map: sill refr [ ......] / refresh-package-json:throat: sill refresh-package-json / [ ......] | refresh-package-json:chownr: sill refresh-package-json / [ ......] - refresh-package-json:@jest/test-result: sill refresh-pac [ ......] - refresh-package-json:strip-ansi: sill refresh-package-js [ ......] \ refresh-package-json:source-map-support: sill refresh-pa [ ......] \ refresh-package-json:rc-resize-observer: sill refresh-pa [ ......] | refresh-package-json:semver: sill refresh-package-json / [ ......] - refresh-package-json:resolve-from: sill refresh-package- [ ......] \ refresh-package-json:regenerate: sill refresh-package-js [ ......] - refresh-package-json:pretty-format: sill refresh-package [ ......] / refresh-package-json:errno: sill refresh-package-json /v [ ......] - refresh-package-json:path-key: sill refresh-package-json [ ......] | refresh-package-json:os-homedir: sill refresh-package-js [ ......] / refresh-package-json:strip-ansi: sill refresh-package-js [ ......] / refresh-package-json:json5: sill refresh-package-json /v [ ......] - refresh-package-json:loglevel: sill refresh-package-json [ ......] / refresh-package-json:json-parse-even-better-errors: sill [ ......] - refresh-package-json:@jest/types: sill refresh-package-j [ ......] - refresh-package-json:extend-shallow: sill refresh-packag [ ......] - refresh-package-json:is-descriptor: sill refresh-package [ ......] \ refresh-package-json:resolve-from: sill refresh-package- [ ......] \ refresh-package-json:get-stdin: sill refresh-package-jso [ ......] \ refresh-package-json:array-flatten: sill refresh-package [ ......] - refresh-package-json:domhandler: sill refresh-package-js [ ......] | refresh-package-json:cssom: sill refresh-package-json /v [ ......] - refresh-package-json:clean-stack: sill refresh-package-j [ ......] - refresh-package-json:p-locate: sill refresh-package-json [ ......] | refresh-package-json:ansi-escapes: sill refresh-package- [ ......] / refresh-package-json:@jest/types: sill refresh-package-j [ ......] | preinstall:yup: timing action:refresh-package-json Compl [ ......] | preinstall:shallowequal: info lifecycle md5.js@1.3.5~pre [ ......] | preinstall:ansi-styles: info lifecycle @babel/runtime@7. [ ......] - build:mime-types: sill linkStuff mime-types@2.1.31 has / [ ......] / build:istanbul-lib-coverage: sill linkStuff istanbul-lib [ ......] - build:jsesc: verb linkBins [ { jsesc: 'bin/jsesc' }, [ ......] | build:bcrypt-pbkdf: sill linkStuff bcrypt-pbkdf@1.0.2 ha [ ......] / build:yargs: sill linkStuff yargs@7.1.1 has /var/akvo/rs [ ......] | install:yup: sill doSerial install 14620 [ ......] | install:wrap-ansi: info lifecycle wrap-ansi@5.1.0~instal [ ......] | install:@jest/test-result: info lifecycle @jest/test-res [ ......] - install:yargs: info lifecycle yargs@13.3.2~install: yarg [?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:regenerator-runtime: info lifecycle regenera [?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:proxy-addr: info lifecycle proxy-addr@2.0.7~ [ ......] - postinstall:isarray: info lifecycle isarray@1.0.0~postin [?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 1776 packages from 940 contributors and audited 1851 packages in 20.651s found 284 vulnerabilities (6 low, 86 moderate, 141 high, 51 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! 09:35:06 - BUILD INFO - Running makemigrations No changes detected in app 'rsr' 09:35:12 - BUILD INFO - Building node environment /var/akvo/rsr/code/akvo/rsr/front-end /var/akvo/rsr/code [?25l[..................] | rollbackFailedOptional: verb npm-session de576e3fe9bf1f3 [ .................] | 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:react-lifecycles-compat: sill install loadAllDep [ ...............] \ loadDep:repeat-element: sill install loadAllDepsIntoIdea [ ...............] \ loadDep:string_decoder: sill install loadAllDepsIntoIdea [ ...............] \ loadDep:yargs-parser: sill install loadAllDepsIntoIdealT [ ..............] \ loadDevDep:webpack-merge: sill install loadAllDepsIntoId [ ..............] \ loadDep:js-tokens: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:js-tokens: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:to-fast-properties: sill install loadAllDepsInto [ ..............] \ loadDep:@babel/helper-plugin-utils: sill install loadAll [ ..............] \ loadDep:postcss-zindex: sill install loadAllDepsIntoIdea [ ..............] \ loadDep:postcss: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:string_decoder: sill install loadAllDepsIntoIdea [ .............] \ loadDep:which: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:mixin-object: sill install loadAllDepsIntoIdealT [ .............] \ loadDep:unset-value: sill install loadAllDepsIntoIdealTr [ .............] \ loadDep:kind-of: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:safe-buffer: sill install loadAllDepsIntoIdealTr [ .............] \ loadDep:yallist: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:to-regex: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:resolve-dir: 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@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:code-point-at: sill finalize /var/akvo/rsr/code [ ......] \ refresh-package-json:fsevents: timing action:finalize Co [ ......] / refresh-package-json:fsevents: timing action:finalize Co [ ......] / postinstall: sill doSerial postinstall 420 [ ......] / postinstall: sill doSerial postinstall 420 [ .....] | 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 6.898s found 284 vulnerabilities (19 low, 65 moderate, 151 high, 49 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: 7219ms Built at: 09/14/2022 9:35:27 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 (36ms) /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  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: 7.89s 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 09:35:39 - BUILD INFO - Building assets 820 static files copied to '/var/akvo/rsr/staticroot'. 09:35:40 - 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_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/aid_type_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/aid_type_vocabulary.py:17: 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/aid_type_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('aid type vocabulary') /var/akvo/rsr/code/akvo/codelists/models/aid_type_vocabulary.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('aid type vocabularies') /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_not_provided.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_not_provided.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget not provided') /var/akvo/rsr/code/akvo/codelists/models/budget_not_provided.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget not provideds') /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/cashand_voucher_modalities.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/cashand_voucher_modalities.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/cashand_voucher_modalities.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('cashand voucher modalities') /var/akvo/rsr/code/akvo/codelists/models/cashand_voucher_modalities.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('cashand voucher modalities') /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: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_channel_code.py:24: 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:25: 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/earmarking_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/earmarking_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/earmarking_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('earmarking category') /var/akvo/rsr/code/akvo/codelists/models/earmarking_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('earmarking 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/result_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/result_vocabulary.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('result vocabulary') /var/akvo/rsr/code/akvo/codelists/models/result_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('result vocabularies') /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/tag_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/tag_vocabulary.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('tag vocabulary') /var/akvo/rsr/code/akvo/codelists/models/tag_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('tag vocabularies') /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/unsdg_goals.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/unsdg_goals.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('unsdg goals') /var/akvo/rsr/code/akvo/codelists/models/unsdg_goals.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('unsdg goals') /var/akvo/rsr/code/akvo/codelists/models/unsdg_targets.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.TextField(_('name'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/unsdg_targets.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('unsdg targets') /var/akvo/rsr/code/akvo/codelists/models/unsdg_targets.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('unsdg targets') /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:30: 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:31: 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:32: 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:33: 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:37: 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:38: 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:39: 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:40: 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:41: 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:43: 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:44: 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:45: 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:51: 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:52: 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:54: 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:55: 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:56: 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:57: 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:58: 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:59: 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:60: 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:62: 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:63: 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:64: 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:65: 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:70: 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:71: 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:118: 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:118: 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:120: 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:121: 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:86: 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:87: 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:88: 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:92: 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:93: 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:94: 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:95: 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:96: 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:97: 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:101: 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:102: 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:103: 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:114: 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:115: 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:116: 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:117: 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:118: 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:155: 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:156: 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:158: 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:161: 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:163: 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:176: 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:179: 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:183: 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:184: 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:195: 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:196: 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:202: 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:203: 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:206: 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:207: 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:211: 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:212: 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:217: 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:218: 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:223: 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:224: 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:230: 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:231: 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:240: 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:241: 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:248: 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:249: 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:258: 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:259: 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:263: 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:264: 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:270: 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:271: 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:276: 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:277: 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:283: 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:286: 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:287: 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:291: 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:292: 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:296: 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:301: 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:302: 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:306: 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:307: 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:310: 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:311: 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:314: 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:315: 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:318: 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:319: 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:328: 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:329: 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:336: 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:341: 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:342: 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:353: 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:354: 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:358: 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:359: 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:362: 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:364: 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:369: 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: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 collaboration involved. For ' /var/akvo/rsr/code/akvo/rsr/models/project.py:377: 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:379: 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:386: 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:388: 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:396: 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: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 the type of finance. This element specifies ' /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(). _('default flow type'), blank=True, max_length=2, choices=codelist_choices(FLOW_TYPE), /var/akvo/rsr/code/akvo/rsr/models/project.py:406: 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:412: 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:413: 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:420: 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:422: 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:430: 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:431: 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:436: 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:440: 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:442: 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:445: 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:447: 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:452: 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:469: 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:470: 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_check.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 1: _('success'), /var/akvo/rsr/code/akvo/rsr/models/iati_check.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 2: _('warning'), /var/akvo/rsr/code/akvo/rsr/models/iati_check.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 3: _('error') /var/akvo/rsr/code/akvo/rsr/models/iati_check.py:21: 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='iati_checks') /var/akvo/rsr/code/akvo/rsr/models/iati_check.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). status = models.PositiveSmallIntegerField(_('status')) /var/akvo/rsr/code/akvo/rsr/models/iati_check.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = ValidXMLTextField(_('description')) /var/akvo/rsr/code/akvo/rsr/models/iati_check.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('IATI check') /var/akvo/rsr/code/akvo/rsr/models/iati_check.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('IATI checks') /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') /usr/local/lib/python3.8/site-packages/openpyxl/compat/numbers.py:41: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations numpy.float, /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:111: 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:112: 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:518: 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:520: 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:523: 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:530: 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:531: 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:534: 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:542: 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:543: 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:546: 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:627: 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:630: 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:633: 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:672: 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/project/(?P\d+)/overview-report/$', /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/organisation/(?P\d+)/data-quality-overview/$', /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-results-indicators-table/$', /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/program/(?P\d+)/eutf-common-output-indicators-table/(?P\d+)/$', /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+)/results-indicators-table/$', /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/organisation/(?P\d+)/org-projects-overview/$', /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-table/$', /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-overview/$', /var/akvo/rsr/code/akvo/urls.py:215: 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:219: 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:224: 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:227: 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:231: 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:259: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/sector_codes$', /var/akvo/rsr/code/akvo/rest/urls.py:262: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/projects_by_id$', /var/akvo/rsr/code/akvo/rest/urls.py:265: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_published_search$', /var/akvo/rsr/code/akvo/rest/urls.py:268: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/demo_request$', /var/akvo/rsr/code/akvo/rest/urls.py:275: 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:282: 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:285: 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:288: 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:291: 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:298: 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:305: 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:308: 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:311: 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:319: 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:322: 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:325: 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:328: 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:331: 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:334: 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:337: 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:340: 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:343: 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:346: 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:353: 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:235: 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:238: 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:239: 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:242: 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:246: 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:250: 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:255: 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:258: 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:260: 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:262: 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:264: 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:267: 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:271: 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:275: 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:279: 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:283: 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:287: 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:291: 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:295: 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:303: 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.008s 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). INFO 2022-09-14 11:37:30,478 run_validation_jobs Inconsistent IATI activity validation results for project: Test project IATI validator: 0 errors, 0 warnings Internal validator: 9 errors, 0 warnings ..........Locked 2 periods 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 ..Keyword argument is required Unlocked 2 periods .............############################## Created project: 19 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: 20 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'}] ############################## INFO 2022-09-14 11:37:32,634 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:32,714 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:32,715 project Deleted 1 thumbs with old URLs ############################## Created project: 21 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'}] ############################## 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, 1) already exists. Could not find alias_varname: Report_organisations+ Org 2 Report_organisations+ organisation .............############################## Created project: 22 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: 23 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'}] ############################## INFO 2022-09-14 11:37:33,570 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:33,630 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:33,633 project Deleted 1 thumbs with old URLs ############################## Created project: 24 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: 25 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: 26 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'}] ############################## INFO 2022-09-14 11:37:34,436 project Generated thumbs for 350x200 WARNING 2022-09-14 11:37:34,442 location About to delete ProjectLocation(12) Latitude: No latitude specified, Longitude: No longitude specified, Country: United States of project(23) 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( INFO 2022-09-14 11:37:34,487 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:34,489 project Deleted 1 thumbs with old URLs ############################## Created project: 23 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-09-14 11:37:34,742 location About to delete ProjectLocation(13) Latitude: No latitude specified, Longitude: No longitude specified, Country: Trinidad and Tobago of project(24) 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: 24 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-09-14 11:37:35,063 location About to delete ProjectLocation(14) Latitude: No latitude specified, Longitude: No longitude specified, Country: Ghana of project(25) 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-09-14 11:37:35,073 location About to delete ProjectLocation(15) Latitude: No latitude specified, Longitude: No longitude specified, Country: Madagascar of project(25) 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-09-14 11:37:35,081 location About to delete ProjectLocation(16) Latitude: No latitude specified, Longitude: No longitude specified, Country: Tanzania, United Republic of of project(25) 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-09-14 11:37:35,090 location About to delete ProjectLocation(17) Latitude: No latitude specified, Longitude: No longitude specified, Country: Zambia of project(25) 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: 25 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-09-14 11:37:35,403 location About to delete ProjectLocation(18) Latitude: No latitude specified, Longitude: No longitude specified, Country: Chile of project(26) 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-09-14 11:37:35,414 location About to delete ProjectLocation(19) Latitude: No latitude specified, Longitude: No longitude specified, Country: Dominican Republic of project(26) 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-09-14 11:37:35,422 location About to delete ProjectLocation(20) Latitude: No latitude specified, Longitude: No longitude specified, Country: France of project(26) 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-09-14 11:37:35,431 location About to delete ProjectLocation(21) Latitude: No latitude specified, Longitude: No longitude specified, Country: Malaysia of project(26) 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-09-14 11:37:35,440 location About to delete ProjectLocation(22) Latitude: No latitude specified, Longitude: No longitude specified, Country: Peru of project(26) 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: 26 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'}] ############################## ...INFO 2022-09-14 11:37:36,043 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:36,096 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:36,099 project Deleted 1 thumbs with old URLs ..............INFO 2022-09-14 11:37:37,304 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:37,359 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:37,361 project Deleted 1 thumbs with old URLs INFO 2022-09-14 11:37:37,614 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:37,650 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:37,653 project Deleted 1 thumbs with old URLs INFO 2022-09-14 11:37:38,462 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:38,501 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:38,502 project Deleted 1 thumbs with old URLs INFO 2022-09-14 11:37:38,761 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:38,804 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:38,806 project Deleted 1 thumbs with old URLs INFO 2022-09-14 11:37:39,392 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:39,429 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:39,430 project Deleted 1 thumbs with old URLs INFO 2022-09-14 11:37:40,150 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:40,198 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:40,200 project Deleted 1 thumbs with old URLs .......INFO 2022-09-14 11:37:40,976 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:41,028 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:41,030 project Deleted 1 thumbs with old URLs INFO 2022-09-14 11:37:41,297 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:41,348 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:41,349 project Deleted 1 thumbs with old URLs INFO 2022-09-14 11:37:41,409 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:42,080 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:42,125 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:42,127 project Deleted 1 thumbs with old URLs ..........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 ......................INFO 2022-09-14 11:37:49,976 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:50,005 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:50,006 project Deleted 1 thumbs with old URLs INFO 2022-09-14 11:37:50,078 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:50,129 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:50,130 project Deleted 1 thumbs with old URLs INFO 2022-09-14 11:37:50,225 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:50,271 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:50,273 project Deleted 1 thumbs with old URLs ...INFO 2022-09-14 11:37:50,370 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:50,418 project Generated thumbs for 350x200 INFO 2022-09-14 11:37:50,420 project Deleted 1 thumbs with old URLs ...................................................INFO 2022-09-14 11:37:53,962 schedule_validation Scheduling IATI validation for project 88 ...WARNING 2022-09-14 11:37:54,322 location About to delete ProjectLocation(10) Latitude: No latitude specified, Longitude: No longitude specified, Country: No country specified of project(88) 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-09-14 11:37:56,296 schedule_validation Scheduling IATI validation for project 90 ......INFO 2022-09-14 11:37:56,762 schedule_validation Scheduling IATI validation for project 34 ..........INFO 2022-09-14 11:38:00,169 schedule_validation Scheduling IATI validation for project 123 ...INFO 2022-09-14 11:38:01,232 schedule_validation Scheduling IATI validation for project 124 INFO 2022-09-14 11:38:01,499 schedule_validation Scheduling IATI validation for project 39 INFO 2022-09-14 11:38:02,027 schedule_validation Scheduling IATI validation for project 16 ........INFO 2022-09-14 11:38:03,746 schedule_validation Scheduling IATI validation for project 17 INFO 2022-09-14 11:38:04,017 schedule_validation Scheduling IATI validation for project 41 INFO 2022-09-14 11:38:05,220 schedule_validation Scheduling IATI validation for project 42 INFO 2022-09-14 11:38:05,278 schedule_validation Scheduling IATI validation for project 91 INFO 2022-09-14 11:38:05,338 schedule_validation Scheduling IATI validation for project 18 INFO 2022-09-14 11:38:06,485 schedule_validation Scheduling IATI validation for project 43 INFO 2022-09-14 11:38:06,628 schedule_validation Scheduling IATI validation for project 43 ....INFO 2022-09-14 11:38:07,864 schedule_validation Scheduling IATI validation for project 44 INFO 2022-09-14 11:38:07,875 schedule_validation Scheduling IATI validation for project 93 INFO 2022-09-14 11:38:09,070 schedule_validation Scheduling IATI validation for project 20 INFO 2022-09-14 11:38:09,103 schedule_validation Scheduling IATI validation for project 45 INFO 2022-09-14 11:38:09,309 schedule_validation Scheduling IATI validation for project 94 INFO 2022-09-14 11:38:09,440 schedule_validation Scheduling IATI validation for project 130 INFO 2022-09-14 11:38:10,398 schedule_validation Scheduling IATI validation for project 46 INFO 2022-09-14 11:38:10,744 schedule_validation Scheduling IATI validation for project 95 .......INFO 2022-09-14 11:38:12,782 schedule_validation Scheduling IATI validation for project 96 INFO 2022-09-14 11:38:14,048 schedule_validation Scheduling IATI validation for project 97 ...........INFO 2022-09-14 11:38:15,695 schedule_validation Scheduling IATI validation for project 48 INFO 2022-09-14 11:38:15,770 schedule_validation Scheduling IATI validation for project 48 INFO 2022-09-14 11:38:16,199 schedule_validation Scheduling IATI validation for project 98 INFO 2022-09-14 11:38:16,924 schedule_validation Scheduling IATI validation for project 49 INFO 2022-09-14 11:38:18,299 schedule_validation Scheduling IATI validation for project 50 INFO 2022-09-14 11:38:19,501 schedule_validation Scheduling IATI validation for project 100 INFO 2022-09-14 11:38:19,546 schedule_validation Scheduling IATI validation for project 51 ......INFO 2022-09-14 11:38:20,733 schedule_validation Scheduling IATI validation for project 52 INFO 2022-09-14 11:38:21,291 schedule_validation Scheduling IATI validation for project 101 INFO 2022-09-14 11:38:21,978 schedule_validation Scheduling IATI validation for project 53 INFO 2022-09-14 11:38:22,388 schedule_validation Scheduling IATI validation for project 139 .............INFO 2022-09-14 11:38:24,002 schedule_validation Scheduling IATI validation for project 28 INFO 2022-09-14 11:38:24,339 schedule_validation Scheduling IATI validation for project 140 INFO 2022-09-14 11:38:24,620 schedule_validation Scheduling IATI validation for project 54 ..........INFO 2022-09-14 11:38:26,297 schedule_validation Scheduling IATI validation for project 141 .INFO 2022-09-14 11:38:27,330 schedule_validation Scheduling IATI validation for project 55 INFO 2022-09-14 11:38:27,585 schedule_validation Scheduling IATI validation for project 142 ....INFO 2022-09-14 11:38:28,935 schedule_validation Scheduling IATI validation for project 143 .INFO 2022-09-14 11:38:29,008 employment deleting 1 keys of user username(60) ....INFO 2022-09-14 11:38:29,682 schedule_validation Scheduling IATI validation for project 56 INFO 2022-09-14 11:38:29,882 schedule_validation Scheduling IATI validation for project 56 .....INFO 2022-09-14 11:38:30,509 employment deleting 2 keys of user username(61) INFO 2022-09-14 11:38:31,099 schedule_validation Scheduling IATI validation for project 57 INFO 2022-09-14 11:38:31,216 schedule_validation Scheduling IATI validation for project 57 INFO 2022-09-14 11:38:31,399 schedule_validation Scheduling IATI validation for project 114 ......[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 [350x200] does not exist INFO 2022-09-14 11:38:32,957 project Generated thumbs for 350x200 [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 [350x200] does not exist INFO 2022-09-14 11:38:32,983 project Generated thumbs for 350x200 [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 [350x200] does not exist INFO 2022-09-14 11:38:33,096 project Generated thumbs for 350x200 INFO 2022-09-14 11:38:33,123 schedule_validation Scheduling IATI validation for project 58 INFO 2022-09-14 11:38:33,157 schedule_validation Scheduling IATI validation for project 117 [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 [350x200] does not exist INFO 2022-09-14 11:38:33,203 project Generated thumbs for 350x200 ...INFO 2022-09-14 11:38:33,326 schedule_validation Scheduling IATI validation for project 58 ..ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:33,595 project Generated thumbs for 350x200 ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:33,663 project Generated thumbs for 350x200 ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:33,778 project Generated thumbs for 350x200 ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:33,853 project Generated thumbs for 350x200 ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:33,968 project Generated thumbs for 350x200 ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:34,032 project Generated thumbs for 350x200 ...ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:34,154 project Generated thumbs for 350x200 ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:34,175 project Generated thumbs for 350x200 ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:34,259 project Generated thumbs for 350x200 ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:34,282 project Generated thumbs for 350x200 ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:34,355 project Generated thumbs for 350x200 ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [350x200] does not exist INFO 2022-09-14 11:38:34,377 project Generated thumbs for 350x200 ...INFO 2022-09-14 11:38:34,597 schedule_validation Scheduling IATI validation for project 39 INFO 2022-09-14 11:38:34,661 schedule_validation Scheduling IATI validation for project 59 INFO 2022-09-14 11:38:34,792 schedule_validation Scheduling IATI validation for project 39 INFO 2022-09-14 11:38:35,668 schedule_validation Scheduling IATI validation for project 131 INFO 2022-09-14 11:38:36,295 employment deleting 1 keys of user admins@wash-org.org(55) INFO 2022-09-14 11:38:36,703 schedule_validation Scheduling IATI validation for project 40 INFO 2022-09-14 11:38:36,732 schedule_validation Scheduling IATI validation for project 134 INFO 2022-09-14 11:38:36,906 schedule_validation Scheduling IATI validation for project 40 INFO 2022-09-14 11:38:37,324 employment deleting 1 keys of user project-editors@wash-org.org(57) INFO 2022-09-14 11:38:37,574 schedule_validation Scheduling IATI validation for project 60 ERROR 2022-09-14 11:38:38,213 log Internal Server Error: /rest/v1/project/ INFO 2022-09-14 11:38:38,512 schedule_validation Scheduling IATI validation for project 41 INFO 2022-09-14 11:38:38,702 schedule_validation Scheduling IATI validation for project 41 INFO 2022-09-14 11:38:40,215 schedule_validation Scheduling IATI validation for project 42 INFO 2022-09-14 11:38:40,389 schedule_validation Scheduling IATI validation for project 42 INFO 2022-09-14 11:38:40,670 schedule_validation Scheduling IATI validation for project 61 ....INFO 2022-09-14 11:38:42,581 employment deleting 1 keys of user username(70) ...............INFO 2022-09-14 11:38:43,576 schedule_validation Scheduling IATI validation for project 46 ............INFO 2022-09-14 11:38:44,795 schedule_validation Scheduling IATI validation for project 63 INFO 2022-09-14 11:38:44,998 schedule_validation Scheduling IATI validation for project 63 ......INFO 2022-09-14 11:38:47,828 schedule_validation Scheduling IATI validation for project 50 ......INFO 2022-09-14 11:38:49,956 schedule_validation Scheduling IATI validation for project 154 .INFO 2022-09-14 11:38:51,083 schedule_validation Scheduling IATI validation for project 155 INFO 2022-09-14 11:38:51,950 employment deleting 1 keys of user example@akvo.org(65) INFO 2022-09-14 11:38:52,366 schedule_validation Scheduling IATI validation for project 156 INFO 2022-09-14 11:38:52,481 schedule_validation Scheduling IATI validation for project 156 ....INFO 2022-09-14 11:38:54,467 employment deleting 1 keys of user example@akvo.org(67) ...........INFO 2022-09-14 11:38:57,675 schedule_validation Scheduling IATI validation for project 51 INFO 2022-09-14 11:38:57,847 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 13 errors, 1 warnings INFO 2022-09-14 11:38:57,970 schedule_validation Scheduling IATI validation for project 51 INFO 2022-09-14 11:38:58,148 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 12 errors, 1 warnings INFO 2022-09-14 11:38:58,238 schedule_validation Scheduling IATI validation for project 51 INFO 2022-09-14 11:38:58,412 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 11 errors, 1 warnings INFO 2022-09-14 11:38:59,927 schedule_validation Scheduling IATI validation for project 52 INFO 2022-09-14 11:39:00,136 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 13 errors, 2 warnings INFO 2022-09-14 11:39:00,285 schedule_validation Scheduling IATI validation for project 52 INFO 2022-09-14 11:39:00,420 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 12 errors, 2 warnings INFO 2022-09-14 11:39:00,487 schedule_validation Scheduling IATI validation for project 52 INFO 2022-09-14 11:39:00,660 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 12 errors, 1 warnings INFO 2022-09-14 11:39:01,201 employment deleting 1 keys of user example@akvo.org(71) INFO 2022-09-14 11:39:02,181 schedule_validation Scheduling IATI validation for project 53 INFO 2022-09-14 11:39:02,349 run_validation_jobs Inconsistent IATI activity validation results for project: DEMONSTRATION! IATI validator: 0 errors, 0 warnings Internal validator: 9 errors, 1 warnings INFO 2022-09-14 11:39:02,905 employment deleting 1 keys of user example@akvo.org(72) INFO 2022-09-14 11:39:03,728 schedule_validation Scheduling IATI validation for project 54 .......INFO 2022-09-14 11:39:03,915 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 13 errors, 1 warnings INFO 2022-09-14 11:39:04,015 schedule_validation Scheduling IATI validation for project 54 INFO 2022-09-14 11:39:04,177 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 12 errors, 1 warnings INFO 2022-09-14 11:39:04,274 schedule_validation Scheduling IATI validation for project 54 INFO 2022-09-14 11:39:04,435 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 11 errors, 1 warnings INFO 2022-09-14 11:39:05,875 schedule_validation Scheduling IATI validation for project 55 .......INFO 2022-09-14 11:39:06,047 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 13 errors, 2 warnings INFO 2022-09-14 11:39:06,189 schedule_validation Scheduling IATI validation for project 55 INFO 2022-09-14 11:39:06,374 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 12 errors, 2 warnings INFO 2022-09-14 11:39:06,471 schedule_validation Scheduling IATI validation for project 55 ..INFO 2022-09-14 11:39:06,617 run_validation_jobs Inconsistent IATI activity validation results for project: IATI validator: 0 errors, 0 warnings Internal validator: 12 errors, 1 warnings INFO 2022-09-14 11:39:08,037 schedule_validation Scheduling IATI validation for project 56 INFO 2022-09-14 11:39:08,199 run_validation_jobs Inconsistent IATI activity validation results for project: DEMONSTRATION! IATI validator: 0 errors, 0 warnings Internal validator: 9 errors, 1 warnings ......INFO 2022-09-14 11:39:09,456 schedule_validation Scheduling IATI validation for project 57 ...INFO 2022-09-14 11:39:10,985 schedule_validation Scheduling IATI validation for project 91 ..INFO 2022-09-14 11:39:14,375 schedule_validation Scheduling IATI validation for project 62 .................................................INFO 2022-09-14 11:39:33,222 schedule_validation Scheduling IATI validation for project 89 INFO 2022-09-14 11:39:33,563 schedule_validation Scheduling IATI validation for project 128 ........INFO 2022-09-14 11:39:36,594 schedule_validation Scheduling IATI validation for project 92 INFO 2022-09-14 11:39:36,827 schedule_validation Scheduling IATI validation for project 131 INFO 2022-09-14 11:39:37,037 schedule_validation Scheduling IATI validation for project 223 INFO 2022-09-14 11:39:37,588 schedule_validation Scheduling IATI validation for project 223 ...............INFO 2022-09-14 11:39:41,235 schedule_validation Scheduling IATI validation for project 227 INFO 2022-09-14 11:39:41,578 schedule_validation Scheduling IATI validation for project 227 INFO 2022-09-14 11:39:43,613 schedule_validation Scheduling IATI validation for project 229 INFO 2022-09-14 11:39:43,929 schedule_validation Scheduling IATI validation for project 229 INFO 2022-09-14 11:39:44,038 schedule_validation Scheduling IATI validation for project 138 .....INFO 2022-09-14 11:39:45,339 schedule_validation Scheduling IATI validation for project 139 .....INFO 2022-09-14 11:39:45,833 schedule_validation Scheduling IATI validation for project 231 INFO 2022-09-14 11:39:48,222 schedule_validation Scheduling IATI validation for project 233 .............INFO 2022-09-14 11:39:53,643 schedule_validation Scheduling IATI validation for project 99 ......................ss....ss..s.............s..s.........................................................................ERROR:sorl.thumbnail.base:[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' WARNING:sorl.thumbnail.base:Remote file [foo] at [400x400] does not exist ...........................................s......../usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField ProjectUpdate.last_modified_at received a naive datetime (1970-01-01 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" ../usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField ProjectUpdate.last_modified_at received a naive datetime (2030-01-01 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" ........INFO 2022-09-14 11:40:40,229 run_validation_jobs Inconsistent IATI activity validation results for project: Test project IATI validator: 0 errors, 0 warnings Internal validator: 9 errors, 0 warnings INFO 2022-09-14 11:40:40,745 run_validation_jobs Inconsistent IATI activity validation results for project: Test project IATI validator: 0 errors, 0 warnings Internal validator: 9 errors, 0 warnings INFO 2022-09-14 11:40:40,912 run_validation_jobs Inconsistent IATI activity validation results for project: Test project IATI validator: 0 errors, 0 warnings Internal validator: 9 errors, 0 warnings ...INFO 2022-09-14 11:40:41,097 schedule_validation Scheduling IATI validation for project 334 ERROR 2022-09-14 11:40:41,213 iati_validation_job_runner Failed to run IATI validator job for IatiActivityValidationJob(pk=48, project=Test project) Traceback (most recent call last): File "/var/akvo/rsr/code/akvo/rsr/usecases/iati_validation/iati_validation_job_runner.py", line 43, in run result = self.validator.validate(self.get_xml_document()) File "/usr/local/lib/python3.8/unittest/mock.py", line 1075, in __call__ return self._mock_call(*args, **kwargs) File "/usr/local/lib/python3.8/unittest/mock.py", line 1079, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/local/lib/python3.8/unittest/mock.py", line 1134, in _execute_mock_call raise effect akvo.iati.iati_validator.IATIValidatorException .........INFO 2022-09-14 11:40:41,285 run_validation_jobs Inconsistent IATI activity validation results for project: Test project IATI validator: 0 errors, 0 warnings Internal validator: 9 errors, 0 warnings .......INFO 2022-09-14 11:40:41,354 schedule_validation Scheduling IATI validation for project 335 INFO 2022-09-14 11:40:41,383 schedule_validation Scheduling IATI validation for project 336 INFO 2022-09-14 11:40:41,408 schedule_validation Scheduling IATI validation for project 337 ......ERROR 2022-09-14 11:40:41,704 iati_validation_job_runner Failed to run IATI validator job for IatiOrganisationValidationJob(pk=22, organisation=Test org) Traceback (most recent call last): File "/var/akvo/rsr/code/akvo/rsr/usecases/iati_validation/iati_validation_job_runner.py", line 43, in run result = self.validator.validate(self.get_xml_document()) File "/usr/local/lib/python3.8/unittest/mock.py", line 1075, in __call__ return self._mock_call(*args, **kwargs) File "/usr/local/lib/python3.8/unittest/mock.py", line 1079, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/local/lib/python3.8/unittest/mock.py", line 1134, in _execute_mock_call raise effect akvo.iati.iati_validator.IATIValidatorException .........INFO 2022-09-14 11:40:42,340 run_validation_jobs Inconsistent IATI activity validation results for project: Test project IATI validator: 0 errors, 0 warnings Internal validator: 9 errors, 0 warnings ................................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/144/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 .....WARNING:root:Couldn't login user from django.contrib.auth, with {'username': 'test@akvo.org', 'password': '********************'}. Existing users: , ]> ............................ ---------------------------------------------------------------------- Ran 742 tests in 258.091s 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'... 09:41:48 - 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 73 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/aid_type_vocabulary.py 12 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_not_provided.py 10 0 100% akvo/codelists/models/budget_status.py 11 0 100% akvo/codelists/models/budget_type.py 12 0 100% akvo/codelists/models/cashand_voucher_modalities.py 11 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 11 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/earmarking_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/result_vocabulary.py 10 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/tag_vocabulary.py 10 0 100% akvo/codelists/models/tied_status.py 11 0 100% akvo/codelists/models/transaction_type.py 11 0 100% akvo/codelists/models/unsdg_goals.py 10 0 100% akvo/codelists/models/unsdg_targets.py 10 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 32 0 100% akvo/iati/checks/fields/conditions.py 13 0 100% akvo/iati/checks/fields/countries_and_regions.py 57 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 76 3 96% 61-63 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 37 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 123 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 54 0 100% akvo/iati/exports/iati_org_export.py 34 0 100% akvo/iati/exports/org_elements/__init__.py 10 0 100% akvo/iati/exports/org_elements/document_link.py 51 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/exports/utils.py 7 1 86% 9 akvo/iati/iati_validator.py 36 14 61% 25-27, 38, 56-75 akvo/iati/imports/__init__.py 179 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 101 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 316 25 92% 175-179, 182-196, 199, 202, 205-206, 209-214, 240-241, 357, 368 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 74 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/demo_request.py 25 0 100% 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 211 29 86% 83, 88-91, 97, 115, 124, 279-301, 344-345, 396, 402-410 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 16 2 88% 28-32 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 181 15 92% 59, 142-153, 215-217, 314-318 akvo/rsr/__init__.py 0 0 100% akvo/rsr/admin.py 531 204 62% 51-52, 55, 65-68, 77, 87-90, 99, 110-113, 122, 133-136, 145, 156-159, 168, 178-181, 190, 199, 209-212, 225-228, 237-240, 253, 293-303, 306-316, 319-320, 326-416, 445, 476-482, 486, 497-500, 512, 567-570, 574-590, 600-605, 649-651, 717-720, 724, 730-732, 735-745, 767-775, 779-783, 797-799, 816-818, 833-835, 857-859, 895-899, 911-913, 923-926, 936-941 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 180 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, 516-519 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 40 5 88% 59-73 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-71 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 25 25 0% 8-54 akvo/rsr/management/commands/fix_imported_qualitative_indicators.py 9 9 0% 8-27 akvo/rsr/management/commands/fix_inconsistent_results.py 7 7 0% 7-15 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 7 0 100% akvo/rsr/management/commands/period_actual_comment_cleanup.py 9 9 0% 7-19 akvo/rsr/management/commands/populate_e2e_data.py 45 45 0% 7-76 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/remote_netherlands_foreign_ministry.py 32 32 0% 6-52 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 73 73 0% 8-165 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/send_report_via_email.py 5 0 100% 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/update_project_thumbnails.py 8 8 0% 1-12 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 302 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/email_report_job.py 17 0 100% akvo/rsr/models/employment.py 65 13 80% 88-99, 117, 129-130 akvo/rsr/models/focus_area.py 29 5 83% 22, 62, 66, 70-71 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 122 49 60% 47, 52, 57, 177-179, 186-205, 209-210, 214-215, 226-247, 256-280 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/iati_validation_job.py 21 0 100% 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 204 49 76% 202-236, 242, 246, 250, 253, 287-288, 292, 305, 319, 323, 397, 404-408, 422, 428-431, 434, 438, 447, 450, 458, 481 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 16 86% 177, 182, 210-221, 249, 275-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 882 185 79% 543, 555-565, 593, 599-602, 613, 622-623, 633-635, 667-668, 712, 760-762, 767-768, 785-791, 798, 801, 809, 821-822, 825-838, 841, 846-850, 853-863, 867-874, 877-878, 911, 914, 917, 920, 926, 951-963, 967, 970, 973, 976, 979, 982, 985, 988, 991, 994, 997, 1000, 1003, 1006-1009, 1012-1015, 1018, 1021, 1049, 1052, 1064-1067, 1108, 1141-1142, 1187-1197, 1203, 1206, 1212, 1218, 1226-1238, 1241-1256, 1260, 1271, 1291, 1295-1298, 1330, 1359, 1402, 1411, 1435, 1535, 1622-1623, 1663-1671, 1675-1685, 1689-1705, 1807, 1815-1817, 1829, 1859-1860, 1877, 1894 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_thumbnail.py 30 0 100% akvo/rsr/models/project_update.py 70 6 91% 75-78, 83, 87 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 45 9 80% 77-86 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 273 33 88% 46, 152, 155, 158, 165-172, 194-198, 212, 246-247, 320-323, 329, 403-408, 442-443, 451-455, 463-464, 566 akvo/rsr/permissions.py 124 3 98% 126, 172, 181 akvo/rsr/project_overview.py 464 268 42% 24-28, 32-36, 42-44, 114, 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, 556-557, 560-561, 577, 608-610, 614-616, 620-622, 626-629, 633-636 akvo/rsr/project_role_auth.py 48 2 96% 74, 81 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 65 56% 30-32, 35-39, 42-46, 49, 63-76, 81, 142-158, 163-167, 177, 180-187, 190-196, 199, 202-207, 228, 248-257, 261-270 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 41 12 71% 18, 43-45, 52, 55, 63-77 akvo/rsr/usecases/fix_inconsistent_results.py 39 1 97% 37 akvo/rsr/usecases/iati_validation/__init__.py 3 0 100% akvo/rsr/usecases/iati_validation/iati_validation_job_runner.py 41 2 95% 34, 47 akvo/rsr/usecases/iati_validation/internal_validator_runner.py 24 0 100% akvo/rsr/usecases/iati_validation/rate_limiter.py 38 0 100% akvo/rsr/usecases/iati_validation/run_validation_jobs.py 91 5 95% 75, 127, 150-154 akvo/rsr/usecases/iati_validation/schedule_validation.py 26 0 100% akvo/rsr/usecases/remove_project_parent.py 7 0 100% akvo/rsr/usecases/utils.py 77 3 96% 144, 155, 202 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 22 5 77% 34, 54-58 akvo/rsr/views/project.py 53 32 40% 36-39, 44, 53-54, 64-79, 89, 96, 103, 114-118, 128-148 akvo/rsr/views/project_update.py 18 8 56% 28-36, 41 akvo/rsr/views/py_reports/__init__.py 27 5 81% 45-51 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/email_report.py 26 3 88% 32, 40-41 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 85 21 75% 30, 106-109, 125-135, 157, 163-166, 170 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 290 146 50% 33, 52, 93, 102-106, 118-137, 141-146, 150-152, 164-179, 183-186, 234, 265, 289, 299-306, 311-318, 323-328, 332-336, 341-365, 369-372, 376-410 akvo/rsr/views/py_reports/program_overview_pdf_report.py 72 46 36% 40-57, 62-65, 69-77, 81-88, 92-100, 104-118 akvo/rsr/views/py_reports/program_period_labels_overview_pdf_report.py 161 29 82% 58-61, 91, 96-98, 128-150, 205, 216, 234 akvo/rsr/views/py_reports/project_overview_pdf_report.py 45 29 36% 26-46, 50-55, 59-73 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 76 19 75% 31, 90, 96, 122-173 akvo/rsr/views/py_reports/utils.py 451 188 58% 67-73, 77-83, 87-96, 100-104, 118-126, 130-141, 167, 174, 185-187, 191, 195, 205, 216, 220, 234, 238-240, 244-246, 250, 254, 258, 262, 266-271, 275-301, 306, 310, 315, 319, 340-341, 345-348, 352-355, 372, 376, 384, 388-391, 399-404, 408, 412, 454, 458, 462, 466, 470, 474, 478, 482, 486, 494-498, 502-507, 510-513, 516-519, 528, 531, 539-545, 549-555, 559-565, 569-577, 581-583, 587-589, 617, 621, 625-629, 633, 637, 641, 646, 650, 654-657, 661-662 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 30 0 100% akvo/settings/30-rsr.conf 43 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% akvo/utils/__init__.py 257 7 97% 244, 275, 541-545 akvo/utils/datetime.py 3 0 100% ------------------------------------------------------------------------------------------------------------- TOTAL 26061 8211 68% Submitting coverage to coveralls.io... Coverage submitted! Job #1561be3e-6b39-499e-b1b0-ac218e45639a.1 https://coveralls.io/jobs/106093892 09:41:57 - BUILD INFO - Done 09:41:57 - BUILD INFO - Preparing deploy info file 09:41:57 - BUILD INFO - Pulling akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36 09:42:07 - 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.73MB Sending build context to Docker daemon 25.62MB Sending build context to Docker daemon 28.97MB Sending build context to Docker daemon 34.54MB Sending build context to Docker daemon 39.55MB Sending build context to Docker daemon 40.36MB 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 ---> f7d7d594b9bd Step 3/12 : WORKDIR /var/akvo/rsr/code ---> Using cache ---> a7c09f3dfdc7 Step 4/12 : COPY scripts/deployment/pip/requirements/2_rsr.txt ./ ---> Using cache ---> ca37e363558d Step 5/12 : RUN pip install --no-cache-dir -r 2_rsr.txt ---> Using cache ---> b81242ad74e5 Step 6/12 : RUN mkdir -p /var/akvo/rsr/logs/ ---> Using cache ---> df85bcd479d3 Step 7/12 : RUN mkdir -p /var/log/akvo/ ---> Using cache ---> df199fafe78b Step 8/12 : RUN mkdir -p /var/akvo/rsr/code/data ---> Using cache ---> ce0d4f95f277 Step 9/12 : COPY manage.py /var/akvo/rsr/code/ ---> Using cache ---> c25eec041b0a Step 10/12 : COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ ---> Using cache ---> e8f2ccd8ba5f Step 11/12 : COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rsr/code/ ---> Using cache ---> 4fe63b0db67c Step 12/12 : CMD ["./start-django.sh"] ---> Using cache ---> 663cac2e8cb2 Successfully built 663cac2e8cb2 Successfully tagged akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-prod-no-code:local 09:42:08 - BUILD INFO - Pushing akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36 container The push refers to repository [docker.io/akvo/rsr-backend-prod-no-code]  10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  06745db1e789: Waiting  dbaf73d9a785: Waiting  d368daf8d4c8: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  eeadf70c7437: Layer already exists  732d7fdeaf75: Layer already exists  f9dedeef8c1d: Layer already exists  fef18942c1ab: Layer already exists  10180d997df2: Layer already exists  dbaf73d9a785: Layer already exists  06745db1e789: Layer already exists  b216e2f7e366: Layer already exists  d368daf8d4c8: Layer already exists  15e75ac4cd61: Layer already exists  b6d8f557ceb3: Layer already exists  ea9370fbf8d0: Layer already exists  b65d30014aa7: Layer already exists  3f4c8c89729b: Layer already exists  a10c79771e86: Layer already exists  5c813a85f7f0: Layer already exists  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  ce8168f12337: Layer already exists c963080767f45828c31f83ca5cd25d36: digest: sha256:ae6bacac9ca5b5656a292007799fbe63583eb831d43c9f08e5ca916b77e955e3 size: 4300 09:42:12 - BUILD INFO - Creating Production Backend image with code Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 13.93MB Sending build context to Docker daemon 25.62MB Sending build context to Docker daemon 31.2MB Sending build context to Docker daemon 37.32MB Sending build context to Docker daemon 40.36MB Step 1/3 : FROM akvo/rsr-backend-prod-no-code:local ---> 663cac2e8cb2 Step 2/3 : COPY akvo/ /var/akvo/rsr/code/akvo ---> 36efaf2309d4 Step 3/3 : COPY ._66_deploy_info.conf /var/akvo/rsr/code/akvo/settings/66_deploy_info.conf ---> 49989b66953d Successfully built 49989b66953d Successfully tagged eu.gcr.io/akvo-lumen/rsr-backend:5c264903c40bfe44876455015dcb25b2817fbbc0 Successfully tagged rsr-backend:prod 09:42:14 - BUILD INFO - Pulling akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36 09:42:19 - 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 6.685MB Sending build context to Docker daemon 24.51MB Sending build context to Docker daemon 30.64MB Sending build context to Docker daemon 36.21MB Sending build context to Docker daemon 40.36MB Step 1/3 : FROM akvo/rsr-backend-prod-no-code:local ---> 663cac2e8cb2 Step 2/3 : ENV NODE_VERSION 10.15.0 ---> Using cache ---> 8a9bb937ce84 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 ---> Using cache ---> 33d7c2ec13c9 Successfully built 33d7c2ec13c9 Successfully tagged akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-prod-no-code-with-nodejs:local 09:42:19 - 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]  cd99e4350d8c: Preparing   10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  eeadf70c7437: Waiting  06745db1e789: Waiting  dbaf73d9a785: Waiting  d368daf8d4c8: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  f9dedeef8c1d: Layer already exists  cd99e4350d8c: Layer already exists  732d7fdeaf75: Layer already exists  fef18942c1ab: Layer already exists  10180d997df2: Layer already exists  06745db1e789: Layer already exists  eeadf70c7437: Layer already exists  d368daf8d4c8: Layer already exists  dbaf73d9a785: Layer already exists  b216e2f7e366: Layer already exists  a10c79771e86: Layer already exists  ea9370fbf8d0: Layer already exists  15e75ac4cd61: Layer already exists  b65d30014aa7: Layer already exists  b6d8f557ceb3: Layer already exists  bdca38f94ff0: Layer already exists  5c813a85f7f0: Layer already exists  3f4c8c89729b: Layer already exists  faac394a1ad3: Layer already exists  ce8168f12337: Layer already exists c963080767f45828c31f83ca5cd25d36: digest: sha256:fb4dca2f64f0ede58a44e8b470cd547c8714e8355b3b4032a96698f304a7c578 size: 4512 09:42:23 - BUILD INFO - Pulling akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36 09:42:33 - BUILD INFO - Building akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 7.799MB Sending build context to Docker daemon 20.05MB Sending build context to Docker daemon 24.51MB Sending build context to Docker daemon 30.08MB Sending build context to Docker daemon 33.98MB Sending build context to Docker daemon 39.55MB Sending build context to Docker daemon 40.36MB Step 1/4 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local ---> 33d7c2ec13c9 Step 2/4 : WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end ---> Using cache ---> a98d472f6a22 Step 3/4 : COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end ---> Using cache ---> 630a7e15741e Step 4/4 : RUN npm install && rm -rf node_modules && npm install && npm run prod ---> Using cache ---> db75bbe73e30 Successfully built db75bbe73e30 Successfully tagged akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-front-end:local 09:42:34 - BUILD INFO - Pushing akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36 container The push refers to repository [docker.io/akvo/rsr-backend-front-end]  2156ca1979f9: Preparing   b9edd6440619: Preparing   26e6874b85fb: Preparing   cd99e4350d8c: Preparing   10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  732d7fdeaf75: Waiting  fef18942c1ab: Waiting  f9dedeef8c1d: Waiting  eeadf70c7437: Waiting  06745db1e789: Waiting  dbaf73d9a785: Waiting  d368daf8d4c8: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  10180d997df2: Layer already exists  2156ca1979f9: Layer already exists  b9edd6440619: Layer already exists  cd99e4350d8c: Layer already exists  26e6874b85fb: Layer already exists  f9dedeef8c1d: Layer already exists  fef18942c1ab: Layer already exists  732d7fdeaf75: Layer already exists  06745db1e789: Layer already exists  eeadf70c7437: Layer already exists  d368daf8d4c8: Layer already exists  dbaf73d9a785: Layer already exists  b6d8f557ceb3: Layer already exists  b216e2f7e366: Layer already exists  15e75ac4cd61: Layer already exists  b65d30014aa7: Layer already exists  ea9370fbf8d0: Layer already exists  3f4c8c89729b: Layer already exists  a10c79771e86: Layer already exists  5c813a85f7f0: Layer already exists  bdca38f94ff0: Layer already exists  ce8168f12337: Layer already exists  faac394a1ad3: Layer already exists c963080767f45828c31f83ca5cd25d36: digest: sha256:1582178b6276db5fcd347ed22a831901134fbdab19bbff40a5aa05c6081a0d5d size: 5142 09:42:39 - BUILD INFO - Pulling akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36 09:42:55 - BUILD INFO - Building akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 9.47MB Sending build context to Docker daemon 23.95MB Sending build context to Docker daemon 28.97MB Sending build context to Docker daemon 34.54MB Sending build context to Docker daemon 37.88MB Sending build context to Docker daemon 40.36MB Step 1/4 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local ---> 33d7c2ec13c9 Step 2/4 : WORKDIR /var/akvo/rsr/code/akvo/rsr/dir ---> Using cache ---> aefb7ae85e9e Step 3/4 : COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir ---> Using cache ---> 8bc3900f3cae Step 4/4 : RUN rm -rf node_modules && npm install && npm run production ---> Using cache ---> 89ff0b9fd458 Successfully built 89ff0b9fd458 Successfully tagged akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-dir:local 09:42:56 - BUILD INFO - Pushing akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36 container The push refers to repository [docker.io/akvo/rsr-backend-dir]  e96866e85ee1: Preparing   8d07cf62b104: Preparing   d4532eae6c77: Preparing   cd99e4350d8c: Preparing   10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  732d7fdeaf75: Waiting  fef18942c1ab: Waiting  f9dedeef8c1d: Waiting  eeadf70c7437: Waiting  06745db1e789: Waiting  dbaf73d9a785: Waiting  d368daf8d4c8: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  d4532eae6c77: Layer already exists  8d07cf62b104: Layer already exists  e96866e85ee1: Layer already exists  10180d997df2: Layer already exists  cd99e4350d8c: Layer already exists  eeadf70c7437: Layer already exists  f9dedeef8c1d: Layer already exists  fef18942c1ab: Layer already exists  732d7fdeaf75: Layer already exists  06745db1e789: Layer already exists  dbaf73d9a785: Layer already exists  b216e2f7e366: Layer already exists  d368daf8d4c8: Layer already exists  15e75ac4cd61: Layer already exists  b6d8f557ceb3: Layer already exists  ea9370fbf8d0: Layer already exists  a10c79771e86: Layer already exists  b65d30014aa7: Layer already exists  3f4c8c89729b: Layer already exists  5c813a85f7f0: Layer already exists  ce8168f12337: Layer already exists  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists c963080767f45828c31f83ca5cd25d36: digest: sha256:404ecf5af9fe99d70fe8df52be398951100873fc05907589bd1f5c95624a277f size: 5142 09:43:00 - BUILD INFO - Pulling akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36 docker.io/akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36 09:43:22 - BUILD INFO - Building akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 5.571MB Sending build context to Docker daemon 20.61MB Sending build context to Docker daemon 26.18MB Sending build context to Docker daemon 29.52MB Sending build context to Docker daemon 33.42MB Sending build context to Docker daemon 36.21MB Sending build context to Docker daemon 39.55MB Sending build context to Docker daemon 40.36MB Step 1/4 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local ---> 33d7c2ec13c9 Step 2/4 : WORKDIR /var/akvo/rsr/code/akvo/rsr/spa ---> Using cache ---> e3548186be69 Step 3/4 : COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa ---> 5d5911feb495 Step 4/4 : RUN rm -rf node_modules && npm install && npm run production ---> Running in 27c1d46f4165 > 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 1776 packages from 940 contributors and audited 1851 packages in 29.804s found 284 vulnerabilities (6 low, 86 moderate, 141 high, 51 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 7/8 modules 1 active .../code/akvo/rsr/spa/app/styles/main.scss 10% building 7/9 modules 2 active .../node_modules/react-hot-loader/index.js 10% building 7/10 modules 3 active ...kvo/rsr/spa/node_modules/react/index.js 10% building 7/11 modules 4 active ...rsr/spa/node_modules/react-dom/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 ...o/rsr/spa/node_modules/antd/es/index.js 10% building 7/22 modules 15 active .../javascript-time-ago/locale/en/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 13/25 modules 12 active ...s/redux-persist/es/integration/react.js 11% building 14/25 modules 11 active ...s/redux-persist/es/integration/react.js 11% building 15/25 modules 10 active ...s/redux-persist/es/integration/react.js  11% building 16/25 modules 9 active ...s/redux-persist/es/integration/react.js 12% building 17/25 modules 8 active ...s/redux-persist/es/integration/react.js 12% building 18/25 modules 7 active ...s/redux-persist/es/integration/react.js 12% building 19/25 modules 6 active ...s/redux-persist/es/integration/react.js 12% building 20/25 modules 5 active ...s/redux-persist/es/integration/react.js 12% building 21/25 modules 4 active ...s/redux-persist/es/integration/react.js 12% building 21/26 modules 5 active ...p/modules/project-view/project-view.jsx 12% building 21/27 modules 6 active ...spa/app/modules/hierarchy/hierarchy.jsx 12% building 21/28 modules 7 active ...r/spa/app/modules/projects/projects.jsx 12% building 21/29 modules 8 active ...rsr/spa/app/modules/program/program.jsx 12% building 21/30 modules 9 active ...kvo/rsr/spa/app/modules/users/users.jsx 12% building 21/31 modules 10 active ...rsr/spa/app/modules/reports/reports.jsx 12% building 21/32 modules 11 active .../akvo/rsr/spa/app/modules/iati/iati.jsx 12% building 21/33 modules 12 active ...rsr/spa/app/modules/profile/profile.jsx 12% building 22/33 modules 11 active ...rsr/spa/app/modules/profile/profile.jsx 12% building 22/34 modules 12 active ...dist/react-hot-loader.production.min.js 12% building 22/35 modules 13 active ...dules/react/cjs/react.production.min.js 12% building 22/36 modules 14 active ...act-dom/cjs/react-dom.production.min.js 12% building 22/37 modules 15 active .../node_modules/webpack/buildin/global.js 12% building 22/38 modules 16 active ...emotion-element-57a3a7a3.browser.esm.js 12% building 22/39 modules 17 active ...de_modules/i18next-xhr-backend/index.js 12% building 22/40 modules 18 active ...t-intervalplural-postprocessor/index.js 12% building 23/40 modules 17 active ...t-intervalplural-postprocessor/index.js 12% building 24/40 modules 16 active ...t-intervalplural-postprocessor/index.js 12% building 24/41 modules 17 active .../node_modules/redux-persist/es/index.js 12% building 24/42 modules 18 active ...dules/redux-devtools-extension/index.js 12% building 24/43 modules 19 active ...t-time-ago/modules/JavascriptTimeAgo.js 12% building 24/44 modules 20 active ...s/javascript-time-ago/modules/locale.js 12% building 24/45 modules 21 active ...rsr/spa/node_modules/axios/lib/axios.js 12% building 24/46 modules 22 active ...a/node_modules/i18next/dist/es/index.js 12% building 24/47 modules 23 active ..._modules/react-i18next/dist/es/index.js 13% building 25/47 modules 22 active ..._modules/react-i18next/dist/es/index.js 13% building 26/47 modules 21 active ..._modules/react-i18next/dist/es/index.js 13% building 27/47 modules 20 active ..._modules/react-i18next/dist/es/index.js 13% building 28/47 modules 19 active ..._modules/react-i18next/dist/es/index.js 13% building 28/48 modules 20 active ...sr/spa/node_modules/reset-css/reset.css 13% building 28/49 modules 21 active .../akvo/rsr/spa/app/store/user-reducer.js 13% building 28/50 modules 22 active .../rsr/spa/node_modules/redux/es/redux.js 13% building 28/51 modules 23 active ...pa/node_modules/redux-thunk/es/index.js 13% building 28/52 modules 24 active ...s/react-redux/es/components/Provider.js 13% building 28/53 modules 25 active ...-redux/es/components/connectAdvanced.js 13% building 28/54 modules 26 active ...es/react-redux/es/components/Context.js 13% building 28/55 modules 27 active ...dules/react-redux/es/connect/connect.js 13% building 28/56 modules 28 active ...ime-ago/locale-more-styles/en/tiny.json 13% building 29/56 modules 27 active ...ime-ago/locale-more-styles/en/tiny.json 13% building 30/56 modules 26 active ...ime-ago/locale-more-styles/en/tiny.json 13% building 31/56 modules 25 active ...ime-ago/locale-more-styles/en/tiny.json 13% building 32/56 modules 24 active ...ime-ago/locale-more-styles/en/tiny.json 13% building 32/57 modules 25 active ...eact-router-dom/esm/react-router-dom.js 13% building 32/58 modules 26 active ...de_modules/@sentry/browser/esm/index.js 13% building 32/59 modules 27 active ...eact-router-last-location/dist/index.js 13% building 32/60 modules 28 active ...o/rsr/spa/app/modules/editor/reducer.js 13% building 32/61 modules 29 active .../rsr/spa/app/modules/results/reducer.js 13% building 32/62 modules 30 active ...ules/redux-persist/lib/storage/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 43/63 modules 20 active ...e_modules/react-svg-inline/lib/index.js 15% building 44/63 modules 19 active ...e_modules/react-svg-inline/lib/index.js 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 50/65 modules 15 active ...vo/rsr/spa/node_modules/core-js/shim.js 16% building 51/65 modules 14 active ...vo/rsr/spa/node_modules/core-js/shim.js 16% building 52/65 modules 13 active ...vo/rsr/spa/node_modules/core-js/shim.js 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 55/65 modules 10 active ...vo/rsr/spa/node_modules/core-js/shim.js 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 ...ules/redux-persist/es/persistReducer.js 17% building 61/77 modules 16 active ...e_modules/redux-persist/es/constants.js 17% building 61/78 modules 17 active ...spa/node_modules/antd/es/affix/index.js 17% building 61/79 modules 18 active ...pa/node_modules/antd/es/anchor/index.js 17% building 61/80 modules 19 active ..._modules/antd/es/auto-complete/index.js 17% building 61/81 modules 20 active ...spa/node_modules/antd/es/alert/index.js 17% building 61/82 modules 21 active ...pa/node_modules/antd/es/avatar/index.js 17% building 61/83 modules 22 active .../node_modules/antd/es/back-top/index.js 17% building 61/84 modules 23 active ...spa/node_modules/antd/es/badge/index.js 17% building 61/85 modules 24 active ...ode_modules/antd/es/breadcrumb/index.js 17% building 61/86 modules 25 active ...pa/node_modules/antd/es/button/index.js 17% building 61/87 modules 26 active .../node_modules/antd/es/calendar/index.js 17% building 61/88 modules 27 active .../spa/node_modules/antd/es/card/index.js 17% building 61/89 modules 28 active .../node_modules/antd/es/collapse/index.js 17% building 61/90 modules 29 active .../node_modules/antd/es/carousel/index.js 17% building 61/91 modules 30 active .../node_modules/antd/es/cascader/index.js 17% building 61/92 modules 31 active .../node_modules/antd/es/checkbox/index.js 17% building 61/93 modules 32 active ...r/spa/node_modules/antd/es/col/index.js 17% building 61/94 modules 33 active ...a/node_modules/antd/es/comment/index.js 17% building 61/95 modules 34 active ...odules/antd/es/config-provider/index.js 17% building 61/96 modules 35 active ...de_modules/antd/es/date-picker/index.js 17% building 61/97 modules 36 active ...e_modules/antd/es/descriptions/index.js 17% building 61/98 modules 37 active ...a/node_modules/antd/es/divider/index.js 17% building 61/99 modules 38 active .../node_modules/antd/es/dropdown/index.js 17% building 61/100 modules 39 active ...pa/node_modules/antd/es/drawer/index.js 17% building 61/101 modules 40 active ...spa/node_modules/antd/es/empty/index.js 17% building 61/102 modules 41 active .../spa/node_modules/antd/es/form/index.js 17% building 61/103 modules 42 active .../spa/node_modules/antd/es/icon/index.js 17% building 61/104 modules 43 active ...spa/node_modules/antd/es/input/index.js 17% building 61/105 modules 44 active ...e_modules/antd/es/input-number/index.js 17% building 61/106 modules 45 active ...pa/node_modules/antd/es/layout/index.js 17% building 61/107 modules 46 active .../spa/node_modules/antd/es/list/index.js 17% building 61/108 modules 47 active ...odules/antd/es/locale-provider/index.js 17% building 61/109 modules 48 active ...a/node_modules/antd/es/message/index.js 17% building 61/110 modules 49 active .../spa/node_modules/antd/es/menu/index.js 17% building 61/111 modules 50 active .../node_modules/antd/es/mentions/index.js 17% building 61/112 modules 51 active ...spa/node_modules/antd/es/modal/index.js 17% building 61/113 modules 52 active ...node_modules/antd/es/statistic/index.js 17% building 61/114 modules 53 active ...e_modules/antd/es/notification/index.js 17% building 61/115 modules 54 active ...de_modules/antd/es/page-header/index.js 17% building 61/116 modules 55 active ...ode_modules/antd/es/pagination/index.js 17% building 61/117 modules 56 active ...ode_modules/antd/es/popconfirm/index.js 17% building 61/118 modules 57 active ...a/node_modules/antd/es/popover/index.js 17% building 61/119 modules 58 active .../node_modules/antd/es/progress/index.js 17% building 61/120 modules 59 active ...spa/node_modules/antd/es/radio/index.js 17% building 61/121 modules 60 active ...o/rsr/spa/app/utils/loading-overlay.jsx 17% building 61/122 modules 61 active ...spa/app/modules/users/su-org-select.jsx 17% building 61/123 modules 62 active ...es/redux-persist/es/purgeStoredState.js 17% building 61/124 modules 63 active ...rsr/spa/node_modules/axios/lib/utils.js 17% building 61/125 modules 64 active ...emotion/cache/dist/cache.browser.esm.js 17% building 61/126 modules 65 active ...emotion/utils/dist/utils.browser.esm.js 17% building 61/127 modules 66 active ...serialize/dist/serialize.browser.esm.js 17% building 61/128 modules 67 active ...emotion/sheet/dist/sheet.browser.esm.js 17% building 61/129 modules 68 active ...es/@emotion/css/dist/css.browser.esm.js 17% building 61/130 modules 69 active ..._modules/react-i18next/dist/es/Trans.js 17% building 62/130 modules 68 active ..._modules/react-i18next/dist/es/Trans.js 17% building 62/131 modules 69 active ...odules/react-i18next/dist/es/context.js 17% building 62/132 modules 70 active ...modules/react-i18next/dist/es/useSSR.js 17% building 62/133 modules 71 active ...odules/react-i18next/dist/es/withSSR.js 17% building 63/133 modules 70 active ...odules/react-i18next/dist/es/withSSR.js 17% building 64/133 modules 69 active ...odules/react-i18next/dist/es/withSSR.js 17% building 64/134 modules 70 active ...act-redux/es/connect/selectorFactory.js 17% building 64/135 modules 71 active ...dules/axios/lib/helpers/isAxiosError.js 17% building 64/136 modules 72 active ...ode_modules/axios/lib/helpers/spread.js 17% building 65/136 modules 71 active ...ode_modules/axios/lib/helpers/spread.js 17% building 66/136 modules 70 active ...ode_modules/axios/lib/helpers/spread.js 18% building 67/136 modules 69 active ...ode_modules/axios/lib/helpers/spread.js 18% building 68/136 modules 68 active ...ode_modules/axios/lib/helpers/spread.js 18% building 68/137 modules 69 active ...persist/lib/storage/createWebStorage.js 18% building 69/137 modules 68 active ...persist/lib/storage/createWebStorage.js 18% building 70/137 modules 67 active ...persist/lib/storage/createWebStorage.js 18% building 70/138 modules 68 active ...sr/spa/node_modules/react-spring/web.js 18% building 70/139 modules 69 active ...sr/spa/node_modules/classnames/index.js 18% building 71/139 modules 68 active ...sr/spa/node_modules/classnames/index.js 18% building 72/139 modules 67 active ...sr/spa/node_modules/classnames/index.js 18% building 73/139 modules 66 active ...sr/spa/node_modules/classnames/index.js 18% building 74/139 modules 65 active ...sr/spa/node_modules/classnames/index.js 19% building 75/139 modules 64 active ...sr/spa/node_modules/classnames/index.js 19% building 76/139 modules 63 active ...sr/spa/node_modules/classnames/index.js 19% building 77/139 modules 62 active ...sr/spa/node_modules/classnames/index.js 19% building 78/139 modules 61 active ...sr/spa/node_modules/classnames/index.js 19% building 79/139 modules 60 active ...sr/spa/node_modules/classnames/index.js 19% building 80/139 modules 59 active ...sr/spa/node_modules/classnames/index.js 19% building 81/139 modules 58 active ...sr/spa/node_modules/classnames/index.js 19% building 82/139 modules 57 active ...sr/spa/node_modules/classnames/index.js 19% building 83/139 modules 56 active ...sr/spa/node_modules/classnames/index.js 20% building 84/139 modules 55 active ...sr/spa/node_modules/classnames/index.js 20% building 85/139 modules 54 active ...sr/spa/node_modules/classnames/index.js 20% building 86/139 modules 53 active ...sr/spa/node_modules/classnames/index.js 20% building 87/139 modules 52 active ...sr/spa/node_modules/classnames/index.js 20% building 88/139 modules 51 active ...sr/spa/node_modules/classnames/index.js 20% building 89/139 modules 50 active ...sr/spa/node_modules/classnames/index.js 20% building 90/139 modules 49 active ...sr/spa/node_modules/classnames/index.js 20% building 91/139 modules 48 active ...sr/spa/node_modules/classnames/index.js 21% building 92/139 modules 47 active ...sr/spa/node_modules/classnames/index.js 21% building 93/139 modules 46 active ...sr/spa/node_modules/classnames/index.js 21% building 94/139 modules 45 active ...sr/spa/node_modules/classnames/index.js 21% building 95/139 modules 44 active ...sr/spa/node_modules/classnames/index.js 21% building 96/139 modules 43 active ...sr/spa/node_modules/classnames/index.js 21% building 97/139 modules 42 active ...sr/spa/node_modules/classnames/index.js 21% building 98/139 modules 41 active ...sr/spa/node_modules/classnames/index.js 21% building 99/139 modules 40 active ...sr/spa/node_modules/classnames/index.js 22% building 100/139 modules 39 active ...sr/spa/node_modules/classnames/index.js 22% building 101/139 modules 38 active ...sr/spa/node_modules/classnames/index.js 22% building 102/139 modules 37 active ...sr/spa/node_modules/classnames/index.js 22% building 103/139 modules 36 active ...sr/spa/node_modules/classnames/index.js 22% building 104/139 modules 35 active ...sr/spa/node_modules/classnames/index.js 22% building 105/139 modules 34 active ...sr/spa/node_modules/classnames/index.js 22% building 106/139 modules 33 active ...sr/spa/node_modules/classnames/index.js 22% building 107/139 modules 32 active ...sr/spa/node_modules/classnames/index.js 22% building 108/139 modules 31 active ...sr/spa/node_modules/classnames/index.js 22% building 108/140 modules 32 active ...e_modules/relative-time-format/index.js 23% building 109/140 modules 31 active ...e_modules/relative-time-format/index.js 23% building 110/140 modules 30 active ...e_modules/relative-time-format/index.js 23% building 111/140 modules 29 active ...e_modules/relative-time-format/index.js 23% building 112/140 modules 28 active ...e_modules/relative-time-format/index.js 23% building 113/140 modules 27 active ...e_modules/relative-time-format/index.js 23% building 114/140 modules 26 active ...e_modules/relative-time-format/index.js 23% building 115/140 modules 25 active ...e_modules/relative-time-format/index.js 23% building 116/140 modules 24 active ...e_modules/relative-time-format/index.js 24% building 117/140 modules 23 active ...e_modules/relative-time-format/index.js 24% building 118/140 modules 22 active ...e_modules/relative-time-format/index.js 24% building 119/140 modules 21 active ...e_modules/relative-time-format/index.js 24% building 119/141 modules 22 active ...relative-time-format/locale/en/index.js 24% building 120/141 modules 21 active ...relative-time-format/locale/en/index.js 24% building 121/141 modules 20 active ...relative-time-format/locale/en/index.js 24% building 121/142 modules 21 active ...@babel/runtime/helpers/inheritsLoose.js 24% building 122/142 modules 20 active ...@babel/runtime/helpers/inheritsLoose.js 24% building 123/142 modules 19 active ...@babel/runtime/helpers/inheritsLoose.js 24% building 123/143 modules 20 active ...modules/editor/section10/validations.js 24% building 123/144 modules 21 active .../modules/editor/section8/validations.js 24% building 124/144 modules 20 active .../modules/editor/section8/validations.js 25% building 125/144 modules 19 active .../modules/editor/section8/validations.js 25% building 126/144 modules 18 active .../modules/editor/section8/validations.js 25% building 127/144 modules 17 active .../modules/editor/section8/validations.js 25% building 128/144 modules 16 active .../modules/editor/section8/validations.js 25% building 129/144 modules 15 active .../modules/editor/section8/validations.js 25% building 130/144 modules 14 active .../modules/editor/section8/validations.js 25% building 131/144 modules 13 active .../modules/editor/section8/validations.js 25% building 132/144 modules 12 active .../modules/editor/section8/validations.js 25% building 133/144 modules 11 active .../modules/editor/section8/validations.js 25% building 133/145 modules 12 active ...next-xhr-backend/dist/commonjs/utils.js 25% building 133/146 modules 13 active ...8next-xhr-backend/dist/commonjs/ajax.js 25% building 133/147 modules 14 active ...sr/spa/app/modules/editor/field-sets.js 26% building 134/147 modules 13 active ...sr/spa/app/modules/editor/field-sets.js 26% building 134/148 modules 14 active ...ode/akvo/rsr/spa/app/images/alert2.json 26% building 135/148 modules 13 active ...ode/akvo/rsr/spa/app/images/alert2.json 26% building 136/148 modules 12 active ...ode/akvo/rsr/spa/app/images/alert2.json 26% building 136/149 modules 13 active .../modules/editor/section7/validations.js 26% building 136/150 modules 14 active .../modules/editor/section6/validations.js 26% building 136/151 modules 15 active .../modules/editor/section4/validations.js 26% building 136/152 modules 16 active ...rsr/code/akvo/rsr/spa/app/utils/misc.js 26% building 136/153 modules 17 active ...o/rsr/spa/node_modules/moment/moment.js 26% building 136/154 modules 18 active .../rsr/spa/app/utils/loading-overlay.scss 26% building 137/154 modules 17 active .../rsr/spa/app/utils/loading-overlay.scss 26% building 137/155 modules 18 active ...a/node_modules/i18next/dist/es/utils.js 26% building 137/156 modules 19 active ...odules/i18next/dist/es/postProcessor.js 26% building 137/157 modules 20 active ...e_modules/core-js/modules/es6.symbol.js 26% building 137/158 modules 21 active ...s/core-js/modules/core.regexp.escape.js 26% building 137/159 modules 22 active ...a/node_modules/core-js/modules/_core.js 26% building 137/160 modules 23 active ...ules/redux-persist/es/getStoredState.js 26% building 137/161 modules 24 active ...spa/node_modules/object-assign/index.js 26% building 137/162 modules 25 active ...es/redux-persist/es/createPersistoid.js 26% building 138/162 modules 24 active ...es/redux-persist/es/createPersistoid.js 26% building 138/163 modules 25 active ...a/node_modules/antd/es/anchor/Anchor.js 26% building 138/164 modules 26 active ...odules/antd/es/breadcrumb/Breadcrumb.js 26% building 138/165 modules 27 active ...a/node_modules/antd/es/button/button.js 26% building 138/166 modules 28 active ...de_modules/antd/es/collapse/Collapse.js 26% building 138/167 modules 29 active ...de_modules/antd/es/checkbox/Checkbox.js 26% building 138/168 modules 30 active ...de_modules/antd/es/dropdown/dropdown.js 26% building 138/169 modules 31 active ...spa/node_modules/antd/es/input/Input.js 26% building 138/170 modules 32 active ...a/node_modules/antd/es/layout/layout.js 26% building 138/171 modules 33 active ..._modules/antd/es/statistic/Statistic.js 26% building 138/172 modules 34 active ...odules/antd/es/pagination/Pagination.js 26% building 138/173 modules 35 active ...r/spa/node_modules/antd/es/form/Form.js 26% building 138/174 modules 36 active ...de_modules/antd/es/progress/progress.js 26% building 138/175 modules 37 active ...spa/node_modules/antd/es/radio/radio.js 26% building 139/175 modules 36 active ...spa/node_modules/antd/es/radio/radio.js 26% building 139/176 modules 37 active ...de_modules/antd/es/radio/radioButton.js 26% building 140/176 modules 36 active ...de_modules/antd/es/radio/radioButton.js 26% building 140/177 modules 37 active ...odules/@babel/runtime/helpers/typeof.js 26% building 141/177 modules 36 active ...odules/@babel/runtime/helpers/typeof.js 27% building 142/177 modules 35 active ...odules/@babel/runtime/helpers/typeof.js 27% building 142/178 modules 36 active ...@sentry/browser/esm/transports/index.js 27% building 142/179 modules 37 active ...el/runtime/helpers/esm/inheritsLoose.js 27% building 142/180 modules 38 active ...s/@babel/runtime/helpers/esm/extends.js 27% building 142/181 modules 39 active ...me/helpers/esm/assertThisInitialized.js 27% building 143/181 modules 38 active ...me/helpers/esm/assertThisInitialized.js 27% building 144/181 modules 37 active ...me/helpers/esm/assertThisInitialized.js 27% building 144/182 modules 38 active ...app/modules/announcements/HelpLinks.jsx 27% building 145/182 modules 37 active ...app/modules/announcements/HelpLinks.jsx 27% building 145/183 modules 38 active ...rsr/spa/node_modules/tslib/tslib.es6.js 27% building 145/184 modules 39 active ...babel/runtime/helpers/classCallCheck.js 27% building 145/185 modules 40 active .../@babel/runtime/helpers/objectSpread.js 27% building 145/186 modules 41 active .../node_modules/axios/lib/helpers/bind.js 27% building 145/187 modules 42 active ...td/es/locale-provider/LocaleReceiver.js 27% building 145/188 modules 43 active ...-redux/es/connect/verifySubselectors.js 27% building 146/188 modules 42 active ...-redux/es/connect/verifySubselectors.js 27% building 147/188 modules 41 active ...-redux/es/connect/verifySubselectors.js 27% building 148/188 modules 40 active ...-redux/es/connect/verifySubselectors.js 27% building 148/189 modules 41 active ...time/helpers/objectWithoutProperties.js 27% building 148/190 modules 42 active .../rsr/spa/node_modules/react-is/index.js 27% building 149/190 modules 41 active .../rsr/spa/node_modules/react-is/index.js 27% building 149/191 modules 42 active ..._modules/react-i18next/dist/es/utils.js 27% building 149/192 modules 43 active ...redux-persist/lib/storage/getStorage.js 28% building 150/192 modules 42 active ...redux-persist/lib/storage/getStorage.js 28% building 151/192 modules 41 active ...redux-persist/lib/storage/getStorage.js 28% building 151/193 modules 42 active ...sr/spa/node_modules/prop-types/index.js 28% building 152/193 modules 41 active ...sr/spa/node_modules/prop-types/index.js 28% building 152/194 modules 42 active ...a/node_modules/antd/es/_util/warning.js 28% building 152/195 modules 43 active ...elative-time-format/locale/en/long.json 28% building 153/195 modules 42 active ...elative-time-format/locale/en/long.json 28% building 154/195 modules 41 active ...elative-time-format/locale/en/long.json 28% building 154/196 modules 42 active ...ative-time-format/locale/en/narrow.json 28% building 154/197 modules 43 active ...odules/react-router/esm/react-router.js 28% building 154/198 modules 44 active ...spa/node_modules/history/esm/history.js 28% building 155/198 modules 43 active ...spa/node_modules/history/esm/history.js 28% building 156/198 modules 42 active ...spa/node_modules/history/esm/history.js 28% building 157/198 modules 41 active ...spa/node_modules/history/esm/history.js 28% building 158/198 modules 40 active ...spa/node_modules/history/esm/history.js 29% building 159/198 modules 39 active ...spa/node_modules/history/esm/history.js 29% building 160/198 modules 38 active ...spa/node_modules/history/esm/history.js 29% building 161/198 modules 37 active ...spa/node_modules/history/esm/history.js 29% building 162/198 modules 36 active ...spa/node_modules/history/esm/history.js 29% building 163/198 modules 35 active ...spa/node_modules/history/esm/history.js 29% building 164/198 modules 34 active ...spa/node_modules/history/esm/history.js 29% building 165/198 modules 33 active ...spa/node_modules/history/esm/history.js 29% building 166/198 modules 32 active ...spa/node_modules/history/esm/history.js 30% building 167/198 modules 31 active ...spa/node_modules/history/esm/history.js 30% building 167/199 modules 32 active ...ers/esm/objectWithoutPropertiesLoose.js 30% building 168/199 modules 31 active ...ers/esm/objectWithoutPropertiesLoose.js 30% building 168/200 modules 32 active ...lative-time-format/locale/en/short.json 30% building 169/200 modules 31 active ...lative-time-format/locale/en/short.json 30% building 170/200 modules 30 active ...lative-time-format/locale/en/short.json 30% building 171/200 modules 29 active ...lative-time-format/locale/en/short.json 30% building 172/200 modules 28 active ...lative-time-format/locale/en/short.json 30% building 173/200 modules 27 active ...lative-time-format/locale/en/short.json 30% building 174/200 modules 26 active ...lative-time-format/locale/en/short.json 31% building 175/200 modules 25 active ...lative-time-format/locale/en/short.json 31% building 176/200 modules 24 active ...lative-time-format/locale/en/short.json 31% building 177/200 modules 23 active ...lative-time-format/locale/en/short.json 31% building 178/200 modules 22 active ...lative-time-format/locale/en/short.json 31% building 178/201 modules 23 active ...ative-time-format/locale/en/quantify.js 31% building 179/201 modules 22 active ...ative-time-format/locale/en/quantify.js 31% building 180/201 modules 21 active ...ative-time-format/locale/en/quantify.js 31% building 181/201 modules 20 active ...ative-time-format/locale/en/quantify.js 31% building 181/202 modules 21 active ...e_modules/symbol-observable/es/index.js 31% building 182/202 modules 20 active ...e_modules/symbol-observable/es/index.js 31% building 182/203 modules 21 active ...me-format/modules/RelativeTimeFormat.js 31% building 183/203 modules 20 active ...me-format/modules/RelativeTimeFormat.js 32% building 184/203 modules 19 active ...me-format/modules/RelativeTimeFormat.js 32% building 185/203 modules 18 active ...me-format/modules/RelativeTimeFormat.js 32% building 186/203 modules 17 active ...me-format/modules/RelativeTimeFormat.js 32% building 186/204 modules 18 active ...o/rsr/spa/app/utils/validation-utils.js 32% building 187/204 modules 17 active ...o/rsr/spa/app/utils/validation-utils.js 32% building 187/205 modules 18 active ...kvo/rsr/spa/node_modules/humps/humps.js 32% building 188/205 modules 17 active ...kvo/rsr/spa/node_modules/humps/humps.js 32% building 189/205 modules 16 active ...kvo/rsr/spa/node_modules/humps/humps.js 32% building 190/205 modules 15 active ...kvo/rsr/spa/node_modules/humps/humps.js 32% building 191/205 modules 14 active ...kvo/rsr/spa/node_modules/humps/humps.js 32% building 191/206 modules 15 active .../spa/node_modules/antd/es/grid/index.js 33% building 192/206 modules 14 active .../spa/node_modules/antd/es/grid/index.js 33% building 193/206 modules 13 active .../spa/node_modules/antd/es/grid/index.js 33% building 194/206 modules 12 active .../spa/node_modules/antd/es/grid/index.js 33% building 194/207 modules 13 active ...node_modules/core-js/modules/_export.js 33% building 194/208 modules 14 active ...de_modules/core-js/modules/_replacer.js 33% building 195/208 modules 13 active ...de_modules/core-js/modules/_replacer.js 33% building 195/209 modules 14 active ...p/modules/announcements/help-links.json 33% building 196/209 modules 13 active ...p/modules/announcements/help-links.json 33% building 196/210 modules 14 active ...ode_modules/antd/es/menu/MenuContext.js 33% building 196/211 modules 15 active ...pa/node_modules/antd/es/_util/motion.js 33% building 196/212 modules 16 active ...r/spa/node_modules/antd/es/_util/raf.js 33% building 196/213 modules 17 active ...pa/node_modules/antd/es/layout/Sider.js 33% building 196/214 modules 18 active ...a/node_modules/antd/es/menu/MenuItem.js 33% building 196/215 modules 19 active ...pa/node_modules/antd/es/menu/SubMenu.js 33% building 196/216 modules 20 active ...r/spa/node_modules/antd/es/list/Item.js 33% building 196/217 modules 21 active .../spa/node_modules/antd/es/_util/type.js 33% building 196/218 modules 22 active ...ules/antd/es/config-provider/context.js 33% building 196/219 modules 23 active ...s/@babel/runtime/helpers/createClass.js 33% building 196/220 modules 24 active ...ode_modules/antd/es/descriptions/Col.js 33% building 196/221 modules 25 active ...ules/antd/es/_util/responsiveObserve.js 33% building 196/222 modules 26 active ...r/spa/node_modules/antd/es/card/Meta.js 33% building 196/223 modules 27 active ...r/spa/node_modules/antd/es/card/Grid.js 33% building 196/224 modules 28 active ...modules/antd/es/_util/interopDefault.js 33% building 196/225 modules 29 active ...node_modules/core-js/modules/_global.js 33% building 197/225 modules 28 active ...node_modules/core-js/modules/_global.js 33% building 197/226 modules 29 active .../@sentry/browser/esm/transports/base.js 33% building 198/226 modules 28 active .../@sentry/browser/esm/transports/base.js 33% building 198/227 modules 29 active .../antd/es/input/ClearableLabeledInput.js 33% building 198/228 modules 30 active .../node_modules/antd/es/progress/utils.js 33% building 198/229 modules 31 active ...node_modules/antd/es/progress/Circle.js 33% building 198/230 modules 32 active ...a/node_modules/antd/es/progress/Line.js 33% building 198/231 modules 33 active ...es-compat/react-lifecycles-compat.es.js 33% building 198/232 modules 34 active ...emoize/dist/weak-memoize.browser.esm.js 33% building 198/233 modules 35 active ...otion/stylis/dist/stylis.browser.esm.js 33% building 199/233 modules 34 active ...otion/stylis/dist/stylis.browser.esm.js 33% building 199/234 modules 35 active ...react-is/cjs/react-is.production.min.js 34% building 200/234 modules 34 active ...react-is/cjs/react-is.production.min.js 34% building 201/234 modules 33 active ...react-is/cjs/react-is.production.min.js 34% building 202/234 modules 32 active ...react-is/cjs/react-is.production.min.js 34% building 202/235 modules 33 active ..._modules/html-parse-stringify2/index.js 34% building 202/236 modules 34 active ...babel/runtime/helpers/defineProperty.js 34% building 203/236 modules 33 active ...babel/runtime/helpers/defineProperty.js 34% building 204/236 modules 32 active ...babel/runtime/helpers/defineProperty.js 34% building 204/237 modules 33 active ...pa/node_modules/rc-calendar/es/index.js 34% building 204/238 modules 34 active .../spa/node_modules/antd/es/_util/wave.js 34% building 204/239 modules 35 active ...ules/antd/es/locale-provider/default.js 34% building 204/240 modules 36 active .../@emotion/hash/dist/hash.browser.esm.js 34% building 204/241 modules 37 active ...ion/memoize/dist/memoize.browser.esm.js 34% building 204/242 modules 38 active ...helpers/objectWithoutPropertiesLoose.js 34% building 204/243 modules 39 active ...es/antd/es/breadcrumb/BreadcrumbItem.js 34% building 204/244 modules 40 active ...rsr/spa/node_modules/scheduler/index.js 34% building 204/245 modules 41 active .../prop-types/factoryWithThrowingShims.js 34% building 204/246 modules 42 active ...node_modules/antd/es/_util/getScroll.js 34% building 204/247 modules 43 active .../node_modules/antd/es/_util/scrollTo.js 34% building 205/247 modules 42 active .../node_modules/antd/es/_util/scrollTo.js 34% building 206/247 modules 41 active .../node_modules/antd/es/_util/scrollTo.js 34% building 206/248 modules 42 active ...modules/react-redux/es/utils/warning.js 34% building 207/248 modules 41 active ...modules/react-redux/es/utils/warning.js 34% building 207/249 modules 42 active ...odules/symbol-observable/es/ponyfill.js 34% building 208/249 modules 41 active ...odules/symbol-observable/es/ponyfill.js 35% building 209/249 modules 40 active ...odules/symbol-observable/es/ponyfill.js 35% building 210/249 modules 39 active ...odules/symbol-observable/es/ponyfill.js 35% building 211/249 modules 38 active ...odules/symbol-observable/es/ponyfill.js 35% building 212/249 modules 37 active ...odules/symbol-observable/es/ponyfill.js 35% building 213/249 modules 36 active ...odules/symbol-observable/es/ponyfill.js 35% building 214/249 modules 35 active ...odules/symbol-observable/es/ponyfill.js 35% building 215/249 modules 34 active ...odules/symbol-observable/es/ponyfill.js 35% building 216/249 modules 33 active ...odules/symbol-observable/es/ponyfill.js 36% building 217/249 modules 32 active ...odules/symbol-observable/es/ponyfill.js 36% building 218/249 modules 31 active ...odules/symbol-observable/es/ponyfill.js 36% building 219/249 modules 30 active ...odules/symbol-observable/es/ponyfill.js 36% building 220/249 modules 29 active ...odules/symbol-observable/es/ponyfill.js 36% building 221/249 modules 28 active ...odules/symbol-observable/es/ponyfill.js 36% building 222/249 modules 27 active ...odules/symbol-observable/es/ponyfill.js 36% building 222/250 modules 28 active .../spa/node_modules/rc-util/es/KeyCode.js 36% building 222/251 modules 29 active ..._modules/rc-util/es/Children/toArray.js 36% building 223/251 modules 28 active ..._modules/rc-util/es/Children/toArray.js 36% building 224/251 modules 27 active ..._modules/rc-util/es/Children/toArray.js 36% building 224/252 modules 28 active ...a/node_modules/core-js/modules/_hide.js 36% building 224/253 modules 29 active ...s/@sentry/browser/esm/transports/xhr.js 36% building 224/254 modules 30 active ...@sentry/browser/esm/transports/fetch.js 37% building 225/254 modules 29 active ...@sentry/browser/esm/transports/fetch.js 37% building 226/254 modules 28 active ...@sentry/browser/esm/transports/fetch.js 37% building 227/254 modules 27 active ...@sentry/browser/esm/transports/fetch.js 37% building 227/255 modules 28 active .../spa/node_modules/rc-util/es/warning.js 37% building 228/255 modules 27 active .../spa/node_modules/rc-util/es/warning.js 37% building 229/255 modules 26 active .../spa/node_modules/rc-util/es/warning.js 37% building 229/256 modules 27 active ...ode_modules/core-js/modules/_library.js 37% building 230/256 modules 26 active ...ode_modules/core-js/modules/_library.js 37% building 231/256 modules 25 active ...ode_modules/core-js/modules/_library.js 37% building 232/256 modules 24 active ...ode_modules/core-js/modules/_library.js 37% building 233/256 modules 23 active ...ode_modules/core-js/modules/_library.js 38% building 234/256 modules 22 active ...ode_modules/core-js/modules/_library.js 38% building 235/256 modules 21 active ...ode_modules/core-js/modules/_library.js 38% building 235/257 modules 22 active ...modules/core-js/modules/_object-gops.js 38% building 235/258 modules 23 active ..._modules/core-js/modules/_object-pie.js 38% building 235/259 modules 24 active ...modules/core-js/modules/_object-gopn.js 38% building 235/260 modules 25 active ...modules/core-js/modules/_object-keys.js 38% building 236/260 modules 24 active ...modules/core-js/modules/_object-keys.js 38% building 237/260 modules 23 active ...modules/core-js/modules/_object-keys.js 38% building 238/260 modules 22 active ...modules/core-js/modules/_object-keys.js 38% building 238/261 modules 23 active ...ules/rc-util/es/Dom/addEventListener.js 38% building 239/261 modules 22 active ...ules/rc-util/es/Dom/addEventListener.js 38% building 239/262 modules 23 active ...vo/rsr/spa/node_modules/yup/es/index.js 38% building 239/263 modules 24 active ...e_modules/core-js/modules/_object-dp.js 38% building 240/263 modules 23 active ...e_modules/core-js/modules/_object-dp.js 38% building 241/263 modules 22 active ...e_modules/core-js/modules/_object-dp.js 39% building 242/263 modules 21 active ...e_modules/core-js/modules/_object-dp.js 39% building 242/264 modules 22 active ...n/unitless/dist/unitless.browser.esm.js 39% building 242/265 modules 23 active .../spa/node_modules/antd/es/spin/index.js 39% building 242/266 modules 24 active ...ve-time-format/modules/resolveLocale.js 39% building 242/267 modules 25 active ...r/spa/node_modules/antd/es/row/index.js 39% building 242/268 modules 26 active .../spa/node_modules/antd/es/tabs/index.js 39% building 242/269 modules 27 active ...-time-format/modules/LocaleDataStore.js 39% building 242/270 modules 28 active ...sr/spa/node_modules/antd/es/grid/row.js 39% building 243/270 modules 27 active ...sr/spa/node_modules/antd/es/grid/row.js 39% building 244/270 modules 26 active ...sr/spa/node_modules/antd/es/grid/row.js 39% building 245/270 modules 25 active ...sr/spa/node_modules/antd/es/grid/row.js 39% building 246/270 modules 24 active ...sr/spa/node_modules/antd/es/grid/row.js 39% building 246/271 modules 25 active ..._modules/deep-object-diff/dist/index.js 39% building 247/271 modules 24 active ..._modules/deep-object-diff/dist/index.js 39% building 247/272 modules 25 active ...sr/spa/node_modules/antd/es/grid/col.js 39% building 247/273 modules 26 active ...pa/node_modules/core-js/modules/_ctx.js 39% building 247/274 modules 27 active ...de_modules/core-js/modules/_redefine.js 39% building 248/274 modules 26 active ...de_modules/core-js/modules/_redefine.js 39% building 249/274 modules 25 active ...de_modules/core-js/modules/_redefine.js 39% building 249/275 modules 26 active ...sr/spa/node_modules/omit.js/es/index.js 39% building 249/276 modules 27 active ..._modules/array-tree-filter/lib/index.js 39% building 249/277 modules 28 active ...node_modules/antd/es/_util/reactNode.js 40% building 250/277 modules 27 active ...node_modules/antd/es/_util/reactNode.js 40% building 251/277 modules 26 active ...node_modules/antd/es/_util/reactNode.js 40% building 252/277 modules 25 active ...node_modules/antd/es/_util/reactNode.js 40% building 252/278 modules 26 active .../antd/es/config-provider/renderEmpty.js 40% building 252/279 modules 27 active ...esign/create-react-context/lib/index.js 40% building 252/280 modules 28 active .../spa/node_modules/shallowequal/index.js 40% building 253/280 modules 27 active .../spa/node_modules/shallowequal/index.js 40% building 254/280 modules 26 active .../spa/node_modules/shallowequal/index.js 40% building 254/281 modules 27 active ...node_modules/antd/es/_util/isNumeric.js 40% building 254/282 modules 28 active ...modules/core-js/modules/_object-gopd.js 40% building 255/282 modules 27 active ...modules/core-js/modules/_object-gopd.js 40% building 256/282 modules 26 active ...modules/core-js/modules/_object-gopd.js 40% building 256/283 modules 27 active ...les/core-js/modules/_object-gopn-ext.js 40% building 257/283 modules 26 active ...les/core-js/modules/_object-gopn-ext.js 40% building 258/283 modules 25 active ...les/core-js/modules/_object-gopn-ext.js 41% building 259/283 modules 24 active ...les/core-js/modules/_object-gopn-ext.js 41% building 259/284 modules 25 active ...dules/core-js/modules/_object-create.js 41% building 260/284 modules 24 active ...dules/core-js/modules/_object-create.js 41% building 261/284 modules 23 active ...dules/core-js/modules/_object-create.js 41% building 261/285 modules 24 active ...heduler/cjs/scheduler.production.min.js 41% building 262/285 modules 23 active ...heduler/cjs/scheduler.production.min.js 41% building 262/286 modules 24 active ...pa/node_modules/rc-cascader/es/index.js 41% building 262/287 modules 25 active ...sr/spa/node_modules/rc-menu/es/index.js 41% building 263/287 modules 24 active ...sr/spa/node_modules/rc-menu/es/index.js 41% building 263/288 modules 25 active .../spa/node_modules/rc-drawer/es/index.js 41% building 264/288 modules 24 active .../spa/node_modules/rc-drawer/es/index.js 41% building 265/288 modules 23 active .../spa/node_modules/rc-drawer/es/index.js 41% building 266/288 modules 22 active .../spa/node_modules/rc-drawer/es/index.js 41% building 266/289 modules 23 active ...node_modules/rc-calendar/es/Calendar.js 41% building 266/290 modules 24 active ...dules/core-js/modules/_property-desc.js 41% building 266/291 modules 25 active ...odules/core-js/modules/_to-primitive.js 41% building 266/292 modules 26 active ..._modules/core-js/modules/_to-iobject.js 41% building 266/293 modules 27 active ...e_modules/core-js/modules/_is-object.js 41% building 266/294 modules 28 active ...e_modules/core-js/modules/_an-object.js 42% building 267/294 modules 27 active ...e_modules/core-js/modules/_an-object.js 42% building 267/295 modules 28 active ...de_modules/core-js/modules/_is-array.js 42% building 267/296 modules 29 active ...e_modules/core-js/modules/_enum-keys.js 42% building 268/296 modules 28 active ...e_modules/core-js/modules/_enum-keys.js 42% building 268/297 modules 29 active ..._modules/core-js/modules/_wks-define.js 42% building 268/298 modules 30 active ...ode_modules/core-js/modules/_wks-ext.js 42% building 268/299 modules 31 active ...pa/node_modules/core-js/modules/_wks.js 42% building 269/299 modules 30 active ...pa/node_modules/core-js/modules/_wks.js 42% building 269/300 modules 31 active ...ules/html-parse-stringify2/lib/parse.js 42% building 269/301 modules 32 active .../html-parse-stringify2/lib/stringify.js 42% building 270/301 modules 31 active .../html-parse-stringify2/lib/stringify.js 42% building 271/301 modules 30 active .../html-parse-stringify2/lib/stringify.js 42% building 271/302 modules 31 active ...pa/node_modules/core-js/modules/_uid.js 42% building 272/302 modules 30 active ...pa/node_modules/core-js/modules/_uid.js 42% building 272/303 modules 31 active .../node_modules/antd/es/locale/default.js 42% building 273/303 modules 30 active .../node_modules/antd/es/locale/default.js 42% building 273/304 modules 31 active ...a/node_modules/antd/es/_util/easings.js 42% building 273/305 modules 32 active ...s/core-js/modules/_set-to-string-tag.js 42% building 274/305 modules 31 active ...s/core-js/modules/_set-to-string-tag.js 42% building 274/306 modules 32 active .../prop-types/lib/ReactPropTypesSecret.js 43% building 275/306 modules 31 active .../prop-types/lib/ReactPropTypesSecret.js 43% building 276/306 modules 30 active .../prop-types/lib/ReactPropTypesSecret.js 43% building 277/306 modules 29 active .../prop-types/lib/ReactPropTypesSecret.js 43% building 278/306 modules 28 active .../prop-types/lib/ReactPropTypesSecret.js 43% building 279/306 modules 27 active .../prop-types/lib/ReactPropTypesSecret.js 43% building 279/307 modules 28 active ...pa/node_modules/rc-checkbox/es/index.js 43% building 279/308 modules 29 active ...node_modules/core-js/modules/_shared.js 43% building 279/309 modules 30 active ...e_modules/moment/locale sync /^\.\/.*$/ 43% building 279/310 modules 31 active .../node_modules/core-js/modules/_fails.js 43% building 279/311 modules 32 active ...a/node_modules/core-js/modules/_meta.js 43% building 279/312 modules 33 active ...modules/core-js/modules/_descriptors.js 43% building 279/313 modules 34 active ...pa/node_modules/core-js/modules/_has.js 43% building 279/314 modules 35 active .../node_modules/antd/es/form/constants.js 43% building 279/315 modules 36 active ...pa/node_modules/antd/es/form/context.js 43% building 279/316 modules 37 active ...a/node_modules/antd/es/form/FormItem.js 43% building 280/316 modules 36 active ...a/node_modules/antd/es/form/FormItem.js 43% building 281/316 modules 35 active ...a/node_modules/antd/es/form/FormItem.js 43% building 282/316 modules 34 active ...a/node_modules/antd/es/form/FormItem.js 43% building 282/317 modules 35 active ...odules/antd/es/pagination/MiniSelect.js 43% building 283/317 modules 34 active ...odules/antd/es/pagination/MiniSelect.js 44% building 284/317 modules 33 active ...odules/antd/es/pagination/MiniSelect.js 44% building 285/317 modules 32 active ...odules/antd/es/pagination/MiniSelect.js 44% building 286/317 modules 31 active ...odules/antd/es/pagination/MiniSelect.js 44% building 286/318 modules 32 active ...pa/node_modules/path-to-regexp/index.js 44% building 287/318 modules 31 active ...pa/node_modules/path-to-regexp/index.js 44% building 288/318 modules 30 active ...pa/node_modules/path-to-regexp/index.js 44% building 288/319 modules 31 active ...ore-js/modules/_object-keys-internal.js 44% building 289/319 modules 30 active ...ore-js/modules/_object-keys-internal.js 44% building 289/320 modules 31 active ...dules/core-js/modules/_enum-bug-keys.js 44% building 290/320 modules 30 active ...dules/core-js/modules/_enum-bug-keys.js 44% building 291/320 modules 29 active ...dules/core-js/modules/_enum-bug-keys.js 44% building 291/321 modules 30 active ...odules/final-form/dist/final-form.es.js 45% building 292/321 modules 29 active ...odules/final-form/dist/final-form.es.js 45% building 293/321 modules 28 active ...odules/final-form/dist/final-form.es.js 45% building 294/321 modules 27 active ...odules/final-form/dist/final-form.es.js 45% building 295/321 modules 26 active ...odules/final-form/dist/final-form.es.js 45% building 295/322 modules 27 active ...vo/rsr/spa/node_modules/yup/es/mixed.js 45% building 296/322 modules 26 active ...vo/rsr/spa/node_modules/yup/es/mixed.js 45% building 297/322 modules 25 active ...vo/rsr/spa/node_modules/yup/es/mixed.js 45% building 298/322 modules 24 active ...vo/rsr/spa/node_modules/yup/es/mixed.js 45% building 299/322 modules 23 active ...vo/rsr/spa/node_modules/yup/es/mixed.js 46% building 300/322 modules 22 active ...vo/rsr/spa/node_modules/yup/es/mixed.js 46% building 300/323 modules 23 active ...a/node_modules/antd/es/tooltip/index.js 46% building 300/324 modules 24 active ...ules/core-js/modules/_ie8-dom-define.js 46% building 300/325 modules 25 active ...o/rsr/spa/node_modules/yup/es/schema.js 46% building 300/326 modules 26 active ...sr/spa/node_modules/yup/es/setLocale.js 46% building 300/327 modules 27 active ...ny-invariant/dist/tiny-invariant.esm.js 46% building 300/328 modules 28 active ..._modules/value-equal/esm/value-equal.js 46% building 300/329 modules 29 active ...s/tiny-warning/dist/tiny-warning.esm.js 46% building 300/330 modules 30 active ...esolve-pathname/esm/resolve-pathname.js 46% building 301/330 modules 29 active ...esolve-pathname/esm/resolve-pathname.js 46% building 301/331 modules 30 active ...node_modules/antd/es/grid/RowContext.js 46% building 302/331 modules 29 active ...node_modules/antd/es/grid/RowContext.js 46% building 303/331 modules 28 active ...node_modules/antd/es/grid/RowContext.js 46% building 303/332 modules 29 active .../node_modules/yup/es/ValidationError.js 46% building 304/332 modules 28 active .../node_modules/yup/es/ValidationError.js 46% building 304/333 modules 29 active ...kvo/rsr/spa/node_modules/yup/es/Lazy.js 46% building 304/334 modules 30 active ...sr/spa/node_modules/yup/es/Reference.js 46% building 305/334 modules 29 active ...sr/spa/node_modules/yup/es/Reference.js 46% building 305/335 modules 30 active .../node_modules/webpack/buildin/module.js 46% building 306/335 modules 29 active .../node_modules/webpack/buildin/module.js 46% building 306/336 modules 30 active .../akvo/rsr/spa/node_modules/raf/index.js 46% building 306/337 modules 31 active ...pa/node_modules/yup/es/util/isSchema.js 46% building 306/338 modules 32 active ...r/spa/node_modules/yup/es/util/reach.js 46% building 306/339 modules 33 active ...e_modules/antd/es/_util/styleChecker.js 46% building 306/340 modules 34 active ...spa/node_modules/antd/es/tabs/TabBar.js 46% building 307/340 modules 33 active ...spa/node_modules/antd/es/tabs/TabBar.js 46% building 307/341 modules 34 active .../node_modules/css-animation/es/Event.js 46% building 307/342 modules 35 active ..._modules/core-js/modules/_a-function.js 46% building 307/343 modules 36 active .../core-js/modules/_function-to-string.js 46% building 308/343 modules 35 active .../core-js/modules/_function-to-string.js 46% building 308/344 modules 36 active ...spa/node_modules/moment/locale/zh-tw.js 46% building 308/345 modules 37 active ...spa/node_modules/moment/locale/zh-hk.js 46% building 308/346 modules 38 active ...ics/dist/hoist-non-react-statics.cjs.js 47% building 309/346 modules 37 active ...ics/dist/hoist-non-react-statics.cjs.js 47% building 310/346 modules 36 active ...ics/dist/hoist-non-react-statics.cjs.js 47% building 311/346 modules 35 active ...ics/dist/hoist-non-react-statics.cjs.js 47% building 312/346 modules 34 active ...ics/dist/hoist-non-react-statics.cjs.js 47% building 313/346 modules 33 active ...ics/dist/hoist-non-react-statics.cjs.js 47% building 314/346 modules 32 active ...ics/dist/hoist-non-react-statics.cjs.js 47% building 314/347 modules 33 active ...spa/node_modules/moment/locale/zh-cn.js 47% building 314/348 modules 34 active ...sr/spa/node_modules/moment/locale/yo.js 47% building 314/349 modules 35 active ...ate-react-context/lib/implementation.js 47% building 314/350 modules 36 active .../node_modules/moment/locale/x-pseudo.js 47% building 315/350 modules 35 active .../node_modules/moment/locale/x-pseudo.js 47% building 315/351 modules 36 active ...odules/rc-pagination/es/locale/en_US.js 47% building 315/352 modules 37 active .../node_modules/@sentry/core/esm/index.js 47% building 315/353 modules 38 active ...vo/rsr/spa/node_modules/yup/es/array.js 47% building 315/354 modules 39 active ...e_modules/rc-form/es/createFormField.js 47% building 315/355 modules 40 active ...ode_modules/rc-form/es/createDOMForm.js 47% building 315/356 modules 41 active ...o/rsr/spa/node_modules/yup/es/object.js 47% building 315/357 modules 42 active ...kvo/rsr/spa/node_modules/yup/es/date.js 47% building 315/358 modules 43 active ...-create-react-context/dist/esm/index.js 47% building 315/359 modules 44 active ...node_modules/@sentry/utils/esm/index.js 47% building 316/359 modules 43 active ...node_modules/@sentry/utils/esm/index.js 47% building 316/360 modules 44 active ...o/rsr/spa/node_modules/yup/es/number.js 48% building 317/360 modules 43 active ...o/rsr/spa/node_modules/yup/es/number.js 48% building 317/361 modules 44 active ...a/node_modules/core-js/modules/_html.js 48% building 317/362 modules 45 active ...sr/spa/node_modules/moment/locale/af.js 48% building 318/362 modules 44 active ...sr/spa/node_modules/moment/locale/af.js 48% building 318/363 modules 45 active ..._modules/core-js/modules/_dom-create.js 48% building 318/364 modules 46 active ..._modules/core-js/modules/_shared-key.js 48% building 318/365 modules 47 active ..._modules/core-js/modules/_object-dps.js 48% building 319/365 modules 46 active ..._modules/core-js/modules/_object-dps.js 48% building 319/366 modules 47 active ...node_modules/rc-cascader/es/Cascader.js 48% building 319/367 modules 48 active ...rsr/spa/node_modules/rc-menu/es/Menu.js 48% building 320/367 modules 47 active ...rsr/spa/node_modules/rc-menu/es/Menu.js 48% building 321/367 modules 46 active ...rsr/spa/node_modules/rc-menu/es/Menu.js 48% building 322/367 modules 45 active ...rsr/spa/node_modules/rc-menu/es/Menu.js 48% building 323/367 modules 44 active ...rsr/spa/node_modules/rc-menu/es/Menu.js 48% building 324/367 modules 43 active ...rsr/spa/node_modules/rc-menu/es/Menu.js 49% building 325/367 modules 42 active ...rsr/spa/node_modules/rc-menu/es/Menu.js 49% building 326/367 modules 41 active ...rsr/spa/node_modules/rc-menu/es/Menu.js 49% building 326/368 modules 42 active ...e_modules/rc-drawer/es/DrawerWrapper.js 49% building 327/368 modules 41 active ...e_modules/rc-drawer/es/DrawerWrapper.js 49% building 327/369 modules 42 active .../spa/node_modules/rc-menu/es/Divider.js 49% building 327/370 modules 43 active ...ode_modules/rc-menu/es/MenuItemGroup.js 49% building 327/371 modules 44 active ...spa/node_modules/rc-menu/es/MenuItem.js 49% building 327/372 modules 45 active .../spa/node_modules/rc-menu/es/SubMenu.js 49% building 328/372 modules 44 active .../spa/node_modules/rc-menu/es/SubMenu.js 49% building 328/373 modules 45 active ...ode_modules/core-js/modules/_iobject.js 49% building 329/373 modules 44 active ...ode_modules/core-js/modules/_iobject.js 49% building 329/374 modules 45 active ...ode_modules/core-js/modules/_defined.js 49% building 329/375 modules 46 active ...o/rsr/spa/node_modules/yup/es/string.js 49% building 329/376 modules 47 active ...pa/node_modules/core-js/modules/_cof.js 49% building 330/376 modules 46 active ...pa/node_modules/core-js/modules/_cof.js 49% building 331/376 modules 45 active ...pa/node_modules/core-js/modules/_cof.js 49% building 331/377 modules 46 active .../html-parse-stringify2/lib/parse-tag.js 49% building 332/377 modules 45 active .../html-parse-stringify2/lib/parse-tag.js 49% building 333/377 modules 44 active .../html-parse-stringify2/lib/parse-tag.js 49% building 333/378 modules 45 active ...a/node_modules/rc-tabs/es/TabContent.js 49% building 333/379 modules 46 active ...sr/spa/node_modules/moment/locale/vi.js 50% building 334/379 modules 45 active ...sr/spa/node_modules/moment/locale/vi.js 50% building 335/379 modules 44 active ...sr/spa/node_modules/moment/locale/vi.js 50% building 336/379 modules 43 active ...sr/spa/node_modules/moment/locale/vi.js 50% building 337/379 modules 42 active ...sr/spa/node_modules/moment/locale/vi.js 50% building 338/379 modules 41 active ...sr/spa/node_modules/moment/locale/vi.js 50% building 338/380 modules 42 active ...sr/spa/node_modules/moment/locale/uz.js 50% building 338/381 modules 43 active ...pa/node_modules/rc-progress/es/index.js 50% building 338/382 modules 44 active ...a/node_modules/moment/locale/uz-latn.js 50% building 338/383 modules 45 active ...pa/node_modules/antd/es/select/index.js 50% building 339/383 modules 44 active ...pa/node_modules/antd/es/select/index.js 50% building 340/383 modules 43 active ...pa/node_modules/antd/es/select/index.js 50% building 341/383 modules 42 active ...pa/node_modules/antd/es/select/index.js 51% building 342/383 modules 41 active ...pa/node_modules/antd/es/select/index.js 51% building 343/383 modules 40 active ...pa/node_modules/antd/es/select/index.js 51% building 343/384 modules 41 active ...sr/spa/node_modules/moment/locale/ur.js 51% building 344/384 modules 40 active ...sr/spa/node_modules/moment/locale/ur.js 51% building 345/384 modules 39 active ...sr/spa/node_modules/moment/locale/ur.js 51% building 345/385 modules 40 active ...sr/spa/node_modules/moment/locale/uk.js 51% building 346/385 modules 39 active ...sr/spa/node_modules/moment/locale/uk.js 51% building 346/386 modules 40 active ...spa/node_modules/moment/locale/ug-cn.js 51% building 347/386 modules 39 active ...spa/node_modules/moment/locale/ug-cn.js 51% building 347/387 modules 40 active ...es/antd/node_modules/lodash/debounce.js 51% building 348/387 modules 39 active ...es/antd/node_modules/lodash/debounce.js 51% building 348/388 modules 40 active ...r/spa/node_modules/moment/locale/tzm.js 51% building 348/389 modules 41 active ...node_modules/rc-checkbox/es/Checkbox.js 51% building 348/390 modules 42 active ...odules/antd/es/calendar/locale/en_US.js 51% building 348/391 modules 43 active ...e_modules/rc-calendar/es/util/toTime.js 51% building 349/391 modules 42 active ...e_modules/rc-calendar/es/util/toTime.js 52% building 350/391 modules 41 active ...e_modules/rc-calendar/es/util/toTime.js 52% building 350/392 modules 42 active ...odules/babel-runtime/helpers/extends.js 52% building 350/393 modules 43 active .../node_modules/moment/locale/tzm-latn.js 52% building 351/393 modules 42 active .../node_modules/moment/locale/tzm-latn.js 52% building 352/393 modules 41 active .../node_modules/moment/locale/tzm-latn.js 52% building 353/393 modules 40 active .../node_modules/moment/locale/tzm-latn.js 52% building 353/394 modules 41 active ...les/antd/es/date-picker/locale/en_US.js 52% building 353/395 modules 42 active ...node_modules/@sentry/types/esm/index.js 52% building 354/395 modules 41 active ...node_modules/@sentry/types/esm/index.js 52% building 355/395 modules 40 active ...node_modules/@sentry/types/esm/index.js 52% building 356/395 modules 39 active ...node_modules/@sentry/types/esm/index.js 52% building 357/395 modules 38 active ...node_modules/@sentry/types/esm/index.js 52% building 357/396 modules 39 active ...dules/babel-runtime/helpers/inherits.js 52% building 358/396 modules 38 active ...dules/babel-runtime/helpers/inherits.js 53% building 359/396 modules 37 active ...dules/babel-runtime/helpers/inherits.js 53% building 360/396 modules 36 active ...dules/babel-runtime/helpers/inherits.js 53% building 360/397 modules 37 active ...les/deep-object-diff/dist/diff/index.js 53% building 360/398 modules 38 active ...me/helpers/possibleConstructorReturn.js 53% building 361/398 modules 37 active ...me/helpers/possibleConstructorReturn.js 53% building 362/398 modules 36 active ...me/helpers/possibleConstructorReturn.js 53% building 362/399 modules 37 active ...babel-runtime/helpers/classCallCheck.js 53% building 362/400 modules 38 active ...les/antd/es/time-picker/locale/en_US.js 53% building 362/401 modules 39 active ...odules/rc-calendar/es/date/DateInput.js 53% building 362/402 modules 40 active ...odules/rc-calendar/es/date/DateTable.js 53% building 362/403 modules 41 active ...les/rc-calendar/es/mixin/CommonMixin.js 53% building 362/404 modules 42 active ...s/rc-calendar/es/mixin/CalendarMixin.js 53% building 363/404 modules 41 active ...s/rc-calendar/es/mixin/CalendarMixin.js 53% building 363/405 modules 42 active ...-calendar/es/calendar/CalendarFooter.js 53% building 363/406 modules 43 active ...-calendar/es/calendar/CalendarHeader.js 53% building 364/406 modules 42 active ...-calendar/es/calendar/CalendarHeader.js 53% building 365/406 modules 41 active ...-calendar/es/calendar/CalendarHeader.js 53% building 366/406 modules 40 active ...-calendar/es/calendar/CalendarHeader.js 54% building 367/406 modules 39 active ...-calendar/es/calendar/CalendarHeader.js 54% building 367/407 modules 40 active ...ules/core-js/modules/_array-includes.js 54% building 368/407 modules 39 active ...ules/core-js/modules/_array-includes.js 54% building 369/407 modules 38 active ...ules/core-js/modules/_array-includes.js 54% building 370/407 modules 37 active ...ules/core-js/modules/_array-includes.js 54% building 371/407 modules 36 active ...ules/core-js/modules/_array-includes.js 54% building 372/407 modules 35 active ...ules/core-js/modules/_array-includes.js 54% building 373/407 modules 34 active ...ules/core-js/modules/_array-includes.js 54% building 374/407 modules 33 active ...ules/core-js/modules/_array-includes.js 54% building 375/407 modules 32 active ...ules/core-js/modules/_array-includes.js 55% building 376/407 modules 31 active ...ules/core-js/modules/_array-includes.js 55% building 376/408 modules 32 active ...o/rsr/spa/node_modules/yup/es/locale.js 55% building 376/409 modules 33 active ...deep-object-diff/dist/detailed/index.js 55% building 377/409 modules 32 active ...deep-object-diff/dist/detailed/index.js 55% building 377/410 modules 33 active .../deep-object-diff/dist/updated/index.js 55% building 377/411 modules 34 active .../deep-object-diff/dist/deleted/index.js 55% building 378/411 modules 33 active .../deep-object-diff/dist/deleted/index.js 55% building 379/411 modules 32 active .../deep-object-diff/dist/deleted/index.js 55% building 379/412 modules 33 active .../node_modules/rc-pagination/es/index.js 55% building 380/412 modules 32 active .../node_modules/rc-pagination/es/index.js 55% building 380/413 modules 33 active .../node_modules/yup/es/util/printValue.js 55% building 380/414 modules 34 active ...spa/node_modules/yup/es/util/toArray.js 55% building 381/414 modules 33 active ...spa/node_modules/yup/es/util/toArray.js 55% building 381/415 modules 34 active ...es/deep-object-diff/dist/added/index.js 55% building 382/415 modules 33 active ...es/deep-object-diff/dist/added/index.js 55% building 383/415 modules 32 active ...es/deep-object-diff/dist/added/index.js 55% building 383/416 modules 33 active ...pa/node_modules/enquire.js/src/index.js 56% building 384/416 modules 32 active ...pa/node_modules/enquire.js/src/index.js 56% building 384/417 modules 33 active ...ode_modules/yup/es/util/ReferenceSet.js 56% building 385/417 modules 32 active ...ode_modules/yup/es/util/ReferenceSet.js 56% building 386/417 modules 31 active ...ode_modules/yup/es/util/ReferenceSet.js 56% building 387/417 modules 30 active ...ode_modules/yup/es/util/ReferenceSet.js 56% building 387/418 modules 31 active ...modules/yup/es/util/createValidation.js 56% building 387/419 modules 32 active ...pa/node_modules/yup/es/util/runTests.js 56% building 387/420 modules 33 active ...sr/spa/node_modules/yup/es/Condition.js 56% building 388/420 modules 32 active ...sr/spa/node_modules/yup/es/Condition.js 56% building 389/420 modules 31 active ...sr/spa/node_modules/yup/es/Condition.js 56% building 390/420 modules 30 active ...sr/spa/node_modules/yup/es/Condition.js 56% building 390/421 modules 31 active ...les/add-dom-event-listener/lib/index.js 56% building 391/421 modules 30 active ...les/add-dom-event-listener/lib/index.js 57% building 392/421 modules 29 active ...les/add-dom-event-listener/lib/index.js 57% building 393/421 modules 28 active ...les/add-dom-event-listener/lib/index.js 57% building 393/422 modules 29 active ...e_modules/antd/es/tooltip/placements.js 57% building 394/422 modules 28 active ...e_modules/antd/es/tooltip/placements.js 57% building 395/422 modules 27 active ...e_modules/antd/es/tooltip/placements.js 57% building 396/422 modules 26 active ...e_modules/antd/es/tooltip/placements.js 57% building 397/422 modules 25 active ...e_modules/antd/es/tooltip/placements.js 57% building 398/422 modules 24 active ...e_modules/antd/es/tooltip/placements.js 57% building 399/422 modules 23 active ...e_modules/antd/es/tooltip/placements.js 57% building 400/422 modules 22 active ...e_modules/antd/es/tooltip/placements.js 58% building 401/422 modules 21 active ...e_modules/antd/es/tooltip/placements.js 58% building 402/422 modules 20 active ...e_modules/antd/es/tooltip/placements.js 58% building 403/422 modules 19 active ...e_modules/antd/es/tooltip/placements.js 58% building 404/422 modules 18 active ...e_modules/antd/es/tooltip/placements.js 58% building 405/422 modules 17 active ...e_modules/antd/es/tooltip/placements.js 58% building 405/423 modules 18 active ...pa/node_modules/yup/es/util/isAbsent.js 58% building 405/424 modules 19 active ...sr/spa/node_modules/rc-tabs/es/index.js 58% building 405/425 modules 20 active ...sr/spa/node_modules/rc-form/es/utils.js 58% building 405/426 modules 21 active ...a/node_modules/rc-form/es/createForm.js 58% building 405/427 modules 22 active ...de_modules/rc-form/es/createBaseForm.js 58% building 405/428 modules 23 active ...spa/node_modules/yup/es/util/isodate.js 58% building 405/429 modules 24 active ...dules/rc-tabs/es/ScrollableInkTabBar.js 58% building 405/430 modules 25 active ...node_modules/@sentry/utils/esm/async.js 58% building 406/430 modules 24 active ...node_modules/@sentry/utils/esm/async.js 58% building 406/431 modules 25 active ...odules/@sentry/utils/esm/syncpromise.js 58% building 406/432 modules 26 active ...e_modules/@sentry/utils/esm/supports.js 58% building 407/432 modules 25 active ...e_modules/@sentry/utils/esm/supports.js 58% building 407/433 modules 26 active ...ode_modules/rc-util/es/PortalWrapper.js 58% building 407/434 modules 27 active ...ode_modules/rc-drawer/es/DrawerChild.js 58% building 408/434 modules 26 active ...ode_modules/rc-drawer/es/DrawerChild.js 59% building 409/434 modules 25 active ...ode_modules/rc-drawer/es/DrawerChild.js 59% building 410/434 modules 24 active ...ode_modules/rc-drawer/es/DrawerChild.js 59% building 411/434 modules 23 active ...ode_modules/rc-drawer/es/DrawerChild.js 59% building 412/434 modules 22 active ...ode_modules/rc-drawer/es/DrawerChild.js 59% building 412/435 modules 23 active ...de_modules/rc-calendar/es/util/index.js 59% building 412/436 modules 24 active ...rsr/spa/node_modules/rc-menu/es/util.js 59% building 413/436 modules 23 active ...rsr/spa/node_modules/rc-menu/es/util.js 59% building 413/437 modules 24 active ...e_modules/yup/es/util/sortByKeyOrder.js 59% building 413/438 modules 25 active .../node_modules/yup/es/util/sortFields.js 59% building 414/438 modules 24 active .../node_modules/yup/es/util/sortFields.js 59% building 414/439 modules 25 active ...sr/spa/node_modules/rc-tabs/es/utils.js 59% building 414/440 modules 26 active ...pa/node_modules/rc-cascader/es/Menus.js 59% building 415/440 modules 25 active ...pa/node_modules/rc-cascader/es/Menus.js 59% building 415/441 modules 26 active ...spa/node_modules/rc-progress/es/Line.js 59% building 416/441 modules 25 active ...spa/node_modules/rc-progress/es/Line.js 59% building 416/442 modules 26 active ...a/node_modules/rc-progress/es/Circle.js 60% building 417/442 modules 25 active ...a/node_modules/rc-progress/es/Circle.js 60% building 418/442 modules 24 active ...a/node_modules/rc-progress/es/Circle.js 60% building 419/442 modules 23 active ...a/node_modules/rc-progress/es/Circle.js 60% building 420/442 modules 22 active ...a/node_modules/rc-progress/es/Circle.js 60% building 420/443 modules 23 active ...node_modules/rc-menu/es/SubPopupMenu.js 60% building 420/444 modules 24 active ...es/babel-runtime/helpers/createClass.js 60% building 420/445 modules 25 active ...babel-runtime/helpers/defineProperty.js 60% building 420/446 modules 26 active ...ode_modules/@sentry/utils/esm/string.js 60% building 420/447 modules 27 active ...ules/@sentry/utils/esm/promisebuffer.js 60% building 420/448 modules 28 active .../node_modules/@sentry/utils/esm/path.js 60% building 420/449 modules 29 active ...ode_modules/@sentry/utils/esm/object.js 60% building 421/449 modules 28 active ...ode_modules/@sentry/utils/esm/object.js 60% building 421/450 modules 29 active .../node_modules/@sentry/utils/esm/misc.js 60% building 421/451 modules 30 active ...es/antd/node_modules/lodash/toNumber.js 60% building 421/452 modules 31 active ...time/helpers/objectWithoutProperties.js 60% building 421/453 modules 32 active ...es/antd/node_modules/lodash/isObject.js 60% building 421/454 modules 33 active ...a/node_modules/rc-menu/es/placements.js 60% building 422/454 modules 32 active ...a/node_modules/rc-menu/es/placements.js 60% building 423/454 modules 31 active ...a/node_modules/rc-menu/es/placements.js 60% building 423/455 modules 32 active ..._modules/rc-menu/es/utils/legacyUtil.js 60% building 423/456 modules 33 active ...akvo/rsr/spa/node_modules/lodash/has.js 60% building 423/457 modules 34 active ...sr/spa/node_modules/lodash/mapValues.js 60% building 423/458 modules 35 active .../rsr/spa/node_modules/lodash/mapKeys.js 60% building 424/458 modules 34 active .../rsr/spa/node_modules/lodash/mapKeys.js 61% building 425/458 modules 33 active .../rsr/spa/node_modules/lodash/mapKeys.js 61% building 425/459 modules 34 active ...e_modules/@sentry/types/esm/loglevel.js 61% building 426/459 modules 33 active ...e_modules/@sentry/types/esm/loglevel.js 61% building 427/459 modules 32 active ...e_modules/@sentry/types/esm/loglevel.js 61% building 428/459 modules 31 active ...e_modules/@sentry/types/esm/loglevel.js 61% building 428/460 modules 32 active ...ode_modules/@sentry/types/esm/status.js 61% building 428/461 modules 33 active ...e_modules/@sentry/types/esm/severity.js 61% building 428/462 modules 34 active ...modules/babel-runtime/helpers/typeof.js 61% building 429/462 modules 33 active ...modules/babel-runtime/helpers/typeof.js 61% building 430/462 modules 32 active ...modules/babel-runtime/helpers/typeof.js 61% building 430/463 modules 33 active ..._modules/rc-calendar/es/locale/en_US.js 61% building 430/464 modules 34 active ...sr/spa/node_modules/lodash/camelCase.js 61% building 430/465 modules 35 active ...sr/spa/node_modules/lodash/snakeCase.js 61% building 430/466 modules 36 active ...o/rsr/spa/node_modules/isarray/index.js 61% building 430/467 modules 37 active ...s/core-js/modules/_to-absolute-index.js 61% building 431/467 modules 36 active ...s/core-js/modules/_to-absolute-index.js 61% building 432/467 modules 35 active ...s/core-js/modules/_to-absolute-index.js 61% building 432/468 modules 36 active ...spa/node_modules/property-expr/index.js 61% building 433/468 modules 35 active ...spa/node_modules/property-expr/index.js 62% building 434/468 modules 34 active ...spa/node_modules/property-expr/index.js 62% building 434/469 modules 35 active .../babel-runtime/core-js/object/assign.js 62% building 434/470 modules 36 active ...time/core-js/object/set-prototype-of.js 62% building 434/471 modules 37 active .../babel-runtime/core-js/object/create.js 62% building 434/472 modules 38 active ...e_modules/core-js/modules/_to-length.js 62% building 434/473 modules 39 active ..._modules/rc-util/es/Children/mapSelf.js 62% building 434/474 modules 40 active ...alendar/es/calendar/TimePickerButton.js 62% building 434/475 modules 41 active ...les/rc-calendar/es/calendar/OkButton.js 62% building 434/476 modules 42 active .../rc-calendar/es/calendar/TodayButton.js 62% building 434/477 modules 43 active ...es/rc-calendar/es/decade/DecadePanel.js 62% building 434/478 modules 44 active ...odules/rc-calendar/es/year/YearPanel.js 62% building 434/479 modules 45 active ...@babel/runtime/helpers/inheritsLoose.js 62% building 435/479 modules 44 active ...@babel/runtime/helpers/inheritsLoose.js 62% building 436/479 modules 43 active ...@babel/runtime/helpers/inheritsLoose.js 62% building 437/479 modules 42 active ...@babel/runtime/helpers/inheritsLoose.js 62% building 438/479 modules 41 active ...@babel/runtime/helpers/inheritsLoose.js 62% building 438/480 modules 42 active ..._modules/rc-pagination/es/Pagination.js 62% building 438/481 modules 43 active ...odules/rc-calendar/es/date/DateTBody.js 62% building 438/482 modules 44 active ...odules/rc-calendar/es/date/DateTHead.js 62% building 438/483 modules 45 active .../@sentry/core/esm/integrations/index.js 62% building 438/484 modules 46 active ...ules/rc-calendar/es/month/MonthPanel.js 62% building 438/485 modules 47 active .../performance-now/lib/performance-now.js 62% building 439/485 modules 46 active .../performance-now/lib/performance-now.js 62% building 440/485 modules 45 active .../performance-now/lib/performance-now.js 62% building 441/485 modules 44 active .../performance-now/lib/performance-now.js 63% building 442/485 modules 43 active .../performance-now/lib/performance-now.js 63% building 443/485 modules 42 active .../performance-now/lib/performance-now.js 63% building 443/486 modules 43 active ...spa/node_modules/nanoclone/src/index.js 63% building 444/486 modules 42 active ...spa/node_modules/nanoclone/src/index.js 63% building 444/487 modules 43 active ...es/enquire.js/src/MediaQueryDispatch.js 63% building 444/488 modules 44 active ...rsr/spa/node_modules/warning/warning.js 63% building 445/488 modules 43 active ...rsr/spa/node_modules/warning/warning.js 63% building 446/488 modules 42 active ...rsr/spa/node_modules/warning/warning.js 63% building 447/488 modules 41 active ...rsr/spa/node_modules/warning/warning.js 63% building 448/488 modules 40 active ...rsr/spa/node_modules/warning/warning.js 63% building 448/489 modules 41 active .../akvo/rsr/spa/node_modules/gud/index.js 63% building 449/489 modules 40 active .../akvo/rsr/spa/node_modules/gud/index.js 63% building 449/490 modules 41 active .../node_modules/@sentry/utils/esm/memo.js 64% building 450/490 modules 40 active .../node_modules/@sentry/utils/esm/memo.js 64% building 450/491 modules 41 active ...node_modules/rc-animate/es/CSSMotion.js 64% building 450/492 modules 42 active ...a/node_modules/rc-animate/es/Animate.js 64% building 450/493 modules 43 active ...modules/antd/node_modules/lodash/now.js 64% building 450/494 modules 44 active ...d-dom-event-listener/lib/EventObject.js 64% building 451/494 modules 43 active ...d-dom-event-listener/lib/EventObject.js 64% building 452/494 modules 42 active ...d-dom-event-listener/lib/EventObject.js 64% building 452/495 modules 43 active ...ode_modules/@sentry/utils/esm/logger.js 64% building 453/495 modules 42 active ...ode_modules/@sentry/utils/esm/logger.js 64% building 454/495 modules 41 active ...ode_modules/@sentry/utils/esm/logger.js 64% building 455/495 modules 40 active ...ode_modules/@sentry/utils/esm/logger.js 64% building 456/495 modules 39 active ...ode_modules/@sentry/utils/esm/logger.js 64% building 457/495 modules 38 active ...ode_modules/@sentry/utils/esm/logger.js 64% building 458/495 modules 37 active ...ode_modules/@sentry/utils/esm/logger.js 65% building 459/495 modules 36 active ...ode_modules/@sentry/utils/esm/logger.js 65% building 460/495 modules 35 active ...ode_modules/@sentry/utils/esm/logger.js 65% building 461/495 modules 34 active ...ode_modules/@sentry/utils/esm/logger.js 65% building 461/496 modules 35 active ...de_modules/@sentry/minimal/esm/index.js 65% building 461/497 modules 36 active ...pa/node_modules/@sentry/utils/esm/is.js 65% building 462/497 modules 35 active ...pa/node_modules/@sentry/utils/esm/is.js 65% building 462/498 modules 36 active ...rsr/spa/node_modules/rc-tabs/es/Tabs.js 65% building 462/499 modules 37 active .../spa/node_modules/rc-tabs/es/TabPane.js 65% building 462/500 modules 38 active ...node_modules/@sentry/utils/esm/error.js 65% building 463/500 modules 37 active ...node_modules/@sentry/utils/esm/error.js 65% building 464/500 modules 36 active ...node_modules/@sentry/utils/esm/error.js 65% building 465/500 modules 35 active ...node_modules/@sentry/utils/esm/error.js 65% building 465/501 modules 36 active .../spa/node_modules/rc-tabs/es/SaveRef.js 65% building 465/502 modules 37 active ...ules/rc-tabs/es/ScrollableTabBarNode.js 65% building 466/502 modules 36 active ...ules/rc-tabs/es/ScrollableTabBarNode.js 65% building 466/503 modules 37 active ...spa/node_modules/rc-tooltip/es/index.js 65% building 467/503 modules 36 active ...spa/node_modules/rc-tooltip/es/index.js 65% building 467/504 modules 37 active ...de_modules/rc-tabs/es/TabBarRootNode.js 65% building 468/504 modules 36 active ...de_modules/rc-tabs/es/TabBarRootNode.js 65% building 469/504 modules 35 active ...de_modules/rc-tabs/es/TabBarRootNode.js 65% building 470/504 modules 34 active ...de_modules/rc-tabs/es/TabBarRootNode.js 66% building 471/504 modules 33 active ...de_modules/rc-tabs/es/TabBarRootNode.js 66% building 472/504 modules 32 active ...de_modules/rc-tabs/es/TabBarRootNode.js 66% building 473/504 modules 31 active ...de_modules/rc-tabs/es/TabBarRootNode.js 66% building 474/504 modules 30 active ...de_modules/rc-tabs/es/TabBarRootNode.js 66% building 475/504 modules 29 active ...de_modules/rc-tabs/es/TabBarRootNode.js 66% building 476/504 modules 28 active ...de_modules/rc-tabs/es/TabBarRootNode.js 66% building 477/504 modules 27 active ...de_modules/rc-tabs/es/TabBarRootNode.js 66% building 478/504 modules 26 active ...de_modules/rc-tabs/es/TabBarRootNode.js 66% building 478/505 modules 27 active ...de_modules/rc-tabs/es/TabBarTabsNode.js 66% building 478/506 modules 28 active ...spa/node_modules/void-elements/index.js 66% building 478/507 modules 29 active ...de_modules/rc-menu/es/utils/isMobile.js 66% building 479/507 modules 28 active ...de_modules/rc-menu/es/utils/isMobile.js 66% building 479/508 modules 29 active ...ode_modules/rc-tabs/es/InkTabBarNode.js 66% building 480/508 modules 28 active ...ode_modules/rc-tabs/es/InkTabBarNode.js 66% building 481/508 modules 27 active ...ode_modules/rc-tabs/es/InkTabBarNode.js 66% building 482/508 modules 26 active ...ode_modules/rc-tabs/es/InkTabBarNode.js 67% building 483/508 modules 25 active ...ode_modules/rc-tabs/es/InkTabBarNode.js 66% building 483/509 modules 26 active ...ode_modules/rc-tooltip/es/placements.js 66% building 483/510 modules 27 active ...spa/node_modules/rc-util/es/setStyle.js 66% building 484/510 modules 26 active ...spa/node_modules/rc-util/es/setStyle.js 67% building 485/510 modules 25 active ...spa/node_modules/rc-util/es/setStyle.js 67% building 486/510 modules 24 active ...spa/node_modules/rc-util/es/setStyle.js 67% building 487/510 modules 23 active ...spa/node_modules/rc-util/es/setStyle.js 67% building 487/511 modules 24 active ...pa/node_modules/mini-store/lib/index.js 67% building 487/512 modules 25 active ...pa/node_modules/rc-progress/es/types.js 66% building 487/513 modules 26 active ...node_modules/rc-progress/es/enhancer.js 67% building 488/513 modules 25 active ...node_modules/rc-progress/es/enhancer.js 67% building 489/513 modules 24 active ...node_modules/rc-progress/es/enhancer.js 67% building 490/513 modules 23 active ...node_modules/rc-progress/es/enhancer.js 67% building 490/514 modules 24 active ...es/deep-object-diff/dist/utils/index.js 67% building 491/514 modules 23 active ...es/deep-object-diff/dist/utils/index.js 67% building 491/515 modules 24 active ...ntime/core-js/object/define-property.js 67% building 491/516 modules 25 active ...les/rc-util/es/switchScrollingEffect.js 66% building 491/517 modules 26 active ...r/spa/node_modules/rc-util/es/Portal.js 66% building 491/518 modules 27 active ...e_modules/rc-util/es/ContainerRender.js 66% building 491/519 modules 28 active .../spa/node_modules/rc-drawer/es/utils.js 66% building 491/520 modules 29 active ...s/antd/node_modules/lodash/_baseTrim.js 66% building 491/521 modules 30 active ...es/antd/node_modules/lodash/isSymbol.js 66% building 491/522 modules 31 active ..._modules/rc-util/es/getScrollBarSize.js 66% building 491/523 modules 32 active ..._modules/rc-form/es/FieldElemWrapper.js 66% building 491/524 modules 33 active ...modules/rc-form/es/createFieldsStore.js 66% building 492/524 modules 32 active ...modules/rc-form/es/createFieldsStore.js 66% building 493/524 modules 31 active ...modules/rc-form/es/createFieldsStore.js 66% building 494/524 modules 30 active ...modules/rc-form/es/createFieldsStore.js 66% building 495/524 modules 29 active ...modules/rc-form/es/createFieldsStore.js 66% building 496/524 modules 28 active ...modules/rc-form/es/createFieldsStore.js 66% building 496/525 modules 29 active .../spa/node_modules/rc-menu/es/DOMWrap.js 66% building 496/526 modules 30 active ...les/rc-util/es/createChainedFunction.js 66% building 496/527 modules 31 active ...rsr/spa/node_modules/lodash/_baseHas.js 66% building 496/528 modules 32 active ...node_modules/lodash/_baseAssignValue.js 66% building 497/528 modules 31 active ...node_modules/lodash/_baseAssignValue.js 66% building 498/528 modules 30 active ...node_modules/lodash/_baseAssignValue.js 66% building 498/529 modules 31 active ...e_modules/shallow-equal/arrays/index.js 66% building 498/530 modules 32 active ...spa/node_modules/rc-trigger/es/index.js 66% building 499/530 modules 31 active ...spa/node_modules/rc-trigger/es/index.js 66% building 499/531 modules 32 active ...pa/node_modules/lodash/_baseIteratee.js 66% building 499/532 modules 33 active .../spa/node_modules/lodash/_baseForOwn.js 66% building 500/532 modules 32 active .../spa/node_modules/lodash/_baseForOwn.js 66% building 500/533 modules 33 active ...dules/dom-scroll-into-view/lib/index.js 66% building 501/533 modules 32 active ...dules/dom-scroll-into-view/lib/index.js 66% building 501/534 modules 33 active ...r/spa/node_modules/moment/locale/tzl.js 66% building 501/535 modules 34 active ...sr/spa/node_modules/moment/locale/tr.js 66% building 501/536 modules 35 active ...r/spa/node_modules/moment/locale/tlh.js 65% building 501/537 modules 36 active ...rsr/spa/node_modules/lodash/_hasPath.js 65% building 501/538 modules 37 active ...modules/babel-runtime/core-js/symbol.js 65% building 501/539 modules 38 active ...abel-runtime/core-js/symbol/iterator.js 65% building 502/539 modules 37 active ...abel-runtime/core-js/symbol/iterator.js 65% building 503/539 modules 36 active ...abel-runtime/core-js/symbol/iterator.js 66% building 504/539 modules 35 active ...abel-runtime/core-js/symbol/iterator.js 65% building 504/540 modules 36 active ...spa/node_modules/moment/locale/tl-ph.js 65% building 504/541 modules 37 active ...r/spa/node_modules/lodash/capitalize.js 65% building 504/542 modules 38 active ...ode_modules/lodash/_createCompounder.js 65% building 505/542 modules 37 active ...ode_modules/lodash/_createCompounder.js 65% building 505/543 modules 38 active ..._modules/core-js/modules/_to-integer.js 65% building 505/544 modules 39 active ...rsr/spa/node_modules/lodash/debounce.js 65% building 506/544 modules 38 active ...rsr/spa/node_modules/lodash/debounce.js 65% building 507/544 modules 37 active ...rsr/spa/node_modules/lodash/debounce.js 65% building 507/545 modules 38 active .../rc-util/es/unsafeLifecyclesPolyfill.js 65% building 507/546 modules 39 active .../akvo/rsr/spa/node_modules/lodash/eq.js 65% building 508/546 modules 38 active .../akvo/rsr/spa/node_modules/lodash/eq.js 65% building 508/547 modules 39 active ...browser/node_modules/process/browser.js 65% building 509/547 modules 38 active ...browser/node_modules/process/browser.js 65% building 510/547 modules 37 active ...browser/node_modules/process/browser.js 66% building 511/547 modules 36 active ...browser/node_modules/process/browser.js 66% building 512/547 modules 35 active ...browser/node_modules/process/browser.js 66% building 512/548 modules 36 active ...es/rc-calendar/es/date/DateConstants.js 65% building 512/549 modules 37 active ...sr/spa/node_modules/moment/locale/th.js 66% building 513/549 modules 36 active ...sr/spa/node_modules/moment/locale/th.js 65% building 513/550 modules 37 active ...sr/spa/node_modules/moment/locale/tg.js 65% building 513/551 modules 38 active ...re/esm/integrations/functiontostring.js 65% building 513/552 modules 39 active ...ules/rc-calendar/es/month/MonthTable.js 65% building 513/553 modules 40 active ...akvo/rsr/spa/node_modules/lodash/set.js 65% building 514/553 modules 39 active ...akvo/rsr/spa/node_modules/lodash/set.js 65% building 514/554 modules 40 active ...r/spa/node_modules/moment/locale/tet.js 65% building 514/555 modules 41 active ...akvo/rsr/spa/node_modules/lodash/get.js 65% building 515/555 modules 40 active ...akvo/rsr/spa/node_modules/lodash/get.js 65% building 516/555 modules 39 active ...akvo/rsr/spa/node_modules/lodash/get.js 65% building 516/556 modules 40 active ...de_modules/enquire.js/src/MediaQuery.js 65% building 517/556 modules 39 active ...de_modules/enquire.js/src/MediaQuery.js 65% building 518/556 modules 38 active ...de_modules/enquire.js/src/MediaQuery.js 66% building 519/556 modules 37 active ...de_modules/enquire.js/src/MediaQuery.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 66% building 521/557 modules 36 active ...spa/node_modules/enquire.js/src/Util.js 66% building 522/557 modules 35 active ...spa/node_modules/enquire.js/src/Util.js 66% building 522/558 modules 36 active ...core/esm/integrations/inboundfilters.js 66% building 522/559 modules 37 active ...pa/node_modules/@sentry/core/esm/sdk.js 65% building 522/560 modules 38 active ...pa/node_modules/@sentry/core/esm/dsn.js 65% building 522/561 modules 39 active ...modules/@sentry/core/esm/basebackend.js 65% building 522/562 modules 40 active ...sr/spa/node_modules/moment/locale/te.js 65% building 522/563 modules 41 active ...dules/antd/node_modules/lodash/_root.js 65% building 522/564 modules 42 active ...m-event-listener/lib/EventBaseObject.js 65% building 522/565 modules 43 active ..._modules/@sentry/core/esm/baseclient.js 65% building 522/566 modules 44 active ...pa/node_modules/@sentry/core/esm/api.js 65% building 522/567 modules 45 active ...sr/spa/node_modules/moment/locale/ta.js 65% building 522/568 modules 46 active ...sr/spa/node_modules/moment/locale/sw.js 65% building 523/568 modules 45 active ...sr/spa/node_modules/moment/locale/sw.js 65% building 524/568 modules 44 active ...sr/spa/node_modules/moment/locale/sw.js 65% building 525/568 modules 43 active ...sr/spa/node_modules/moment/locale/sw.js 65% building 526/568 modules 42 active ...sr/spa/node_modules/moment/locale/sw.js 65% building 526/569 modules 43 active .../rc-form/node_modules/react-is/index.js 65% building 526/570 modules 44 active ...sr/spa/node_modules/moment/locale/sv.js 65% building 527/570 modules 43 active ...sr/spa/node_modules/moment/locale/sv.js 65% building 528/570 modules 42 active ...sr/spa/node_modules/moment/locale/sv.js 65% building 529/570 modules 41 active ...sr/spa/node_modules/moment/locale/sv.js 65% building 529/571 modules 42 active ...les/@sentry/core/esm/transports/noop.js 65% building 529/572 modules 43 active ...sr/spa/node_modules/moment/locale/ss.js 65% building 530/572 modules 42 active ...sr/spa/node_modules/moment/locale/ss.js 65% building 530/573 modules 43 active .../spa/node_modules/rc-select/es/index.js 65% building 531/573 modules 42 active .../spa/node_modules/rc-select/es/index.js 65% building 532/573 modules 41 active .../spa/node_modules/rc-select/es/index.js 65% building 533/573 modules 40 active .../spa/node_modules/rc-select/es/index.js 65% building 534/573 modules 39 active .../spa/node_modules/rc-select/es/index.js 66% building 535/573 modules 38 active .../spa/node_modules/rc-select/es/index.js 66% building 536/573 modules 37 active .../spa/node_modules/rc-select/es/index.js 66% building 536/574 modules 38 active ...e_modules/rc-animate/es/AnimateChild.js 66% building 537/574 modules 37 active ...e_modules/rc-animate/es/AnimateChild.js 66% building 538/574 modules 36 active ...e_modules/rc-animate/es/AnimateChild.js 66% building 538/575 modules 37 active ..._modules/rc-animate/es/ChildrenUtils.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 539/577 modules 38 active ...sr/spa/node_modules/moment/locale/sr.js 66% building 540/577 modules 37 active ...sr/spa/node_modules/moment/locale/sr.js 66% building 540/578 modules 38 active ...e_modules/@sentry/utils/esm/polyfill.js 65% building 540/579 modules 39 active ...a/node_modules/moment/locale/sr-cyrl.js 65% building 540/580 modules 40 active ...el-runtime/helpers/toConsumableArray.js 65% building 541/580 modules 39 active ...el-runtime/helpers/toConsumableArray.js 66% building 542/580 modules 38 active ...el-runtime/helpers/toConsumableArray.js 65% building 542/581 modules 39 active ...a/node_modules/rc-tooltip/es/Tooltip.js 65% building 542/582 modules 40 active ...e_modules/rc-util/es/Dom/findDOMNode.js 65% building 542/583 modules 41 active ...odules/rc-pagination/es/locale/zh_CN.js 65% building 542/584 modules 42 active ...ode_modules/rc-pagination/es/KeyCode.js 65% building 542/585 modules 43 active ...ode_modules/rc-pagination/es/Options.js 65% building 542/586 modules 44 active .../node_modules/rc-pagination/es/Pager.js 65% building 542/587 modules 45 active ...e_modules/rc-animate/es/util/animate.js 65% building 542/588 modules 46 active ...de_modules/rc-animate/es/util/motion.js 65% building 542/589 modules 47 active ...ules/yup/node_modules/toposort/index.js 65% building 543/589 modules 46 active ...ules/yup/node_modules/toposort/index.js 65% building 544/589 modules 45 active ...ules/yup/node_modules/toposort/index.js 65% building 544/590 modules 46 active .../spa/node_modules/rc-tabs/es/KeyCode.js 65% building 544/591 modules 47 active ...sr/spa/node_modules/moment/locale/sq.js 65% building 544/592 modules 48 active ...sr/spa/node_modules/moment/locale/sl.js 65% building 544/593 modules 49 active ...sr/spa/node_modules/moment/locale/sk.js 65% building 545/593 modules 48 active ...sr/spa/node_modules/moment/locale/sk.js 65% building 546/593 modules 47 active ...sr/spa/node_modules/moment/locale/sk.js 65% building 547/593 modules 46 active ...sr/spa/node_modules/moment/locale/sk.js 65% building 548/593 modules 45 active ...sr/spa/node_modules/moment/locale/sk.js 65% building 548/594 modules 46 active ...ics/dist/hoist-non-react-statics.cjs.js 65% building 549/594 modules 45 active ...ics/dist/hoist-non-react-statics.cjs.js 65% building 550/594 modules 44 active ...ics/dist/hoist-non-react-statics.cjs.js 65% building 551/594 modules 43 active ...ics/dist/hoist-non-react-statics.cjs.js 65% building 552/594 modules 42 active ...ics/dist/hoist-non-react-statics.cjs.js 65% building 553/594 modules 41 active ...ics/dist/hoist-non-react-statics.cjs.js 65% building 554/594 modules 40 active ...ics/dist/hoist-non-react-statics.cjs.js 66% building 555/594 modules 39 active ...ics/dist/hoist-non-react-statics.cjs.js 66% building 556/594 modules 38 active ...ics/dist/hoist-non-react-statics.cjs.js 66% building 557/594 modules 37 active ...ics/dist/hoist-non-react-statics.cjs.js 66% building 557/595 modules 38 active ...node_modules/mini-store/lib/Provider.js 66% building 558/595 modules 37 active ...node_modules/mini-store/lib/Provider.js 66% building 558/596 modules 38 active ...a/node_modules/mini-store/lib/create.js 66% building 559/596 modules 37 active ...a/node_modules/mini-store/lib/create.js 66% building 559/597 modules 38 active .../node_modules/mini-store/lib/connect.js 66% building 560/597 modules 37 active .../node_modules/mini-store/lib/connect.js 66% building 561/597 modules 36 active .../node_modules/mini-store/lib/connect.js 66% building 562/597 modules 35 active .../node_modules/mini-store/lib/connect.js 66% building 563/597 modules 34 active .../node_modules/mini-store/lib/connect.js 66% building 564/597 modules 33 active .../node_modules/mini-store/lib/connect.js 66% building 565/597 modules 32 active .../node_modules/mini-store/lib/connect.js 66% building 566/597 modules 31 active .../node_modules/mini-store/lib/connect.js 66% building 567/597 modules 30 active .../node_modules/mini-store/lib/connect.js 67% building 568/597 modules 29 active .../node_modules/mini-store/lib/connect.js 66% building 568/598 modules 30 active ...sr/spa/node_modules/moment/locale/si.js 66% building 568/599 modules 31 active ...node_modules/lodash/_trimmedEndIndex.js 66% building 568/600 modules 32 active ...antd/node_modules/lodash/_baseGetTag.js 66% building 568/601 modules 33 active ...ntd/node_modules/lodash/isObjectLike.js 66% building 569/601 modules 32 active ...ntd/node_modules/lodash/isObjectLike.js 66% building 570/601 modules 31 active ...ntd/node_modules/lodash/isObjectLike.js 67% building 571/601 modules 30 active ...ntd/node_modules/lodash/isObjectLike.js 67% building 572/601 modules 29 active ...ntd/node_modules/lodash/isObjectLike.js 67% building 573/601 modules 28 active ...ntd/node_modules/lodash/isObjectLike.js 67% building 573/602 modules 29 active .../node_modules/lodash/_defineProperty.js 67% building 574/602 modules 28 active .../node_modules/lodash/_defineProperty.js 67% building 575/602 modules 27 active .../node_modules/lodash/_defineProperty.js 67% building 576/602 modules 26 active .../node_modules/lodash/_defineProperty.js 67% building 577/602 modules 25 active .../node_modules/lodash/_defineProperty.js 67% building 578/602 modules 24 active .../node_modules/lodash/_defineProperty.js 67% building 578/603 modules 25 active ...sr/spa/node_modules/moment/locale/se.js 67% building 578/604 modules 26 active ...sr/spa/node_modules/moment/locale/sd.js 67% building 578/605 modules 27 active ...sr/spa/node_modules/moment/locale/ru.js 67% building 578/606 modules 28 active ...spa/node_modules/lodash/_baseMatches.js 67% building 578/607 modules 29 active ...rsr/spa/node_modules/lodash/_baseFor.js 67% building 579/607 modules 28 active ...rsr/spa/node_modules/lodash/_baseFor.js 67% building 580/607 modules 27 active ...rsr/spa/node_modules/lodash/_baseFor.js 67% building 580/608 modules 28 active ...sr/spa/node_modules/moment/locale/ro.js 67% building 581/608 modules 27 active ...sr/spa/node_modules/moment/locale/ro.js 67% building 582/608 modules 26 active ...sr/spa/node_modules/moment/locale/ro.js 67% building 583/608 modules 25 active ...sr/spa/node_modules/moment/locale/ro.js 67% building 584/608 modules 24 active ...sr/spa/node_modules/moment/locale/ro.js 67% building 585/608 modules 23 active ...sr/spa/node_modules/moment/locale/ro.js 67% building 585/609 modules 24 active ...l-into-view/lib/dom-scroll-into-view.js 67% building 586/609 modules 23 active ...l-into-view/lib/dom-scroll-into-view.js 67% building 587/609 modules 22 active ...l-into-view/lib/dom-scroll-into-view.js 67% building 587/610 modules 23 active ...sr/spa/node_modules/moment/locale/pt.js 67% building 588/610 modules 22 active ...sr/spa/node_modules/moment/locale/pt.js 67% building 588/611 modules 23 active ...les/core-js/library/fn/object/assign.js 67% building 588/612 modules 24 active ...s/library/fn/object/set-prototype-of.js 67% building 588/613 modules 25 active ...les/core-js/library/fn/object/create.js 67% building 588/614 modules 26 active ...kvo/rsr/spa/node_modules/lodash/keys.js 67% building 588/615 modules 27 active ...spa/node_modules/moment/locale/pt-br.js 67% building 588/616 modules 28 active ...rsr/spa/node_modules/lodash/property.js 67% building 588/617 modules 29 active .../rsr/spa/node_modules/lodash/isArray.js 67% building 588/618 modules 30 active ...rsr/spa/node_modules/lodash/identity.js 66% building 588/619 modules 31 active ...ode_modules/create-react-class/index.js 66% building 588/620 modules 32 active ...sr/spa/node_modules/lodash/_castPath.js 67% building 589/620 modules 31 active ...sr/spa/node_modules/lodash/_castPath.js 67% building 590/620 modules 30 active ...sr/spa/node_modules/lodash/_castPath.js 67% building 590/621 modules 31 active ...js/library/fn/object/define-property.js 67% building 591/621 modules 30 active ...js/library/fn/object/define-property.js 67% building 591/622 modules 31 active ...o/rsr/spa/node_modules/lodash/_toKey.js 66% building 591/623 modules 32 active ...rsr/spa/node_modules/lodash/toString.js 66% building 591/624 modules 33 active ...spa/node_modules/lodash/_arrayReduce.js 66% building 592/624 modules 32 active ...spa/node_modules/lodash/_arrayReduce.js 66% building 592/625 modules 33 active ...vo/rsr/spa/node_modules/lodash/words.js 66% building 592/626 modules 34 active ...o/rsr/spa/node_modules/lodash/deburr.js 66% building 592/627 modules 35 active ...sr/spa/node_modules/moment/locale/pl.js 66% building 592/628 modules 36 active ...r/spa/node_modules/lodash/upperFirst.js 66% building 592/629 modules 37 active ...rsr/spa/node_modules/lodash/isObject.js 66% building 592/630 modules 38 active ...rsr/spa/node_modules/lodash/toNumber.js 66% building 592/631 modules 39 active ...akvo/rsr/spa/node_modules/lodash/now.js 66% building 592/632 modules 40 active ...rsr/spa/node_modules/lodash/isLength.js 66% building 593/632 modules 39 active ...rsr/spa/node_modules/lodash/isLength.js 66% building 593/633 modules 40 active ...rsr/spa/node_modules/lodash/_isIndex.js 66% building 593/634 modules 41 active .../spa/node_modules/lodash/isArguments.js 66% building 593/635 modules 42 active ...spa/node_modules/moment/locale/pa-in.js 65% building 593/636 modules 43 active ..._modules/lodash/_baseMatchesProperty.js 65% building 593/637 modules 44 active ...sr/spa/node_modules/moment/locale/nn.js 65% building 594/637 modules 43 active ...sr/spa/node_modules/moment/locale/nn.js 65% building 594/638 modules 44 active ...sr/spa/node_modules/moment/locale/nl.js 65% building 595/638 modules 43 active ...sr/spa/node_modules/moment/locale/nl.js 66% building 596/638 modules 42 active ...sr/spa/node_modules/moment/locale/nl.js 65% building 596/639 modules 43 active ...spa/node_modules/rc-trigger/es/Popup.js 65% building 596/640 modules 44 active ...spa/node_modules/rc-trigger/es/utils.js 65% building 596/641 modules 45 active ...spa/node_modules/moment/locale/nl-be.js 65% building 596/642 modules 46 active ...s/core-js/library/fn/symbol/iterator.js 65% building 596/643 modules 47 active ...rsr/spa/node_modules/lodash/_baseSet.js 65% building 596/644 modules 48 active ...sr/spa/node_modules/moment/locale/ne.js 65% building 596/645 modules 49 active ...node_modules/rc-util/es/Dom/contains.js 65% building 596/646 modules 50 active ...rsr/spa/node_modules/lodash/_baseGet.js 65% building 596/647 modules 51 active ...react-is/cjs/react-is.production.min.js 65% building 596/648 modules 52 active ..._modules/enquire.js/src/QueryHandler.js 65% building 597/648 modules 51 active ..._modules/enquire.js/src/QueryHandler.js 65% building 598/648 modules 50 active ..._modules/enquire.js/src/QueryHandler.js 65% building 598/649 modules 51 active ...sr/spa/node_modules/moment/locale/nb.js 65% building 598/650 modules 52 active ...sr/spa/node_modules/moment/locale/my.js 65% building 599/650 modules 51 active ...sr/spa/node_modules/moment/locale/my.js 65% building 600/650 modules 50 active ...sr/spa/node_modules/moment/locale/my.js 65% building 600/651 modules 51 active ...sr/spa/node_modules/moment/locale/mt.js 65% building 600/652 modules 52 active ...ics/dist/hoist-non-react-statics.cjs.js 65% building 600/653 modules 53 active ...sr/spa/node_modules/moment/locale/ms.js 65% building 600/654 modules 54 active ...spa/node_modules/moment/locale/ms-my.js 64% building 600/655 modules 55 active ...sr/spa/node_modules/moment/locale/mr.js 64% building 600/656 modules 56 active ...sr/spa/node_modules/moment/locale/mn.js 64% building 600/657 modules 57 active ...antd/node_modules/lodash/_freeGlobal.js 64% building 600/658 modules 58 active ...sr/spa/node_modules/moment/locale/ml.js 64% building 600/659 modules 59 active ...a/node_modules/@sentry/hub/esm/index.js 64% building 600/660 modules 60 active ...ode_modules/async-validator/es/index.js 64% building 600/661 modules 61 active ...sr/spa/node_modules/moment/locale/mk.js 64% building 600/662 modules 62 active ...sr/spa/node_modules/moment/locale/mi.js 64% building 601/662 modules 61 active ...sr/spa/node_modules/moment/locale/mi.js 64% building 602/662 modules 60 active ...sr/spa/node_modules/moment/locale/mi.js 64% building 603/662 modules 59 active ...sr/spa/node_modules/moment/locale/mi.js 64% building 603/663 modules 60 active ...sr/spa/node_modules/moment/locale/me.js 64% building 604/663 modules 59 active ...sr/spa/node_modules/moment/locale/me.js 64% building 605/663 modules 58 active ...sr/spa/node_modules/moment/locale/me.js 64% building 606/663 modules 57 active ...sr/spa/node_modules/moment/locale/me.js 64% building 607/663 modules 56 active ...sr/spa/node_modules/moment/locale/me.js 64% building 607/664 modules 57 active ...a/node_modules/rc-select/es/OptGroup.js 64% building 608/664 modules 56 active ...a/node_modules/rc-select/es/OptGroup.js 64% building 608/665 modules 57 active ...modules/@sentry/core/esm/integration.js 64% building 609/665 modules 56 active ...modules/@sentry/core/esm/integration.js 65% building 610/665 modules 55 active ...modules/@sentry/core/esm/integration.js 65% building 611/665 modules 54 active ...modules/@sentry/core/esm/integration.js 65% building 612/665 modules 53 active ...modules/@sentry/core/esm/integration.js 65% building 613/665 modules 52 active ...modules/@sentry/core/esm/integration.js 65% building 614/665 modules 51 active ...modules/@sentry/core/esm/integration.js 65% building 615/665 modules 50 active ...modules/@sentry/core/esm/integration.js 65% building 616/665 modules 49 active ...modules/@sentry/core/esm/integration.js 65% building 617/665 modules 48 active ...modules/@sentry/core/esm/integration.js 65% building 618/665 modules 47 active ...modules/@sentry/core/esm/integration.js 65% building 619/665 modules 46 active ...modules/@sentry/core/esm/integration.js 65% building 619/666 modules 47 active ...spa/node_modules/rc-select/es/Select.js 65% building 619/667 modules 48 active .../node_modules/rc-select/es/PropTypes.js 65% building 620/667 modules 47 active .../node_modules/rc-select/es/PropTypes.js 65% building 621/667 modules 46 active .../node_modules/rc-select/es/PropTypes.js 65% building 621/668 modules 47 active ...spa/node_modules/rc-select/es/Option.js 65% building 622/668 modules 46 active ...spa/node_modules/rc-select/es/Option.js 65% building 623/668 modules 45 active ...spa/node_modules/rc-select/es/Option.js 66% building 624/668 modules 44 active ...spa/node_modules/rc-select/es/Option.js 66% building 625/668 modules 43 active ...spa/node_modules/rc-select/es/Option.js 66% building 626/668 modules 42 active ...spa/node_modules/rc-select/es/Option.js 66% building 627/668 modules 41 active ...spa/node_modules/rc-select/es/Option.js 66% building 628/668 modules 40 active ...spa/node_modules/rc-select/es/Option.js 66% building 628/669 modules 41 active ...sr/spa/node_modules/moment/locale/lv.js 66% building 629/669 modules 40 active ...sr/spa/node_modules/moment/locale/lv.js 66% building 630/669 modules 39 active ...sr/spa/node_modules/moment/locale/lv.js 66% building 630/670 modules 40 active ...sr/spa/node_modules/moment/locale/lt.js 66% building 630/671 modules 41 active ...a/node_modules/rc-tooltip/es/Content.js 66% building 631/671 modules 40 active ...a/node_modules/rc-tooltip/es/Content.js 66% building 631/672 modules 41 active ...sr/spa/node_modules/moment/locale/lo.js 66% building 632/672 modules 40 active ...sr/spa/node_modules/moment/locale/lo.js 66% building 633/672 modules 39 active ...sr/spa/node_modules/moment/locale/lo.js 66% building 633/673 modules 40 active ...sr/spa/node_modules/moment/locale/lb.js 66% building 634/673 modules 39 active ...sr/spa/node_modules/moment/locale/lb.js 66% building 634/674 modules 40 active ...sr/spa/node_modules/moment/locale/ky.js 66% building 635/674 modules 39 active ...sr/spa/node_modules/moment/locale/ky.js 66% building 636/674 modules 38 active ...sr/spa/node_modules/moment/locale/ky.js 66% building 636/675 modules 39 active ...sr/spa/node_modules/moment/locale/ku.js 66% building 636/676 modules 40 active ...sr/spa/node_modules/moment/locale/ko.js 66% building 636/677 modules 41 active ...rver-polyfill/dist/ResizeObserver.es.js 66% building 636/678 modules 42 active ...les/babel-runtime/core-js/array/from.js 66% building 637/678 modules 41 active ...les/babel-runtime/core-js/array/from.js 66% building 637/679 modules 42 active ...sr/spa/node_modules/moment/locale/kn.js 66% building 638/679 modules 41 active ...sr/spa/node_modules/moment/locale/kn.js 66% building 638/680 modules 42 active ...sr/spa/node_modules/moment/locale/km.js 66% building 639/680 modules 41 active ...sr/spa/node_modules/moment/locale/km.js 66% building 640/680 modules 40 active ...sr/spa/node_modules/moment/locale/km.js 66% building 641/680 modules 39 active ...sr/spa/node_modules/moment/locale/km.js 66% building 642/680 modules 38 active ...sr/spa/node_modules/moment/locale/km.js 66% building 643/680 modules 37 active ...sr/spa/node_modules/moment/locale/km.js 66% building 644/680 modules 36 active ...sr/spa/node_modules/moment/locale/km.js 66% building 645/680 modules 35 active ...sr/spa/node_modules/moment/locale/km.js 67% building 646/680 modules 34 active ...sr/spa/node_modules/moment/locale/km.js 67% building 647/680 modules 33 active ...sr/spa/node_modules/moment/locale/km.js 67% building 648/680 modules 32 active ...sr/spa/node_modules/moment/locale/km.js 67% building 649/680 modules 31 active ...sr/spa/node_modules/moment/locale/km.js 67% building 650/680 modules 30 active ...sr/spa/node_modules/moment/locale/km.js 67% building 650/681 modules 31 active ...ode_modules/mini-store/lib/PropTypes.js 67% building 651/681 modules 30 active ...ode_modules/mini-store/lib/PropTypes.js 67% building 652/681 modules 29 active ...ode_modules/mini-store/lib/PropTypes.js 67% building 653/681 modules 28 active ...ode_modules/mini-store/lib/PropTypes.js 67% building 654/681 modules 27 active ...ode_modules/mini-store/lib/PropTypes.js 67% building 655/681 modules 26 active ...ode_modules/mini-store/lib/PropTypes.js 67% building 656/681 modules 25 active ...ode_modules/mini-store/lib/PropTypes.js 67% building 657/681 modules 24 active ...ode_modules/mini-store/lib/PropTypes.js 67% building 658/681 modules 23 active ...ode_modules/mini-store/lib/PropTypes.js 68% building 659/681 modules 22 active ...ode_modules/mini-store/lib/PropTypes.js 67% building 659/682 modules 23 active ...ules/core-js/library/fn/symbol/index.js 68% building 660/682 modules 22 active ...ules/core-js/library/fn/symbol/index.js 67% building 660/683 modules 23 active ...les/antd/node_modules/lodash/_Symbol.js 67% building 660/684 modules 24 active .../node_modules/lodash/_objectToString.js 67% building 661/684 modules 23 active .../node_modules/lodash/_objectToString.js 67% building 661/685 modules 24 active .../antd/node_modules/lodash/_getRawTag.js 67% building 661/686 modules 25 active ...sr/spa/node_modules/moment/locale/kk.js 67% building 662/686 modules 24 active ...sr/spa/node_modules/moment/locale/kk.js 67% building 663/686 modules 23 active ...sr/spa/node_modules/moment/locale/kk.js 67% building 663/687 modules 24 active ...sr/spa/node_modules/moment/locale/ka.js 67% building 663/688 modules 25 active ...sr/spa/node_modules/moment/locale/jv.js 67% building 664/688 modules 24 active ...sr/spa/node_modules/moment/locale/jv.js 67% building 664/689 modules 25 active ...r/spa/node_modules/lodash/_getNative.js 67% building 665/689 modules 24 active ...r/spa/node_modules/lodash/_getNative.js 67% building 665/690 modules 25 active ...sr/spa/node_modules/moment/locale/ja.js 67% building 666/690 modules 24 active ...sr/spa/node_modules/moment/locale/ja.js 67% building 666/691 modules 25 active ...sr/spa/node_modules/moment/locale/it.js 67% building 666/692 modules 26 active ...spa/node_modules/moment/locale/it-ch.js 67% building 666/693 modules 27 active ...sr/spa/node_modules/moment/locale/is.js 67% building 666/694 modules 28 active ...spa/node_modules/lodash/_baseIsMatch.js 67% building 666/695 modules 29 active ...a/node_modules/lodash/_createBaseFor.js 67% building 666/696 modules 30 active ...sr/spa/node_modules/moment/locale/id.js 67% building 667/696 modules 29 active ...sr/spa/node_modules/moment/locale/id.js 67% building 668/696 modules 28 active ...sr/spa/node_modules/moment/locale/id.js 67% building 668/697 modules 29 active ...ules/lodash/_matchesStrictComparable.js 67% building 668/698 modules 30 active ...spa/node_modules/moment/locale/hy-am.js 67% building 668/699 modules 31 active ...pa/node_modules/lodash/_getMatchData.js 67% building 668/700 modules 32 active ...sr/spa/node_modules/moment/locale/hu.js 67% building 668/701 modules 33 active ...sr/spa/node_modules/moment/locale/hr.js 67% building 669/701 modules 32 active ...sr/spa/node_modules/moment/locale/hr.js 67% building 669/702 modules 33 active ...odules/dom-scroll-into-view/lib/util.js 67% building 669/703 modules 34 active ...sr/spa/node_modules/moment/locale/hi.js 67% building 669/704 modules 35 active ...a/node_modules/lodash/_arrayLikeKeys.js 66% building 669/705 modules 36 active .../spa/node_modules/lodash/isArrayLike.js 66% building 669/706 modules 37 active ...pa/node_modules/lodash/_baseProperty.js 66% building 669/707 modules 38 active ...o/rsr/spa/node_modules/lodash/_isKey.js 66% building 669/708 modules 39 active ...ode_modules/lodash/_basePropertyDeep.js 66% building 670/708 modules 38 active ...ode_modules/lodash/_basePropertyDeep.js 66% building 670/709 modules 39 active ...e_modules/create-react-class/factory.js 66% building 670/710 modules 40 active ...sr/spa/node_modules/lodash/_baseKeys.js 66% building 670/711 modules 41 active ...pa/node_modules/lodash/_stringToPath.js 66% building 670/712 modules 42 active .../node_modules/css-animation/es/index.js 66% building 670/713 modules 43 active ...erver-shim/dist/mutationobserver.min.js 66% building 671/713 modules 42 active ...erver-shim/dist/mutationobserver.min.js 66% building 671/714 modules 43 active ...rsr/spa/node_modules/lodash/isSymbol.js 66% building 671/715 modules 44 active ...pa/node_modules/lodash/_baseToString.js 66% building 672/715 modules 43 active ...pa/node_modules/lodash/_baseToString.js 66% building 672/716 modules 44 active .../spa/node_modules/lodash/_asciiWords.js 66% building 672/717 modules 45 active ...pa/node_modules/lodash/_unicodeWords.js 66% building 672/718 modules 46 active ...pa/node_modules/lodash/_deburrLetter.js 66% building 673/718 modules 45 active ...pa/node_modules/lodash/_deburrLetter.js 66% building 673/719 modules 46 active .../node_modules/lodash/_hasUnicodeWord.js 66% building 674/719 modules 45 active .../node_modules/lodash/_hasUnicodeWord.js 66% building 675/719 modules 44 active .../node_modules/lodash/_hasUnicodeWord.js 66% building 675/720 modules 45 active ...node_modules/lodash/_createCaseFirst.js 66% building 675/721 modules 46 active ...sr/spa/node_modules/lodash/_baseTrim.js 66% building 675/722 modules 47 active ...vo/rsr/spa/node_modules/lodash/_root.js 66% building 676/722 modules 46 active ...vo/rsr/spa/node_modules/lodash/_root.js 66% building 677/722 modules 45 active ...vo/rsr/spa/node_modules/lodash/_root.js 66% building 677/723 modules 46 active ...sr/spa/node_modules/moment/locale/he.js 66% building 677/724 modules 47 active ...js/library/modules/es6.object.assign.js 66% building 677/725 modules 48 active .../modules/es6.object.set-prototype-of.js 65% building 677/726 modules 49 active ...js/library/modules/es6.object.create.js 65% building 677/727 modules 50 active ...y/modules/es6.object.define-property.js 65% building 677/728 modules 51 active ...odules/core-js/library/modules/_core.js 65% building 677/729 modules 52 active ...node_modules/lodash/_baseIsArguments.js 65% building 677/730 modules 53 active ...spa/node_modules/lodash/isObjectLike.js 65% building 677/731 modules 54 active ...spa/node_modules/lodash/_baseIsEqual.js 65% building 677/732 modules 55 active ...e_modules/lodash/_isStrictComparable.js 65% building 677/733 modules 56 active ...vo/rsr/spa/node_modules/lodash/hasIn.js 65% building 678/733 modules 55 active ...vo/rsr/spa/node_modules/lodash/hasIn.js 65% building 678/734 modules 56 active ...sr/spa/node_modules/moment/locale/gu.js 65% building 678/735 modules 57 active .../node_modules/moment/locale/gom-latn.js 65% building 678/736 modules 58 active ...sr/spa/node_modules/moment/locale/gl.js 65% building 678/737 modules 59 active ...sr/spa/node_modules/moment/locale/gd.js 65% building 678/738 modules 60 active ...sr/spa/node_modules/moment/locale/ga.js 65% building 679/738 modules 59 active ...sr/spa/node_modules/moment/locale/ga.js 65% building 679/739 modules 60 active .../library/modules/es6.string.iterator.js 65% building 679/740 modules 61 active ...spa/node_modules/lodash/_assignValue.js 64% building 679/741 modules 62 active ...les/core-js/library/modules/_wks-ext.js 64% building 679/742 modules 63 active ...-js/library/modules/web.dom.iterable.js 64% building 679/743 modules 64 active ...sr/spa/node_modules/moment/locale/fy.js 64% building 679/744 modules 65 active ...sr/spa/node_modules/moment/locale/fr.js 64% building 679/745 modules 66 active ...spa/node_modules/moment/locale/fr-ch.js 64% building 679/746 modules 67 active ...spa/node_modules/moment/locale/fr-ca.js 64% building 680/746 modules 66 active ...spa/node_modules/moment/locale/fr-ca.js 64% building 681/746 modules 65 active ...spa/node_modules/moment/locale/fr-ca.js 64% building 681/747 modules 66 active ...sr/spa/node_modules/moment/locale/fo.js 64% building 682/747 modules 65 active ...sr/spa/node_modules/moment/locale/fo.js 64% building 683/747 modules 64 active ...sr/spa/node_modules/moment/locale/fo.js 64% building 683/748 modules 65 active ...sr/spa/node_modules/moment/locale/fi.js 64% building 683/749 modules 66 active ...sr/spa/node_modules/moment/locale/fa.js 64% building 683/750 modules 67 active ..._modules/rc-trigger/es/LazyRenderBox.js 64% building 683/751 modules 68 active ...ode_modules/rc-trigger/es/PopupInner.js 64% building 683/752 modules 69 active ...sr/spa/node_modules/moment/locale/eu.js 64% building 683/753 modules 70 active ...sr/spa/node_modules/moment/locale/et.js 64% building 684/753 modules 69 active ...sr/spa/node_modules/moment/locale/et.js 64% building 684/754 modules 70 active ...a/node_modules/@sentry/hub/esm/scope.js 64% building 685/754 modules 69 active ...a/node_modules/@sentry/hub/esm/scope.js 64% building 685/755 modules 70 active ...pa/node_modules/@sentry/hub/esm/span.js 64% building 685/756 modules 71 active ...spa/node_modules/@sentry/hub/esm/hub.js 64% building 686/756 modules 70 active ...spa/node_modules/@sentry/hub/esm/hub.js 64% building 687/756 modules 69 active ...spa/node_modules/@sentry/hub/esm/hub.js 64% building 688/756 modules 68 active ...spa/node_modules/@sentry/hub/esm/hub.js 64% building 689/756 modules 67 active ...spa/node_modules/@sentry/hub/esm/hub.js 64% building 690/756 modules 66 active ...spa/node_modules/@sentry/hub/esm/hub.js 64% building 690/757 modules 67 active ...sr/spa/node_modules/moment/locale/es.js 64% building 691/757 modules 66 active ...sr/spa/node_modules/moment/locale/es.js 64% building 692/757 modules 65 active ...sr/spa/node_modules/moment/locale/es.js 64% building 693/757 modules 64 active ...sr/spa/node_modules/moment/locale/es.js 64% building 693/758 modules 65 active ...spa/node_modules/moment/locale/es-us.js 64% building 694/758 modules 64 active ...spa/node_modules/moment/locale/es-us.js 65% building 695/758 modules 63 active ...spa/node_modules/moment/locale/es-us.js 65% building 696/758 modules 62 active ...spa/node_modules/moment/locale/es-us.js 65% building 697/758 modules 61 active ...spa/node_modules/moment/locale/es-us.js 65% building 698/758 modules 60 active ...spa/node_modules/moment/locale/es-us.js 65% building 699/758 modules 59 active ...spa/node_modules/moment/locale/es-us.js 65% building 700/758 modules 58 active ...spa/node_modules/moment/locale/es-us.js 65% building 701/758 modules 57 active ...spa/node_modules/moment/locale/es-us.js 65% building 702/758 modules 56 active ...spa/node_modules/moment/locale/es-us.js 65% building 703/758 modules 55 active ...spa/node_modules/moment/locale/es-us.js 65% building 704/758 modules 54 active ...spa/node_modules/moment/locale/es-us.js 65% building 704/759 modules 55 active ...node_modules/async-validator/es/util.js 65% building 705/759 modules 54 active ...node_modules/async-validator/es/util.js 65% building 706/759 modules 53 active ...node_modules/async-validator/es/util.js 65% building 707/759 modules 52 active ...node_modules/async-validator/es/util.js 65% building 708/759 modules 51 active ...node_modules/async-validator/es/util.js 66% building 709/759 modules 50 active ...node_modules/async-validator/es/util.js 66% building 710/759 modules 49 active ...node_modules/async-validator/es/util.js 66% building 711/759 modules 48 active ...node_modules/async-validator/es/util.js 66% building 712/759 modules 47 active ...node_modules/async-validator/es/util.js 66% building 713/759 modules 46 active ...node_modules/async-validator/es/util.js 66% building 714/759 modules 45 active ...node_modules/async-validator/es/util.js 66% building 715/759 modules 44 active ...node_modules/async-validator/es/util.js 66% building 716/759 modules 43 active ...node_modules/async-validator/es/util.js 66% building 717/759 modules 42 active ...node_modules/async-validator/es/util.js 66% building 718/759 modules 41 active ...node_modules/async-validator/es/util.js 66% building 718/760 modules 42 active ..._modules/async-validator/es/messages.js 66% building 718/761 modules 43 active ...spa/node_modules/moment/locale/es-do.js 66% building 719/761 modules 42 active ...spa/node_modules/moment/locale/es-do.js 66% building 720/761 modules 41 active ...spa/node_modules/moment/locale/es-do.js 66% building 721/761 modules 40 active ...spa/node_modules/moment/locale/es-do.js 66% building 722/761 modules 39 active ...spa/node_modules/moment/locale/es-do.js 67% building 723/761 modules 38 active ...spa/node_modules/moment/locale/es-do.js 67% building 724/761 modules 37 active ...spa/node_modules/moment/locale/es-do.js 67% building 725/761 modules 36 active ...spa/node_modules/moment/locale/es-do.js 67% building 725/762 modules 37 active ...sr/spa/node_modules/moment/locale/eo.js 67% building 725/763 modules 38 active ...spa/node_modules/moment/locale/en-nz.js 67% building 726/763 modules 37 active ...spa/node_modules/moment/locale/en-nz.js 67% building 726/764 modules 38 active ...spa/node_modules/moment/locale/en-il.js 67% building 727/764 modules 37 active ...spa/node_modules/moment/locale/en-il.js 67% building 728/764 modules 36 active ...spa/node_modules/moment/locale/en-il.js 67% building 729/764 modules 35 active ...spa/node_modules/moment/locale/en-il.js 67% building 729/765 modules 36 active ...spa/node_modules/moment/locale/en-ie.js 67% building 729/766 modules 37 active ...spa/node_modules/moment/locale/en-gb.js 67% building 729/767 modules 38 active ...spa/node_modules/moment/locale/en-ca.js 67% building 730/767 modules 37 active ...spa/node_modules/moment/locale/en-ca.js 67% building 730/768 modules 38 active ...spa/node_modules/moment/locale/en-au.js 67% building 731/768 modules 37 active ...spa/node_modules/moment/locale/en-au.js 67% building 731/769 modules 38 active ...spa/node_modules/moment/locale/en-SG.js 66% building 731/770 modules 39 active ...sr/spa/node_modules/moment/locale/el.js 66% building 731/771 modules 40 active ...sr/spa/node_modules/moment/locale/dv.js 66% building 731/772 modules 41 active ...sr/spa/node_modules/moment/locale/de.js 66% building 732/772 modules 40 active ...sr/spa/node_modules/moment/locale/de.js 66% building 732/773 modules 41 active ...spa/node_modules/moment/locale/de-ch.js 66% building 733/773 modules 40 active ...spa/node_modules/moment/locale/de-ch.js 66% building 734/773 modules 39 active ...spa/node_modules/moment/locale/de-ch.js 66% building 734/774 modules 40 active ...spa/node_modules/moment/locale/de-at.js 66% building 735/774 modules 39 active ...spa/node_modules/moment/locale/de-at.js 67% building 736/774 modules 38 active ...spa/node_modules/moment/locale/de-at.js 67% building 737/774 modules 37 active ...spa/node_modules/moment/locale/de-at.js 67% building 738/774 modules 36 active ...spa/node_modules/moment/locale/de-at.js 67% building 739/774 modules 35 active ...spa/node_modules/moment/locale/de-at.js 67% building 740/774 modules 34 active ...spa/node_modules/moment/locale/de-at.js 67% building 741/774 modules 33 active ...spa/node_modules/moment/locale/de-at.js 67% building 742/774 modules 32 active ...spa/node_modules/moment/locale/de-at.js 67% building 743/774 modules 31 active ...spa/node_modules/moment/locale/de-at.js 67% building 744/774 modules 30 active ...spa/node_modules/moment/locale/de-at.js 67% building 744/775 modules 31 active ...sr/spa/node_modules/moment/locale/da.js 67% building 745/775 modules 30 active ...sr/spa/node_modules/moment/locale/da.js 67% building 745/776 modules 31 active ...s/async-validator/es/validator/index.js 67% building 746/776 modules 30 active ...s/async-validator/es/validator/index.js 67% building 747/776 modules 29 active ...s/async-validator/es/validator/index.js 67% building 748/776 modules 28 active ...s/async-validator/es/validator/index.js 67% building 749/776 modules 27 active ...s/async-validator/es/validator/index.js 67% building 750/776 modules 26 active ...s/async-validator/es/validator/index.js 68% building 751/776 modules 25 active ...s/async-validator/es/validator/index.js 68% building 752/776 modules 24 active ...s/async-validator/es/validator/index.js 68% building 753/776 modules 23 active ...s/async-validator/es/validator/index.js 68% building 753/777 modules 24 active ...s/core-js/library/modules/es6.symbol.js 68% building 753/778 modules 25 active ...ibrary/modules/es7.symbol.observable.js 67% building 753/779 modules 26 active ...ry/modules/es7.symbol.async-iterator.js 68% building 754/779 modules 25 active ...ry/modules/es7.symbol.async-iterator.js 68% building 754/780 modules 26 active ...library/modules/es6.object.to-string.js 68% building 755/780 modules 25 active ...library/modules/es6.object.to-string.js 68% building 755/781 modules 26 active ...sr/spa/node_modules/moment/locale/cy.js 67% building 755/782 modules 27 active ...sr/spa/node_modules/moment/locale/cv.js 68% building 756/782 modules 26 active ...sr/spa/node_modules/moment/locale/cv.js 67% building 756/783 modules 27 active ...sr/spa/node_modules/moment/locale/cs.js 68% building 757/783 modules 26 active ...sr/spa/node_modules/moment/locale/cs.js 68% building 758/783 modules 25 active ...sr/spa/node_modules/moment/locale/cs.js 68% building 758/784 modules 26 active ...pa/node_modules/lodash/_baseIsNative.js 67% building 758/785 modules 27 active ...sr/spa/node_modules/lodash/_getValue.js 67% building 758/786 modules 28 active ...sr/spa/node_modules/moment/locale/ca.js 67% building 758/787 modules 29 active ...sr/spa/node_modules/moment/locale/bs.js 67% building 758/788 modules 30 active ...o/rsr/spa/node_modules/lodash/_Stack.js 67% building 758/789 modules 31 active ...odules/core-js/library/fn/array/from.js 67% building 758/790 modules 32 active ...sr/spa/node_modules/moment/locale/br.js 67% building 759/790 modules 31 active ...sr/spa/node_modules/moment/locale/br.js 67% building 759/791 modules 32 active ...sr/spa/node_modules/moment/locale/bo.js 67% building 759/792 modules 33 active ...sr/spa/node_modules/moment/locale/bn.js 67% building 759/793 modules 34 active ...sr/spa/node_modules/moment/locale/bm.js 67% building 760/793 modules 33 active ...sr/spa/node_modules/moment/locale/bm.js 67% building 760/794 modules 34 active ...sr/spa/node_modules/moment/locale/bg.js 67% building 760/795 modules 35 active ...sr/spa/node_modules/moment/locale/be.js 67% building 760/796 modules 36 active ...r/spa/node_modules/lodash/_baseTimes.js 67% building 760/797 modules 37 active ...r/spa/node_modules/lodash/isFunction.js 67% building 760/798 modules 38 active ...spa/node_modules/lodash/isTypedArray.js 67% building 761/798 modules 37 active ...spa/node_modules/lodash/isTypedArray.js 67% building 761/799 modules 38 active ...rsr/spa/node_modules/lodash/isBuffer.js 67% building 761/800 modules 39 active ...sr/spa/node_modules/moment/locale/az.js 67% building 762/800 modules 38 active ...sr/spa/node_modules/moment/locale/az.js 67% building 762/801 modules 39 active ...spa/node_modules/lodash/_isPrototype.js 67% building 762/802 modules 40 active ...a/node_modules/lodash/_memoizeCapped.js 67% building 763/802 modules 39 active ...a/node_modules/lodash/_memoizeCapped.js 67% building 763/803 modules 40 active .../spa/node_modules/lodash/_baseGetTag.js 66% building 763/804 modules 41 active .../rsr/spa/node_modules/lodash/_Symbol.js 66% building 763/805 modules 42 active ...sr/spa/node_modules/lodash/_arrayMap.js 66% building 763/806 modules 43 active .../spa/node_modules/lodash/_nativeKeys.js 66% building 764/806 modules 42 active .../spa/node_modules/lodash/_nativeKeys.js 66% building 764/807 modules 43 active .../node_modules/lodash/_basePropertyOf.js 66% building 765/807 modules 42 active .../node_modules/lodash/_basePropertyOf.js 66% building 766/807 modules 41 active .../node_modules/lodash/_basePropertyOf.js 67% building 767/807 modules 40 active .../node_modules/lodash/_basePropertyOf.js 66% building 767/808 modules 41 active ...r/spa/node_modules/lodash/_castSlice.js 66% building 767/809 modules 42 active ...node_modules/lodash/_trimmedEndIndex.js 66% building 767/810 modules 43 active .../spa/node_modules/lodash/_freeGlobal.js 66% building 767/811 modules 44 active ...sr/spa/node_modules/moment/locale/ar.js 66% building 768/811 modules 43 active ...sr/spa/node_modules/moment/locale/ar.js 66% building 769/811 modules 42 active ...sr/spa/node_modules/moment/locale/ar.js 66% building 770/811 modules 41 active ...sr/spa/node_modules/moment/locale/ar.js 67% building 771/811 modules 40 active ...sr/spa/node_modules/moment/locale/ar.js 66% building 771/812 modules 41 active ...a/node_modules/lodash/_stringToArray.js 67% building 772/812 modules 40 active ...a/node_modules/lodash/_stringToArray.js 66% building 772/813 modules 41 active ...ules/core-js/library/modules/_export.js 66% building 772/814 modules 42 active ...re-js/library/modules/_object-assign.js 66% building 772/815 modules 43 active ...s/core-js/library/modules/_object-dp.js 66% building 773/815 modules 42 active ...s/core-js/library/modules/_object-dp.js 66% building 773/816 modules 43 active ...spa/node_modules/moment/locale/ar-tn.js 66% building 773/817 modules 44 active ...spa/node_modules/moment/locale/ar-sa.js 66% building 773/818 modules 45 active ...core-js/library/modules/_descriptors.js 66% building 773/819 modules 46 active ...r/spa/node_modules/rc-select/es/util.js 66% building 773/820 modules 47 active ...e_modules/rc-select/es/SelectTrigger.js 66% building 773/821 modules 48 active ...node_modules/lodash/_baseIsEqualDeep.js 66% building 774/821 modules 47 active ...node_modules/lodash/_baseIsEqualDeep.js 66% building 774/822 modules 48 active ...r/spa/node_modules/lodash/_baseHasIn.js 66% building 774/823 modules 49 active ...spa/node_modules/moment/locale/ar-ma.js 66% building 775/823 modules 48 active ...spa/node_modules/moment/locale/ar-ma.js 66% building 775/824 modules 49 active ...re-js/library/modules/_object-create.js 66% building 775/825 modules 50 active ...s/core-js/library/modules/_set-proto.js 66% building 775/826 modules 51 active .../spa/node_modules/lodash/_hasUnicode.js 66% building 775/827 modules 52 active ...spa/node_modules/moment/locale/ar-ly.js 66% building 775/828 modules 53 active ...spa/node_modules/moment/locale/ar-kw.js 66% building 775/829 modules 54 active ...s/core-js/library/modules/_string-at.js 66% building 775/830 modules 55 active ...core-js/library/modules/_iter-define.js 65% building 775/831 modules 56 active ...spa/node_modules/moment/locale/ar-dz.js 65% building 775/832 modules 57 active ...modules/core-js/library/modules/_wks.js 65% building 775/833 modules 58 active ...s/library/modules/es6.array.iterator.js 65% building 775/834 modules 59 active ...s/core-js/library/modules/_iterators.js 65% building 775/835 modules 60 active ...odules/core-js/library/modules/_hide.js 65% building 775/836 modules 61 active ...ules/core-js/library/modules/_global.js 65% building 776/836 modules 60 active ...ules/core-js/library/modules/_global.js 65% building 777/836 modules 59 active ...ules/core-js/library/modules/_global.js 65% building 777/837 modules 60 active ...spa/node_modules/rc-util/lib/KeyCode.js 65% building 778/837 modules 59 active ...spa/node_modules/rc-util/lib/KeyCode.js 65% building 778/838 modules 60 active ...modules/rc-util/lib/Children/toArray.js 65% building 779/838 modules 59 active ...modules/rc-util/lib/Children/toArray.js 65% building 780/838 modules 58 active ...modules/rc-util/lib/Children/toArray.js 65% building 781/838 modules 57 active ...modules/rc-util/lib/Children/toArray.js 65% building 782/838 modules 56 active ...modules/rc-util/lib/Children/toArray.js 66% building 783/838 modules 55 active ...modules/rc-util/lib/Children/toArray.js 66% building 784/838 modules 54 active ...modules/rc-util/lib/Children/toArray.js 66% building 785/838 modules 53 active ...modules/rc-util/lib/Children/toArray.js 66% building 786/838 modules 52 active ...modules/rc-util/lib/Children/toArray.js 66% building 787/838 modules 51 active ...modules/rc-util/lib/Children/toArray.js 66% building 788/838 modules 50 active ...modules/rc-util/lib/Children/toArray.js 66% building 789/838 modules 49 active ...modules/rc-util/lib/Children/toArray.js 66% building 790/838 modules 48 active ...modules/rc-util/lib/Children/toArray.js 66% building 791/838 modules 47 active ...modules/rc-util/lib/Children/toArray.js 66% building 792/838 modules 46 active ...modules/rc-util/lib/Children/toArray.js 66% building 793/838 modules 45 active ...modules/rc-util/lib/Children/toArray.js 66% building 793/839 modules 46 active ...ode_modules/i18next/dist/es/defaults.js 66% building 793/840 modules 47 active ...les/i18next/dist/es/BackendConnector.js 66% building 793/841 modules 48 active ...modules/i18next/dist/es/Interpolator.js 66% building 793/842 modules 49 active ...dules/i18next/dist/es/PluralResolver.js 66% building 794/842 modules 48 active ...dules/i18next/dist/es/PluralResolver.js 66% building 795/842 modules 47 active ...dules/i18next/dist/es/PluralResolver.js 66% building 795/843 modules 48 active ...odules/i18next/dist/es/LanguageUtils.js 66% building 796/843 modules 47 active ...odules/i18next/dist/es/LanguageUtils.js 66% building 797/843 modules 46 active ...odules/i18next/dist/es/LanguageUtils.js 66% building 798/843 modules 45 active ...odules/i18next/dist/es/LanguageUtils.js 66% building 799/843 modules 44 active ...odules/i18next/dist/es/LanguageUtils.js 66% building 800/843 modules 43 active ...odules/i18next/dist/es/LanguageUtils.js 67% building 801/843 modules 42 active ...odules/i18next/dist/es/LanguageUtils.js 67% building 802/843 modules 41 active ...odules/i18next/dist/es/LanguageUtils.js 67% building 803/843 modules 40 active ...odules/i18next/dist/es/LanguageUtils.js 67% building 804/843 modules 39 active ...odules/i18next/dist/es/LanguageUtils.js 67% building 805/843 modules 38 active ...odules/i18next/dist/es/LanguageUtils.js 67% building 806/843 modules 37 active ...odules/i18next/dist/es/LanguageUtils.js 67% building 806/844 modules 38 active ...e_modules/i18next/dist/es/Translator.js 67% building 806/845 modules 39 active ...odules/i18next/dist/es/ResourceStore.js 67% building 806/846 modules 40 active ...modules/i18next/dist/es/EventEmitter.js 67% building 807/846 modules 39 active ...modules/i18next/dist/es/EventEmitter.js 67% building 808/846 modules 38 active ...modules/i18next/dist/es/EventEmitter.js 67% building 809/846 modules 37 active ...modules/i18next/dist/es/EventEmitter.js 67% building 810/846 modules 36 active ...modules/i18next/dist/es/EventEmitter.js 67% building 811/846 modules 35 active ...modules/i18next/dist/es/EventEmitter.js 67% building 812/846 modules 34 active ...modules/i18next/dist/es/EventEmitter.js 67% building 812/847 modules 35 active ...r/spa/node_modules/rc-align/es/index.js 67% building 813/847 modules 34 active ...r/spa/node_modules/rc-align/es/index.js 67% building 814/847 modules 33 active ...r/spa/node_modules/rc-align/es/index.js 67% building 815/847 modules 32 active ...r/spa/node_modules/rc-align/es/index.js 67% building 816/847 modules 31 active ...r/spa/node_modules/rc-align/es/index.js 67% building 817/847 modules 30 active ...r/spa/node_modules/rc-align/es/index.js 67% building 818/847 modules 29 active ...r/spa/node_modules/rc-align/es/index.js 68% building 819/847 modules 28 active ...r/spa/node_modules/rc-align/es/index.js 68% building 820/847 modules 27 active ...r/spa/node_modules/rc-align/es/index.js 68% building 820/848 modules 28 active .../rsr/spa/node_modules/yup/es/boolean.js 67% building 820/849 modules 29 active ...ode_modules/antd/es/statistic/Number.js 67% building 820/850 modules 30 active ..._modules/antd/es/_util/openAnimation.js 67% building 820/851 modules 31 active ...dules/antd/es/collapse/CollapsePanel.js 67% building 821/851 modules 30 active ...dules/antd/es/collapse/CollapsePanel.js 67% building 822/851 modules 29 active ...dules/antd/es/collapse/CollapsePanel.js 67% building 822/852 modules 30 active ...node_modules/antd/es/calendar/Header.js 67% building 822/853 modules 31 active ...pa/node_modules/antd/es/_util/colors.js 67% building 822/854 modules 32 active ...e_modules/antd/es/badge/ScrollNumber.js 67% building 822/855 modules 33 active ...les/antd/es/_util/getDataOrAriaProps.js 67% building 822/856 modules 34 active ...spa/node_modules/antd/es/affix/utils.js 67% building 822/857 modules 35 active ...td/es/_util/throttleByAnimationFrame.js 67% building 823/857 modules 34 active ...td/es/_util/throttleByAnimationFrame.js 67% building 824/857 modules 33 active ...td/es/_util/throttleByAnimationFrame.js 67% building 825/857 modules 32 active ...td/es/_util/throttleByAnimationFrame.js 67% building 826/857 modules 31 active ...td/es/_util/throttleByAnimationFrame.js 67% building 827/857 modules 30 active ...td/es/_util/throttleByAnimationFrame.js 67% building 828/857 modules 29 active ...td/es/_util/throttleByAnimationFrame.js 68% building 829/857 modules 28 active ...td/es/_util/throttleByAnimationFrame.js 68% building 830/857 modules 27 active ...td/es/_util/throttleByAnimationFrame.js 68% building 831/857 modules 26 active ...td/es/_util/throttleByAnimationFrame.js 68% building 832/857 modules 25 active ...td/es/_util/throttleByAnimationFrame.js 68% building 833/857 modules 24 active ...td/es/_util/throttleByAnimationFrame.js 68% building 834/857 modules 23 active ...td/es/_util/throttleByAnimationFrame.js 68% building 835/857 modules 22 active ...td/es/_util/throttleByAnimationFrame.js 68% building 836/857 modules 21 active ...td/es/_util/throttleByAnimationFrame.js 68% building 837/857 modules 20 active ...td/es/_util/throttleByAnimationFrame.js 68% building 838/857 modules 19 active ...td/es/_util/throttleByAnimationFrame.js 68% building 838/858 modules 20 active .../async-validator/es/validator/string.js 68% building 838/859 modules 21 active ...es/async-validator/es/validator/type.js 68% building 838/860 modules 22 active ...sync-validator/es/validator/required.js 68% building 838/861 modules 23 active ...es/async-validator/es/validator/date.js 68% building 838/862 modules 24 active .../core-js/library/modules/_wks-define.js 68% building 838/863 modules 25 active ...async-validator/es/validator/pattern.js 68% building 838/864 modules 26 active ..._modules/rc-calendar/es/FullCalendar.js 68% building 838/865 modules 27 active ...es/async-validator/es/validator/enum.js 68% building 838/866 modules 28 active .../async-validator/es/validator/object.js 68% building 839/866 modules 27 active .../async-validator/es/validator/object.js 68% building 840/866 modules 26 active .../async-validator/es/validator/object.js 68% building 841/866 modules 25 active .../async-validator/es/validator/object.js 68% building 842/866 modules 24 active .../async-validator/es/validator/object.js 68% building 842/867 modules 25 active ...s/async-validator/es/validator/array.js 68% building 842/868 modules 26 active ...s/async-validator/es/validator/float.js 68% building 842/869 modules 27 active ...async-validator/es/validator/integer.js 68% building 842/870 modules 28 active .../async-validator/es/validator/regexp.js 68% building 842/871 modules 29 active ...les/core-js/library/modules/_library.js 67% building 842/872 modules 30 active .../spa/node_modules/fbjs/lib/invariant.js 67% building 842/873 modules 31 active ...pa/node_modules/fbjs/lib/emptyObject.js 67% building 842/874 modules 32 active ...sr/spa/node_modules/lodash/_toSource.js 67% building 842/875 modules 33 active ...sr/spa/node_modules/lodash/_isMasked.js 67% building 842/876 modules 34 active ...core-js/library/modules/_object-gops.js 67% building 842/877 modules 35 active .../core-js/library/modules/_object-pie.js 67% building 842/878 modules 36 active ...core-js/library/modules/_object-gopn.js 67% building 843/878 modules 35 active ...core-js/library/modules/_object-gopn.js 67% building 843/879 modules 36 active ...core-js/library/modules/_object-keys.js 67% building 844/879 modules 35 active ...core-js/library/modules/_object-keys.js 67% building 844/880 modules 36 active ...r/spa/node_modules/lodash/_ListCache.js 67% building 844/881 modules 37 active ...re-js/library/modules/es6.array.from.js 67% building 844/882 modules 38 active ...sr/spa/node_modules/lodash/_stackSet.js 67% building 844/883 modules 39 active ...sr/spa/node_modules/lodash/_stackHas.js 67% building 844/884 modules 40 active ...sr/spa/node_modules/lodash/_stackGet.js 67% building 844/885 modules 41 active ...spa/node_modules/lodash/_stackDelete.js 67% building 845/885 modules 40 active ...spa/node_modules/lodash/_stackDelete.js 67% building 845/886 modules 41 active .../spa/node_modules/lodash/_stackClear.js 67% building 846/886 modules 40 active .../spa/node_modules/lodash/_stackClear.js 67% building 846/887 modules 41 active ...core-js/library/modules/_object-gopd.js 67% building 846/888 modules 42 active ...-js/library/modules/_object-gopn-ext.js 67% building 846/889 modules 43 active ...ode_modules/lodash/_baseIsTypedArray.js 67% building 846/890 modules 44 active ...re-js/library/modules/_property-desc.js 66% building 846/891 modules 45 active ...sr/spa/node_modules/lodash/stubFalse.js 66% building 846/892 modules 46 active ...sr/spa/node_modules/lodash/_nodeUtil.js 66% building 846/893 modules 47 active ...r/spa/node_modules/lodash/_baseUnary.js 66% building 846/894 modules 48 active .../rsr/spa/node_modules/lodash/memoize.js 66% building 846/895 modules 49 active .../node_modules/lodash/_objectToString.js 66% building 846/896 modules 50 active ...r/spa/node_modules/lodash/_getRawTag.js 66% building 846/897 modules 51 active ...ore-js/library/modules/_to-primitive.js 66% building 846/898 modules 52 active ...rsr/spa/node_modules/lodash/_overArg.js 66% building 846/899 modules 53 active .../core-js/library/modules/_to-iobject.js 66% building 847/899 modules 52 active .../core-js/library/modules/_to-iobject.js 66% building 848/899 modules 51 active .../core-js/library/modules/_to-iobject.js 66% building 849/899 modules 50 active .../core-js/library/modules/_to-iobject.js 66% building 850/899 modules 49 active .../core-js/library/modules/_to-iobject.js 66% building 851/899 modules 48 active .../core-js/library/modules/_to-iobject.js 66% building 851/900 modules 49 active ...s/core-js/library/modules/_is-object.js 66% building 851/901 modules 50 active ...r/spa/node_modules/lodash/_baseSlice.js 66% building 851/902 modules 51 active ...s/core-js/library/modules/_an-object.js 66% building 851/903 modules 52 active ...es/core-js/library/modules/_is-array.js 66% building 851/904 modules 53 active ...s/core-js/library/modules/_enum-keys.js 66% building 852/904 modules 52 active ...s/core-js/library/modules/_enum-keys.js 66% building 853/904 modules 51 active ...s/core-js/library/modules/_enum-keys.js 66% building 854/904 modules 50 active ...s/core-js/library/modules/_enum-keys.js 66% building 854/905 modules 51 active ...pa/node_modules/lodash/_asciiToArray.js 66% building 855/905 modules 50 active ...pa/node_modules/lodash/_asciiToArray.js 66% building 855/906 modules 51 active ...modules/core-js/library/modules/_has.js 66% building 855/907 modules 52 active ...dules/core-js/library/modules/_fails.js 66% building 855/908 modules 53 active ...les/core-js/library/modules/_iobject.js 66% building 855/909 modules 54 active ...node_modules/component-classes/index.js 66% building 855/910 modules 55 active ...s/core-js/library/modules/_to-object.js 66% building 855/911 modules 56 active .../rsr/spa/node_modules/lodash/_getTag.js 66% building 855/912 modules 57 active ...pa/node_modules/lodash/_equalObjects.js 66% building 855/913 modules 58 active .../spa/node_modules/lodash/_equalByTag.js 66% building 856/913 modules 57 active .../spa/node_modules/lodash/_equalByTag.js 66% building 857/913 modules 56 active .../spa/node_modules/lodash/_equalByTag.js 66% building 858/913 modules 55 active .../spa/node_modules/lodash/_equalByTag.js 66% building 858/914 modules 56 active ...odules/core-js/library/modules/_html.js 66% building 858/915 modules 57 active .../node_modules/i18next/dist/es/logger.js 66% building 858/916 modules 58 active ...modules/core-js/library/modules/_ctx.js 66% building 859/916 modules 57 active ...modules/core-js/library/modules/_ctx.js 66% building 859/917 modules 58 active .../core-js/library/modules/_to-integer.js 66% building 859/918 modules 59 active .../core-js/library/modules/_object-gpo.js 66% building 859/919 modules 60 active ...ules/core-js/library/modules/_shared.js 66% building 860/919 modules 59 active ...ules/core-js/library/modules/_shared.js 66% building 861/919 modules 58 active ...ules/core-js/library/modules/_shared.js 66% building 861/920 modules 59 active .../library/modules/_add-to-unscopables.js 66% building 861/921 modules 60 active ...s/core-js/library/modules/_iter-step.js 66% building 861/922 modules 61 active ...de_modules/rc-select/es/DropdownMenu.js 66% building 862/922 modules 60 active ...de_modules/rc-select/es/DropdownMenu.js 66% building 862/923 modules 61 active ...modules/core-js/library/modules/_uid.js 66% building 863/923 modules 60 active ...modules/core-js/library/modules/_uid.js 66% building 864/923 modules 59 active ...modules/core-js/library/modules/_uid.js 66% building 865/923 modules 58 active ...modules/core-js/library/modules/_uid.js 66% building 866/923 modules 57 active ...modules/core-js/library/modules/_uid.js 66% building 867/923 modules 56 active ...modules/core-js/library/modules/_uid.js 66% building 868/923 modules 55 active ...modules/core-js/library/modules/_uid.js 66% building 869/923 modules 54 active ...modules/core-js/library/modules/_uid.js 66% building 870/923 modules 53 active ...modules/core-js/library/modules/_uid.js 66% building 871/923 modules 52 active ...modules/core-js/library/modules/_uid.js 66% building 872/923 modules 51 active ...modules/core-js/library/modules/_uid.js 66% building 873/923 modules 50 active ...modules/core-js/library/modules/_uid.js 66% building 874/923 modules 49 active ...modules/core-js/library/modules/_uid.js 66% building 875/923 modules 48 active ...modules/core-js/library/modules/_uid.js 66% building 876/923 modules 47 active ...modules/core-js/library/modules/_uid.js 67% building 877/923 modules 46 active ...modules/core-js/library/modules/_uid.js 67% building 878/923 modules 45 active ...modules/core-js/library/modules/_uid.js 67% building 879/923 modules 44 active ...modules/core-js/library/modules/_uid.js 67% building 879/924 modules 45 active ...s/library/modules/_set-to-string-tag.js 67% building 880/924 modules 44 active ...s/library/modules/_set-to-string-tag.js 67% building 881/924 modules 43 active ...s/library/modules/_set-to-string-tag.js 67% building 882/924 modules 42 active ...s/library/modules/_set-to-string-tag.js 67% building 882/925 modules 43 active ...core-js/library/modules/_iter-create.js 67% building 883/925 modules 42 active ...core-js/library/modules/_iter-create.js 67% building 883/926 modules 43 active ...es/core-js/library/modules/_redefine.js 67% building 884/926 modules 42 active ...es/core-js/library/modules/_redefine.js 67% building 885/926 modules 41 active ...es/core-js/library/modules/_redefine.js 67% building 886/926 modules 40 active ...es/core-js/library/modules/_redefine.js 67% building 886/927 modules 41 active ...les/core-js/library/modules/_defined.js 67% building 887/927 modules 40 active ...les/core-js/library/modules/_defined.js 67% building 888/927 modules 39 active ...les/core-js/library/modules/_defined.js 67% building 889/927 modules 38 active ...les/core-js/library/modules/_defined.js 67% building 890/927 modules 37 active ...les/core-js/library/modules/_defined.js 67% building 891/927 modules 36 active ...les/core-js/library/modules/_defined.js 67% building 892/927 modules 35 active ...les/core-js/library/modules/_defined.js 67% building 893/927 modules 34 active ...les/core-js/library/modules/_defined.js 67% building 894/927 modules 33 active ...les/core-js/library/modules/_defined.js 67% building 895/927 modules 32 active ...les/core-js/library/modules/_defined.js 67% building 896/927 modules 31 active ...les/core-js/library/modules/_defined.js 68% building 897/927 modules 30 active ...les/core-js/library/modules/_defined.js 68% building 898/927 modules 29 active ...les/core-js/library/modules/_defined.js 68% building 899/927 modules 28 active ...les/core-js/library/modules/_defined.js 68% building 899/928 modules 29 active ...untime/helpers/assertThisInitialized.js 68% building 899/929 modules 30 active ...ules/@babel/runtime/helpers/inherits.js 68% building 899/930 modules 31 active ...babel/runtime/helpers/getPrototypeOf.js 68% building 900/930 modules 30 active ...babel/runtime/helpers/getPrototypeOf.js 68% building 901/930 modules 29 active ...babel/runtime/helpers/getPrototypeOf.js 68% building 902/930 modules 28 active ...babel/runtime/helpers/getPrototypeOf.js 68% building 903/930 modules 27 active ...babel/runtime/helpers/getPrototypeOf.js 68% building 904/930 modules 26 active ...babel/runtime/helpers/getPrototypeOf.js 68% building 905/930 modules 25 active ...babel/runtime/helpers/getPrototypeOf.js 68% building 905/931 modules 26 active ...r/spa/node_modules/rc-align/es/Align.js 68% building 906/931 modules 25 active ...r/spa/node_modules/rc-align/es/Align.js 68% building 907/931 modules 24 active ...r/spa/node_modules/rc-align/es/Align.js 68% building 908/931 modules 23 active ...r/spa/node_modules/rc-align/es/Align.js 68% building 909/931 modules 22 active ...r/spa/node_modules/rc-align/es/Align.js 68% building 910/931 modules 21 active ...r/spa/node_modules/rc-align/es/Align.js 68% building 911/931 modules 20 active ...r/spa/node_modules/rc-align/es/Align.js 68% building 911/932 modules 21 active ...ules/antd/node_modules/lodash/padEnd.js 68% building 912/932 modules 20 active ...ules/antd/node_modules/lodash/padEnd.js 68% building 912/933 modules 21 active ...me/helpers/possibleConstructorReturn.js 68% building 913/933 modules 20 active ...me/helpers/possibleConstructorReturn.js 68% building 913/934 modules 21 active ...@babel/runtime/helpers/slicedToArray.js 68% building 913/935 modules 22 active .../core-js/library/modules/_dom-create.js 68% building 913/936 modules 23 active .../core-js/library/modules/_shared-key.js 68% building 914/936 modules 22 active .../core-js/library/modules/_shared-key.js 68% building 915/936 modules 21 active .../core-js/library/modules/_shared-key.js 68% building 916/936 modules 20 active .../core-js/library/modules/_shared-key.js 68% building 916/937 modules 21 active ...re-js/library/modules/_enum-bug-keys.js 68% building 917/937 modules 20 active ...re-js/library/modules/_enum-bug-keys.js 68% building 917/938 modules 21 active .../core-js/library/modules/_object-dps.js 68% building 918/938 modules 20 active .../core-js/library/modules/_object-dps.js 68% building 919/938 modules 19 active .../core-js/library/modules/_object-dps.js 68% building 920/938 modules 18 active .../core-js/library/modules/_object-dps.js 68% building 921/938 modules 17 active .../core-js/library/modules/_object-dps.js 68% building 922/938 modules 16 active .../core-js/library/modules/_object-dps.js 68% building 922/939 modules 17 active ...spa/node_modules/lodash/_equalArrays.js 68% building 922/940 modules 18 active ...e-js/library/modules/_ie8-dom-define.js 68% building 922/941 modules 19 active .../node_modules/lodash/_unicodeToArray.js 68% building 922/942 modules 20 active ...odules/core-js/library/modules/_meta.js 68% building 923/942 modules 19 active ...odules/core-js/library/modules/_meta.js 68% building 923/943 modules 20 active ...pa/node_modules/rc-dropdown/es/index.js 68% building 924/943 modules 19 active ...pa/node_modules/rc-dropdown/es/index.js 68% building 924/944 modules 20 active ...async-validator/es/validator/boolean.js 68% building 925/944 modules 19 active ...async-validator/es/validator/boolean.js 68% building 925/945 modules 20 active ...pa/node_modules/rc-collapse/es/index.js 68% building 926/945 modules 19 active ...pa/node_modules/rc-collapse/es/index.js 68% building 926/946 modules 20 active ..._modules/rc-resize-observer/es/index.js 68% building 927/946 modules 19 active ..._modules/rc-resize-observer/es/index.js 68% building 927/947 modules 20 active .../async-validator/es/validator/number.js 68% building 927/948 modules 21 active .../async-validator/es/validator/method.js 68% building 927/949 modules 22 active .../spa/node_modules/lodash/_coreJsData.js 68% building 927/950 modules 23 active ...ibrary/modules/_object-keys-internal.js 68% building 928/950 modules 22 active ...ibrary/modules/_object-keys-internal.js 68% building 929/950 modules 21 active ...ibrary/modules/_object-keys-internal.js 68% building 930/950 modules 20 active ...ibrary/modules/_object-keys-internal.js 68% building 930/951 modules 21 active .../node_modules/lodash/_listCacheClear.js 68% building 930/952 modules 22 active ...core-js/library/modules/_iter-detect.js 68% building 930/953 modules 23 active ...sr/spa/node_modules/lodash/_MapCache.js 68% building 930/954 modules 24 active ...ndar/es/full-calendar/CalendarHeader.js 68% building 930/955 modules 25 active ...odules/async-validator/es/rule/index.js 68% building 930/956 modules 26 active ...kvo/rsr/spa/node_modules/lodash/_Map.js 68% building 930/957 modules 27 active ...ary/modules/core.get-iterator-method.js 68% building 930/958 modules 28 active ...-js/library/modules/_create-property.js 68% building 930/959 modules 29 active ...s/core-js/library/modules/_to-length.js 68% building 931/959 modules 28 active ...s/core-js/library/modules/_to-length.js 68% building 931/960 modules 29 active ...re-js/library/modules/_is-array-iter.js 68% building 931/961 modules 30 active ...s/core-js/library/modules/_iter-call.js 68% building 931/962 modules 31 active ...pa/node_modules/lodash/_listCacheSet.js 68% building 931/963 modules 32 active ...pa/node_modules/lodash/_listCacheGet.js 67% building 931/964 modules 33 active ...pa/node_modules/lodash/_listCacheHas.js 67% building 931/965 modules 34 active ...node_modules/lodash/_listCacheDelete.js 67% building 931/966 modules 35 active ...spa/node_modules/antd/es/radio/group.js 67% building 931/967 modules 36 active ...les/antd/es/icon/twoTonePrimaryColor.js 67% building 931/968 modules 37 active .../spa/node_modules/antd/es/icon/utils.js 67% building 931/969 modules 38 active ...a/node_modules/antd/es/icon/IconFont.js 67% building 931/970 modules 39 active ...de_modules/antd/es/_util/transButton.js 67% building 932/970 modules 38 active ...de_modules/antd/es/_util/transButton.js 67% building 932/971 modules 39 active ..._modules/antd/es/statistic/Countdown.js 67% building 932/972 modules 40 active ...a/node_modules/antd/es/modal/confirm.js 67% building 932/973 modules 41 active ...spa/node_modules/antd/es/modal/Modal.js 67% building 932/974 modules 42 active ...pa/node_modules/antd/es/modal/locale.js 67% building 932/975 modules 43 active .../node_modules/antd/es/input/Password.js 67% building 932/976 modules 44 active .../node_modules/antd/es/input/TextArea.js 67% building 932/977 modules 45 active ...modules/core-js/library/modules/_cof.js 67% building 933/977 modules 44 active ...modules/core-js/library/modules/_cof.js 67% building 933/978 modules 45 active ...pa/node_modules/antd/es/input/Search.js 67% building 934/978 modules 44 active ...pa/node_modules/antd/es/input/Search.js 67% building 935/978 modules 43 active ...pa/node_modules/antd/es/input/Search.js 67% building 935/979 modules 44 active ...spa/node_modules/antd/es/input/Group.js 67% building 936/979 modules 43 active ...spa/node_modules/antd/es/input/Group.js 67% building 936/980 modules 44 active ...pa/node_modules/antd/es/empty/simple.js 67% building 936/981 modules 45 active ...spa/node_modules/antd/es/empty/empty.js 67% building 937/981 modules 44 active ...spa/node_modules/antd/es/empty/empty.js 67% building 938/981 modules 43 active ...spa/node_modules/antd/es/empty/empty.js 67% building 938/982 modules 44 active ...sr/spa/node_modules/lodash/_DataView.js 67% building 938/983 modules 45 active ...rsr/spa/node_modules/lodash/_WeakMap.js 67% building 938/984 modules 46 active .../spa/node_modules/lodash/_getAllKeys.js 67% building 938/985 modules 47 active ...kvo/rsr/spa/node_modules/lodash/_Set.js 67% building 938/986 modules 48 active ...rsr/spa/node_modules/lodash/_Promise.js 67% building 938/987 modules 49 active .../spa/node_modules/lodash/_setToArray.js 67% building 939/987 modules 48 active .../spa/node_modules/lodash/_setToArray.js 67% building 940/987 modules 47 active .../spa/node_modules/lodash/_setToArray.js 67% building 940/988 modules 48 active .../spa/node_modules/lodash/_mapToArray.js 67% building 941/988 modules 47 active .../spa/node_modules/lodash/_mapToArray.js 67% building 941/989 modules 48 active ...el/runtime/helpers/toConsumableArray.js 67% building 941/990 modules 49 active .../core-js/library/modules/_a-function.js 66% building 941/991 modules 50 active .../spa/node_modules/lodash/_Uint8Array.js 66% building 941/992 modules 51 active ...les/antd/es/dropdown/dropdown-button.js 66% building 941/993 modules 52 active ...dules/antd/es/date-picker/WeekPicker.js 66% building 942/993 modules 51 active ...dules/antd/es/date-picker/WeekPicker.js 66% building 942/994 modules 52 active ...ules/antd/es/date-picker/RangePicker.js 66% building 942/995 modules 53 active ...dules/antd/es/date-picker/wrapPicker.js 66% building 942/996 modules 54 active ...les/antd/es/date-picker/createPicker.js 66% building 943/996 modules 53 active ...les/antd/es/date-picker/createPicker.js 66% building 944/996 modules 52 active ...les/antd/es/date-picker/createPicker.js 66% building 945/996 modules 51 active ...les/antd/es/date-picker/createPicker.js 66% building 945/997 modules 52 active .../node_modules/antd/es/checkbox/Group.js 66% building 946/997 modules 51 active .../node_modules/antd/es/checkbox/Group.js 66% building 947/997 modules 50 active .../node_modules/antd/es/checkbox/Group.js 67% building 948/997 modules 49 active .../node_modules/antd/es/checkbox/Group.js 67% building 949/997 modules 48 active .../node_modules/antd/es/checkbox/Group.js 67% building 949/998 modules 49 active ..._modules/antd/es/button/button-group.js 67% building 950/998 modules 48 active ..._modules/antd/es/button/button-group.js 67% building 950/999 modules 49 active ...td/es/breadcrumb/BreadcrumbSeparator.js 67% building 951/999 modules 48 active ...td/es/breadcrumb/BreadcrumbSeparator.js 67% building 952/999 modules 47 active ...td/es/breadcrumb/BreadcrumbSeparator.js 67% building 953/999 modules 46 active ...td/es/breadcrumb/BreadcrumbSeparator.js 67% building 953/1000 modules 47 active ...s/antd/es/auto-complete/InputElement.js 67% building 953/1001 modules 48 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 954/1001 modules 47 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 955/1001 modules 46 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 956/1001 modules 45 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 957/1001 modules 44 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 958/1001 modules 43 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 959/1001 modules 42 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 960/1001 modules 41 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 961/1001 modules 40 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 962/1001 modules 39 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 963/1001 modules 38 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 964/1001 modules 37 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 965/1001 modules 36 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 966/1001 modules 35 active ...de_modules/antd/es/anchor/AnchorLink.js 67% building 967/1001 modules 34 active ...de_modules/antd/es/anchor/AnchorLink.js 68% building 968/1001 modules 33 active ...de_modules/antd/es/anchor/AnchorLink.js 68% building 969/1001 modules 32 active ...de_modules/antd/es/anchor/AnchorLink.js 68% building 969/1002 modules 33 active ...r/spa/app/modules/announcements/list.js 68% building 970/1002 modules 32 active ...r/spa/app/modules/announcements/list.js 68% building 970/1003 modules 33 active ...babel/runtime/helpers/setPrototypeOf.js 68% building 971/1003 modules 32 active ...babel/runtime/helpers/setPrototypeOf.js 68% building 972/1003 modules 31 active ...babel/runtime/helpers/setPrototypeOf.js 68% building 973/1003 modules 30 active ...babel/runtime/helpers/setPrototypeOf.js 68% building 973/1004 modules 31 active ...modules/rc-calendar/es/MonthCalendar.js 68% building 974/1004 modules 30 active ...modules/rc-calendar/es/MonthCalendar.js 68% building 974/1005 modules 31 active ...les/core-js/modules/web.dom.iterable.js 68% building 975/1005 modules 30 active ...les/core-js/modules/web.dom.iterable.js 68% building 976/1005 modules 29 active ...les/core-js/modules/web.dom.iterable.js 68% building 977/1005 modules 28 active ...les/core-js/modules/web.dom.iterable.js 68% building 977/1006 modules 29 active ...odules/core-js/modules/web.immediate.js 68% building 977/1007 modules 30 active ...e_modules/core-js/modules/web.timers.js 68% building 977/1008 modules 31 active ...dules/core-js/modules/es7.observable.js 68% building 977/1009 modules 32 active ...ode_modules/core-js/modules/es7.asap.js 68% building 977/1010 modules 33 active ...core-js/modules/es7.reflect.metadata.js 67% building 977/1011 modules 34 active ...modules/es7.reflect.has-own-metadata.js 67% building 977/1012 modules 35 active ...-js/modules/es7.reflect.has-metadata.js 67% building 977/1013 modules 36 active ...es/es7.reflect.get-own-metadata-keys.js 67% building 977/1014 modules 37 active ...modules/es7.reflect.get-own-metadata.js 67% building 977/1015 modules 38 active ...odules/es7.reflect.get-metadata-keys.js 67% building 977/1016 modules 39 active ...t/es/stateReconciler/autoMergeLevel1.js 67% building 977/1017 modules 40 active ...-js/modules/es7.reflect.get-metadata.js 67% building 978/1017 modules 39 active ...-js/modules/es7.reflect.get-metadata.js 67% building 979/1017 modules 38 active ...-js/modules/es7.reflect.get-metadata.js 67% building 980/1017 modules 37 active ...-js/modules/es7.reflect.get-metadata.js 67% building 981/1017 modules 36 active ...-js/modules/es7.reflect.get-metadata.js 67% building 981/1018 modules 37 active ...e_modules/@ant-design/icons/lib/dist.js 67% building 981/1019 modules 38 active ...d/node_modules/lodash/_createPadding.js 67% building 982/1019 modules 37 active ...d/node_modules/lodash/_createPadding.js 67% building 983/1019 modules 36 active ...d/node_modules/lodash/_createPadding.js 67% building 984/1019 modules 35 active ...d/node_modules/lodash/_createPadding.js 67% building 985/1019 modules 34 active ...d/node_modules/lodash/_createPadding.js 67% building 985/1020 modules 35 active ...es/antd/node_modules/lodash/toString.js 67% building 985/1021 modules 36 active ...s/antd/node_modules/lodash/toInteger.js 67% building 986/1021 modules 35 active ...s/antd/node_modules/lodash/toInteger.js 68% building 987/1021 modules 34 active ...s/antd/node_modules/lodash/toInteger.js 67% building 987/1022 modules 35 active ...babel/runtime/helpers/arrayWithHoles.js 67% building 987/1023 modules 36 active ...abel/runtime/helpers/nonIterableRest.js 67% building 987/1024 modules 37 active ...runtime/helpers/iterableToArrayLimit.js 67% building 987/1025 modules 38 active ...antd/node_modules/lodash/_stringSize.js 67% building 988/1025 modules 37 active ...antd/node_modules/lodash/_stringSize.js 67% building 988/1026 modules 38 active ...spa/app/modules/announcements/modal.jsx 67% building 989/1026 modules 37 active ...spa/app/modules/announcements/modal.jsx 67% building 990/1026 modules 36 active ...spa/app/modules/announcements/modal.jsx 67% building 990/1027 modules 37 active ...sr/spa/node_modules/rc-align/es/util.js 67% building 991/1027 modules 36 active ...sr/spa/node_modules/rc-align/es/util.js 67% building 992/1027 modules 35 active ...sr/spa/node_modules/rc-align/es/util.js 67% building 992/1028 modules 36 active ...sr/spa/node_modules/lodash/_SetCache.js 67% building 992/1029 modules 37 active ...sr/spa/node_modules/lodash/_cacheHas.js 67% building 992/1030 modules 38 active ...r/spa/node_modules/lodash/_arraySome.js 67% building 993/1030 modules 37 active ...r/spa/node_modules/lodash/_arraySome.js 67% building 993/1031 modules 38 active .../modules/es7.reflect.delete-metadata.js 67% building 994/1031 modules 37 active .../modules/es7.reflect.delete-metadata.js 67% building 995/1031 modules 36 active .../modules/es7.reflect.delete-metadata.js 67% building 996/1031 modules 35 active .../modules/es7.reflect.delete-metadata.js 67% building 996/1032 modules 36 active ...node_modules/rc-dropdown/es/Dropdown.js 67% building 997/1032 modules 35 active ...node_modules/rc-dropdown/es/Dropdown.js 67% building 997/1033 modules 36 active .../modules/es7.reflect.define-metadata.js 67% building 998/1033 modules 35 active .../modules/es7.reflect.define-metadata.js 67% building 998/1034 modules 36 active ...node_modules/rc-collapse/es/Collapse.js 67% building 999/1034 modules 35 active ...node_modules/rc-collapse/es/Collapse.js 68% building 1000/1034 modules 34 active ...node_modules/rc-collapse/es/Collapse.js 67% building 1000/1035 modules 35 active ...e_modules/rc-resize-observer/es/util.js 68% building 1001/1035 modules 34 active ...e_modules/rc-resize-observer/es/util.js 67% building 1001/1036 modules 35 active ...rsr/spa/node_modules/rc-util/lib/ref.js 67% building 1001/1037 modules 36 active ...e-js/library/modules/_array-includes.js 67% building 1002/1037 modules 35 active ...e-js/library/modules/_array-includes.js 68% building 1003/1037 modules 34 active ...e-js/library/modules/_array-includes.js 68% building 1004/1037 modules 33 active ...e-js/library/modules/_array-includes.js 68% building 1004/1038 modules 34 active ...spa/node_modules/rc-util/lib/warning.js 67% building 1004/1039 modules 35 active ...a/node_modules/lodash/_mapCacheClear.js 68% building 1005/1039 modules 34 active ...a/node_modules/lodash/_mapCacheClear.js 67% building 1005/1040 modules 35 active ...les/async-validator/es/rule/required.js 68% building 1006/1040 modules 34 active ...les/async-validator/es/rule/required.js 68% building 1007/1040 modules 33 active ...les/async-validator/es/rule/required.js 68% building 1008/1040 modules 32 active ...les/async-validator/es/rule/required.js 68% building 1009/1040 modules 31 active ...les/async-validator/es/rule/required.js 68% building 1010/1040 modules 30 active ...les/async-validator/es/rule/required.js 68% building 1011/1040 modules 29 active ...les/async-validator/es/rule/required.js 68% building 1012/1040 modules 28 active ...les/async-validator/es/rule/required.js 68% building 1013/1040 modules 27 active ...les/async-validator/es/rule/required.js 68% building 1014/1040 modules 26 active ...les/async-validator/es/rule/required.js 68% building 1015/1040 modules 25 active ...les/async-validator/es/rule/required.js 68% building 1015/1041 modules 26 active ...ules/async-validator/es/rule/pattern.js 68% building 1016/1041 modules 25 active ...ules/async-validator/es/rule/pattern.js 68% building 1017/1041 modules 24 active ...ules/async-validator/es/rule/pattern.js 68% building 1017/1042 modules 25 active ...les/core-js/library/modules/_classof.js 68% building 1017/1043 modules 26 active ...modules/async-validator/es/rule/enum.js 68% building 1017/1044 modules 27 active ...odules/async-validator/es/rule/range.js 68% building 1017/1045 modules 28 active ...modules/async-validator/es/rule/type.js 68% building 1017/1046 modules 29 active ...s/async-validator/es/rule/whitespace.js 68% building 1017/1047 modules 30 active ...pa/node_modules/lodash/_assocIndexOf.js 68% building 1017/1048 modules 31 active ...spa/node_modules/lodash/_mapCacheSet.js 68% building 1017/1049 modules 32 active ...spa/node_modules/lodash/_mapCacheHas.js 68% building 1017/1050 modules 33 active ...les/@ant-design/icons-react/es/index.js 68% building 1017/1051 modules 34 active ...spa/node_modules/lodash/_mapCacheGet.js 68% building 1018/1051 modules 33 active ...spa/node_modules/lodash/_mapCacheGet.js 68% building 1018/1052 modules 34 active ...node_modules/antd/es/statistic/utils.js 68% building 1018/1053 modules 35 active ...e_modules/antd/es/modal/ActionButton.js 67% building 1018/1054 modules 36 active .../node_modules/lodash/_mapCacheDelete.js 67% building 1018/1055 modules 37 active ...ules/antd/es/input/ResizableTextArea.js 67% building 1018/1056 modules 38 active ...ules/core-js/modules/es7.promise.try.js 67% building 1019/1056 modules 37 active ...ules/core-js/modules/es7.promise.try.js 67% building 1020/1056 modules 36 active ...ules/core-js/modules/es7.promise.try.js 67% building 1020/1057 modules 37 active .../core-js/modules/es7.promise.finally.js 67% building 1020/1058 modules 38 active ...les/core-js/modules/es7.math.signbit.js 67% building 1020/1059 modules 39 active ...dules/core-js/modules/es7.math.umulh.js 67% building 1020/1060 modules 40 active ...dules/core-js/modules/es7.math.scale.js 67% building 1020/1061 modules 41 active ...les/core-js/modules/es7.math.radians.js 67% building 1021/1061 modules 40 active ...les/core-js/modules/es7.math.radians.js 67% building 1021/1062 modules 41 active ...core-js/modules/es7.math.rad-per-deg.js 67% building 1022/1062 modules 40 active ...core-js/modules/es7.math.rad-per-deg.js 67% building 1023/1062 modules 39 active ...core-js/modules/es7.math.rad-per-deg.js 67% building 1024/1062 modules 38 active ...core-js/modules/es7.math.rad-per-deg.js 67% building 1024/1063 modules 39 active ...dules/core-js/modules/es7.math.imulh.js 67% building 1025/1063 modules 38 active ...dules/core-js/modules/es7.math.imulh.js 67% building 1025/1064 modules 39 active ...dules/core-js/modules/es7.math.isubh.js 67% building 1026/1064 modules 38 active ...dules/core-js/modules/es7.math.isubh.js 67% building 1026/1065 modules 39 active ...dules/core-js/modules/es7.math.iaddh.js 67% building 1026/1066 modules 40 active ...ules/core-js/modules/es7.math.fscale.js 67% building 1026/1067 modules 41 active ..._modules/rc-util/lib/Dom/findDOMNode.js 67% building 1026/1068 modules 42 active .../node_modules/lodash/_baseGetAllKeys.js 67% building 1026/1069 modules 43 active .../spa/node_modules/lodash/_getSymbols.js 67% building 1026/1070 modules 44 active ...les/core-js/modules/es7.math.degrees.js 67% building 1026/1071 modules 45 active ...core-js/modules/es7.math.deg-per-rad.js 67% building 1027/1071 modules 44 active ...core-js/modules/es7.math.deg-per-rad.js 67% building 1028/1071 modules 43 active ...core-js/modules/es7.math.deg-per-rad.js 67% building 1028/1072 modules 44 active ...dules/core-js/modules/es7.math.clamp.js 67% building 1028/1073 modules 45 active ...jsx$/ groupOptions: {} namespace object 67% building 1029/1073 modules 44 active ...jsx$/ groupOptions: {} namespace object 67% building 1029/1074 modules 45 active ...el/runtime/helpers/arrayWithoutHoles.js 67% building 1029/1075 modules 46 active ...el/runtime/helpers/nonIterableSpread.js 67% building 1029/1076 modules 47 active ...abel/runtime/helpers/iterableToArray.js 67% building 1029/1077 modules 48 active ...s/core-js/modules/es7.error.is-error.js 67% building 1029/1078 modules 49 active ...node_modules/component-indexof/index.js 67% building 1030/1078 modules 48 active ...node_modules/component-indexof/index.js 67% building 1030/1079 modules 49 active ...ode_modules/rc-notification/es/index.js 67% building 1031/1079 modules 48 active ...ode_modules/rc-notification/es/index.js 67% building 1031/1080 modules 49 active ...pa/node_modules/rc-mentions/es/index.js 67% building 1031/1081 modules 50 active ...ode_modules/rc-input-number/es/index.js 67% building 1032/1081 modules 49 active ...ode_modules/rc-input-number/es/index.js 67% building 1033/1081 modules 48 active ...ode_modules/rc-input-number/es/index.js 67% building 1033/1082 modules 49 active ...odules/antd/es/date-picker/InputIcon.js 67% building 1034/1082 modules 48 active ...odules/antd/es/date-picker/InputIcon.js 67% building 1034/1083 modules 49 active ...de_modules/antd/es/date-picker/utils.js 67% building 1035/1083 modules 48 active ...de_modules/antd/es/date-picker/utils.js 67% building 1036/1083 modules 47 active ...de_modules/antd/es/date-picker/utils.js 67% building 1037/1083 modules 46 active ...de_modules/antd/es/date-picker/utils.js 67% building 1038/1083 modules 45 active ...de_modules/antd/es/date-picker/utils.js 67% building 1038/1084 modules 46 active ...es/core-js/modules/es7.system.global.js 67% building 1038/1085 modules 47 active ...e_modules/core-js/modules/es7.global.js 67% building 1039/1085 modules 46 active ...e_modules/core-js/modules/es7.global.js 67% building 1040/1085 modules 45 active ...e_modules/core-js/modules/es7.global.js 67% building 1041/1085 modules 44 active ...e_modules/core-js/modules/es7.global.js 67% building 1042/1085 modules 43 active ...e_modules/core-js/modules/es7.global.js 67% building 1043/1085 modules 42 active ...e_modules/core-js/modules/es7.global.js 67% building 1044/1085 modules 41 active ...e_modules/core-js/modules/es7.global.js 67% building 1045/1085 modules 40 active ...e_modules/core-js/modules/es7.global.js 67% building 1046/1085 modules 39 active ...e_modules/core-js/modules/es7.global.js 67% building 1047/1085 modules 38 active ...e_modules/core-js/modules/es7.global.js 67% building 1048/1085 modules 37 active ...e_modules/core-js/modules/es7.global.js 68% building 1049/1085 modules 36 active ...e_modules/core-js/modules/es7.global.js 68% building 1050/1085 modules 35 active ...e_modules/core-js/modules/es7.global.js 68% building 1051/1085 modules 34 active ...e_modules/core-js/modules/es7.global.js 68% building 1051/1086 modules 35 active ...-lottie-player/dist/lottie-react.esm.js 68% building 1052/1086 modules 34 active ...-lottie-player/dist/lottie-react.esm.js 68% building 1053/1086 modules 33 active ...-lottie-player/dist/lottie-react.esm.js 68% building 1053/1087 modules 34 active ...node_modules/js-cookie/src/js.cookie.js 68% building 1054/1087 modules 33 active ...node_modules/js-cookie/src/js.cookie.js 68% building 1054/1088 modules 34 active ...s/core-js/modules/es6.array.iterator.js 68% building 1055/1088 modules 33 active ...s/core-js/modules/es6.array.iterator.js 68% building 1056/1088 modules 32 active ...s/core-js/modules/es6.array.iterator.js 68% building 1057/1088 modules 31 active ...s/core-js/modules/es6.array.iterator.js 68% building 1058/1088 modules 30 active ...s/core-js/modules/es6.array.iterator.js 68% building 1059/1088 modules 29 active ...s/core-js/modules/es6.array.iterator.js 68% building 1060/1088 modules 28 active ...s/core-js/modules/es6.array.iterator.js 68% building 1061/1088 modules 27 active ...s/core-js/modules/es6.array.iterator.js 68% building 1061/1089 modules 28 active ...a/node_modules/core-js/modules/_task.js 68% building 1061/1090 modules 29 active ..._modules/core-js/modules/_user-agent.js 68% building 1061/1091 modules 30 active ...modules/core-js/modules/_set-species.js 68% building 1061/1092 modules 31 active ...e_modules/core-js/modules/_microtask.js 68% building 1061/1093 modules 32 active ...de_modules/core-js/modules/_metadata.js 68% building 1061/1094 modules 33 active ...node_modules/core-js/modules/es6.set.js 68% building 1061/1095 modules 34 active ..._modules/core-js/modules/_object-gpo.js 68% building 1062/1095 modules 33 active ..._modules/core-js/modules/_object-gpo.js 68% building 1063/1095 modules 32 active ..._modules/core-js/modules/_object-gpo.js 68% building 1063/1096 modules 33 active ...core-js/modules/_array-from-iterable.js 68% building 1064/1096 modules 32 active ...core-js/modules/_array-from-iterable.js 68% building 1065/1096 modules 31 active ...core-js/modules/_array-from-iterable.js 68% building 1065/1097 modules 32 active ...a/node_modules/rc-calendar/es/Picker.js 68% building 1065/1098 modules 33 active ...antd/node_modules/lodash/_baseRepeat.js 68% building 1066/1098 modules 32 active ...antd/node_modules/lodash/_baseRepeat.js 68% building 1067/1098 modules 31 active ...antd/node_modules/lodash/_baseRepeat.js 68% building 1068/1098 modules 30 active ...antd/node_modules/lodash/_baseRepeat.js 68% building 1069/1098 modules 29 active ...antd/node_modules/lodash/_baseRepeat.js 68% building 1070/1098 modules 28 active ...antd/node_modules/lodash/_baseRepeat.js 68% building 1070/1099 modules 29 active ...td/node_modules/lodash/_baseToString.js 68% building 1070/1100 modules 30 active ...es/antd/node_modules/lodash/toFinite.js 68% building 1071/1100 modules 29 active ...es/antd/node_modules/lodash/toFinite.js 68% building 1071/1101 modules 30 active ...d/node_modules/lodash/_stringToArray.js 68% building 1071/1102 modules 31 active ...antd/node_modules/lodash/_hasUnicode.js 68% building 1071/1103 modules 32 active .../antd/node_modules/lodash/_castSlice.js 68% building 1071/1104 modules 33 active .../antd/node_modules/lodash/_asciiSize.js 68% building 1072/1104 modules 32 active .../antd/node_modules/lodash/_asciiSize.js 68% building 1072/1105 modules 33 active ...pp/modules/announcements/05-08-2020.jsx 68% building 1073/1105 modules 32 active ...pp/modules/announcements/05-08-2020.jsx 68% building 1073/1106 modules 33 active ...app/modules/announcements/null-view.jsx 68% building 1074/1106 modules 32 active ...app/modules/announcements/null-view.jsx 68% building 1075/1106 modules 31 active ...app/modules/announcements/null-view.jsx 68% building 1076/1106 modules 30 active ...app/modules/announcements/null-view.jsx 68% building 1076/1107 modules 31 active ...ode_modules/dom-align/dist-web/index.js 68% building 1077/1107 modules 30 active ...ode_modules/dom-align/dist-web/index.js 68% building 1078/1107 modules 29 active ...ode_modules/dom-align/dist-web/index.js 68% building 1078/1108 modules 30 active ...pp/modules/announcements/27-05-2022.jsx 68% building 1078/1109 modules 31 active ...pp/modules/announcements/17-06-2020.jsx 68% building 1078/1110 modules 32 active ...pp/modules/announcements/14-01-2021.jsx 68% building 1079/1110 modules 31 active ...pp/modules/announcements/14-01-2021.jsx 68% building 1079/1111 modules 32 active ...spa/node_modules/lodash/_setCacheHas.js 68% building 1079/1112 modules 33 active ...spa/node_modules/lodash/_setCacheAdd.js 68% building 1079/1113 modules 34 active ...ntd/node_modules/lodash/_unicodeSize.js 68% building 1080/1113 modules 33 active ...ntd/node_modules/lodash/_unicodeSize.js 68% building 1081/1113 modules 32 active ...ntd/node_modules/lodash/_unicodeSize.js 68% building 1082/1113 modules 31 active ...ntd/node_modules/lodash/_unicodeSize.js 68% building 1083/1113 modules 30 active ...ntd/node_modules/lodash/_unicodeSize.js 68% building 1083/1114 modules 31 active ...de_modules/antd/es/time-picker/index.js 68% building 1083/1115 modules 32 active ...s/library/modules/_to-absolute-index.js 68% building 1083/1116 modules 33 active ...node_modules/rc-time-picker/es/Panel.js 68% building 1084/1116 modules 32 active ...node_modules/rc-time-picker/es/Panel.js 68% building 1084/1117 modules 33 active ...vo/rsr/spa/node_modules/lodash/_Hash.js 68% building 1085/1117 modules 32 active ...vo/rsr/spa/node_modules/lodash/_Hash.js 68% building 1085/1118 modules 33 active ...de_modules/rc-dropdown/es/placements.js 68% building 1085/1119 modules 34 active .../rc-collapse/es/openAnimationFactory.js 68% building 1086/1119 modules 33 active .../rc-collapse/es/openAnimationFactory.js 68% building 1087/1119 modules 32 active .../rc-collapse/es/openAnimationFactory.js 68% building 1088/1119 modules 31 active .../rc-collapse/es/openAnimationFactory.js 68% building 1089/1119 modules 30 active .../rc-collapse/es/openAnimationFactory.js 68% building 1090/1119 modules 29 active .../rc-collapse/es/openAnimationFactory.js 68% building 1091/1119 modules 28 active .../rc-collapse/es/openAnimationFactory.js 68% building 1091/1120 modules 29 active ...pa/node_modules/rc-collapse/es/Panel.js 68% building 1092/1120 modules 28 active ...pa/node_modules/rc-collapse/es/Panel.js 68% building 1092/1121 modules 29 active ...node_modules/core-js/modules/_for-of.js 68% building 1092/1122 modules 30 active ...odules/core-js/modules/_redefine-all.js 68% building 1092/1123 modules 31 active ...modules/core-js/modules/_an-instance.js 68% building 1092/1124 modules 32 active ...e_modules/core-js/modules/_iterators.js 68% building 1093/1124 modules 31 active ...e_modules/core-js/modules/_iterators.js 68% building 1093/1125 modules 32 active .../spa/node_modules/lodash/_getMapData.js 68% building 1094/1125 modules 31 active .../spa/node_modules/lodash/_getMapData.js 68% building 1095/1125 modules 30 active .../spa/node_modules/lodash/_getMapData.js 68% building 1095/1126 modules 31 active ...es/antd/node_modules/lodash/padStart.js 68% building 1096/1126 modules 30 active ...es/antd/node_modules/lodash/padStart.js 68% building 1096/1127 modules 31 active ...es/antd/es/input/calculateNodeHeight.js 68% building 1096/1128 modules 32 active ...ode_modules/core-js/modules/_perform.js 68% building 1097/1128 modules 31 active ...ode_modules/core-js/modules/_perform.js 68% building 1098/1128 modules 30 active ...ode_modules/core-js/modules/_perform.js 68% building 1098/1129 modules 31 active ...rsr/spa/node_modules/is-mobile/index.js 68% building 1098/1130 modules 32 active ...les/core-js/modules/_promise-resolve.js 68% building 1098/1131 modules 33 active ...core-js/modules/_species-constructor.js 68% building 1098/1132 modules 34 active ...e-js/modules/_new-promise-capability.js 68% building 1098/1133 modules 35 active ..._modules/core-js/modules/_math-scale.js 68% building 1098/1134 modules 36 active ...es/core-js/modules/es7.weak-set.from.js 68% building 1098/1135 modules 37 active ...es/core-js/modules/es7.weak-map.from.js 67% building 1098/1136 modules 38 active ...modules/core-js/modules/es7.set.from.js 67% building 1098/1137 modules 39 active ...ules/core-js/modules/es7.weak-set.of.js 67% building 1098/1138 modules 40 active ...modules/core-js/modules/es7.map.from.js 67% building 1098/1139 modules 41 active ...ules/core-js/modules/es7.weak-map.of.js 67% building 1098/1140 modules 42 active ...e_modules/core-js/modules/es7.set.of.js 67% building 1098/1141 modules 43 active ...e_modules/core-js/modules/es7.map.of.js 67% building 1098/1142 modules 44 active ...ules/core-js/modules/es7.set.to-json.js 67% building 1098/1143 modules 45 active ...ules/core-js/modules/es7.map.to-json.js 67% building 1098/1144 modules 46 active ...-js/modules/es7.object.lookup-setter.js 67% building 1098/1145 modules 47 active ...-js/modules/es7.object.lookup-getter.js 67% building 1099/1145 modules 46 active ...-js/modules/es7.object.lookup-getter.js 67% building 1099/1146 modules 47 active ...-js/modules/es7.object.define-setter.js 67% building 1100/1146 modules 46 active ...-js/modules/es7.object.define-setter.js 67% building 1101/1146 modules 45 active ...-js/modules/es7.object.define-setter.js 67% building 1102/1146 modules 44 active ...-js/modules/es7.object.define-setter.js 67% building 1102/1147 modules 45 active ...-js/modules/es7.object.define-getter.js 67% building 1103/1147 modules 44 active ...-js/modules/es7.object.define-getter.js 67% building 1104/1147 modules 43 active ...-js/modules/es7.object.define-getter.js 67% building 1104/1148 modules 44 active ...s/core-js/modules/es7.object.entries.js 67% building 1104/1149 modules 45 active ...es/core-js/modules/es7.object.values.js 67% building 1104/1150 modules 46 active ....object.get-own-property-descriptors.js 67% building 1104/1151 modules 47 active ...ore-js/modules/es7.symbol.observable.js 67% building 1104/1152 modules 48 active ...esign/icons-react/es/components/Icon.js 67% building 1104/1153 modules 49 active ...js/modules/es7.symbol.async-iterator.js 67% building 1104/1154 modules 50 active ...core-js/modules/es7.string.match-all.js 67% building 1104/1155 modules 51 active ...ore-js/modules/es7.string.trim-right.js 67% building 1105/1155 modules 50 active ...ore-js/modules/es7.string.trim-right.js 67% building 1106/1155 modules 49 active ...ore-js/modules/es7.string.trim-right.js 67% building 1107/1155 modules 48 active ...ore-js/modules/es7.string.trim-right.js 67% building 1107/1156 modules 49 active ...modules/core-js/modules/_math-fround.js 67% building 1107/1157 modules 50 active ...r/spa/node_modules/lodash/_arrayPush.js 67% building 1107/1158 modules 51 active ...spa/node_modules/lodash/_arrayFilter.js 67% building 1107/1159 modules 52 active ...sr/spa/node_modules/lodash/stubArray.js 67% building 1107/1160 modules 53 active ...core-js/modules/es7.string.trim-left.js 67% building 1108/1160 modules 52 active ...core-js/modules/es7.string.trim-left.js 67% building 1109/1160 modules 51 active ...core-js/modules/es7.string.trim-left.js 67% building 1109/1161 modules 52 active ...a/node_modules/react-slick/lib/index.js 67% building 1109/1162 modules 53 active ...s/core-js/modules/es7.string.pad-end.js 67% building 1109/1163 modules 54 active ...core-js/modules/es7.string.pad-start.js 67% building 1110/1163 modules 53 active ...core-js/modules/es7.string.pad-start.js 67% building 1110/1164 modules 54 active ...odules/core-js/modules/es7.string.at.js 67% building 1110/1165 modules 55 active ...es/core-js/modules/es7.array.flatten.js 67% building 1110/1166 modules 56 active ...s/core-js/modules/es7.array.flat-map.js 67% building 1110/1167 modules 57 active ...s/core-js/modules/es7.array.includes.js 67% building 1110/1168 modules 58 active ...modules/es6.reflect.set-prototype-of.js 66% building 1110/1169 modules 59 active ...ules/core-js/modules/es6.reflect.set.js 66% building 1110/1170 modules 60 active ...ules/rc-notification/es/Notification.js 66% building 1110/1171 modules 61 active ...modules/rc-calendar/es/RangeCalendar.js 66% building 1110/1172 modules 62 active ...node_modules/rc-dialog/es/DialogWrap.js 66% building 1110/1173 modules 63 active ...r/spa/node_modules/antd/es/tag/index.js 66% building 1110/1174 modules 64 active ...node_modules/rc-mentions/es/Mentions.js 66% building 1110/1175 modules 65 active ...dules/es6.reflect.prevent-extensions.js 66% building 1110/1176 modules 66 active ...core-js/modules/es6.reflect.own-keys.js 66% building 1110/1177 modules 67 active ...js/modules/es6.reflect.is-extensible.js 66% building 1111/1177 modules 66 active ...js/modules/es6.reflect.is-extensible.js 66% building 1112/1177 modules 65 active ...js/modules/es6.reflect.is-extensible.js 66% building 1112/1178 modules 66 active ...ules/core-js/modules/es6.reflect.has.js 66% building 1113/1178 modules 65 active ...ules/core-js/modules/es6.reflect.has.js 66% building 1113/1179 modules 66 active ...modules/es6.reflect.get-prototype-of.js 66% building 1114/1179 modules 65 active ...modules/es6.reflect.get-prototype-of.js 66% building 1115/1179 modules 64 active ...modules/es6.reflect.get-prototype-of.js 66% building 1116/1179 modules 63 active ...modules/es6.reflect.get-prototype-of.js 66% building 1117/1179 modules 62 active ...modules/es6.reflect.get-prototype-of.js 66% building 1118/1179 modules 61 active ...modules/es6.reflect.get-prototype-of.js 66% building 1119/1179 modules 60 active ...modules/es6.reflect.get-prototype-of.js 66% building 1120/1179 modules 59 active ...modules/es6.reflect.get-prototype-of.js 67% building 1121/1179 modules 58 active ...modules/es6.reflect.get-prototype-of.js 67% building 1122/1179 modules 57 active ...modules/es6.reflect.get-prototype-of.js 67% building 1123/1179 modules 56 active ...modules/es6.reflect.get-prototype-of.js 67% building 1123/1180 modules 57 active ....reflect.get-own-property-descriptor.js 67% building 1123/1181 modules 58 active .../core-js/modules/_add-to-unscopables.js 67% building 1124/1181 modules 57 active .../core-js/modules/_add-to-unscopables.js 67% building 1125/1181 modules 56 active .../core-js/modules/_add-to-unscopables.js 67% building 1126/1181 modules 55 active .../core-js/modules/_add-to-unscopables.js 67% building 1127/1181 modules 54 active .../core-js/modules/_add-to-unscopables.js 67% building 1128/1181 modules 53 active .../core-js/modules/_add-to-unscopables.js 67% building 1129/1181 modules 52 active .../core-js/modules/_add-to-unscopables.js 67% building 1130/1181 modules 51 active .../core-js/modules/_add-to-unscopables.js 67% building 1131/1181 modules 50 active .../core-js/modules/_add-to-unscopables.js 67% building 1131/1182 modules 51 active ...node_modules/core-js/modules/_invoke.js 67% building 1131/1183 modules 52 active ...modules/core-js/modules/_iter-define.js 67% building 1131/1184 modules 53 active ...e_modules/core-js/modules/_iter-step.js 67% building 1132/1184 modules 52 active ...e_modules/core-js/modules/_iter-step.js 67% building 1132/1185 modules 53 active ...node_modules/core-js/modules/es6.map.js 67% building 1133/1185 modules 52 active ...node_modules/core-js/modules/es6.map.js 67% building 1134/1185 modules 51 active ...node_modules/core-js/modules/es6.map.js 67% building 1135/1185 modules 50 active ...node_modules/core-js/modules/es6.map.js 67% building 1136/1185 modules 49 active ...node_modules/core-js/modules/es6.map.js 67% building 1137/1185 modules 48 active ...node_modules/core-js/modules/es6.map.js 67% building 1138/1185 modules 47 active ...node_modules/core-js/modules/es6.map.js 67% building 1139/1185 modules 46 active ...node_modules/core-js/modules/es6.map.js 67% building 1139/1186 modules 47 active ...s/core-js/modules/_collection-strong.js 67% building 1139/1187 modules 48 active ...e_modules/core-js/modules/_to-object.js 67% building 1140/1187 modules 47 active ...e_modules/core-js/modules/_to-object.js 67% building 1141/1187 modules 46 active ...e_modules/core-js/modules/_to-object.js 67% building 1142/1187 modules 45 active ...e_modules/core-js/modules/_to-object.js 67% building 1143/1187 modules 44 active ...e_modules/core-js/modules/_to-object.js 67% building 1143/1188 modules 45 active ..._modules/core-js/modules/_collection.js 67% building 1144/1188 modules 44 active ..._modules/core-js/modules/_collection.js 67% building 1144/1189 modules 45 active ...core-js/modules/_validate-collection.js 67% building 1145/1189 modules 44 active ...core-js/modules/_validate-collection.js 67% building 1146/1189 modules 43 active ...core-js/modules/_validate-collection.js 67% building 1146/1190 modules 44 active ...modules/core-js/modules/es6.weak-map.js 67% building 1146/1191 modules 45 active ...ules/core-js/modules/es6.reflect.get.js 67% building 1146/1192 modules 46 active ...ore-js/modules/es6.reflect.enumerate.js 67% building 1147/1192 modules 45 active ...ore-js/modules/es6.reflect.enumerate.js 67% building 1148/1192 modules 44 active ...ore-js/modules/es6.reflect.enumerate.js 67% building 1149/1192 modules 43 active ...ore-js/modules/es6.reflect.enumerate.js 67% building 1150/1192 modules 42 active ...ore-js/modules/es6.reflect.enumerate.js 67% building 1150/1193 modules 43 active .../modules/es6.reflect.delete-property.js 67% building 1151/1193 modules 42 active .../modules/es6.reflect.delete-property.js 67% building 1152/1193 modules 41 active .../modules/es6.reflect.delete-property.js 67% building 1153/1193 modules 40 active .../modules/es6.reflect.delete-property.js 68% building 1154/1193 modules 39 active .../modules/es6.reflect.delete-property.js 68% building 1155/1193 modules 38 active .../modules/es6.reflect.delete-property.js 68% building 1156/1193 modules 37 active .../modules/es6.reflect.delete-property.js 68% building 1157/1193 modules 36 active .../modules/es6.reflect.delete-property.js 68% building 1157/1194 modules 37 active ...les/antd/node_modules/lodash/isArray.js 68% building 1157/1195 modules 38 active ...s/antd/node_modules/lodash/_arrayMap.js 68% building 1158/1195 modules 37 active ...s/antd/node_modules/lodash/_arrayMap.js 68% building 1158/1196 modules 38 active ...ules/rc-input-number/es/InputHandler.js 68% building 1158/1197 modules 39 active ...td/node_modules/lodash/_asciiToArray.js 68% building 1159/1197 modules 38 active ...td/node_modules/lodash/_asciiToArray.js 68% building 1159/1198 modules 39 active .../node_modules/lodash/_unicodeToArray.js 68% building 1160/1198 modules 38 active .../node_modules/lodash/_unicodeToArray.js 68% building 1160/1199 modules 39 active .../antd/node_modules/lodash/_baseSlice.js 68% building 1160/1200 modules 40 active ...td/node_modules/lodash/_baseProperty.js 68% building 1161/1200 modules 39 active ...td/node_modules/lodash/_baseProperty.js 68% building 1162/1200 modules 38 active ...td/node_modules/lodash/_baseProperty.js 68% building 1163/1200 modules 37 active ...td/node_modules/lodash/_baseProperty.js 68% building 1164/1200 modules 36 active ...td/node_modules/lodash/_baseProperty.js 68% building 1165/1200 modules 35 active ...td/node_modules/lodash/_baseProperty.js 68% building 1166/1200 modules 34 active ...td/node_modules/lodash/_baseProperty.js 68% building 1167/1200 modules 33 active ...td/node_modules/lodash/_baseProperty.js 68% building 1167/1201 modules 34 active ...les/rc-calendar/es/picker/placements.js 68% building 1168/1201 modules 33 active ...les/rc-calendar/es/picker/placements.js 68% building 1169/1201 modules 32 active ...les/rc-calendar/es/picker/placements.js 68% building 1170/1201 modules 31 active ...les/rc-calendar/es/picker/placements.js 68% building 1170/1202 modules 32 active .../modules/es6.reflect.define-property.js 68% building 1170/1203 modules 33 active ...ore-js/modules/es6.reflect.construct.js 68% building 1170/1204 modules 34 active ...es/core-js/modules/es6.reflect.apply.js 68% building 1170/1205 modules 35 active ...e-js/modules/es6.typed.float64-array.js 68% building 1170/1206 modules 36 active ...e-js/modules/es6.typed.float32-array.js 68% building 1170/1207 modules 37 active ...re-js/modules/es6.typed.uint32-array.js 68% building 1171/1207 modules 36 active ...re-js/modules/es6.typed.uint32-array.js 68% building 1171/1208 modules 37 active ...ore-js/modules/es6.typed.int32-array.js 68% building 1171/1209 modules 38 active ...re-js/modules/es6.typed.uint16-array.js 68% building 1171/1210 modules 39 active ...ore-js/modules/es6.typed.int16-array.js 68% building 1172/1210 modules 38 active ...ore-js/modules/es6.typed.int16-array.js 68% building 1173/1210 modules 37 active ...ore-js/modules/es6.typed.int16-array.js 68% building 1174/1210 modules 36 active ...ore-js/modules/es6.typed.int16-array.js 68% building 1175/1210 modules 35 active ...ore-js/modules/es6.typed.int16-array.js 68% building 1176/1210 modules 34 active ...ore-js/modules/es6.typed.int16-array.js 68% building 1176/1211 modules 35 active ...odules/es6.typed.uint8-clamped-array.js 68% building 1177/1211 modules 34 active ...odules/es6.typed.uint8-clamped-array.js 68% building 1177/1212 modules 35 active ...r/spa/node_modules/lodash/_hashClear.js 68% building 1178/1212 modules 34 active ...r/spa/node_modules/lodash/_hashClear.js 68% building 1178/1213 modules 35 active ...rsr/spa/node_modules/lodash/_hashSet.js 68% building 1178/1214 modules 36 active ...rsr/spa/node_modules/lodash/_hashHas.js 68% building 1179/1214 modules 35 active ...rsr/spa/node_modules/lodash/_hashHas.js 68% building 1180/1214 modules 34 active ...rsr/spa/node_modules/lodash/_hashHas.js 68% building 1181/1214 modules 33 active ...rsr/spa/node_modules/lodash/_hashHas.js 68% building 1182/1214 modules 32 active ...rsr/spa/node_modules/lodash/_hashHas.js 68% building 1183/1214 modules 31 active ...rsr/spa/node_modules/lodash/_hashHas.js 68% building 1183/1215 modules 32 active ..._modules/rc-collapse/es/PanelContent.js 68% building 1184/1215 modules 31 active ..._modules/rc-collapse/es/PanelContent.js 68% building 1184/1216 modules 32 active ...-js/modules/core.get-iterator-method.js 68% building 1184/1217 modules 33 active ...dules/core-js/modules/_is-array-iter.js 68% building 1184/1218 modules 34 active ...e_modules/core-js/modules/_iter-call.js 68% building 1184/1219 modules 35 active ...rsr/spa/node_modules/lodash/_hashGet.js 68% building 1185/1219 modules 34 active ...rsr/spa/node_modules/lodash/_hashGet.js 68% building 1186/1219 modules 33 active ...rsr/spa/node_modules/lodash/_hashGet.js 68% building 1186/1220 modules 34 active ...r/spa/node_modules/lodash/_isKeyable.js 68% building 1187/1220 modules 33 active ...r/spa/node_modules/lodash/_isKeyable.js 68% building 1188/1220 modules 32 active ...r/spa/node_modules/lodash/_isKeyable.js 68% building 1189/1220 modules 31 active ...r/spa/node_modules/lodash/_isKeyable.js 68% building 1190/1220 modules 30 active ...r/spa/node_modules/lodash/_isKeyable.js 68% building 1191/1220 modules 29 active ...r/spa/node_modules/lodash/_isKeyable.js 68% building 1191/1221 modules 30 active ...e_modules/rc-time-picker/es/Combobox.js 68% building 1192/1221 modules 29 active ...e_modules/rc-time-picker/es/Combobox.js 68% building 1193/1221 modules 28 active ...e_modules/rc-time-picker/es/Combobox.js 68% building 1193/1222 modules 29 active ...ode_modules/rc-time-picker/es/Header.js 68% building 1194/1222 modules 28 active ...ode_modules/rc-time-picker/es/Header.js 68% building 1194/1223 modules 29 active ...core-js/modules/_set-collection-from.js 68% building 1194/1224 modules 30 active ...s/core-js/modules/_set-collection-of.js 68% building 1194/1225 modules 31 active .../core-js/modules/_collection-to-json.js 68% building 1194/1226 modules 32 active ...s/core-js/modules/_object-forced-pam.js 68% building 1195/1226 modules 31 active ...s/core-js/modules/_object-forced-pam.js 68% building 1196/1226 modules 30 active ...s/core-js/modules/_object-forced-pam.js 68% building 1197/1226 modules 29 active ...s/core-js/modules/_object-forced-pam.js 68% building 1198/1226 modules 28 active ...s/core-js/modules/_object-forced-pam.js 68% building 1198/1227 modules 29 active ...les/core-js/modules/_object-to-array.js 68% building 1198/1228 modules 30 active .../spa/node_modules/lodash/_hashDelete.js 68% building 1198/1229 modules 31 active ...ore-js/modules/es6.typed.uint8-array.js 68% building 1198/1230 modules 32 active ...core-js/modules/es6.typed.int8-array.js 68% building 1199/1230 modules 31 active ...core-js/modules/es6.typed.int8-array.js 68% building 1199/1231 modules 32 active ...les/core-js/modules/_create-property.js 68% building 1199/1232 modules 33 active ...de_modules/core-js/modules/_own-keys.js 68% building 1199/1233 modules 34 active ...les/@ant-design/icons-react/es/utils.js 68% building 1199/1234 modules 35 active ...modules/core-js/modules/_iter-create.js 68% building 1199/1235 modules 36 active ...modules/core-js/modules/_string-trim.js 68% building 1199/1236 modules 37 active .../node_modules/core-js/modules/_flags.js 68% building 1199/1237 modules 38 active ...e_modules/core-js/modules/_is-regexp.js 68% building 1200/1237 modules 37 active ...e_modules/core-js/modules/_is-regexp.js 68% building 1201/1237 modules 36 active ...e_modules/core-js/modules/_is-regexp.js 68% building 1202/1237 modules 35 active ...e_modules/core-js/modules/_is-regexp.js 68% building 1203/1237 modules 34 active ...e_modules/core-js/modules/_is-regexp.js 68% building 1204/1237 modules 33 active ...e_modules/core-js/modules/_is-regexp.js 68% building 1205/1237 modules 32 active ...e_modules/core-js/modules/_is-regexp.js 68% building 1205/1238 modules 33 active ...e_modules/core-js/modules/_math-sign.js 68% building 1206/1238 modules 32 active ...e_modules/core-js/modules/_math-sign.js 68% building 1207/1238 modules 31 active ...e_modules/core-js/modules/_math-sign.js 68% building 1207/1239 modules 32 active .../node_modules/react-slick/lib/slider.js 68% building 1207/1240 modules 33 active ..._modules/core-js/modules/_string-pad.js 68% building 1208/1240 modules 32 active ..._modules/core-js/modules/_string-pad.js 68% building 1208/1241 modules 33 active ...e_modules/core-js/modules/_string-at.js 68% building 1208/1242 modules 34 active ...ore-js/modules/_array-species-create.js 68% building 1208/1243 modules 35 active .../core-js/modules/_flatten-into-array.js 68% building 1208/1244 modules 36 active ...e_modules/core-js/modules/_set-proto.js 68% building 1208/1245 modules 37 active .../core-js/modules/es6.typed.data-view.js 68% building 1208/1246 modules 38 active ...re-js/modules/es6.typed.array-buffer.js 68% building 1208/1247 modules 39 active ...modules/core-js/modules/es6.weak-set.js 68% building 1208/1248 modules 40 active ..._modules/core-js/modules/es6.promise.js 68% building 1208/1249 modules 41 active ...les/core-js/modules/es6.regexp.split.js 67% building 1208/1250 modules 42 active ...es/core-js/modules/es6.regexp.search.js 67% building 1208/1251 modules 43 active ...s/core-js/modules/es6.regexp.replace.js 67% building 1208/1252 modules 44 active ...ode_modules/antd/es/tag/CheckableTag.js 67% building 1208/1253 modules 45 active ...modules/rc-time-picker/es/TimePicker.js 67% building 1209/1253 modules 44 active ...modules/rc-time-picker/es/TimePicker.js 67% building 1209/1254 modules 45 active ...spa/node_modules/rc-dialog/es/Dialog.js 67% building 1209/1255 modules 46 active ...de_modules/rc-notification/es/Notice.js 67% building 1209/1256 modules 47 active ...les/core-js/modules/es6.regexp.match.js 67% building 1209/1257 modules 48 active ...les/core-js/modules/es6.regexp.flags.js 67% building 1210/1257 modules 47 active ...les/core-js/modules/es6.regexp.flags.js 67% building 1210/1258 modules 48 active ...spa/node_modules/rc-mentions/es/util.js 67% building 1211/1258 modules 47 active ...spa/node_modules/rc-mentions/es/util.js 67% building 1211/1259 modules 48 active ...a/node_modules/rc-mentions/es/Option.js 67% building 1212/1259 modules 47 active ...a/node_modules/rc-mentions/es/Option.js 67% building 1213/1259 modules 46 active ...a/node_modules/rc-mentions/es/Option.js 67% building 1214/1259 modules 45 active ...a/node_modules/rc-mentions/es/Option.js 67% building 1215/1259 modules 44 active ...a/node_modules/rc-mentions/es/Option.js 67% building 1216/1259 modules 43 active ...a/node_modules/rc-mentions/es/Option.js 67% building 1217/1259 modules 42 active ...a/node_modules/rc-mentions/es/Option.js 68% building 1218/1259 modules 41 active ...a/node_modules/rc-mentions/es/Option.js 68% building 1218/1260 modules 42 active ...dules/rc-mentions/es/MentionsContext.js 67% building 1218/1261 modules 43 active ...odules/rc-mentions/es/KeywordTrigger.js 67% building 1218/1262 modules 44 active ...core-js/modules/es6.regexp.to-string.js 67% building 1219/1262 modules 43 active ...core-js/modules/es6.regexp.to-string.js 67% building 1219/1263 modules 44 active ...ules/core-js/modules/es6.regexp.exec.js 67% building 1219/1264 modules 45 active ...re-js/modules/es6.regexp.constructor.js 67% building 1219/1265 modules 46 active ...es/core-js/modules/es6.array.species.js 67% building 1220/1265 modules 45 active ...es/core-js/modules/es6.array.species.js 67% building 1221/1265 modules 44 active ...es/core-js/modules/es6.array.species.js 67% building 1221/1266 modules 45 active ...core-js/modules/es6.array.find-index.js 67% building 1222/1266 modules 44 active ...core-js/modules/es6.array.find-index.js 67% building 1222/1267 modules 45 active ...dules/core-js/modules/es6.array.find.js 67% building 1222/1268 modules 46 active ...core-js/modules/_inherit-if-required.js 67% building 1222/1269 modules 47 active ...modules/core-js/modules/_iter-detect.js 67% building 1223/1269 modules 46 active ...modules/core-js/modules/_iter-detect.js 67% building 1224/1269 modules 45 active ...modules/core-js/modules/_iter-detect.js 67% building 1225/1269 modules 44 active ...modules/core-js/modules/_iter-detect.js 67% building 1226/1269 modules 43 active ...modules/core-js/modules/_iter-detect.js 67% building 1226/1270 modules 44 active ...les/core-js/modules/_collection-weak.js 67% building 1226/1271 modules 45 active ...dules/core-js/modules/_object-assign.js 67% building 1227/1271 modules 44 active ...dules/core-js/modules/_object-assign.js 67% building 1228/1271 modules 43 active ...dules/core-js/modules/_object-assign.js 67% building 1228/1272 modules 44 active ...dules/core-js/modules/_array-methods.js 67% building 1229/1272 modules 43 active ...dules/core-js/modules/_array-methods.js 68% building 1230/1272 modules 42 active ...dules/core-js/modules/_array-methods.js 68% building 1231/1272 modules 41 active ...dules/core-js/modules/_array-methods.js 68% building 1232/1272 modules 40 active ...dules/core-js/modules/_array-methods.js 68% building 1233/1272 modules 39 active ...dules/core-js/modules/_array-methods.js 68% building 1234/1272 modules 38 active ...dules/core-js/modules/_array-methods.js 68% building 1235/1272 modules 37 active ...dules/core-js/modules/_array-methods.js 68% building 1235/1273 modules 38 active ...dules/core-js/modules/es6.array.fill.js 68% building 1235/1274 modules 39 active ...ore-js/modules/es6.array.copy-within.js 68% building 1236/1274 modules 38 active ...ore-js/modules/es6.array.copy-within.js 68% building 1236/1275 modules 39 active ...e-js/modules/es6.array.last-index-of.js 68% building 1236/1276 modules 40 active ...s/core-js/modules/es6.array.index-of.js 68% building 1236/1277 modules 41 active ...re-js/modules/es6.array.reduce-right.js 68% building 1236/1278 modules 42 active ...les/core-js/modules/es6.array.reduce.js 67% building 1236/1279 modules 43 active ...ules/core-js/modules/es6.array.every.js 67% building 1236/1280 modules 44 active ...dules/core-js/modules/es6.array.some.js 67% building 1236/1281 modules 45 active ...les/core-js/modules/es6.array.filter.js 67% building 1236/1282 modules 46 active ...odules/core-js/modules/es6.array.map.js 67% building 1236/1283 modules 47 active ...s/core-js/modules/es6.array.for-each.js 67% building 1236/1284 modules 48 active ...dules/core-js/modules/es6.array.sort.js 67% building 1236/1285 modules 49 active ...ules/core-js/modules/es6.array.slice.js 67% building 1236/1286 modules 50 active ...dules/core-js/modules/es6.array.join.js 67% building 1237/1286 modules 49 active ...dules/core-js/modules/es6.array.join.js 67% building 1237/1287 modules 50 active ...modules/core-js/modules/es6.array.of.js 67% building 1237/1288 modules 51 active ...dules/core-js/modules/es6.array.from.js 67% building 1238/1288 modules 50 active ...dules/core-js/modules/es6.array.from.js 67% building 1239/1288 modules 49 active ...dules/core-js/modules/es6.array.from.js 67% building 1239/1289 modules 50 active ...s/core-js/modules/es6.array.is-array.js 67% building 1240/1289 modules 49 active ...s/core-js/modules/es6.array.is-array.js 67% building 1241/1289 modules 48 active ...s/core-js/modules/es6.array.is-array.js 67% building 1241/1290 modules 49 active ...ore-js/modules/es6.date.to-primitive.js 67% building 1241/1291 modules 50 active ...s/core-js/modules/es6.date.to-string.js 67% building 1242/1291 modules 49 active ...s/core-js/modules/es6.date.to-string.js 67% building 1243/1291 modules 48 active ...s/core-js/modules/es6.date.to-string.js 67% building 1244/1291 modules 47 active ...s/core-js/modules/es6.date.to-string.js 67% building 1245/1291 modules 46 active ...s/core-js/modules/es6.date.to-string.js 67% building 1246/1291 modules 45 active ...s/core-js/modules/es6.date.to-string.js 67% building 1247/1291 modules 44 active ...s/core-js/modules/es6.date.to-string.js 67% building 1247/1292 modules 45 active ...re-js/modules/es6.date.to-iso-string.js 67% building 1247/1293 modules 46 active ...les/core-js/modules/es6.date.to-json.js 67% building 1247/1294 modules 47 active ...modules/core-js/modules/es6.date.now.js 67% building 1247/1295 modules 48 active ...endar/es/range-calendar/CalendarPart.js 67% building 1247/1296 modules 49 active ...dules/core-js/modules/es6.string.sup.js 67% building 1247/1297 modules 50 active ...a/node_modules/core-js/modules/_bind.js 67% building 1247/1298 modules 51 active ...dules/core-js/modules/es6.string.sub.js 67% building 1247/1299 modules 52 active ...modules/core-js/modules/_typed-array.js 67% building 1248/1299 modules 51 active ...modules/core-js/modules/_typed-array.js 67% building 1249/1299 modules 50 active ...modules/core-js/modules/_typed-array.js 67% building 1249/1300 modules 51 active ...es/core-js/modules/es6.string.strike.js 67% building 1249/1301 modules 52 active ...les/core-js/modules/es6.string.small.js 67% building 1249/1302 modules 53 active ...ules/core-js/modules/es6.string.link.js 67% building 1250/1302 modules 52 active ...ules/core-js/modules/es6.string.link.js 67% building 1251/1302 modules 51 active ...ules/core-js/modules/es6.string.link.js 67% building 1252/1302 modules 50 active ...ules/core-js/modules/es6.string.link.js 67% building 1253/1302 modules 49 active ...ules/core-js/modules/es6.string.link.js 67% building 1254/1302 modules 48 active ...ules/core-js/modules/es6.string.link.js 67% building 1255/1302 modules 47 active ...ules/core-js/modules/es6.string.link.js 67% building 1256/1302 modules 46 active ...ules/core-js/modules/es6.string.link.js 67% building 1257/1302 modules 45 active ...ules/core-js/modules/es6.string.link.js 67% building 1257/1303 modules 46 active ...pa/node_modules/lodash/_nativeCreate.js 67% building 1258/1303 modules 45 active ...pa/node_modules/lodash/_nativeCreate.js 67% building 1259/1303 modules 44 active ...pa/node_modules/lodash/_nativeCreate.js 68% building 1260/1303 modules 43 active ...pa/node_modules/lodash/_nativeCreate.js 68% building 1261/1303 modules 42 active ...pa/node_modules/lodash/_nativeCreate.js 68% building 1262/1303 modules 41 active ...pa/node_modules/lodash/_nativeCreate.js 68% building 1263/1303 modules 40 active ...pa/node_modules/lodash/_nativeCreate.js 68% building 1264/1303 modules 39 active ...pa/node_modules/lodash/_nativeCreate.js 68% building 1264/1304 modules 40 active ...s/core-js/modules/es6.string.italics.js 68% building 1265/1304 modules 39 active ...s/core-js/modules/es6.string.italics.js 68% building 1265/1305 modules 40 active ...ode_modules/core-js/modules/_classof.js 68% building 1265/1306 modules 41 active .../core-js/modules/es6.string.fontsize.js 68% building 1265/1307 modules 42 active ...core-js/modules/es6.string.fontcolor.js 68% building 1266/1307 modules 41 active ...core-js/modules/es6.string.fontcolor.js 68% building 1267/1307 modules 40 active ...core-js/modules/es6.string.fontcolor.js 68% building 1267/1308 modules 41 active ...les/core-js/modules/es6.string.fixed.js 68% building 1268/1308 modules 40 active ...les/core-js/modules/es6.string.fixed.js 68% building 1269/1308 modules 39 active ...les/core-js/modules/es6.string.fixed.js 68% building 1270/1308 modules 38 active ...les/core-js/modules/es6.string.fixed.js 68% building 1271/1308 modules 37 active ...les/core-js/modules/es6.string.fixed.js 68% building 1272/1308 modules 36 active ...les/core-js/modules/es6.string.fixed.js 68% building 1272/1309 modules 37 active ...ules/core-js/modules/es6.string.bold.js 68% building 1273/1309 modules 36 active ...ules/core-js/modules/es6.string.bold.js 68% building 1274/1309 modules 35 active ...ules/core-js/modules/es6.string.bold.js 68% building 1275/1309 modules 34 active ...ules/core-js/modules/es6.string.bold.js 68% building 1275/1310 modules 35 active ...les/core-js/modules/es6.string.blink.js 68% building 1276/1310 modules 34 active ...les/core-js/modules/es6.string.blink.js 68% building 1277/1310 modules 33 active ...les/core-js/modules/es6.string.blink.js 68% building 1278/1310 modules 32 active ...les/core-js/modules/es6.string.blink.js 68% building 1279/1310 modules 31 active ...les/core-js/modules/es6.string.blink.js 68% building 1279/1311 modules 32 active ...dules/core-js/modules/es6.string.big.js 68% building 1280/1311 modules 31 active ...dules/core-js/modules/es6.string.big.js 68% building 1281/1311 modules 30 active ...dules/core-js/modules/es6.string.big.js 68% building 1282/1311 modules 29 active ...dules/core-js/modules/es6.string.big.js 68% building 1283/1311 modules 28 active ...dules/core-js/modules/es6.string.big.js 68% building 1284/1311 modules 27 active ...dules/core-js/modules/es6.string.big.js 68% building 1285/1311 modules 26 active ...dules/core-js/modules/es6.string.big.js 68% building 1286/1311 modules 25 active ...dules/core-js/modules/es6.string.big.js 68% building 1286/1312 modules 26 active ...es/core-js/modules/es6.string.anchor.js 68% building 1287/1312 modules 25 active ...es/core-js/modules/es6.string.anchor.js 68% building 1287/1313 modules 26 active ...re-js/modules/es6.string.starts-with.js 68% building 1288/1313 modules 25 active ...re-js/modules/es6.string.starts-with.js 68% building 1288/1314 modules 26 active ...es/core-js/modules/es6.string.repeat.js 68% building 1288/1315 modules 27 active .../core-js/modules/es6.string.includes.js 68% building 1289/1315 modules 26 active .../core-js/modules/es6.string.includes.js 68% building 1289/1316 modules 27 active ...core-js/modules/es6.string.ends-with.js 68% building 1290/1316 modules 26 active ...core-js/modules/es6.string.ends-with.js 68% building 1291/1316 modules 25 active ...core-js/modules/es6.string.ends-with.js 68% building 1292/1316 modules 24 active ...core-js/modules/es6.string.ends-with.js 68% building 1292/1317 modules 25 active ...e_modules/core-js/modules/_string-ws.js 68% building 1293/1317 modules 24 active ...e_modules/core-js/modules/_string-ws.js 68% building 1293/1318 modules 25 active ...-js/modules/es6.string.code-point-at.js 68% building 1293/1319 modules 26 active .../core-js/modules/es6.string.iterator.js 68% building 1294/1319 modules 25 active .../core-js/modules/es6.string.iterator.js 68% building 1295/1319 modules 24 active .../core-js/modules/es6.string.iterator.js 68% building 1296/1319 modules 23 active .../core-js/modules/es6.string.iterator.js 68% building 1296/1320 modules 24 active ...ules/core-js/modules/es6.string.trim.js 68% building 1296/1321 modules 25 active ...ode_modules/rc-time-picker/es/Select.js 68% building 1296/1322 modules 26 active ...dules/core-js/modules/es6.string.raw.js 68% building 1296/1323 modules 27 active ...dules/core-js/modules/_string-repeat.js 68% building 1297/1323 modules 26 active ...dules/core-js/modules/_string-repeat.js 68% building 1297/1324 modules 27 active ...s/modules/es6.string.from-code-point.js 68% building 1297/1325 modules 28 active ...s/modules/_array-species-constructor.js 68% building 1298/1325 modules 27 active ...s/modules/_array-species-constructor.js 68% building 1298/1326 modules 28 active ...dules/core-js/modules/es6.math.trunc.js 68% building 1299/1326 modules 27 active ...dules/core-js/modules/es6.math.trunc.js 68% building 1299/1327 modules 28 active ...odules/core-js/modules/es6.math.tanh.js 68% building 1299/1328 modules 29 active ...odules/core-js/modules/_typed-buffer.js 68% building 1299/1329 modules 30 active .../node_modules/core-js/modules/_typed.js 68% building 1299/1330 modules 31 active ..._modules/core-js/modules/_fix-re-wks.js 68% building 1299/1331 modules 32 active ...ore-js/modules/_regexp-exec-abstract.js 68% building 1299/1332 modules 33 active ...ore-js/modules/_advance-string-index.js 68% building 1299/1333 modules 34 active ..._modules/core-js/modules/_same-value.js 68% building 1299/1334 modules 35 active ...modules/core-js/modules/_regexp-exec.js 68% building 1299/1335 modules 36 active ...odules/core-js/modules/es6.math.sinh.js 68% building 1300/1335 modules 35 active ...odules/core-js/modules/es6.math.sinh.js 68% building 1301/1335 modules 34 active ...odules/core-js/modules/es6.math.sinh.js 68% building 1301/1336 modules 35 active ...modules/rc-time-picker/es/placements.js 68% building 1302/1336 modules 34 active ...modules/rc-time-picker/es/placements.js 68% building 1303/1336 modules 33 active ...modules/rc-time-picker/es/placements.js 68% building 1304/1336 modules 32 active ...modules/rc-time-picker/es/placements.js 68% building 1305/1336 modules 31 active ...modules/rc-time-picker/es/placements.js 68% building 1305/1337 modules 32 active ...odules/react-slick/lib/default-props.js 68% building 1306/1337 modules 31 active ...odules/react-slick/lib/default-props.js 68% building 1306/1338 modules 32 active ...e_modules/rc-dialog/es/LazyRenderBox.js 68% building 1306/1339 modules 33 active ...modules/react-slick/lib/inner-slider.js 68% building 1306/1340 modules 34 active ...odules/core-js/modules/es6.math.sign.js 68% building 1306/1341 modules 35 active ...odules/core-js/modules/es6.math.log2.js 68% building 1306/1342 modules 36 active ...dules/core-js/modules/es6.math.log1p.js 68% building 1306/1343 modules 37 active ...dules/core-js/modules/es6.math.log10.js 68% building 1306/1344 modules 38 active ..._modules/rc-mentions/es/DropdownMenu.js 68% building 1307/1344 modules 37 active ..._modules/rc-mentions/es/DropdownMenu.js 68% building 1307/1345 modules 38 active ...odules/core-js/modules/es6.math.imul.js 68% building 1307/1346 modules 39 active ...act-slick/lib/utils/innerSliderUtils.js 68% building 1307/1347 modules 40 active ...dules/core-js/modules/es6.math.hypot.js 68% building 1308/1347 modules 39 active ...dules/core-js/modules/es6.math.hypot.js 68% building 1308/1348 modules 40 active ...ules/core-js/modules/es6.math.fround.js 68% building 1309/1348 modules 39 active ...ules/core-js/modules/es6.math.fround.js 68% building 1309/1349 modules 40 active ...dules/core-js/modules/es6.math.expm1.js 68% building 1309/1350 modules 41 active ...odules/core-js/modules/es6.math.cosh.js 68% building 1309/1351 modules 42 active ...dules/core-js/modules/es6.math.clz32.js 68% building 1309/1352 modules 43 active ...odules/core-js/modules/es6.math.cbrt.js 68% building 1309/1353 modules 44 active ...dules/core-js/modules/es6.math.atanh.js 68% building 1310/1353 modules 43 active ...dules/core-js/modules/es6.math.atanh.js 68% building 1311/1353 modules 42 active ...dules/core-js/modules/es6.math.atanh.js 68% building 1311/1354 modules 43 active ...dules/core-js/modules/es6.math.asinh.js 68% building 1311/1355 modules 44 active ...dules/core-js/modules/es6.math.acosh.js 68% building 1312/1355 modules 43 active ...dules/core-js/modules/es6.math.acosh.js 68% building 1313/1355 modules 42 active ...dules/core-js/modules/es6.math.acosh.js 68% building 1313/1356 modules 43 active ...core-js/modules/es6.number.parse-int.js 68% building 1314/1356 modules 42 active ...core-js/modules/es6.number.parse-int.js 68% building 1315/1356 modules 41 active ...core-js/modules/es6.number.parse-int.js 68% building 1316/1356 modules 40 active ...core-js/modules/es6.number.parse-int.js 68% building 1317/1356 modules 39 active ...core-js/modules/es6.number.parse-int.js 68% building 1318/1356 modules 38 active ...core-js/modules/es6.number.parse-int.js 68% building 1319/1356 modules 37 active ...core-js/modules/es6.number.parse-int.js 68% building 1319/1357 modules 38 active ..._modules/core-js/modules/_array-fill.js 68% building 1319/1358 modules 39 active ...s/core-js/modules/_array-copy-within.js 68% building 1320/1358 modules 38 active ...s/core-js/modules/_array-copy-within.js 68% building 1320/1359 modules 39 active ...dules/core-js/modules/_strict-method.js 68% building 1320/1360 modules 40 active ...odules/core-js/modules/_array-reduce.js 68% building 1321/1360 modules 39 active ...odules/core-js/modules/_array-reduce.js 68% building 1321/1361 modules 40 active ...re-js/modules/es6.number.parse-float.js 68% building 1322/1361 modules 39 active ...re-js/modules/es6.number.parse-float.js 68% building 1323/1361 modules 38 active ...re-js/modules/es6.number.parse-float.js 68% building 1323/1362 modules 39 active .../modules/es6.number.min-safe-integer.js 68% building 1324/1362 modules 38 active .../modules/es6.number.min-safe-integer.js 68% building 1325/1362 modules 37 active .../modules/es6.number.min-safe-integer.js 68% building 1325/1363 modules 38 active ...s/core-js/modules/_date-to-primitive.js 68% building 1325/1364 modules 39 active .../modules/es6.number.max-safe-integer.js 68% building 1326/1364 modules 38 active .../modules/es6.number.max-safe-integer.js 68% building 1327/1364 modules 37 active .../modules/es6.number.max-safe-integer.js 68% building 1327/1365 modules 38 active .../core-js/modules/_date-to-iso-string.js 68% building 1327/1366 modules 39 active ...s/modules/es6.number.is-safe-integer.js 68% building 1327/1367 modules 40 active ...es/core-js/modules/es6.number.is-nan.js 68% building 1328/1367 modules 39 active ...es/core-js/modules/es6.number.is-nan.js 68% building 1328/1368 modules 40 active ...modules/core-js/modules/_string-html.js 68% building 1329/1368 modules 39 active ...modules/core-js/modules/_string-html.js 68% building 1330/1368 modules 38 active ...modules/core-js/modules/_string-html.js 68% building 1331/1368 modules 37 active ...modules/core-js/modules/_string-html.js 68% building 1332/1368 modules 36 active ...modules/core-js/modules/_string-html.js 68% building 1333/1368 modules 35 active ...modules/core-js/modules/_string-html.js 68% building 1333/1369 modules 36 active ...ore-js/modules/es6.number.is-integer.js 68% building 1333/1370 modules 37 active ...core-js/modules/es6.number.is-finite.js 68% building 1333/1371 modules 38 active ...s/core-js/modules/es6.number.epsilon.js 68% building 1333/1372 modules 39 active ...e-js/modules/es6.number.to-precision.js 68% building 1333/1373 modules 40 active .../core-js/modules/es6.number.to-fixed.js 68% building 1333/1374 modules 41 active ...re-js/modules/es6.number.constructor.js 68% building 1333/1375 modules 42 active ...ules/core-js/modules/es6.parse-float.js 68% building 1333/1376 modules 43 active ...odules/core-js/modules/es6.parse-int.js 68% building 1333/1377 modules 44 active ...js/modules/es6.function.has-instance.js 68% building 1333/1378 modules 45 active ...es/core-js/modules/es6.function.name.js 67% building 1333/1379 modules 46 active ...es/core-js/modules/es6.function.bind.js 67% building 1333/1380 modules 47 active ...core-js/modules/es6.object.to-string.js 67% building 1333/1381 modules 48 active .../modules/es6.object.set-prototype-of.js 67% building 1334/1381 modules 47 active .../modules/es6.object.set-prototype-of.js 67% building 1334/1382 modules 48 active ...a/node_modules/rmc-feedback/es/index.js 67% building 1335/1382 modules 47 active ...a/node_modules/rmc-feedback/es/index.js 68% building 1336/1382 modules 46 active ...a/node_modules/rmc-feedback/es/index.js 68% building 1337/1382 modules 45 active ...a/node_modules/rmc-feedback/es/index.js 68% building 1338/1382 modules 44 active ...a/node_modules/rmc-feedback/es/index.js 68% building 1339/1382 modules 43 active ...a/node_modules/rmc-feedback/es/index.js 68% building 1340/1382 modules 42 active ...a/node_modules/rmc-feedback/es/index.js 68% building 1341/1382 modules 41 active ...a/node_modules/rmc-feedback/es/index.js 68% building 1342/1382 modules 40 active ...a/node_modules/rmc-feedback/es/index.js 68% building 1343/1382 modules 39 active ...a/node_modules/rmc-feedback/es/index.js 68% building 1344/1382 modules 38 active ...a/node_modules/rmc-feedback/es/index.js 68% building 1345/1382 modules 37 active ...a/node_modules/rmc-feedback/es/index.js 68% building 1345/1383 modules 38 active ...de_modules/core-js/modules/_to-index.js 68% building 1346/1383 modules 37 active ...de_modules/core-js/modules/_to-index.js 68% building 1347/1383 modules 36 active ...de_modules/core-js/modules/_to-index.js 68% building 1348/1383 modules 35 active ...de_modules/core-js/modules/_to-index.js 68% building 1349/1383 modules 34 active ...de_modules/core-js/modules/_to-index.js 68% building 1350/1383 modules 33 active ...de_modules/core-js/modules/_to-index.js 68% building 1351/1383 modules 32 active ...de_modules/core-js/modules/_to-index.js 68% building 1352/1383 modules 31 active ...de_modules/core-js/modules/_to-index.js 68% building 1353/1383 modules 30 active ...de_modules/core-js/modules/_to-index.js 68% building 1354/1383 modules 29 active ...de_modules/core-js/modules/_to-index.js 68% building 1355/1383 modules 28 active ...de_modules/core-js/modules/_to-index.js 68% building 1356/1383 modules 27 active ...de_modules/core-js/modules/_to-index.js 68% building 1357/1383 modules 26 active ...de_modules/core-js/modules/_to-index.js 68% building 1358/1383 modules 25 active ...de_modules/core-js/modules/_to-index.js 68% building 1358/1384 modules 26 active ...les/core-js/modules/_fails-is-regexp.js 68% building 1359/1384 modules 25 active ...les/core-js/modules/_fails-is-regexp.js 68% building 1359/1385 modules 26 active ...ules/core-js/modules/_string-context.js 68% building 1360/1385 modules 25 active ...ules/core-js/modules/_string-context.js 68% building 1360/1386 modules 26 active ...modules/@ant-design/colors/lib/index.js 68% building 1361/1386 modules 25 active ...modules/@ant-design/colors/lib/index.js 68% building 1362/1386 modules 24 active ...modules/@ant-design/colors/lib/index.js 69% building 1363/1386 modules 23 active ...modules/@ant-design/colors/lib/index.js 68% building 1363/1387 modules 24 active ...odules/core-js/modules/es6.object.is.js 69% building 1364/1387 modules 23 active ...odules/core-js/modules/es6.object.is.js 68% building 1364/1388 modules 24 active ...es/core-js/modules/es6.object.assign.js 68% building 1364/1389 modules 25 active ...-js/modules/es6.object.is-extensible.js 68% building 1364/1390 modules 26 active ...core-js/modules/es6.object.is-sealed.js 68% building 1364/1391 modules 27 active ...core-js/modules/es6.object.is-frozen.js 68% building 1364/1392 modules 28 active ...odules/es6.object.prevent-extensions.js 68% building 1364/1393 modules 29 active ...ules/core-js/modules/es6.object.seal.js 68% building 1364/1394 modules 30 active ...es/core-js/modules/es6.object.freeze.js 68% building 1364/1395 modules 31 active ...es/es6.object.get-own-property-names.js 68% building 1364/1396 modules 32 active ...ules/core-js/modules/es6.object.keys.js 68% building 1364/1397 modules 33 active .../modules/es6.object.get-prototype-of.js 68% building 1364/1398 modules 34 active ...6.object.get-own-property-descriptor.js 68% building 1364/1399 modules 35 active ...modules/es6.object.define-properties.js 68% building 1364/1400 modules 36 active ...s/modules/es6.object.define-property.js 68% building 1364/1401 modules 37 active ...es/core-js/modules/es6.object.create.js 68% building 1364/1402 modules 38 active .../rsr/spa/app/modules/editor/sections.js 68% building 1364/1403 modules 39 active ...sr/spa/app/modules/editor/validation.js 68% building 1364/1404 modules 40 active .../spa/app/modules/editor/action-types.js 68% building 1364/1405 modules 41 active ...o/rsr/spa/node_modules/lodash/lodash.js 68% building 1365/1405 modules 40 active .../spa/app/modules/editor/action-types.js 68% building 1365/1406 modules 41 active ..._modules/core-js/modules/_math-expm1.js 68% building 1365/1407 modules 42 active ...spa/app/modules/results/action-types.js 68% building 1366/1407 modules 41 active ...spa/app/modules/results/action-types.js 68% building 1367/1407 modules 40 active ...spa/app/modules/results/action-types.js 68% building 1368/1407 modules 39 active ...spa/app/modules/results/action-types.js 68% building 1369/1407 modules 38 active ...spa/app/modules/results/action-types.js 68% building 1370/1407 modules 37 active ...spa/app/modules/results/action-types.js 68% building 1371/1407 modules 36 active ...spa/app/modules/results/action-types.js 68% building 1372/1407 modules 35 active ...spa/app/modules/results/action-types.js 68% building 1372/1408 modules 36 active ..._modules/@sentry/browser/esm/version.js 68% building 1372/1409 modules 37 active ...node_modules/@sentry/browser/esm/sdk.js 68% building 1372/1410 modules 38 active ...e_modules/@sentry/browser/esm/client.js 68% building 1372/1411 modules 39 active ...es/react-redux/es/connect/mergeProps.js 68% building 1372/1412 modules 40 active ...act-redux/es/connect/mapStateToProps.js 68% building 1372/1413 modules 41 active ...-redux/es/connect/mapDispatchToProps.js 68% building 1372/1414 modules 42 active ...es/react-redux/es/utils/shallowEqual.js 68% building 1372/1415 modules 43 active ...ipt-time-ago/modules/LocaleDataStore.js 68% building 1372/1416 modules 44 active ...es/javascript-time-ago/modules/grade.js 68% building 1372/1417 modules 45 active ...es/javascript-time-ago/modules/cache.js 68% building 1372/1418 modules 46 active ...eact-i18next/dist/es/I18nextProvider.js 68% building 1373/1418 modules 45 active ...eact-i18next/dist/es/I18nextProvider.js 68% building 1374/1418 modules 44 active ...eact-i18next/dist/es/I18nextProvider.js 68% building 1375/1418 modules 43 active ...eact-i18next/dist/es/I18nextProvider.js 68% building 1375/1419 modules 44 active ...es/react-i18next/dist/es/Translation.js 68% building 1376/1419 modules 43 active ...es/react-i18next/dist/es/Translation.js 68% building 1377/1419 modules 42 active ...es/react-i18next/dist/es/Translation.js 68% building 1377/1420 modules 43 active ...eact-i18next/dist/es/withTranslation.js 68% building 1377/1421 modules 44 active ...react-i18next/dist/es/useTranslation.js 68% building 1378/1421 modules 43 active ...react-i18next/dist/es/useTranslation.js 68% building 1379/1421 modules 42 active ...react-i18next/dist/es/useTranslation.js 68% building 1380/1421 modules 41 active ...react-i18next/dist/es/useTranslation.js 68% building 1381/1421 modules 40 active ...react-i18next/dist/es/useTranslation.js 68% building 1381/1422 modules 41 active ...o/rsr/spa/app/modules/users/styles.scss 68% building 1381/1423 modules 42 active ...o/rsr/spa/node_modules/json2mq/index.js 68% building 1382/1423 modules 41 active ...o/rsr/spa/node_modules/json2mq/index.js 68% building 1382/1424 modules 42 active ...sr/spa/app/modules/projects/styles.scss 68% building 1383/1424 modules 41 active ...sr/spa/app/modules/projects/styles.scss 68% building 1383/1425 modules 42 active ...r/spa/app/modules/hierarchy/styles.scss 68% building 1383/1426 modules 43 active ...rsr/spa/app/modules/profile/styles.scss 68% building 1383/1427 modules 44 active ...e/akvo/rsr/spa/app/images/share-icn.svg 68% building 1383/1428 modules 45 active .../spa/node_modules/axios/lib/defaults.js 68% building 1383/1429 modules 46 active ..._modules/core-js/modules/_math-log1p.js 68% building 1383/1430 modules 47 active ...de_modules/axios/lib/cancel/isCancel.js 67% building 1383/1431 modules 48 active ...modules/axios/lib/cancel/CancelToken.js 67% building 1383/1432 modules 49 active ...node_modules/axios/lib/cancel/Cancel.js 67% building 1383/1433 modules 50 active ...les/redux-persist/es/createTransform.js 67% building 1383/1434 modules 51 active ...dules/redux-persist/es/createMigrate.js 67% building 1383/1435 modules 52 active ...odules/redux-persist/es/persistStore.js 67% building 1383/1436 modules 53 active ...ux-persist/es/persistCombineReducers.js 67% building 1383/1437 modules 54 active ...vo/rsr/spa/app/modules/iati/styles.scss 67% building 1384/1437 modules 53 active ...vo/rsr/spa/app/modules/iati/styles.scss 67% building 1385/1437 modules 52 active ...vo/rsr/spa/app/modules/iati/styles.scss 67% building 1385/1438 modules 53 active ...e_modules/core-js/modules/_parse-int.js 67% building 1386/1438 modules 52 active ...e_modules/core-js/modules/_parse-int.js 67% building 1387/1438 modules 51 active ...e_modules/core-js/modules/_parse-int.js 67% building 1387/1439 modules 52 active ...rsr/spa/app/modules/program/styles.scss 67% building 1388/1439 modules 51 active ...rsr/spa/app/modules/program/styles.scss 67% building 1388/1440 modules 52 active ...e_modules/axios/lib/core/mergeConfig.js 67% building 1388/1441 modules 53 active ...pa/node_modules/axios/lib/core/Axios.js 67% building 1389/1441 modules 52 active ...pa/node_modules/axios/lib/core/Axios.js 67% building 1390/1441 modules 51 active ...pa/node_modules/axios/lib/core/Axios.js 67% building 1391/1441 modules 50 active ...pa/node_modules/axios/lib/core/Axios.js 67% building 1392/1441 modules 49 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1393/1441 modules 48 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1394/1441 modules 47 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1395/1441 modules 46 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1396/1441 modules 45 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1397/1441 modules 44 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1398/1441 modules 43 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1399/1441 modules 42 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1400/1441 modules 41 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1401/1441 modules 40 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1402/1441 modules 39 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1403/1441 modules 38 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1404/1441 modules 37 active ...pa/node_modules/axios/lib/core/Axios.js 68% building 1404/1442 modules 38 active ...modules/core-js/modules/_parse-float.js 68% building 1405/1442 modules 37 active ...modules/core-js/modules/_parse-float.js 68% building 1406/1442 modules 36 active ...modules/core-js/modules/_parse-float.js 68% building 1406/1443 modules 37 active ..._modules/core-js/modules/_is-integer.js 68% building 1407/1443 modules 36 active ..._modules/core-js/modules/_is-integer.js 68% building 1408/1443 modules 35 active ..._modules/core-js/modules/_is-integer.js 68% building 1409/1443 modules 34 active ..._modules/core-js/modules/_is-integer.js 68% building 1410/1443 modules 33 active ..._modules/core-js/modules/_is-integer.js 68% building 1411/1443 modules 32 active ..._modules/core-js/modules/_is-integer.js 68% building 1412/1443 modules 31 active ..._modules/core-js/modules/_is-integer.js 68% building 1413/1443 modules 30 active ..._modules/core-js/modules/_is-integer.js 68% building 1414/1443 modules 29 active ..._modules/core-js/modules/_is-integer.js 68% building 1415/1443 modules 28 active ..._modules/core-js/modules/_is-integer.js 68% building 1416/1443 modules 27 active ..._modules/core-js/modules/_is-integer.js 68% building 1417/1443 modules 26 active ..._modules/core-js/modules/_is-integer.js 68% building 1418/1443 modules 25 active ..._modules/core-js/modules/_is-integer.js 69% building 1419/1443 modules 24 active ..._modules/core-js/modules/_is-integer.js 69% building 1420/1443 modules 23 active ..._modules/core-js/modules/_is-integer.js 69% building 1420/1444 modules 24 active ...les/editor sync /^\.\/.*\/validations$/ 69% building 1421/1444 modules 23 active ...les/editor sync /^\.\/.*\/validations$/ 69% building 1421/1445 modules 24 active ...app/modules/projects/filter-country.jsx 68% building 1421/1446 modules 25 active .../app/modules/projects/filter-sector.jsx 68% building 1421/1447 modules 26 active .../code/akvo/rsr/spa/app/utils/search.jsx 68% building 1421/1448 modules 27 active ...o/rsr/spa/app/modules/editor/actions.js 68% building 1421/1449 modules 28 active ...rsr/spa/app/modules/projects/search.jsx 68% building 1421/1450 modules 29 active ...ules/core-js/modules/_a-number-value.js 68% building 1421/1451 modules 30 active ...kvo/rsr/spa/app/utils/countries-dict.js 68% building 1421/1452 modules 31 active .../node_modules/react-slick/lib/arrows.js 68% building 1421/1453 modules 32 active ...spa/app/modules/projects/cards-view.jsx 68% building 1421/1454 modules 33 active ...spa/app/modules/projects/table-view.jsx 68% building 1421/1455 modules 34 active ...odules/rmc-feedback/es/TouchFeedback.js 68% building 1422/1455 modules 33 active ...odules/rmc-feedback/es/TouchFeedback.js 68% building 1422/1456 modules 34 active .../rsr/spa/app/modules/hierarchy/card.jsx 68% building 1422/1457 modules 35 active ...sr/spa/app/modules/hierarchy/column.jsx 68% building 1422/1458 modules 36 active ...ale-more-styles/en/long-convenient.json 68% building 1422/1459 modules 37 active .../akvo/rsr/spa/app/utils/final-field.jsx 68% building 1422/1460 modules 38 active .../akvo/rsr/spa/app/utils/input-label.jsx 68% building 1422/1461 modules 39 active ...go/locale-more-styles/en/long-time.json 68% building 1423/1461 modules 38 active ...go/locale-more-styles/en/long-time.json 68% building 1423/1462 modules 39 active ...a/app/modules/iati/new-export-modal.jsx 68% building 1423/1463 modules 40 active ...le-more-styles/en/short-convenient.json 68% building 1423/1464 modules 41 active ...o/locale-more-styles/en/short-time.json 68% building 1424/1464 modules 40 active ...o/locale-more-styles/en/short-time.json 68% building 1425/1464 modules 39 active ...o/locale-more-styles/en/short-time.json 68% building 1426/1464 modules 38 active ...o/locale-more-styles/en/short-time.json 68% building 1427/1464 modules 37 active ...o/locale-more-styles/en/short-time.json 68% building 1428/1464 modules 36 active ...o/locale-more-styles/en/short-time.json 68% building 1429/1464 modules 35 active ...o/locale-more-styles/en/short-time.json 68% building 1429/1465 modules 36 active ...pa/node_modules/react-slick/lib/dots.js 68% building 1429/1466 modules 37 active ...a/node_modules/react-slick/lib/track.js 68% building 1430/1466 modules 36 active ...a/node_modules/react-slick/lib/track.js 68% building 1431/1466 modules 35 active ...a/node_modules/react-slick/lib/track.js 68% building 1432/1466 modules 34 active ...a/node_modules/react-slick/lib/track.js 68% building 1432/1467 modules 35 active ...dules/editor/section3/access/access.jsx 68% building 1432/1468 modules 36 active ...o/rsr/spa/app/modules/editor/editor.jsx 68% building 1433/1468 modules 35 active ...o/rsr/spa/app/modules/editor/editor.jsx 68% building 1433/1469 modules 36 active ...entry/browser/esm/integrations/index.js 68% building 1434/1469 modules 35 active ...entry/browser/esm/integrations/index.js 68% building 1434/1470 modules 36 active ...pa/app/modules/program/sticky-class.jsx 68% building 1434/1471 modules 37 active ...ascript-time-ago/modules/style/index.js 68% building 1434/1472 modules 38 active ...odules/react-slick/lib/initial-state.js 68% building 1434/1473 modules 39 active .../rsr/spa/app/modules/program/result.jsx 68% building 1435/1473 modules 38 active .../rsr/spa/app/modules/program/result.jsx 68% building 1436/1473 modules 37 active .../rsr/spa/app/modules/program/result.jsx 68% building 1437/1473 modules 36 active .../rsr/spa/app/modules/program/result.jsx 68% building 1438/1473 modules 35 active .../rsr/spa/app/modules/program/result.jsx 68% building 1438/1474 modules 36 active ...r/spa/node_modules/invariant/browser.js 68% building 1439/1474 modules 35 active ...r/spa/node_modules/invariant/browser.js 68% building 1440/1474 modules 34 active ...r/spa/node_modules/invariant/browser.js 68% building 1440/1475 modules 35 active ...ules/@ant-design/colors/lib/generate.js 68% building 1441/1475 modules 34 active ...ules/@ant-design/colors/lib/generate.js 68% building 1441/1476 modules 35 active ...rsr/spa/app/modules/updates/updates.jsx 68% building 1441/1477 modules 36 active ...app/modules/enumerators/enumerators.jsx 68% building 1441/1478 modules 37 active ..._modules/core-js/modules/_object-sap.js 68% building 1442/1478 modules 36 active ..._modules/core-js/modules/_object-sap.js 68% building 1443/1478 modules 35 active ..._modules/core-js/modules/_object-sap.js 68% building 1444/1478 modules 34 active ..._modules/core-js/modules/_object-sap.js 68% building 1444/1479 modules 35 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1445/1479 modules 34 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1446/1479 modules 33 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1447/1479 modules 32 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1448/1479 modules 31 active ...ics/dist/hoist-non-react-statics.cjs.js 68% building 1448/1480 modules 32 active ..._modules/@sentry/browser/esm/backend.js 68% building 1448/1481 modules 33 active ..._modules/@sentry/browser/esm/helpers.js 68% building 1448/1482 modules 34 active ...eact-redux/es/connect/wrapMapToProps.js 68% building 1448/1483 modules 35 active ...act-redux/es/utils/verifyPlainObject.js 68% building 1449/1483 modules 34 active ...act-redux/es/utils/verifyPlainObject.js 68% building 1449/1484 modules 35 active .../rsr/spa/app/modules/results/router.jsx 68% building 1450/1484 modules 34 active .../rsr/spa/app/modules/results/router.jsx 68% building 1451/1484 modules 33 active .../rsr/spa/app/modules/results/router.jsx 68% building 1452/1484 modules 32 active .../rsr/spa/app/modules/results/router.jsx 68% building 1452/1485 modules 33 active .../modules/editor/section10/section10.jsx 68% building 1453/1485 modules 32 active .../modules/editor/section10/section10.jsx 68% building 1454/1485 modules 31 active .../modules/editor/section10/section10.jsx 68% building 1455/1485 modules 30 active .../modules/editor/section10/section10.jsx 68% building 1456/1485 modules 29 active .../modules/editor/section10/section10.jsx 68% building 1457/1485 modules 28 active .../modules/editor/section10/section10.jsx 68% building 1457/1486 modules 29 active ...pp/modules/editor/section8/section8.jsx 68% building 1458/1486 modules 28 active ...pp/modules/editor/section8/section8.jsx 68% building 1458/1487 modules 29 active ...pp/modules/editor/section7/section7.jsx 68% building 1458/1488 modules 30 active ...pp/modules/editor/section6/section6.jsx 68% building 1459/1488 modules 29 active ...pp/modules/editor/section6/section6.jsx 68% building 1459/1489 modules 30 active ...pp/modules/editor/section4/section4.jsx 68% building 1459/1490 modules 31 active ...pp/modules/editor/section3/section3.jsx 68% building 1460/1490 modules 30 active ...pp/modules/editor/section3/section3.jsx 68% building 1460/1491 modules 31 active ...pp/modules/editor/section5/section5.jsx 68% building 1461/1491 modules 30 active ...pp/modules/editor/section5/section5.jsx 68% building 1461/1492 modules 31 active .../modules/editor/section11/section11.jsx 68% building 1461/1493 modules 32 active ...ules/editor/section8/vocab-1-codes.json 68% building 1461/1494 modules 33 active ...ules/editor/section8/vocab-2-codes.json 68% building 1461/1495 modules 34 active ...pp/modules/editor/section9/section9.jsx 68% building 1462/1495 modules 33 active ...pp/modules/editor/section9/section9.jsx 68% building 1463/1495 modules 32 active ...pp/modules/editor/section9/section9.jsx 68% building 1464/1495 modules 31 active ...pp/modules/editor/section9/section9.jsx 68% building 1465/1495 modules 30 active ...pp/modules/editor/section9/section9.jsx 68% building 1466/1495 modules 29 active ...pp/modules/editor/section9/section9.jsx 68% building 1467/1495 modules 28 active ...pp/modules/editor/section9/section9.jsx 68% building 1467/1496 modules 29 active ...pp/modules/editor/section2/section2.jsx 68% building 1467/1497 modules 30 active ...pp/modules/editor/section1/section1.jsx 68% building 1467/1498 modules 31 active ...xios/lib/helpers/normalizeHeaderName.js 68% building 1468/1498 modules 30 active ...xios/lib/helpers/normalizeHeaderName.js 68% building 1468/1499 modules 31 active ...t/es/stateReconciler/autoMergeLevel2.js 68% building 1469/1499 modules 30 active ...t/es/stateReconciler/autoMergeLevel2.js 68% building 1470/1499 modules 29 active ...t/es/stateReconciler/autoMergeLevel2.js 68% building 1470/1500 modules 30 active ...e/akvo/rsr/spa/app/utils/countries.json 68% building 1471/1500 modules 29 active ...e/akvo/rsr/spa/app/utils/countries.json 68% building 1472/1500 modules 28 active ...e/akvo/rsr/spa/app/utils/countries.json 68% building 1472/1501 modules 29 active .../node_modules/axios/lib/adapters/xhr.js 68% building 1472/1502 modules 30 active ...e_modules/axios/lib/helpers/buildURL.js 68% building 1472/1503 modules 31 active ...es/axios/lib/core/InterceptorManager.js 68% building 1472/1504 modules 32 active ...dules/axios/lib/core/dispatchRequest.js 68% building 1473/1504 modules 31 active ...dules/axios/lib/core/dispatchRequest.js 68% building 1474/1504 modules 30 active ...dules/axios/lib/core/dispatchRequest.js 68% building 1475/1504 modules 29 active ...dules/axios/lib/core/dispatchRequest.js 68% building 1475/1505 modules 30 active ...rsr/spa/app/modules/editor/endpoints.js 68% building 1475/1506 modules 31 active ...polyfill/dist/clipboard-polyfill.esm.js 68% building 1475/1507 modules 32 active ...-final-form/dist/react-final-form.es.js 68% building 1476/1507 modules 31 active ...-final-form/dist/react-final-form.es.js 68% building 1477/1507 modules 30 active ...-final-form/dist/react-final-form.es.js 68% building 1478/1507 modules 29 active ...-final-form/dist/react-final-form.es.js 68% building 1479/1507 modules 28 active ...-final-form/dist/react-final-form.es.js 68% building 1480/1507 modules 27 active ...-final-form/dist/react-final-form.es.js 68% building 1480/1508 modules 28 active ...ules/editor/section3/access/access.scss 68% building 1480/1509 modules 29 active .../rsr/spa/app/modules/editor/styles.scss 68% building 1480/1510 modules 30 active ..._modules/string-convert/camel2hyphen.js 68% building 1481/1510 modules 29 active ..._modules/string-convert/camel2hyphen.js 68% building 1482/1510 modules 28 active ..._modules/string-convert/camel2hyphen.js 68% building 1483/1510 modules 27 active ..._modules/string-convert/camel2hyphen.js 68% building 1484/1510 modules 26 active ..._modules/string-convert/camel2hyphen.js 69% building 1485/1510 modules 25 active ..._modules/string-convert/camel2hyphen.js 69% building 1486/1510 modules 24 active ..._modules/string-convert/camel2hyphen.js 69% building 1487/1510 modules 23 active ..._modules/string-convert/camel2hyphen.js 69% building 1488/1510 modules 22 active ..._modules/string-convert/camel2hyphen.js 69% building 1489/1510 modules 21 active ..._modules/string-convert/camel2hyphen.js 69% building 1490/1510 modules 20 active ..._modules/string-convert/camel2hyphen.js 69% building 1491/1510 modules 19 active ..._modules/string-convert/camel2hyphen.js 69% building 1492/1510 modules 18 active ..._modules/string-convert/camel2hyphen.js 69% building 1492/1511 modules 19 active ...a/node_modules/antd/es/version/index.js 69% building 1492/1512 modules 20 active ...pa/node_modules/antd/es/upload/index.js 69% building 1492/1513 modules 21 active ...a/node_modules/antd/es/mention/index.js 69% building 1493/1513 modules 20 active ...a/node_modules/antd/es/mention/index.js 69% building 1493/1514 modules 21 active .../modules/editor/project-init-handler.js 69% building 1494/1514 modules 20 active .../modules/editor/project-init-handler.js 69% building 1494/1515 modules 21 active ...pp/modules/editor/section10/styles.scss 69% building 1494/1516 modules 22 active .../app/modules/editor/section-context.jsx 69% building 1494/1517 modules 23 active ...wser/esm/integrations/globalhandlers.js 69% building 1494/1518 modules 24 active ...ry/browser/esm/integrations/trycatch.js 69% building 1494/1519 modules 25 active ...browser/esm/integrations/breadcrumbs.js 68% building 1494/1520 modules 26 active ...rowser/esm/integrations/linkederrors.js 68% building 1494/1521 modules 27 active ...y/browser/esm/integrations/useragent.js 68% building 1494/1522 modules 28 active ...vascript-time-ago/modules/style/time.js 68% building 1494/1523 modules 29 active ...cript-time-ago/modules/style/twitter.js 68% building 1494/1524 modules 30 active ...cript-time-ago/modules/style/default.js 68% building 1494/1525 modules 31 active ...ipt-time-ago/modules/gradation/index.js 68% building 1494/1526 modules 32 active ...app/modules/editor/section4/styles.scss 68% building 1495/1526 modules 31 active ...app/modules/editor/section4/styles.scss 68% building 1496/1526 modules 30 active ...app/modules/editor/section4/styles.scss 68% building 1497/1526 modules 29 active ...app/modules/editor/section4/styles.scss 68% building 1498/1526 modules 28 active ...app/modules/editor/section4/styles.scss 68% building 1499/1526 modules 27 active ...app/modules/editor/section4/styles.scss 68% building 1499/1527 modules 28 active ...ode_modules/antd/es/typography/index.js 68% building 1499/1528 modules 29 active ...p/modules/projects/conditional-link.jsx 68% building 1499/1529 modules 30 active ...app/modules/editor/settings/settings.js 68% building 1499/1530 modules 31 active .../modules/editor/section1/validations.js 68% building 1499/1531 modules 32 active ...modules/editor/section11/validations.js 68% building 1500/1531 modules 31 active ...modules/editor/section11/validations.js 68% building 1501/1531 modules 30 active ...modules/editor/section11/validations.js 68% building 1501/1532 modules 31 active .../node_modules/antd/es/timeline/index.js 68% building 1501/1533 modules 32 active ...de_modules/antd/es/tree-select/index.js 68% building 1501/1534 modules 33 active ...rsr/code/akvo/rsr/spa/app/utils/rte.jsx 68% building 1502/1534 modules 32 active ...rsr/code/akvo/rsr/spa/app/utils/rte.jsx 68% building 1503/1534 modules 31 active ...rsr/code/akvo/rsr/spa/app/utils/rte.jsx 68% building 1503/1535 modules 32 active ...a/node_modules/lodash.debounce/index.js 68% building 1503/1536 modules 33 active .../spa/node_modules/antd/es/tree/index.js 68% building 1503/1537 modules 34 active ...app/modules/editor/section6/styles.scss 68% building 1503/1538 modules 35 active ...rsr/spa/app/modules/updates/styles.scss 68% building 1504/1538 modules 34 active ...rsr/spa/app/modules/updates/styles.scss 68% building 1504/1539 modules 35 active .../node_modules/antd/es/transfer/index.js 68% building 1504/1540 modules 36 active ...sr/spa/app/modules/editor/main-menu.jsx 68% building 1504/1541 modules 37 active ...a/app/modules/editor/validation-bar.jsx 68% building 1504/1542 modules 38 active ...pa/app/modules/editor/custom-fields.jsx 68% building 1504/1543 modules 39 active ...ection1/related-projects/validations.js 68% building 1504/1544 modules 40 active ...s/editor/section11/flags/validations.js 68% building 1504/1545 modules 41 active ...itor/section11/forecasts/validations.js 68% building 1504/1546 modules 42 active ...editor/section2/contacts/validations.js 68% building 1504/1547 modules 43 active ...editor/section3/partners/validations.js 68% building 1504/1548 modules 44 active .../editor/section5/results/validations.js 68% building 1504/1549 modules 45 active ...or/section6/budget-items/validations.js 68% building 1504/1550 modules 46 active ...on6/country-budget-items/validations.js 68% building 1504/1551 modules 47 active ...n6/planned-disbursements/validations.js 68% building 1504/1552 modules 48 active ...or/section6/transactions/validations.js 68% building 1504/1553 modules 49 active .../section7/location-items/validations.js 68% building 1504/1554 modules 50 active ...ion7/recipient-countries/validations.js 68% building 1504/1555 modules 51 active ...ction7/recipient-regions/validations.js 67% building 1504/1556 modules 52 active .../section8/policy-markers/validations.js 67% building 1504/1557 modules 53 active ...ion8/humanitarian-scopes/validations.js 67% building 1504/1558 modules 54 active ...les/editor/section9/docs/validations.js 67% building 1505/1558 modules 53 active ...les/editor/section9/docs/validations.js 67% building 1506/1558 modules 52 active ...les/editor/section9/docs/validations.js 67% building 1506/1559 modules 53 active ...es/editor/section9/links/validations.js 67% building 1506/1560 modules 54 active .../editor/section8/sectors/validations.js 67% building 1506/1561 modules 55 active ...pp/modules/editor/section11/styles.scss 67% building 1506/1562 modules 56 active ...spa/node_modules/antd/es/table/index.js 67% building 1506/1563 modules 57 active ...les/@sentry/browser/esm/eventbuilder.js 67% building 1506/1564 modules 58 active ...s/react-redux/es/utils/isPlainObject.js 67% building 1506/1565 modules 59 active ...r/spa/app/modules/program/indicator.jsx 67% building 1506/1566 modules 60 active ...les/editor/section11/channel-codes.json 67% building 1506/1567 modules 61 active ...pa/node_modules/antd/es/switch/index.js 67% building 1506/1568 modules 62 active ...spa/node_modules/antd/es/steps/index.js 67% building 1506/1569 modules 63 active ...pa/node_modules/antd/es/slider/index.js 67% building 1506/1570 modules 64 active .../node_modules/antd/es/skeleton/index.js 67% building 1506/1571 modules 65 active ...pa/node_modules/antd/es/result/index.js 67% building 1507/1571 modules 64 active ...pa/node_modules/antd/es/result/index.js 67% building 1507/1572 modules 65 active .../spa/node_modules/antd/es/rate/index.js 67% building 1507/1573 modules 66 active ...app/modules/editor/section1/styles.scss 67% building 1507/1574 modules 67 active ...pa/app/modules/updates/updates-photo.js 67% building 1507/1575 modules 68 active ...pp/modules/updates/updates-validator.js 67% building 1508/1575 modules 67 active ...pp/modules/updates/updates-validator.js 67% building 1509/1575 modules 66 active ...pp/modules/updates/updates-validator.js 67% building 1510/1575 modules 65 active ...pp/modules/updates/updates-validator.js 67% building 1511/1575 modules 64 active ...pp/modules/updates/updates-validator.js 67% building 1511/1576 modules 65 active ...tor/section1/options/tied-statuses.json 67% building 1511/1577 modules 66 active ...tor/section1/options/finance-types.json 67% building 1511/1578 modules 67 active ...editor/section1/options/flow-types.json 67% building 1511/1579 modules 68 active ...ction1/options/aid-type-vocabulary.json 67% building 1511/1580 modules 69 active .../editor/section1/options/aid-types.json 67% building 1512/1580 modules 68 active .../editor/section1/options/aid-types.json 67% building 1513/1580 modules 67 active .../editor/section1/options/aid-types.json 67% building 1514/1580 modules 66 active .../editor/section1/options/aid-types.json 67% building 1515/1580 modules 65 active .../editor/section1/options/aid-types.json 67% building 1516/1580 modules 64 active .../editor/section1/options/aid-types.json 67% building 1517/1580 modules 63 active .../editor/section1/options/aid-types.json 67% building 1518/1580 modules 62 active .../editor/section1/options/aid-types.json 67% building 1519/1580 modules 61 active .../editor/section1/options/aid-types.json 67% building 1520/1580 modules 60 active .../editor/section1/options/aid-types.json 67% building 1521/1580 modules 59 active .../editor/section1/options/aid-types.json 67% building 1522/1580 modules 58 active .../editor/section1/options/aid-types.json 67% building 1522/1581 modules 59 active ...s/editor/section3/partners/partners.jsx 67% building 1523/1581 modules 58 active ...s/editor/section3/partners/partners.jsx 67% building 1524/1581 modules 57 active ...s/editor/section3/partners/partners.jsx 67% building 1524/1582 modules 58 active .../app/modules/results/EnumeratorPage.jsx 67% building 1525/1582 modules 57 active .../app/modules/results/EnumeratorPage.jsx 67% building 1526/1582 modules 56 active .../app/modules/results/EnumeratorPage.jsx 67% building 1527/1582 modules 55 active .../app/modules/results/EnumeratorPage.jsx 67% building 1528/1582 modules 54 active .../app/modules/results/EnumeratorPage.jsx 67% building 1529/1582 modules 53 active .../app/modules/results/EnumeratorPage.jsx 68% building 1530/1582 modules 52 active .../app/modules/results/EnumeratorPage.jsx 68% building 1531/1582 modules 51 active .../app/modules/results/EnumeratorPage.jsx 68% building 1531/1583 modules 52 active ...de/akvo/rsr/spa/app/utils/auto-save.jsx 68% building 1532/1583 modules 51 active ...de/akvo/rsr/spa/app/utils/auto-save.jsx 68% building 1532/1584 modules 52 active ...e_modules/axios/lib/core/createError.js 67% building 1532/1585 modules 53 active ...dules/axios/lib/helpers/parseHeaders.js 67% building 1532/1586 modules 54 active ...es/axios/lib/helpers/isURLSameOrigin.js 67% building 1532/1587 modules 55 active ...modules/axios/lib/core/transformData.js 67% building 1533/1587 modules 54 active ...modules/axios/lib/core/transformData.js 67% building 1534/1587 modules 53 active ...modules/axios/lib/core/transformData.js 68% building 1535/1587 modules 52 active ...modules/axios/lib/core/transformData.js 68% building 1536/1587 modules 51 active ...modules/axios/lib/core/transformData.js 68% building 1537/1587 modules 50 active ...modules/axios/lib/core/transformData.js 68% building 1538/1587 modules 49 active ...modules/axios/lib/core/transformData.js 68% building 1539/1587 modules 48 active ...modules/axios/lib/core/transformData.js 68% building 1540/1587 modules 47 active ...modules/axios/lib/core/transformData.js 68% building 1541/1587 modules 46 active ...modules/axios/lib/core/transformData.js 68% building 1542/1587 modules 45 active ...modules/axios/lib/core/transformData.js 68% building 1543/1587 modules 44 active ...modules/axios/lib/core/transformData.js 68% building 1544/1587 modules 43 active ...modules/axios/lib/core/transformData.js 68% building 1545/1587 modules 42 active ...modules/axios/lib/core/transformData.js 68% building 1546/1587 modules 41 active ...modules/axios/lib/core/transformData.js 68% building 1547/1587 modules 40 active ...modules/axios/lib/core/transformData.js 68% building 1548/1587 modules 39 active ...modules/axios/lib/core/transformData.js 68% building 1549/1587 modules 38 active ...modules/axios/lib/core/transformData.js 68% building 1550/1587 modules 37 active ...modules/axios/lib/core/transformData.js 68% building 1551/1587 modules 36 active ...modules/axios/lib/core/transformData.js 68% building 1552/1587 modules 35 active ...modules/axios/lib/core/transformData.js 68% building 1553/1587 modules 34 active ...modules/axios/lib/core/transformData.js 68% building 1554/1587 modules 33 active ...modules/axios/lib/core/transformData.js 68% building 1554/1588 modules 34 active ...section11/forecasts/forecasts-stack.jsx 68% building 1554/1589 modules 35 active .../editor/section11/flags/flags-stack.jsx 68% building 1555/1589 modules 34 active .../editor/section11/flags/flags-stack.jsx 68% building 1556/1589 modules 33 active .../editor/section11/flags/flags-stack.jsx 68% building 1557/1589 modules 32 active .../editor/section11/flags/flags-stack.jsx 68% building 1558/1589 modules 31 active .../editor/section11/flags/flags-stack.jsx 68% building 1559/1589 modules 30 active .../editor/section11/flags/flags-stack.jsx 68% building 1560/1589 modules 29 active .../editor/section11/flags/flags-stack.jsx 68% building 1561/1589 modules 28 active .../editor/section11/flags/flags-stack.jsx 68% building 1561/1590 modules 29 active ...vo/rsr/spa/app/components/Thumbnail.jsx 68% building 1562/1590 modules 28 active ...vo/rsr/spa/app/components/Thumbnail.jsx 68% building 1563/1590 modules 27 active ...vo/rsr/spa/app/components/Thumbnail.jsx 69% building 1564/1590 modules 26 active ...vo/rsr/spa/app/components/Thumbnail.jsx 68% building 1564/1591 modules 27 active .../rsr/spa/node_modules/antd/package.json 69% building 1565/1591 modules 26 active ...vo/rsr/spa/app/components/Thumbnail.jsx 69% building 1566/1591 modules 25 active ...vo/rsr/spa/app/components/Thumbnail.jsx 69% building 1567/1591 modules 24 active ...vo/rsr/spa/app/components/Thumbnail.jsx 69% building 1568/1591 modules 23 active ...vo/rsr/spa/app/components/Thumbnail.jsx 69% building 1568/1592 modules 24 active ...akvo/rsr/spa/app/utils/min-required.jsx 69% building 1569/1592 modules 23 active ...akvo/rsr/spa/app/utils/min-required.jsx 69% building 1569/1593 modules 24 active ...app/modules/editor/settings/styles.scss 69% building 1570/1593 modules 23 active ...app/modules/editor/settings/styles.scss 69% building 1570/1594 modules 24 active ...ditor/section11/comp/legacies-stack.jsx 69% building 1571/1594 modules 23 active ...ditor/section11/comp/legacies-stack.jsx 69% building 1572/1594 modules 22 active ...ditor/section11/comp/legacies-stack.jsx 69% building 1572/1595 modules 23 active ...editor/section1/comp/project-picker.jsx 69% building 1572/1596 modules 24 active .../editor/section1/comp/project-photo.jsx 69% building 1572/1597 modules 25 active ...tor/section1/comp/external-projects.jsx 69% building 1572/1598 modules 26 active ...ode/akvo/rsr/spa/app/utils/constants.js 69% building 1573/1598 modules 25 active ...ode/akvo/rsr/spa/app/utils/constants.js 69% building 1573/1599 modules 26 active ...app/modules/editor/section5/styles.scss 68% building 1573/1600 modules 27 active ...app/modules/editor/section2/styles.scss 69% building 1574/1600 modules 26 active ...app/modules/editor/section2/styles.scss 69% building 1575/1600 modules 25 active ...app/modules/editor/section2/styles.scss 69% building 1576/1600 modules 24 active ...app/modules/editor/section2/styles.scss 69% building 1577/1600 modules 23 active ...app/modules/editor/section2/styles.scss 69% building 1578/1600 modules 22 active ...app/modules/editor/section2/styles.scss 69% building 1579/1600 modules 21 active ...app/modules/editor/section2/styles.scss 69% building 1580/1600 modules 20 active ...app/modules/editor/section2/styles.scss 69% building 1580/1601 modules 21 active ...a/node_modules/antd/es/upload/Upload.js 69% building 1580/1602 modules 22 active ...pa/node_modules/react-time-ago/index.js 69% building 1580/1603 modules 23 active ...a/node_modules/moment-timezone/index.js 69% building 1580/1604 modules 24 active ...r/section5/periods/defaults-context.jsx 69% building 1580/1605 modules 25 active ...pa/node_modules/tinycolor2/tinycolor.js 69% building 1581/1605 modules 24 active ...pa/node_modules/tinycolor2/tinycolor.js 69% building 1581/1606 modules 25 active ...time-ago/modules/gradation/canonical.js 69% building 1582/1606 modules 24 active ...time-ago/modules/gradation/canonical.js 69% building 1583/1606 modules 23 active ...time-ago/modules/gradation/canonical.js 69% building 1584/1606 modules 22 active ...time-ago/modules/gradation/canonical.js 69% building 1585/1606 modules 21 active ...time-ago/modules/gradation/canonical.js 69% building 1585/1607 modules 22 active ...odules/antd/es/typography/Typography.js 69% building 1585/1608 modules 23 active ...modules/antd/es/typography/Paragraph.js 69% building 1586/1608 modules 22 active ...modules/antd/es/typography/Paragraph.js 69% building 1586/1609 modules 23 active ...ode_modules/antd/es/typography/Title.js 69% building 1586/1610 modules 24 active ...node_modules/antd/es/typography/Text.js 69% building 1586/1611 modules 25 active ...t-time-ago/modules/gradation/helpers.js 69% building 1586/1612 modules 26 active ...kvo/rsr/spa/app/utils/required-hint.jsx 68% building 1586/1613 modules 27 active ...app/modules/editor/section9/styles.scss 68% building 1586/1614 modules 28 active ...app/modules/editor/section3/styles.scss 68% building 1586/1615 modules 29 active ...de_modules/antd/es/timeline/Timeline.js 68% building 1587/1615 modules 28 active ...de_modules/antd/es/timeline/Timeline.js 68% building 1588/1615 modules 27 active ...de_modules/antd/es/timeline/Timeline.js 68% building 1588/1616 modules 28 active ...ime-ago/modules/gradation/convenient.js 68% building 1588/1617 modules 29 active ...r/spa/node_modules/antd/es/tree/Tree.js 68% building 1588/1618 modules 30 active ...modules/@sentry/browser/esm/tracekit.js 68% building 1588/1619 modules 31 active ..._modules/@sentry/browser/esm/parsers.js 68% building 1588/1620 modules 32 active .../node_modules/antd/es/upload/Dragger.js 68% building 1589/1620 modules 31 active .../node_modules/antd/es/upload/Dragger.js 68% building 1590/1620 modules 30 active .../node_modules/antd/es/upload/Dragger.js 68% building 1590/1621 modules 31 active ...spa/node_modules/currency-codes/data.js 68% building 1591/1621 modules 30 active ...spa/node_modules/currency-codes/data.js 68% building 1591/1622 modules 31 active ...modules/axios/lib/core/buildFullPath.js 68% building 1591/1623 modules 32 active ...de_modules/axios/lib/helpers/cookies.js 68% building 1591/1624 modules 33 active ...a/node_modules/axios/lib/core/settle.js 68% building 1591/1625 modules 34 active ...a/app/utils/get-symbol-from-currency.js 68% building 1591/1626 modules 35 active ...ules/editor/section7/scope-options.json 68% building 1592/1626 modules 34 active ...ules/editor/section7/scope-options.json 68% building 1592/1627 modules 35 active ...spa/node_modules/antd/es/table/Table.js 68% building 1592/1628 modules 36 active ...o/rsr/spa/app/modules/program/config.js 68% building 1593/1628 modules 35 active ...o/rsr/spa/app/modules/program/config.js 68% building 1594/1628 modules 34 active ...o/rsr/spa/app/modules/program/config.js 68% building 1595/1628 modules 33 active ...o/rsr/spa/app/modules/program/config.js 68% building 1596/1628 modules 32 active ...o/rsr/spa/app/modules/program/config.js 68% building 1596/1629 modules 33 active .../modules/editor/section5/indicators.jsx 68% building 1597/1629 modules 32 active .../modules/editor/section5/indicators.jsx 68% building 1598/1629 modules 31 active .../modules/editor/section5/indicators.jsx 68% building 1598/1630 modules 32 active ..._modules/antd/es/result/unauthorized.js 68% building 1598/1631 modules 33 active ...e_modules/antd/es/result/serverError.js 68% building 1598/1632 modules 34 active .../node_modules/antd/es/result/noFound.js 68% building 1598/1633 modules 35 active ...e_modules/antd/es/skeleton/Paragraph.js 68% building 1598/1634 modules 36 active .../node_modules/antd/es/skeleton/Title.js 68% building 1598/1635 modules 37 active ...node_modules/antd/es/skeleton/Avatar.js 68% building 1599/1635 modules 36 active ...node_modules/antd/es/skeleton/Avatar.js 68% building 1599/1636 modules 37 active ...orm-arrays/dist/final-form-arrays.es.js 68% building 1599/1637 modules 38 active ...vo/rsr/spa/node_modules/lodash/chunk.js 68% building 1599/1638 modules 39 active ...o/rsr/spa/node_modules/lodash/invert.js 68% building 1599/1639 modules 40 active .../rsr/spa/node_modules/lodash/isEmpty.js 68% building 1599/1640 modules 41 active ...de/akvo/rsr/spa/app/utils/accordion.jsx 68% building 1599/1641 modules 42 active ...e/akvo/rsr/spa/app/utils/item-array.jsx 68% building 1600/1641 modules 41 active ...e/akvo/rsr/spa/app/utils/item-array.jsx 68% building 1601/1641 modules 40 active ...e/akvo/rsr/spa/app/utils/item-array.jsx 68% building 1601/1642 modules 41 active ...node_modules/antd/es/transfer/search.js 68% building 1601/1643 modules 42 active ...e_modules/antd/es/transfer/operation.js 68% building 1601/1644 modules 43 active ...a/node_modules/antd/es/transfer/list.js 68% building 1602/1644 modules 42 active ...a/node_modules/antd/es/transfer/list.js 68% building 1603/1644 modules 41 active ...a/node_modules/antd/es/transfer/list.js 68% building 1603/1645 modules 42 active ...a/app/modules/program/ProgramPeriod.jsx 68% building 1603/1646 modules 43 active ...planned-disbursements/disbursements.jsx 68% building 1603/1647 modules 44 active .../section6/transactions/transactions.jsx 68% building 1603/1648 modules 45 active .../spa/app/modules/program/ExpandIcon.jsx 68% building 1604/1648 modules 44 active .../spa/app/modules/program/ExpandIcon.jsx 68% building 1605/1648 modules 43 active .../spa/app/modules/program/ExpandIcon.jsx 68% building 1605/1649 modules 44 active ...y-budget-items/country-budget-items.jsx 68% building 1605/1650 modules 45 active .../section6/budget-items/budget-items.jsx 68% building 1606/1650 modules 44 active .../section6/budget-items/budget-items.jsx 68% building 1607/1650 modules 43 active .../section6/budget-items/budget-items.jsx 68% building 1608/1650 modules 42 active .../section6/budget-items/budget-items.jsx 68% building 1609/1650 modules 41 active .../section6/budget-items/budget-items.jsx 68% building 1610/1650 modules 40 active .../section6/budget-items/budget-items.jsx 68% building 1610/1651 modules 41 active ...p/modules/editor/section9/docs/docs.jsx 68% building 1610/1652 modules 42 active ...modules/editor/section9/links/links.jsx 68% building 1611/1652 modules 41 active ...modules/editor/section9/links/links.jsx 68% building 1611/1653 modules 42 active ...akvo/rsr/spa/app/images/edit-button.svg 68% building 1612/1653 modules 41 active ...akvo/rsr/spa/app/images/edit-button.svg 68% building 1612/1654 modules 42 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1613/1654 modules 41 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1614/1654 modules 40 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1615/1654 modules 39 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1616/1654 modules 38 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1617/1654 modules 37 active ...kvo/rsr/spa/app/utils/target-charts.jsx 68% building 1617/1655 modules 38 active ..._modules/axios/lib/core/enhanceError.js 68% building 1617/1656 modules 39 active .../rsr/spa/app/modules/results/actions.js 68% building 1617/1657 modules 40 active ...app/modules/editor/section8/styles.scss 68% building 1618/1657 modules 39 active ...app/modules/editor/section8/styles.scss 68% building 1619/1657 modules 38 active ...app/modules/editor/section8/styles.scss 68% building 1620/1657 modules 37 active ...app/modules/editor/section8/styles.scss 68% building 1621/1657 modules 36 active ...app/modules/editor/section8/styles.scss 68% building 1622/1657 modules 35 active ...app/modules/editor/section8/styles.scss 68% building 1623/1657 modules 34 active ...app/modules/editor/section8/styles.scss 68% building 1623/1658 modules 35 active ...recipient-regions/recipient-regions.jsx 68% building 1624/1658 modules 34 active ...recipient-regions/recipient-regions.jsx 68% building 1624/1659 modules 35 active ...r/spa/app/utils/organization-select.jsx 68% building 1624/1660 modules 36 active ...pient-countries/recipient-countries.jsx 68% building 1624/1661 modules 37 active ...tion7/location-items/location-items.jsx 68% building 1624/1662 modules 38 active ...spa/app/modules/results/enumerator.scss 68% building 1624/1663 modules 39 active ...spa/app/modules/enumerators/styles.scss 68% building 1624/1664 modules 40 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1625/1664 modules 39 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1626/1664 modules 38 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1627/1664 modules 37 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1628/1664 modules 36 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1629/1664 modules 35 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1630/1664 modules 34 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1631/1664 modules 33 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1632/1664 modules 32 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1633/1664 modules 31 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1634/1664 modules 30 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1635/1664 modules 29 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1636/1664 modules 28 active ...de/akvo/rsr/spa/app/utils/condition.jsx 69% building 1637/1664 modules 27 active ...de/akvo/rsr/spa/app/utils/condition.jsx 68% building 1637/1665 modules 28 active ...spa/node_modules/rc-slider/es/Handle.js 68% building 1637/1666 modules 29 active .../spa/node_modules/rc-slider/es/Range.js 68% building 1637/1667 modules 30 active ...spa/node_modules/rc-slider/es/Slider.js 68% building 1638/1667 modules 29 active ...spa/node_modules/rc-slider/es/Slider.js 68% building 1639/1667 modules 28 active ...spa/node_modules/rc-slider/es/Slider.js 69% building 1640/1667 modules 27 active ...spa/node_modules/rc-slider/es/Slider.js 68% building 1640/1668 modules 28 active .../spa/app/components/StatusIndicator.jsx 69% building 1641/1668 modules 27 active .../spa/app/components/StatusIndicator.jsx 69% building 1642/1668 modules 26 active .../spa/app/components/StatusIndicator.jsx 69% building 1643/1668 modules 25 active .../spa/app/components/StatusIndicator.jsx 69% building 1644/1668 modules 24 active .../spa/app/components/StatusIndicator.jsx 69% building 1645/1668 modules 23 active .../spa/app/components/StatusIndicator.jsx 69% building 1646/1668 modules 22 active .../spa/app/components/StatusIndicator.jsx 69% building 1646/1669 modules 23 active ...ules/moment-timezone/moment-timezone.js 69% building 1646/1670 modules 24 active ...moment-timezone/data/packed/latest.json 69% building 1647/1670 modules 23 active ...moment-timezone/data/packed/latest.json 69% building 1648/1670 modules 22 active ...moment-timezone/data/packed/latest.json 69% building 1649/1670 modules 21 active ...moment-timezone/data/packed/latest.json 69% building 1650/1670 modules 20 active ...moment-timezone/data/packed/latest.json 69% building 1651/1670 modules 19 active ...moment-timezone/data/packed/latest.json 69% building 1651/1671 modules 20 active ...r/spa/node_modules/antd/es/_util/ref.js 69% building 1651/1672 modules 21 active ...node_modules/antd/es/typography/Base.js 69% building 1652/1672 modules 20 active ...node_modules/antd/es/typography/Base.js 69% building 1652/1673 modules 21 active ...anitarian-scopes/humanitarian-scope.jsx 69% building 1652/1674 modules 22 active ...tion8/policy-markers/policy-markers.jsx 69% building 1652/1675 modules 23 active ...les/editor/section8/sectors/sectors.jsx 69% building 1653/1675 modules 22 active ...les/editor/section8/sectors/sectors.jsx 69% building 1653/1676 modules 23 active .../react-time-ago/modules/ReactTimeAgo.js 69% building 1653/1677 modules 24 active ...odules/antd/es/timeline/TimelineItem.js 69% building 1653/1678 modules 25 active ...pa/node_modules/antd/es/upload/utils.js 69% building 1653/1679 modules 26 active ...de_modules/antd/es/upload/UploadList.js 69% building 1653/1680 modules 27 active ...ode_modules/react-rte/dist/react-rte.js 69% building 1653/1681 modules 28 active ...s/antd/node_modules/lodash/findIndex.js 69% building 1654/1681 modules 27 active ...s/antd/node_modules/lodash/findIndex.js 69% building 1654/1682 modules 28 active ...e_modules/antd/es/tree/DirectoryTree.js 69% building 1655/1682 modules 27 active ...e_modules/antd/es/tree/DirectoryTree.js 69% building 1656/1682 modules 26 active ...e_modules/antd/es/tree/DirectoryTree.js 69% building 1656/1683 modules 27 active ...ules/antd/node_modules/lodash/uniqBy.js 69% building 1656/1684 modules 28 active .../rsr/spa/app/components/Highlighted.jsx 69% building 1657/1684 modules 27 active .../rsr/spa/app/components/Highlighted.jsx 69% building 1657/1685 modules 28 active ...les/results-overview/ResultOverview.jsx 68% building 1657/1686 modules 29 active ...rsr/spa/app/modules/results/results.jsx 68% building 1657/1687 modules 30 active ...modules/enumerators/assignment-view.jsx 68% building 1657/1688 modules 31 active ...tion6/country-budget-items/options.json 68% building 1657/1689 modules 32 active ...les/editor/section9/docs/languages.json 68% building 1657/1690 modules 33 active ...les/editor/section9/docs/mime-list.json 68% building 1657/1691 modules 34 active ...es/editor/section9/docs/categories.json 68% building 1657/1692 modules 35 active ...sults-admin/components/ReportedEdit.jsx 68% building 1657/1693 modules 36 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1658/1693 modules 35 active ...p/modules/results-admin/ResultAdmin.jsx 68% building 1658/1694 modules 36 active ...rays/dist/react-final-form-arrays.es.js 68% building 1658/1695 modules 37 active ...ules/axios/lib/helpers/isAbsoluteURL.js 68% building 1658/1696 modules 38 active ...odules/axios/lib/helpers/combineURLs.js 68% building 1659/1696 modules 37 active ...odules/axios/lib/helpers/combineURLs.js 68% building 1660/1696 modules 36 active ...odules/axios/lib/helpers/combineURLs.js 68% building 1661/1696 modules 35 active ...odules/axios/lib/helpers/combineURLs.js 68% building 1662/1696 modules 34 active ...odules/axios/lib/helpers/combineURLs.js 68% building 1663/1696 modules 33 active ...odules/axios/lib/helpers/combineURLs.js 68% building 1663/1697 modules 34 active ...odules/react-infinite-scroller/index.js 68% building 1664/1697 modules 33 active ...odules/react-infinite-scroller/index.js 68% building 1664/1698 modules 34 active ...section7/recipient-regions/regions.json 68% building 1664/1699 modules 35 active ...e_modules/rc-editor-mention/es/index.js 68% building 1665/1699 modules 34 active ...e_modules/rc-editor-mention/es/index.js 68% building 1665/1700 modules 35 active .../node_modules/lodash/_isIterateeCall.js 68% building 1665/1701 modules 36 active ...sr/spa/node_modules/lodash/toInteger.js 68% building 1665/1702 modules 37 active ...rsr/spa/node_modules/lodash/constant.js 68% building 1665/1703 modules 38 active .../node_modules/lodash/_createInverter.js 68% building 1665/1704 modules 39 active ...node_modules/rc-tree-select/es/index.js 68% building 1665/1705 modules 40 active .../transactions/options/type-options.json 68% building 1665/1706 modules 41 active ...ion6/transactions/options/channels.json 68% building 1665/1707 modules 42 active ...on7/location-items/feature-options.json 68% building 1665/1708 modules 43 active ...app/modules/editor/section7/styles.scss 68% building 1666/1708 modules 42 active ...app/modules/editor/section7/styles.scss 68% building 1667/1708 modules 41 active ...app/modules/editor/section7/styles.scss 68% building 1668/1708 modules 40 active ...app/modules/editor/section7/styles.scss 68% building 1669/1708 modules 39 active ...app/modules/editor/section7/styles.scss 68% building 1669/1709 modules 40 active ...r/spa/node_modules/rc-steps/es/index.js 68% building 1669/1710 modules 41 active ...les/react-use-geolocation/dist/index.js 68% building 1670/1710 modules 40 active ...les/react-use-geolocation/dist/index.js 68% building 1670/1711 modules 41 active ...ules/antd/es/transfer/renderListBody.js 68% building 1670/1712 modules 42 active ...e_modules/antd/es/_util/triggerEvent.js 68% building 1670/1713 modules 43 active ...sr/spa/node_modules/rc-rate/es/index.js 68% building 1671/1713 modules 42 active ...sr/spa/node_modules/rc-rate/es/index.js 68% building 1672/1713 modules 41 active ...sr/spa/node_modules/rc-rate/es/index.js 68% building 1673/1713 modules 40 active ...sr/spa/node_modules/rc-rate/es/index.js 68% building 1673/1714 modules 41 active .../spa/node_modules/rc-switch/es/index.js 68% building 1674/1714 modules 40 active .../spa/node_modules/rc-switch/es/index.js 68% building 1674/1715 modules 41 active ...e/akvo/rsr/spa/app/utils/org-types.json 68% building 1675/1715 modules 40 active ...e/akvo/rsr/spa/app/utils/org-types.json 68% building 1676/1715 modules 39 active ...e/akvo/rsr/spa/app/utils/org-types.json 68% building 1677/1715 modules 38 active ...e/akvo/rsr/spa/app/utils/org-types.json 68% building 1678/1715 modules 37 active ...e/akvo/rsr/spa/app/utils/org-types.json 68% building 1679/1715 modules 36 active ...e/akvo/rsr/spa/app/utils/org-types.json 68% building 1680/1715 modules 35 active ...e/akvo/rsr/spa/app/utils/org-types.json 68% building 1680/1716 modules 36 active ...dules/editor/section9/docs/uploader.jsx 68% building 1681/1716 modules 35 active ...dules/editor/section9/docs/uploader.jsx 68% building 1681/1717 modules 36 active ...les/editor/section5/periods/periods.jsx 68% building 1681/1718 modules 37 active .../editor/section5/indicator-nav-menu.jsx 68% building 1681/1719 modules 38 active .../app/modules/editor/section5/scores.jsx 68% building 1681/1720 modules 39 active ...les/editor/section5/periods/targets.jsx 68% building 1682/1720 modules 38 active ...les/editor/section5/periods/targets.jsx 68% building 1683/1720 modules 37 active ...les/editor/section5/periods/targets.jsx 68% building 1683/1721 modules 38 active ...node_modules/currency-symbol-map/map.js 68% building 1683/1722 modules 39 active ...es/results-overview/components/index.js 68% building 1684/1722 modules 38 active ...es/results-overview/components/index.js 68% building 1685/1722 modules 37 active ...es/results-overview/components/index.js 68% building 1686/1722 modules 36 active ...es/results-overview/components/index.js 68% building 1687/1722 modules 35 active ...es/results-overview/components/index.js 68% building 1688/1722 modules 34 active ...es/results-overview/components/index.js 68% building 1688/1723 modules 35 active ...or/section8/policy-markers/markers.json 68% building 1688/1724 modules 36 active ...tion8/policy-markers/significances.json 68% building 1688/1725 modules 37 active ...ules/editor/section8/vocab-7-codes.json 68% building 1688/1726 modules 38 active ...ules/editor/section8/vocab-8-codes.json 68% building 1688/1727 modules 39 active .../app/modules/editor/section8/vocab.json 68% building 1688/1728 modules 40 active ...ction8/sectors/eutf-sector-options.json 68% building 1689/1728 modules 39 active ...ction8/sectors/eutf-sector-options.json 68% building 1690/1728 modules 38 active ...ction8/sectors/eutf-sector-options.json 68% building 1691/1728 modules 37 active ...ction8/sectors/eutf-sector-options.json 68% building 1692/1728 modules 36 active ...ction8/sectors/eutf-sector-options.json 68% building 1692/1729 modules 37 active ...on5/disaggregations/disaggregations.jsx 68% building 1692/1730 modules 38 active ...itor/section5/references/references.jsx 68% building 1693/1730 modules 37 active ...itor/section5/references/references.jsx 68% building 1693/1731 modules 38 active ...e_modules/rc-util/es/PureRenderMixin.js 68% building 1694/1731 modules 37 active ...e_modules/rc-util/es/PureRenderMixin.js 68% building 1695/1731 modules 36 active ...e_modules/rc-util/es/PureRenderMixin.js 68% building 1695/1732 modules 37 active ...app/modules/program/ApprovedUpdates.jsx 68% building 1696/1732 modules 36 active ...app/modules/program/ApprovedUpdates.jsx 68% building 1696/1733 modules 37 active ...sr/spa/app/modules/program/Comments.jsx 68% building 1696/1734 modules 38 active .../app/modules/program/ProjectSummary.jsx 68% building 1696/1735 modules 39 active ...app/modules/program/Disaggregations.jsx 68% building 1696/1736 modules 40 active ...ditor/section6/transactions/sectors.jsx 68% building 1696/1737 modules 41 active ...ules/simple-markdown/simple-markdown.js 68% building 1697/1737 modules 40 active ...ules/simple-markdown/simple-markdown.js 68% building 1698/1737 modules 39 active ...ules/simple-markdown/simple-markdown.js 68% building 1699/1737 modules 38 active ...ules/simple-markdown/simple-markdown.js 68% building 1700/1737 modules 37 active ...ules/simple-markdown/simple-markdown.js 68% building 1700/1738 modules 38 active .../spa/node_modules/rc-slider/es/utils.js 68% building 1700/1739 modules 39 active .../spa/node_modules/antd/es/table/util.js 68% building 1701/1739 modules 38 active .../spa/node_modules/antd/es/table/util.js 68% building 1702/1739 modules 37 active .../spa/node_modules/antd/es/table/util.js 68% building 1703/1739 modules 36 active .../spa/node_modules/antd/es/table/util.js 68% building 1703/1740 modules 37 active ...section7/location-items/search-item.jsx 68% building 1703/1741 modules 38 active ..._modules/antd/es/table/createBodyRow.js 68% building 1703/1742 modules 39 active ...ion7/location-items/administratives.jsx 68% building 1704/1742 modules 38 active ...ion7/location-items/administratives.jsx 68% building 1705/1742 modules 37 active ...ion7/location-items/administratives.jsx 68% building 1706/1742 modules 36 active ...ion7/location-items/administratives.jsx 68% building 1707/1742 modules 35 active ...ion7/location-items/administratives.jsx 68% building 1708/1742 modules 34 active ...ion7/location-items/administratives.jsx 68% building 1708/1743 modules 35 active ...de_modules/antd/es/table/ColumnGroup.js 68% building 1708/1744 modules 36 active ...s/antd/es/table/SelectionCheckboxAll.js 68% building 1708/1745 modules 37 active ...pa/node_modules/antd/es/table/Column.js 68% building 1708/1746 modules 38 active ...de_modules/antd/es/table/createStore.js 68% building 1708/1747 modules 39 active ...e_modules/antd/es/table/SelectionBox.js 68% building 1708/1748 modules 40 active ...modules/antd/es/table/filterDropdown.js 68% building 1708/1749 modules 41 active ...de_modules/rc-slider/es/common/Track.js 68% building 1708/1750 modules 42 active ...les/rc-slider/es/common/createSlider.js 68% building 1709/1750 modules 41 active ...les/rc-slider/es/common/createSlider.js 68% building 1710/1750 modules 40 active ...les/rc-slider/es/common/createSlider.js 68% building 1710/1751 modules 41 active ...app/modules/results/filter-checkbox.jsx 68% building 1711/1751 modules 40 active ...app/modules/results/filter-checkbox.jsx 68% building 1712/1751 modules 39 active ...app/modules/results/filter-checkbox.jsx 68% building 1712/1752 modules 40 active ...rsr/spa/app/modules/results/styles.scss 68% building 1712/1753 modules 41 active ...es/results-overview/ResultOverview.scss 68% building 1713/1753 modules 40 active ...es/results-overview/ResultOverview.scss 68% building 1714/1753 modules 39 active ...es/results-overview/ResultOverview.scss 68% building 1715/1753 modules 38 active ...es/results-overview/ResultOverview.scss 68% building 1716/1753 modules 37 active ...es/results-overview/ResultOverview.scss 68% building 1717/1753 modules 36 active ...es/results-overview/ResultOverview.scss 68% building 1717/1754 modules 37 active ...td/node_modules/lodash/_baseIteratee.js 68% building 1717/1755 modules 38 active ...d/node_modules/lodash/_baseFindIndex.js 68% building 1717/1756 modules 39 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1718/1756 modules 38 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1719/1756 modules 37 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1720/1756 modules 36 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1721/1756 modules 35 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1722/1756 modules 34 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1723/1756 modules 33 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1724/1756 modules 32 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1725/1756 modules 31 active ...s/antd/node_modules/lodash/_baseUniq.js 68% building 1725/1757 modules 32 active ...ules/react-time-ago/modules/Periodic.js 68% building 1725/1758 modules 33 active ...ime-ago/modules/verboseDateFormatter.js 68% building 1726/1758 modules 32 active ...ime-ago/modules/verboseDateFormatter.js 68% building 1726/1759 modules 33 active ...r/spa/node_modules/antd/es/tree/util.js 68% building 1727/1759 modules 32 active ...r/spa/node_modules/antd/es/tree/util.js 68% building 1728/1759 modules 31 active ...r/spa/node_modules/antd/es/tree/util.js 68% building 1729/1759 modules 30 active ...r/spa/node_modules/antd/es/tree/util.js 69% building 1730/1759 modules 29 active ...r/spa/node_modules/antd/es/tree/util.js 69% building 1731/1759 modules 28 active ...r/spa/node_modules/antd/es/tree/util.js 69% building 1732/1759 modules 27 active ...r/spa/node_modules/antd/es/tree/util.js 69% building 1732/1760 modules 28 active ...node_modules/antd/es/typography/util.js 69% building 1732/1761 modules 29 active ..._modules/antd/es/typography/Editable.js 68% building 1732/1762 modules 30 active .../spa/node_modules/rc-upload/es/index.js 69% building 1733/1762 modules 29 active .../spa/node_modules/rc-upload/es/index.js 69% building 1734/1762 modules 28 active .../spa/node_modules/rc-upload/es/index.js 69% building 1734/1763 modules 29 active ...sr/spa/node_modules/rc-tree/es/index.js 69% building 1735/1763 modules 28 active ...sr/spa/node_modules/rc-tree/es/index.js 69% building 1736/1763 modules 27 active ...sr/spa/node_modules/rc-tree/es/index.js 69% building 1737/1763 modules 26 active ...sr/spa/node_modules/rc-tree/es/index.js 69% building 1737/1764 modules 27 active ...dules/@babel/runtime/helpers/extends.js 69% building 1737/1765 modules 28 active ...rsr/spa/node_modules/lodash/toFinite.js 69% building 1737/1766 modules 29 active ...pa/node_modules/lodash/_baseInverter.js 68% building 1737/1767 modules 30 active ...sults-admin/components/ReportedForm.jsx 68% building 1737/1768 modules 31 active ...s/editor/section5/references/vocab.json 68% building 1737/1769 modules 32 active .../rsr/spa/app/modules/results/filters.js 68% building 1738/1769 modules 31 active .../rsr/spa/app/modules/results/filters.js 68% building 1739/1769 modules 30 active .../rsr/spa/app/modules/results/filters.js 69% building 1740/1769 modules 29 active .../rsr/spa/app/modules/results/filters.js 69% building 1741/1769 modules 28 active .../rsr/spa/app/modules/results/filters.js 69% building 1742/1769 modules 27 active .../rsr/spa/app/modules/results/filters.js 69% building 1742/1770 modules 28 active ...nfinite-scroller/dist/InfiniteScroll.js 69% building 1742/1771 modules 29 active ...ode_modules/rc-tree-select/es/Select.js 68% building 1742/1772 modules 30 active ...modules/rc-tree-select/es/SelectNode.js 68% building 1742/1773 modules 31 active ...modules/rc-tree-select/es/strategies.js 68% building 1742/1774 modules 32 active ...ditor-mention/es/component/Nav.react.js 68% building 1742/1775 modules 33 active ...r-mention/es/component/Mention.react.js 68% building 1742/1776 modules 34 active ...-editor-mention/es/utils/getMentions.js 68% building 1742/1777 modules 35 active ...ditor-mention/es/utils/exportContent.js 68% building 1742/1778 modules 36 active ...pp/modules/results/pending-approval.jsx 68% building 1742/1779 modules 37 active ...r/spa/node_modules/rc-steps/es/Steps.js 68% building 1742/1780 modules 38 active ...sr/spa/node_modules/rc-steps/es/Step.js 68% building 1742/1781 modules 39 active .../spa/app/modules/results/enumerator.jsx 68% building 1742/1782 modules 40 active .../rsr/spa/app/modules/results/period.jsx 68% building 1742/1783 modules 41 active .../code/akvo/rsr/spa/app/utils/portal.jsx 68% building 1742/1784 modules 42 active ...dules/results-admin/PendingApproval.jsx 68% building 1742/1785 modules 43 active ...eolocation/dist/use-current-position.js 68% building 1742/1786 modules 44 active ...-geolocation/dist/use-watch-position.js 68% building 1742/1787 modules 45 active ...a/node_modules/react-delay/lib/Delay.js 68% building 1742/1788 modules 46 active ...de_modules/antd/es/transfer/ListItem.js 68% building 1742/1789 modules 47 active ...rsr/spa/node_modules/rc-rate/es/Rate.js 68% building 1743/1789 modules 46 active ...rsr/spa/node_modules/rc-rate/es/Rate.js 68% building 1744/1789 modules 45 active ...rsr/spa/node_modules/rc-rate/es/Rate.js 68% building 1745/1789 modules 44 active ...rsr/spa/node_modules/rc-rate/es/Rate.js 68% building 1745/1790 modules 45 active ...spa/node_modules/chart.js/dist/Chart.js 68% building 1745/1791 modules 46 active ...spa/node_modules/rc-switch/es/Switch.js 68% building 1746/1791 modules 45 active ...spa/node_modules/rc-switch/es/Switch.js 68% building 1747/1791 modules 44 active ...spa/node_modules/rc-switch/es/Switch.js 68% building 1747/1792 modules 45 active ...rsr/spa/node_modules/rc-tree/es/util.js 68% building 1747/1793 modules 46 active ...location-items/admin-vocab-options.json 68% building 1747/1794 modules 47 active ...n7/location-items/eutf-admin-codes.json 68% building 1748/1794 modules 46 active ...n7/location-items/eutf-admin-codes.json 68% building 1749/1794 modules 45 active ...n7/location-items/eutf-admin-codes.json 68% building 1750/1794 modules 44 active ...n7/location-items/eutf-admin-codes.json 68% building 1750/1795 modules 45 active .../modules/results-admin/TobeReported.jsx 68% building 1750/1796 modules 46 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1751/1796 modules 45 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1752/1796 modules 44 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1753/1796 modules 43 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1754/1796 modules 42 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1755/1796 modules 41 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1756/1796 modules 40 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1757/1796 modules 39 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1758/1796 modules 38 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1759/1796 modules 37 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1760/1796 modules 36 active ...r/code/akvo/rsr/spa/app/utils/scroll.js 68% building 1760/1797 modules 37 active ...tor/section5/periods/defaults-modal.jsx 68% building 1760/1798 modules 38 active ...ection5/periods/period-labels-modal.jsx 68% building 1760/1799 modules 39 active ...ion5/disaggregations/taxonomy-modal.jsx 68% building 1761/1799 modules 38 active ...ion5/disaggregations/taxonomy-modal.jsx 68% building 1762/1799 modules 37 active ...ion5/disaggregations/taxonomy-modal.jsx 68% building 1762/1800 modules 38 active ...sults-overview/components/FilterBar.jsx 68% building 1762/1801 modules 39 active ...sults-overview/components/Indicator.jsx 68% building 1763/1801 modules 38 active ...sults-overview/components/Indicator.jsx 68% building 1764/1801 modules 37 active ...sults-overview/components/Indicator.jsx 68% building 1765/1801 modules 36 active ...sults-overview/components/Indicator.jsx 68% building 1766/1801 modules 35 active ...sults-overview/components/Indicator.jsx 68% building 1767/1801 modules 34 active ...sults-overview/components/Indicator.jsx 68% building 1768/1801 modules 33 active ...sults-overview/components/Indicator.jsx 68% building 1769/1801 modules 32 active ...sults-overview/components/Indicator.jsx 68% building 1770/1801 modules 31 active ...sults-overview/components/Indicator.jsx 69% building 1771/1801 modules 30 active ...sults-overview/components/Indicator.jsx 69% building 1772/1801 modules 29 active ...sults-overview/components/Indicator.jsx 69% building 1773/1801 modules 28 active ...sults-overview/components/Indicator.jsx 69% building 1774/1801 modules 27 active ...sults-overview/components/Indicator.jsx 69% building 1775/1801 modules 26 active ...sults-overview/components/Indicator.jsx 69% building 1776/1801 modules 25 active ...sults-overview/components/Indicator.jsx 69% building 1777/1801 modules 24 active ...sults-overview/components/Indicator.jsx 69% building 1778/1801 modules 23 active ...sults-overview/components/Indicator.jsx 69% building 1779/1801 modules 22 active ...sults-overview/components/Indicator.jsx 69% building 1780/1801 modules 21 active ...sults-overview/components/Indicator.jsx 69% building 1781/1801 modules 20 active ...sults-overview/components/Indicator.jsx 69% building 1782/1801 modules 19 active ...sults-overview/components/Indicator.jsx 69% building 1783/1801 modules 18 active ...sults-overview/components/Indicator.jsx 69% building 1784/1801 modules 17 active ...sults-overview/components/Indicator.jsx 69% building 1785/1801 modules 16 active ...sults-overview/components/Indicator.jsx 69% building 1785/1802 modules 17 active ...javascript-time-ago/prop-types/index.js 69% building 1786/1802 modules 16 active ...javascript-time-ago/prop-types/index.js 69% building 1786/1803 modules 17 active ...d/es/table/FilterDropdownMenuWrapper.js 69% building 1786/1804 modules 18 active ...de_modules/rc-slider/es/common/Steps.js 69% building 1786/1805 modules 19 active ...de_modules/rc-slider/es/common/Marks.js 69% building 1786/1806 modules 20 active ...de_modules/babel-runtime/helpers/get.js 69% building 1786/1807 modules 21 active ...r/spa/node_modules/rc-table/es/index.js 69% building 1786/1808 modules 22 active ...ntd/node_modules/lodash/_baseMatches.js 69% building 1786/1809 modules 23 active ..._modules/lodash/_baseMatchesProperty.js 69% building 1786/1810 modules 24 active ...es/antd/node_modules/lodash/identity.js 69% building 1786/1811 modules 25 active ...es/antd/node_modules/lodash/property.js 69% building 1787/1811 modules 24 active ...es/antd/node_modules/lodash/property.js 69% building 1787/1812 modules 25 active ...s/antd/node_modules/lodash/_SetCache.js 69% building 1787/1813 modules 26 active ...d/node_modules/lodash/_arrayIncludes.js 69% building 1787/1814 modules 27 active ...de_modules/lodash/_arrayIncludesWith.js 69% building 1787/1815 modules 28 active ...s/antd/node_modules/lodash/_cacheHas.js 69% building 1787/1816 modules 29 active .../antd/node_modules/lodash/_createSet.js 69% building 1787/1817 modules 30 active ...antd/node_modules/lodash/_setToArray.js 68% building 1787/1818 modules 31 active ...node_modules/copy-to-clipboard/index.js 69% building 1788/1818 modules 30 active ...node_modules/copy-to-clipboard/index.js 69% building 1789/1818 modules 29 active ...node_modules/copy-to-clipboard/index.js 69% building 1789/1819 modules 30 active ...spa/node_modules/rc-upload/es/Upload.js 69% building 1790/1819 modules 29 active ...spa/node_modules/rc-upload/es/Upload.js 69% building 1791/1819 modules 28 active ...spa/node_modules/rc-upload/es/Upload.js 69% building 1792/1819 modules 27 active ...spa/node_modules/rc-upload/es/Upload.js 69% building 1793/1819 modules 26 active ...spa/node_modules/rc-upload/es/Upload.js 69% building 1794/1819 modules 25 active ...spa/node_modules/rc-upload/es/Upload.js 69% building 1794/1820 modules 26 active ...rsr/spa/node_modules/rc-tree/es/Tree.js 69% building 1794/1821 modules 27 active ...spa/node_modules/rc-tree/es/TreeNode.js 69% building 1794/1822 modules 28 active ...p/modules/results/pending-approval.scss 69% building 1794/1823 modules 29 active ...modules/results-admin/TobeReported.scss 69% building 1795/1823 modules 28 active ...modules/results-admin/TobeReported.scss 69% building 1795/1824 modules 29 active ...ules/results-admin/PendingApproval.scss 69% building 1796/1824 modules 28 active ...ules/results-admin/PendingApproval.scss 69% building 1796/1825 modules 29 active ..._modules/rc-tree-select/es/propTypes.js 69% building 1797/1825 modules 28 active ..._modules/rc-tree-select/es/propTypes.js 69% building 1797/1826 modules 29 active ...ditor-mention/es/utils/createMention.js 69% building 1797/1827 modules 30 active ...rc-editor-mention/es/utils/getRegExp.js 68% building 1797/1828 modules 31 active .../rsr/spa/node_modules/lodash/orderBy.js 69% building 1798/1828 modules 30 active .../rsr/spa/node_modules/lodash/orderBy.js 69% building 1799/1828 modules 29 active .../rsr/spa/node_modules/lodash/orderBy.js 69% building 1800/1828 modules 28 active .../rsr/spa/node_modules/lodash/orderBy.js 69% building 1801/1828 modules 27 active .../rsr/spa/node_modules/lodash/orderBy.js 69% building 1802/1828 modules 26 active .../rsr/spa/node_modules/lodash/orderBy.js 69% building 1803/1828 modules 25 active .../rsr/spa/node_modules/lodash/orderBy.js 69% building 1804/1828 modules 24 active .../rsr/spa/node_modules/lodash/orderBy.js 69% building 1805/1828 modules 23 active .../rsr/spa/node_modules/lodash/orderBy.js 69% building 1806/1828 modules 22 active .../rsr/spa/node_modules/lodash/orderBy.js 69% building 1807/1828 modules 21 active .../rsr/spa/node_modules/lodash/orderBy.js 69% building 1807/1829 modules 22 active ...tion/node_modules/draft-js/lib/Draft.js 69% building 1808/1829 modules 21 active ...tion/node_modules/draft-js/lib/Draft.js 69% building 1809/1829 modules 20 active ...tion/node_modules/draft-js/lib/Draft.js 69% building 1810/1829 modules 19 active ...tion/node_modules/draft-js/lib/Draft.js 69% building 1811/1829 modules 18 active ...tion/node_modules/draft-js/lib/Draft.js 69% building 1812/1829 modules 17 active ...tion/node_modules/draft-js/lib/Draft.js 69% building 1813/1829 modules 16 active ...tion/node_modules/draft-js/lib/Draft.js 69% building 1814/1829 modules 15 active ...tion/node_modules/draft-js/lib/Draft.js 69% building 1814/1830 modules 16 active ...r/spa/node_modules/rc-steps/es/utils.js 69% building 1814/1831 modules 17 active ...ode_modules/jump.js/dist/jump.module.js 69% building 1814/1832 modules 18 active ...rsr/spa/node_modules/rc-rate/es/Star.js 69% building 1814/1833 modules 19 active ...rsr/spa/node_modules/rc-rate/es/util.js 69% building 1815/1833 modules 18 active ...rsr/spa/node_modules/rc-rate/es/util.js 69% building 1815/1834 modules 19 active .../rsr/spa/app/images/status-revision.svg 69% building 1816/1834 modules 18 active .../rsr/spa/app/images/status-revision.svg 69% building 1816/1835 modules 19 active .../rsr/spa/app/images/status-approved.svg 69% building 1816/1836 modules 20 active ...o/rsr/spa/app/images/status-pending.svg 69% building 1816/1837 modules 21 active ...pa/app/modules/results/dsg-overview.jsx 69% building 1816/1838 modules 22 active ...r/spa/app/components/DeclinedStatus.jsx 69% building 1816/1839 modules 23 active ...o/rsr/spa/app/components/PrevUpdate.jsx 69% building 1816/1840 modules 24 active ...rsr/spa/app/components/StatusUpdate.jsx 69% building 1816/1841 modules 25 active ...rsr/spa/app/components/ScoringField.jsx 69% building 1816/1842 modules 26 active ...vo/rsr/spa/app/components/LineChart.jsx 69% building 1816/1843 modules 27 active ...eact-show-more-text/lib/ShowMoreText.js 69% building 1816/1844 modules 28 active ...rsr/spa/app/components/DeclinePopup.jsx 69% building 1816/1845 modules 29 active ...o/rsr/spa/app/components/ResultType.jsx 69% building 1817/1845 modules 28 active ...o/rsr/spa/app/components/ResultType.jsx 69% building 1818/1845 modules 27 active ...o/rsr/spa/app/components/ResultType.jsx 69% building 1819/1845 modules 26 active ...o/rsr/spa/app/components/ResultType.jsx 69% building 1820/1845 modules 25 active ...o/rsr/spa/app/components/ResultType.jsx 69% building 1821/1845 modules 24 active ...o/rsr/spa/app/components/ResultType.jsx 69% building 1821/1846 modules 25 active ...rsr/spa/app/components/StatusPeriod.jsx 69% building 1821/1847 modules 26 active ...spa/app/modules/results/edit-update.jsx 69% building 1821/1848 modules 27 active .../rsr/spa/app/modules/results/update.jsx 69% building 1822/1848 modules 26 active .../rsr/spa/app/modules/results/update.jsx 69% building 1822/1849 modules 27 active ...tion5/disaggregations/dimension-box.jsx 69% building 1822/1850 modules 28 active ...ules/rc-tree-select/es/SelectTrigger.js 69% building 1823/1850 modules 27 active ...ules/rc-tree-select/es/SelectTrigger.js 69% building 1824/1850 modules 26 active ...ules/rc-tree-select/es/SelectTrigger.js 69% building 1824/1851 modules 27 active ...e_modules/load-google-maps-api/index.js 69% building 1824/1852 modules 28 active .../node_modules/rc-tree-select/es/util.js 69% building 1825/1852 modules 27 active .../node_modules/rc-tree-select/es/util.js 69% building 1826/1852 modules 26 active .../node_modules/rc-tree-select/es/util.js 69% building 1826/1853 modules 27 active ...ts-overview/components/UpdatePeriod.jsx 69% building 1826/1854 modules 28 active ...avascript-time-ago/modules/PropTypes.js 69% building 1826/1855 modules 29 active ...ules/javascript-time-ago/cache/index.js 69% building 1826/1856 modules 30 active ...time/core-js/object/get-prototype-of.js 69% building 1827/1856 modules 29 active ...time/core-js/object/get-prototype-of.js 69% building 1828/1856 modules 28 active ...time/core-js/object/get-prototype-of.js 69% building 1828/1857 modules 29 active ...s/object/get-own-property-descriptor.js 69% building 1828/1858 modules 30 active ...r/spa/node_modules/rc-table/es/Table.js 68% building 1828/1859 modules 31 active ...ntd/node_modules/lodash/_baseIsMatch.js 68% building 1828/1860 modules 32 active ...ntd/node_modules/lodash/_baseIsEqual.js 68% building 1828/1861 modules 33 active ...ules/antd/node_modules/lodash/_toKey.js 68% building 1828/1862 modules 34 active .../rc-tree-select/es/Base/BaseSelector.js 68% building 1828/1863 modules 35 active ...ules/antd/node_modules/lodash/_isKey.js 68% building 1828/1864 modules 36 active ...ode_modules/lodash/_basePropertyDeep.js 68% building 1829/1864 modules 35 active ...ode_modules/lodash/_basePropertyDeep.js 68% building 1829/1865 modules 36 active ...s/antd/node_modules/lodash/_MapCache.js 68% building 1829/1866 modules 37 active ...ntd/node_modules/lodash/_baseIndexOf.js 68% building 1829/1867 modules 38 active ...ntd/node_modules/lodash/_setCacheHas.js 68% building 1829/1868 modules 39 active ...ntd/node_modules/lodash/_setCacheAdd.js 68% building 1829/1869 modules 40 active ...odules/antd/node_modules/lodash/_Set.js 68% building 1829/1870 modules 41 active ...odules/antd/node_modules/lodash/noop.js 68% building 1829/1871 modules 42 active ...sr/spa/app/components/IndicatorItem.jsx 68% building 1830/1871 modules 41 active ...sr/spa/app/components/IndicatorItem.jsx 68% building 1831/1871 modules 40 active ...sr/spa/app/components/IndicatorItem.jsx 68% building 1832/1871 modules 39 active ...sr/spa/app/components/IndicatorItem.jsx 68% building 1833/1871 modules 38 active ...sr/spa/app/components/IndicatorItem.jsx 68% building 1834/1871 modules 37 active ...sr/spa/app/components/IndicatorItem.jsx 68% building 1835/1871 modules 36 active ...sr/spa/app/components/IndicatorItem.jsx 68% building 1836/1871 modules 35 active ...sr/spa/app/components/IndicatorItem.jsx 68% building 1837/1871 modules 34 active ...sr/spa/app/components/IndicatorItem.jsx 68% building 1838/1871 modules 33 active ...sr/spa/app/components/IndicatorItem.jsx 68% building 1838/1872 modules 34 active ...c-tree-select/es/Popup/MultiplePopup.js 68% building 1838/1873 modules 35 active .../rc-tree-select/es/Popup/SinglePopup.js 68% building 1838/1874 modules 36 active ...dules/results-admin/components/index.js 68% building 1838/1875 modules 37 active ...de/akvo/rsr/spa/app/components/index.js 68% building 1838/1876 modules 38 active ...r/spa/node_modules/dom-closest/index.js 68% building 1838/1877 modules 39 active ...ules/lodash/_matchesStrictComparable.js 68% building 1839/1877 modules 38 active ...ules/lodash/_matchesStrictComparable.js 68% building 1840/1877 modules 37 active ...ules/lodash/_matchesStrictComparable.js 68% building 1841/1877 modules 36 active ...ules/lodash/_matchesStrictComparable.js 68% building 1841/1878 modules 37 active ...e_modules/lodash/_isStrictComparable.js 68% building 1841/1879 modules 38 active ...dules/antd/node_modules/lodash/hasIn.js 68% building 1841/1880 modules 39 active ...modules/antd/node_modules/lodash/get.js 68% building 1842/1880 modules 38 active ...modules/antd/node_modules/lodash/get.js 68% building 1843/1880 modules 37 active ...modules/antd/node_modules/lodash/get.js 68% building 1843/1881 modules 38 active ..._modules/rc-upload/es/IframeUploader.js 68% building 1843/1882 modules 39 active ...de_modules/rc-upload/es/AjaxUploader.js 68% building 1843/1883 modules 40 active ...td/node_modules/lodash/_getMatchData.js 68% building 1843/1884 modules 41 active ...r/spa/node_modules/rc-table/es/utils.js 68% building 1843/1885 modules 42 active ...node_modules/rc-table/es/ColumnGroup.js 68% building 1843/1886 modules 43 active .../spa/node_modules/rc-table/es/Column.js 68% building 1843/1887 modules 44 active ...ee-select/es/Selector/SingleSelector.js 68% building 1843/1888 modules 45 active ...les/rc-tree-select/es/Base/BasePopup.js 68% building 1844/1888 modules 44 active ...les/rc-tree-select/es/Base/BasePopup.js 68% building 1845/1888 modules 43 active ...les/rc-tree-select/es/Base/BasePopup.js 68% building 1846/1888 modules 42 active ...les/rc-tree-select/es/Base/BasePopup.js 68% building 1847/1888 modules 41 active ...les/rc-tree-select/es/Base/BasePopup.js 68% building 1847/1889 modules 42 active ...ntion/es/component/Suggestions.react.js 68% building 1847/1890 modules 43 active .../es/component/SuggestionPortal.react.js 68% building 1847/1891 modules 44 active ...on/es/component/MentionContent.react.js 68% building 1848/1891 modules 43 active ...on/es/component/MentionContent.react.js 68% building 1849/1891 modules 42 active ...on/es/component/MentionContent.react.js 68% building 1849/1892 modules 43 active ...a/app/modules/results/dsg-overview.scss 68% building 1849/1893 modules 44 active ...spa/node_modules/lodash/_baseOrderBy.js 68% building 1850/1893 modules 43 active ...spa/node_modules/lodash/_baseOrderBy.js 68% building 1850/1894 modules 44 active ...modules/react-lazy-load/lib/LazyLoad.js 68% building 1851/1894 modules 43 active ...modules/react-lazy-load/lib/LazyLoad.js 68% building 1852/1894 modules 42 active ...modules/react-lazy-load/lib/LazyLoad.js 68% building 1853/1894 modules 41 active ...modules/react-lazy-load/lib/LazyLoad.js 68% building 1854/1894 modules 40 active ...modules/react-lazy-load/lib/LazyLoad.js 68% building 1855/1894 modules 39 active ...modules/react-lazy-load/lib/LazyLoad.js 68% building 1856/1894 modules 38 active ...modules/react-lazy-load/lib/LazyLoad.js 68% building 1857/1894 modules 37 active ...modules/react-lazy-load/lib/LazyLoad.js 68% building 1858/1894 modules 36 active ...modules/react-lazy-load/lib/LazyLoad.js 68% building 1858/1895 modules 37 active ...odules/draft-js/lib/AtomicBlockUtils.js 68% building 1858/1896 modules 38 active ...modules/draft-js/lib/BlockMapBuilder.js 68% building 1858/1897 modules 39 active ...dules/draft-js/lib/CharacterMetadata.js 68% building 1858/1898 modules 40 active ...draft-js/lib/CompositeDraftDecorator.js 68% building 1858/1899 modules 41 active ...de_modules/draft-js/lib/ContentBlock.js 68% building 1858/1900 modules 42 active ...de_modules/draft-js/lib/ContentState.js 68% building 1858/1901 modules 43 active ...ft-js/lib/DefaultDraftBlockRenderMap.js 68% building 1858/1902 modules 44 active ...draft-js/lib/DefaultDraftInlineStyle.js 68% building 1858/1903 modules 45 active ...dules/draft-js/lib/DraftEditor.react.js 68% building 1858/1904 modules 46 active .../draft-js/lib/DraftEditorBlock.react.js 68% building 1858/1905 modules 47 active ...ode_modules/draft-js/lib/DraftEntity.js 68% building 1858/1906 modules 48 active ...e_modules/draft-js/lib/DraftModifier.js 68% building 1858/1907 modules 49 active ...les/draft-js/lib/DraftEntityInstance.js 68% building 1858/1908 modules 50 active ...node_modules/rc-tree/es/contextTypes.js 68% building 1859/1908 modules 49 active ...node_modules/rc-tree/es/contextTypes.js 68% building 1859/1909 modules 50 active ...draft-js/lib/getVisibleSelectionRect.js 68% building 1860/1909 modules 49 active ...draft-js/lib/getVisibleSelectionRect.js 68% building 1861/1909 modules 48 active ...draft-js/lib/getVisibleSelectionRect.js 68% building 1862/1909 modules 47 active ...draft-js/lib/getVisibleSelectionRect.js 68% building 1863/1909 modules 46 active ...draft-js/lib/getVisibleSelectionRect.js 68% building 1864/1909 modules 45 active ...draft-js/lib/getVisibleSelectionRect.js 68% building 1865/1909 modules 44 active ...draft-js/lib/getVisibleSelectionRect.js 68% building 1865/1910 modules 45 active ...editor-mention/es/model/mentionStore.js 68% building 1866/1910 modules 44 active ...editor-mention/es/model/mentionStore.js 68% building 1866/1911 modules 45 active ...es/draft-js/lib/getDefaultKeyBinding.js 68% building 1867/1911 modules 44 active ...es/draft-js/lib/getDefaultKeyBinding.js 68% building 1868/1911 modules 43 active ...es/draft-js/lib/getDefaultKeyBinding.js 68% building 1869/1911 modules 42 active ...es/draft-js/lib/getDefaultKeyBinding.js 68% building 1870/1911 modules 41 active ...es/draft-js/lib/getDefaultKeyBinding.js 68% building 1870/1912 modules 42 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1871/1912 modules 41 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1872/1912 modules 40 active ...dules/draft-js/lib/generateRandomKey.js 68% building 1872/1913 modules 41 active ...ft-js/lib/convertFromRawToDraftState.js 68% building 1872/1914 modules 42 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1873/1914 modules 41 active ...s/lib/convertFromHTMLToContentBlocks.js 68% building 1873/1915 modules 42 active ...ft-js/lib/convertFromDraftStateToRaw.js 68% building 1874/1915 modules 41 active ...ft-js/lib/convertFromDraftStateToRaw.js 68% building 1874/1916 modules 42 active ..._modules/draft-js/lib/SelectionState.js 68% building 1875/1916 modules 41 active ..._modules/draft-js/lib/SelectionState.js 68% building 1876/1916 modules 40 active ..._modules/draft-js/lib/SelectionState.js 68% building 1877/1916 modules 39 active ..._modules/draft-js/lib/SelectionState.js 68% building 1877/1917 modules 40 active ...node_modules/rc-editor-core/es/index.js 68% building 1877/1918 modules 41 active ...ules/draft-js/lib/RichTextEditorUtil.js 68% building 1877/1919 modules 42 active ...ode_modules/draft-js/lib/EditorState.js 68% building 1877/1920 modules 43 active ..._modules/draft-js/lib/KeyBindingUtil.js 68% building 1878/1920 modules 42 active ..._modules/draft-js/lib/KeyBindingUtil.js 68% building 1879/1920 modules 41 active ..._modules/draft-js/lib/KeyBindingUtil.js 68% building 1880/1920 modules 40 active ..._modules/draft-js/lib/KeyBindingUtil.js 68% building 1881/1920 modules 39 active ..._modules/draft-js/lib/KeyBindingUtil.js 68% building 1882/1920 modules 38 active ..._modules/draft-js/lib/KeyBindingUtil.js 68% building 1883/1920 modules 37 active ..._modules/draft-js/lib/KeyBindingUtil.js 68% building 1883/1921 modules 38 active ...pa/app/modules/results/edit-update.scss 68% building 1884/1921 modules 37 active ...pa/app/modules/results/edit-update.scss 68% building 1885/1921 modules 36 active ...pa/app/modules/results/edit-update.scss 68% building 1886/1921 modules 35 active ...pa/app/modules/results/edit-update.scss 68% building 1887/1921 modules 34 active ...pa/app/modules/results/edit-update.scss 68% building 1888/1921 modules 33 active ...pa/app/modules/results/edit-update.scss 68% building 1888/1922 modules 34 active .../rsr/spa/app/components/ProgressBar.jsx 68% building 1888/1923 modules 35 active .../app/components/AllSubmissionsModal.jsx 68% building 1889/1923 modules 34 active .../app/components/AllSubmissionsModal.jsx 68% building 1890/1923 modules 33 active .../app/components/AllSubmissionsModal.jsx 68% building 1890/1924 modules 34 active ...t/es/Selector/MultipleSelector/index.js 68% building 1891/1924 modules 33 active ...t/es/Selector/MultipleSelector/index.js 69% building 1892/1924 modules 32 active ...t/es/Selector/MultipleSelector/index.js 69% building 1893/1924 modules 31 active ...t/es/Selector/MultipleSelector/index.js 69% building 1894/1924 modules 30 active ...t/es/Selector/MultipleSelector/index.js 69% building 1895/1924 modules 29 active ...t/es/Selector/MultipleSelector/index.js 69% building 1896/1924 modules 28 active ...t/es/Selector/MultipleSelector/index.js 69% building 1897/1924 modules 27 active ...t/es/Selector/MultipleSelector/index.js 69% building 1898/1924 modules 26 active ...t/es/Selector/MultipleSelector/index.js 69% building 1899/1924 modules 25 active ...t/es/Selector/MultipleSelector/index.js 69% building 1900/1924 modules 24 active ...t/es/Selector/MultipleSelector/index.js 69% building 1901/1924 modules 23 active ...t/es/Selector/MultipleSelector/index.js 69% building 1902/1924 modules 22 active ...t/es/Selector/MultipleSelector/index.js 69% building 1903/1924 modules 21 active ...t/es/Selector/MultipleSelector/index.js 69% building 1903/1925 modules 22 active .../node_modules/toggle-selection/index.js 69% building 1904/1925 modules 21 active .../node_modules/toggle-selection/index.js 69% building 1905/1925 modules 20 active .../node_modules/toggle-selection/index.js 69% building 1906/1925 modules 19 active .../node_modules/toggle-selection/index.js 69% building 1907/1925 modules 18 active .../node_modules/toggle-selection/index.js 69% building 1907/1926 modules 19 active ...ules/antd/node_modules/lodash/_Stack.js 69% building 1907/1927 modules 20 active ...node_modules/lodash/_baseIsEqualDeep.js 69% building 1908/1927 modules 19 active ...node_modules/lodash/_baseIsEqualDeep.js 69% building 1908/1928 modules 20 active ...es/antd/node_modules/lodash/_baseGet.js 69% building 1909/1928 modules 19 active ...es/antd/node_modules/lodash/_baseGet.js 69% building 1910/1928 modules 18 active ...es/antd/node_modules/lodash/_baseGet.js 69% building 1910/1929 modules 19 active ...d/node_modules/lodash/_mapCacheClear.js 69% building 1910/1930 modules 20 active .../node_modules/lodash/_mapCacheDelete.js 69% building 1910/1931 modules 21 active ...ntd/node_modules/lodash/_mapCacheGet.js 69% building 1910/1932 modules 22 active ...ntd/node_modules/lodash/_mapCacheHas.js 69% building 1910/1933 modules 23 active ...ntd/node_modules/lodash/_mapCacheSet.js 69% building 1910/1934 modules 24 active .../antd/node_modules/lodash/_baseIsNaN.js 69% building 1910/1935 modules 25 active ...d/node_modules/lodash/_strictIndexOf.js 69% building 1910/1936 modules 26 active .../antd/node_modules/lodash/_getNative.js 69% building 1911/1936 modules 25 active .../antd/node_modules/lodash/_getNative.js 69% building 1912/1936 modules 24 active .../antd/node_modules/lodash/_getNative.js 69% building 1912/1937 modules 25 active ..._modules/react-image-lightbox/style.css 69% building 1912/1938 modules 26 active ...odules/rc-tree-select/es/SearchInput.js 69% building 1913/1938 modules 25 active ...odules/rc-tree-select/es/SearchInput.js 69% building 1914/1938 modules 24 active ...odules/rc-tree-select/es/SearchInput.js 69% building 1914/1939 modules 25 active .../antd/node_modules/lodash/_baseHasIn.js 69% building 1914/1940 modules 26 active ...es/antd/node_modules/lodash/_hasPath.js 69% building 1915/1940 modules 25 active ...es/antd/node_modules/lodash/_hasPath.js 69% building 1916/1940 modules 24 active ...es/antd/node_modules/lodash/_hasPath.js 69% building 1916/1941 modules 25 active ...o/rsr/spa/app/components/AuditTrail.jsx 69% building 1916/1942 modules 26 active ...s/library/fn/object/get-prototype-of.js 69% building 1916/1943 modules 27 active ...n/object/get-own-property-descriptor.js 69% building 1917/1943 modules 26 active ...n/object/get-own-property-descriptor.js 69% building 1917/1944 modules 27 active ...de_modules/rc-table/es/ColumnManager.js 69% building 1917/1945 modules 28 active ...a/node_modules/rc-table/es/HeadTable.js 69% building 1917/1946 modules 29 active ...a/node_modules/rc-table/es/BodyTable.js 69% building 1917/1947 modules 30 active ..._modules/rc-table/es/ExpandableTable.js 69% building 1917/1948 modules 31 active ...les/rc-util/lib/Dom/addEventListener.js 69% building 1917/1949 modules 32 active ...vo/rsr/spa/node_modules/lodash/merge.js 68% building 1917/1950 modules 33 active ...odules/antd/node_modules/lodash/keys.js 69% building 1918/1950 modules 32 active ...odules/antd/node_modules/lodash/keys.js 69% building 1919/1950 modules 31 active ...odules/antd/node_modules/lodash/keys.js 69% building 1920/1950 modules 30 active ...odules/antd/node_modules/lodash/keys.js 69% building 1920/1951 modules 31 active ...sr/spa/node_modules/rc-upload/es/uid.js 69% building 1920/1952 modules 32 active ...ts-admin/components/Disaggregations.jsx 69% building 1921/1952 modules 31 active ...ts-admin/components/Disaggregations.jsx 69% building 1921/1953 modules 32 active ...vo/rsr/spa/app/components/AddUpdate.jsx 68% building 1921/1954 modules 33 active ...rsr/spa/app/components/MobileSlider.jsx 68% building 1921/1955 modules 34 active ...lts-overview/components/UpdateItems.jsx 68% building 1921/1956 modules 35 active ...odules/rc-upload/es/traverseFileTree.js 68% building 1921/1957 modules 36 active ...ode_modules/rc-upload/es/attr-accept.js 68% building 1921/1958 modules 37 active ...pa/node_modules/rc-upload/es/request.js 68% building 1922/1958 modules 36 active ...pa/node_modules/rc-upload/es/request.js 68% building 1922/1959 modules 37 active ...pa/node_modules/rc-util/es/Dom/class.js 68% building 1923/1959 modules 36 active ...pa/node_modules/rc-util/es/Dom/class.js 68% building 1923/1960 modules 37 active ...rc-editor-mention/es/utils/getOffset.js 68% building 1923/1961 modules 38 active ...rsr/spa/node_modules/lodash/_baseMap.js 68% building 1923/1962 modules 39 active .../spa/node_modules/lodash/_baseSortBy.js 68% building 1923/1963 modules 40 active ...node_modules/lodash/_compareMultiple.js 68% building 1924/1963 modules 39 active ...node_modules/lodash/_compareMultiple.js 68% building 1925/1963 modules 38 active ...node_modules/lodash/_compareMultiple.js 68% building 1926/1963 modules 37 active ...node_modules/lodash/_compareMultiple.js 68% building 1926/1964 modules 38 active ...odules/draft-js/lib/ContentBlockNode.js 68% building 1926/1965 modules 39 active ...dules/draft-js/lib/DraftFeatureFlags.js 68% building 1926/1966 modules 40 active ...draft-js/lib/moveBlockInContentState.js 68% building 1926/1967 modules 41 active ...les/draft-js/lib/findRangesImmutable.js 68% building 1926/1968 modules 42 active ...dules/draft-js/lib/sanitizeDraftText.js 68% building 1926/1969 modules 43 active ...raft-js/lib/splitBlockInContentState.js 68% building 1927/1969 modules 42 active ...raft-js/lib/splitBlockInContentState.js 68% building 1928/1969 modules 41 active ...raft-js/lib/splitBlockInContentState.js 68% building 1928/1970 modules 42 active ...ft-js/lib/getRangeBoundingClientRect.js 68% building 1929/1970 modules 41 active ...ft-js/lib/getRangeBoundingClientRect.js 68% building 1930/1970 modules 40 active ...ft-js/lib/getRangeBoundingClientRect.js 68% building 1931/1970 modules 39 active ...ft-js/lib/getRangeBoundingClientRect.js 68% building 1932/1970 modules 38 active ...ft-js/lib/getRangeBoundingClientRect.js 68% building 1933/1970 modules 37 active ...ft-js/lib/getRangeBoundingClientRect.js 68% building 1934/1970 modules 36 active ...ft-js/lib/getRangeBoundingClientRect.js 68% building 1934/1971 modules 37 active ...ditor-mention/es/utils/getSearchWord.js 68% building 1935/1971 modules 36 active ...ditor-mention/es/utils/getSearchWord.js 68% building 1935/1972 modules 37 active ...editor-mention/es/utils/clearMention.js 68% building 1935/1973 modules 38 active ...ditor-mention/es/utils/insertMention.js 68% building 1935/1974 modules 39 active ...es/component/SuggestionWrapper.react.js 68% building 1935/1975 modules 40 active ...act-lazy-load/lib/utils/parentScroll.js 68% building 1935/1976 modules 41 active ...react-lazy-load/lib/utils/inViewport.js 68% building 1935/1977 modules 42 active ...draft-js/lib/encodeInlineStyleRanges.js 68% building 1936/1977 modules 41 active ...draft-js/lib/encodeInlineStyleRanges.js 68% building 1937/1977 modules 40 active ...draft-js/lib/encodeInlineStyleRanges.js 68% building 1938/1977 modules 39 active ...draft-js/lib/encodeInlineStyleRanges.js 68% building 1938/1978 modules 40 active ...rsr/spa/app/components/ProgressBar.scss 68% building 1939/1978 modules 39 active ...rsr/spa/app/components/ProgressBar.scss 68% building 1940/1978 modules 38 active ...rsr/spa/app/components/ProgressBar.scss 68% building 1941/1978 modules 37 active ...rsr/spa/app/components/ProgressBar.scss 68% building 1942/1978 modules 36 active ...rsr/spa/app/components/ProgressBar.scss 68% building 1943/1978 modules 35 active ...rsr/spa/app/components/ProgressBar.scss 68% building 1944/1978 modules 34 active ...rsr/spa/app/components/ProgressBar.scss 68% building 1945/1978 modules 33 active ...rsr/spa/app/components/ProgressBar.scss 69% building 1946/1978 modules 32 active ...rsr/spa/app/components/ProgressBar.scss 68% building 1946/1979 modules 33 active ...draft-js/lib/decodeInlineStyleRanges.js 68% building 1946/1980 modules 34 active ..._modules/react-truncate/lib/Truncate.js 68% building 1946/1981 modules 35 active .../lib/adjustBlockDepthForContentState.js 68% building 1947/1981 modules 34 active .../lib/adjustBlockDepthForContentState.js 69% building 1948/1981 modules 33 active .../lib/adjustBlockDepthForContentState.js 69% building 1949/1981 modules 32 active .../lib/adjustBlockDepthForContentState.js 69% building 1950/1981 modules 31 active .../lib/adjustBlockDepthForContentState.js 69% building 1951/1981 modules 30 active .../lib/adjustBlockDepthForContentState.js 69% building 1952/1981 modules 29 active .../lib/adjustBlockDepthForContentState.js 69% building 1953/1981 modules 28 active .../lib/adjustBlockDepthForContentState.js 69% building 1954/1981 modules 27 active .../lib/adjustBlockDepthForContentState.js 69% building 1955/1981 modules 26 active .../lib/adjustBlockDepthForContentState.js 69% building 1956/1981 modules 25 active .../lib/adjustBlockDepthForContentState.js 69% building 1957/1981 modules 24 active .../lib/adjustBlockDepthForContentState.js 69% building 1957/1982 modules 25 active ...dules/draft-js/lib/EditorBidiService.js 69% building 1958/1982 modules 24 active ...dules/draft-js/lib/EditorBidiService.js 69% building 1959/1982 modules 23 active ...dules/draft-js/lib/EditorBidiService.js 69% building 1960/1982 modules 22 active ...dules/draft-js/lib/EditorBidiService.js 69% building 1961/1982 modules 21 active ...dules/draft-js/lib/EditorBidiService.js 69% building 1962/1982 modules 20 active ...dules/draft-js/lib/EditorBidiService.js 69% building 1963/1982 modules 19 active ...dules/draft-js/lib/EditorBidiService.js 69% building 1964/1982 modules 18 active ...dules/draft-js/lib/EditorBidiService.js 69% building 1965/1982 modules 17 active ...dules/draft-js/lib/EditorBidiService.js 69% building 1966/1982 modules 16 active ...dules/draft-js/lib/EditorBidiService.js 69% building 1966/1983 modules 17 active ...lector/MultipleSelector/SelectorList.js 69% building 1966/1984 modules 18 active ...kvo/rsr/spa/node_modules/fbjs/lib/cx.js 69% building 1966/1985 modules 19 active .../spa/node_modules/fbjs/lib/UserAgent.js 69% building 1966/1986 modules 20 active ...o/rsr/spa/node_modules/fbjs/lib/Keys.js 69% building 1967/1986 modules 19 active ...o/rsr/spa/node_modules/fbjs/lib/Keys.js 69% building 1968/1986 modules 18 active ...o/rsr/spa/node_modules/fbjs/lib/Keys.js 69% building 1968/1987 modules 19 active .../node_modules/draft-js/lib/BlockTree.js 69% building 1968/1988 modules 20 active ...spa/node_modules/fbjs/lib/nullthrows.js 69% building 1968/1989 modules 21 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 1968/1990 modules 22 active ...s/react-image-lightbox/dist/index.es.js 69% building 1969/1990 modules 21 active ...s/react-image-lightbox/dist/index.es.js 69% building 1970/1990 modules 20 active ...s/react-image-lightbox/dist/index.es.js 69% building 1971/1990 modules 19 active ...s/react-image-lightbox/dist/index.es.js 69% building 1972/1990 modules 18 active ...s/react-image-lightbox/dist/index.es.js 69% building 1973/1990 modules 17 active ...s/react-image-lightbox/dist/index.es.js 69% building 1974/1990 modules 16 active ...s/react-image-lightbox/dist/index.es.js 69% building 1974/1991 modules 17 active .../antd/node_modules/lodash/_ListCache.js 69% building 1974/1992 modules 18 active ...ntd/node_modules/lodash/isTypedArray.js 69% building 1974/1993 modules 19 active ...es/antd/node_modules/lodash/isBuffer.js 69% building 1974/1994 modules 20 active ...les/antd/node_modules/lodash/_getTag.js 69% building 1974/1995 modules 21 active ...s/antd/node_modules/lodash/_castPath.js 69% building 1974/1996 modules 22 active ...td/node_modules/lodash/_equalObjects.js 69% building 1974/1997 modules 23 active ...antd/node_modules/lodash/_equalByTag.js 69% building 1974/1998 modules 24 active ...ntd/node_modules/lodash/_equalArrays.js 69% building 1975/1998 modules 23 active ...ntd/node_modules/lodash/_equalArrays.js 69% building 1975/1999 modules 24 active ...dules/antd/node_modules/lodash/_Hash.js 69% building 1975/2000 modules 25 active ...antd/node_modules/lodash/_getMapData.js 69% building 1975/2001 modules 26 active ...odules/antd/node_modules/lodash/_Map.js 69% building 1975/2002 modules 27 active ...td/node_modules/lodash/_baseIsNative.js 69% building 1975/2003 modules 28 active ...s/antd/node_modules/lodash/_getValue.js 69% building 1975/2004 modules 29 active ...ect/node_modules/rc-trigger/es/index.js 69% building 1976/2004 modules 28 active ...ect/node_modules/rc-trigger/es/index.js 69% building 1976/2005 modules 29 active ...s/antd/node_modules/lodash/_stackSet.js 69% building 1977/2005 modules 28 active ...s/antd/node_modules/lodash/_stackSet.js 69% building 1977/2006 modules 29 active ...es/antd/node_modules/lodash/isLength.js 69% building 1977/2007 modules 30 active ...es/antd/node_modules/lodash/_isIndex.js 69% building 1977/2008 modules 31 active ...r/spa/node_modules/dom-matches/index.js 69% building 1977/2009 modules 32 active .../modules/es6.object.get-prototype-of.js 69% building 1977/2010 modules 33 active ...6.object.get-own-property-descriptor.js 68% building 1977/2011 modules 34 active ...a/node_modules/rc-table/es/BaseTable.js 68% building 1977/2012 modules 35 active ...r/spa/node_modules/lodash/_baseMerge.js 68% building 1977/2013 modules 36 active .../node_modules/lodash/_createAssigner.js 68% building 1977/2014 modules 37 active ...d/node_modules/lodash/_arrayLikeKeys.js 68% building 1978/2014 modules 36 active ...d/node_modules/lodash/_arrayLikeKeys.js 68% building 1978/2015 modules 37 active ...antd/node_modules/lodash/isArrayLike.js 68% building 1978/2016 modules 38 active ...s/antd/node_modules/lodash/_baseKeys.js 68% building 1978/2017 modules 39 active ...antd/node_modules/lodash/isArguments.js 68% building 1978/2018 modules 40 active ...s/antd/node_modules/lodash/_stackHas.js 68% building 1978/2019 modules 41 active ...s/antd/node_modules/lodash/_stackGet.js 68% building 1978/2020 modules 42 active ...ntd/node_modules/lodash/_stackDelete.js 68% building 1978/2021 modules 43 active ...antd/node_modules/lodash/_stackClear.js 68% building 1979/2021 modules 42 active ...antd/node_modules/lodash/_stackClear.js 68% building 1979/2022 modules 43 active ..._modules/eventlistener/eventlistener.js 68% building 1979/2023 modules 44 active ...pa/node_modules/rc-table/es/TableRow.js 68% building 1980/2023 modules 43 active ...pa/node_modules/rc-table/es/TableRow.js 68% building 1981/2023 modules 42 active ...pa/node_modules/rc-table/es/TableRow.js 68% building 1982/2023 modules 41 active ...pa/node_modules/rc-table/es/TableRow.js 68% building 1983/2023 modules 40 active ...pa/node_modules/rc-table/es/TableRow.js 68% building 1984/2023 modules 39 active ...pa/node_modules/rc-table/es/TableRow.js 68% building 1985/2023 modules 38 active ...pa/node_modules/rc-table/es/TableRow.js 68% building 1986/2023 modules 37 active ...pa/node_modules/rc-table/es/TableRow.js 68% building 1986/2024 modules 38 active ...s/rc-editor-core/es/EditorCore/index.js 68% building 1987/2024 modules 37 active ...s/rc-editor-core/es/EditorCore/index.js 68% building 1987/2025 modules 38 active ...sr/spa/node_modules/lodash/_baseEach.js 68% building 1987/2026 modules 39 active ...ode_modules/lodash/_compareAscending.js 68% building 1988/2026 modules 38 active ...ode_modules/lodash/_compareAscending.js 68% building 1989/2026 modules 37 active ...ode_modules/lodash/_compareAscending.js 68% building 1990/2026 modules 36 active ...ode_modules/lodash/_compareAscending.js 68% building 1991/2026 modules 35 active ...ode_modules/lodash/_compareAscending.js 68% building 1992/2026 modules 34 active ...ode_modules/lodash/_compareAscending.js 68% building 1992/2027 modules 35 active ...ode_modules/immutable/dist/immutable.js 68% building 1993/2027 modules 34 active ...ode_modules/immutable/dist/immutable.js 68% building 1993/2028 modules 35 active .../draft-js/lib/DraftFeatureFlags-core.js 68% building 1994/2028 modules 34 active .../draft-js/lib/DraftFeatureFlags-core.js 68% building 1994/2029 modules 35 active ...raft-js/lib/getNextDelimiterBlockKey.js 68% building 1995/2029 modules 34 active ...raft-js/lib/getNextDelimiterBlockKey.js 68% building 1995/2030 modules 35 active ...-js/lib/DraftEditorPlaceholder.react.js 68% building 1995/2031 modules 36 active .../draft-js/lib/DraftEditorEditHandler.js 68% building 1995/2032 modules 37 active .../draft-js/lib/DraftEditorDragHandler.js 68% building 1995/2033 modules 38 active ...aft-js/lib/DraftEditorContents.react.js 68% building 1995/2034 modules 39 active ...js/lib/DraftEditorCompositionHandler.js 68% building 1995/2035 modules 40 active ...ules/draft-js/lib/decodeEntityRanges.js 68% building 1995/2036 modules 41 active ...les/draft-js/lib/createCharacterList.js 68% building 1995/2037 modules 42 active ...odules/draft-js/lib/DraftTreeAdapter.js 68% building 1996/2037 modules 41 active ...odules/draft-js/lib/DraftTreeAdapter.js 68% building 1997/2037 modules 40 active ...odules/draft-js/lib/DraftTreeAdapter.js 68% building 1998/2037 modules 39 active ...odules/draft-js/lib/DraftTreeAdapter.js 68% building 1998/2038 modules 40 active ...les/draft-js/lib/getRangeClientRects.js 68% building 1999/2038 modules 39 active ...les/draft-js/lib/getRangeClientRects.js 68% building 1999/2039 modules 40 active ...vo/rsr/spa/node_modules/fbjs/lib/URI.js 68% building 2000/2039 modules 39 active ...vo/rsr/spa/node_modules/fbjs/lib/URI.js 68% building 2000/2040 modules 40 active ...e_modules/fbjs/lib/getScrollPosition.js 68% building 2000/2041 modules 41 active .../node_modules/fbjs/lib/emptyFunction.js 68% building 2000/2042 modules 42 active ...zy-load/lib/utils/getElementPosition.js 68% building 2000/2043 modules 43 active ...a/node_modules/lodash.throttle/index.js 68% building 2000/2044 modules 44 active .../rsr/spa/node_modules/fbjs/lib/Style.js 68% building 2000/2045 modules 45 active ..._modules/draft-js/lib/DraftOffsetKey.js 68% building 2000/2046 modules 46 active ...s/draft-js/lib/DraftEditorLeaf.react.js 68% building 2000/2047 modules 47 active ...ules/draft-js/lib/encodeEntityRanges.js 68% building 2001/2047 modules 46 active ...ules/draft-js/lib/encodeEntityRanges.js 68% building 2001/2048 modules 47 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2002/2048 modules 46 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2003/2048 modules 45 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2004/2048 modules 44 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2005/2048 modules 43 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2006/2048 modules 42 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2007/2048 modules 41 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2008/2048 modules 40 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2009/2048 modules 39 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2010/2048 modules 38 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2011/2048 modules 37 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2012/2048 modules 36 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 68% building 2013/2048 modules 35 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 69% building 2014/2048 modules 34 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 69% building 2015/2048 modules 33 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 69% building 2016/2048 modules 32 active ...rsr/spa/node_modules/fbjs/lib/Scroll.js 69% building 2016/2049 modules 33 active ...dules/fbjs/lib/getViewportDimensions.js 69% building 2016/2050 modules 34 active ..._modules/fbjs/lib/getElementPosition.js 68% building 2016/2051 modules 35 active ...odules/fbjs/lib/UnicodeBidiDirection.js 68% building 2016/2052 modules 36 active ...pa/node_modules/fbjs/lib/UnicodeBidi.js 68% building 2017/2052 modules 35 active ...pa/node_modules/fbjs/lib/UnicodeBidi.js 69% building 2018/2052 modules 34 active ...pa/node_modules/fbjs/lib/UnicodeBidi.js 68% building 2018/2053 modules 35 active ..._modules/draft-js/lib/DraftStringKey.js 69% building 2019/2053 modules 34 active ..._modules/draft-js/lib/DraftStringKey.js 69% building 2020/2053 modules 33 active ..._modules/draft-js/lib/DraftStringKey.js 69% building 2020/2054 modules 34 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 69% building 2021/2054 modules 33 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 69% building 2022/2054 modules 32 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 69% building 2023/2054 modules 31 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 69% building 2024/2054 modules 30 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 69% building 2025/2054 modules 29 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 69% building 2026/2054 modules 28 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 69% building 2027/2054 modules 27 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 69% building 2028/2054 modules 26 active ...a/node_modules/fbjs/lib/UnicodeUtils.js 69% building 2028/2055 modules 27 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 2029/2055 modules 26 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 2030/2055 modules 25 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 2031/2055 modules 24 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 2032/2055 modules 23 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 2033/2055 modules 22 active .../node_modules/fbjs/lib/UserAgentData.js 69% building 2033/2056 modules 23 active ...e_modules/fbjs/lib/memoizeStringOnly.js 69% building 2033/2057 modules 24 active .../Selector/MultipleSelector/Selection.js 69% building 2034/2057 modules 23 active .../Selector/MultipleSelector/Selection.js 69% building 2035/2057 modules 22 active .../Selector/MultipleSelector/Selection.js 69% building 2035/2058 modules 23 active .../spa/node_modules/fbjs/lib/mapObject.js 69% building 2036/2058 modules 22 active .../spa/node_modules/fbjs/lib/mapObject.js 69% building 2037/2058 modules 21 active .../spa/node_modules/fbjs/lib/mapObject.js 69% building 2038/2058 modules 20 active .../spa/node_modules/fbjs/lib/mapObject.js 69% building 2038/2059 modules 21 active .../node_modules/lodash/_listCacheClear.js 69% building 2038/2060 modules 22 active ...ode_modules/lodash/_baseIsTypedArray.js 69% building 2038/2061 modules 23 active ...s/antd/node_modules/lodash/stubFalse.js 69% building 2038/2062 modules 24 active ...s/antd/node_modules/lodash/_DataView.js 69% building 2038/2063 modules 25 active ...td/node_modules/lodash/_stringToPath.js 69% building 2038/2064 modules 26 active ...s/antd/node_modules/lodash/_toSource.js 69% building 2038/2065 modules 27 active ...es/antd/node_modules/lodash/_WeakMap.js 69% building 2038/2066 modules 28 active ...es/antd/node_modules/lodash/_Promise.js 69% building 2038/2067 modules 29 active ...s/antd/node_modules/lodash/_nodeUtil.js 69% building 2038/2068 modules 30 active .../antd/node_modules/lodash/_baseUnary.js 69% building 2038/2069 modules 31 active ...td/node_modules/lodash/_listCacheSet.js 69% building 2038/2070 modules 32 active ...td/node_modules/lodash/_listCacheHas.js 69% building 2038/2071 modules 33 active ...td/node_modules/lodash/_listCacheGet.js 69% building 2038/2072 modules 34 active ...node_modules/lodash/_listCacheDelete.js 68% building 2038/2073 modules 35 active ...a/node_modules/fbjs/lib/VersionRange.js 68% building 2038/2074 modules 36 active ...t-js/lib/removeRangeFromContentState.js 68% building 2038/2075 modules 37 active ...ft-js/lib/modifyBlockForContentState.js 68% building 2038/2076 modules 38 active ...s/draft-js/lib/removeEntitiesAtEdges.js 68% building 2038/2077 modules 39 active ...ft-js/lib/insertTextIntoContentState.js 68% building 2038/2078 modules 40 active ...s/lib/insertFragmentIntoContentState.js 68% building 2038/2079 modules 41 active ...antd/node_modules/lodash/_getAllKeys.js 68% building 2038/2080 modules 42 active ...antd/node_modules/lodash/_mapToArray.js 68% building 2038/2081 modules 43 active .../antd/node_modules/lodash/_arraySome.js 68% building 2039/2081 modules 42 active .../antd/node_modules/lodash/_arraySome.js 68% building 2039/2082 modules 43 active .../antd/node_modules/lodash/_hashClear.js 68% building 2039/2083 modules 44 active .../antd/node_modules/lodash/_isKeyable.js 68% building 2040/2083 modules 43 active .../antd/node_modules/lodash/_isKeyable.js 68% building 2041/2083 modules 42 active .../antd/node_modules/lodash/_isKeyable.js 68% building 2042/2083 modules 41 active .../antd/node_modules/lodash/_isKeyable.js 68% building 2042/2084 modules 42 active ...es/antd/node_modules/lodash/_hashSet.js 68% building 2042/2085 modules 43 active .../antd/node_modules/lodash/isFunction.js 68% building 2043/2085 modules 42 active .../antd/node_modules/lodash/isFunction.js 68% building 2044/2085 modules 41 active .../antd/node_modules/lodash/isFunction.js 68% building 2044/2086 modules 42 active ...s/antd/node_modules/lodash/_isMasked.js 68% building 2044/2087 modules 43 active ...es/antd/node_modules/lodash/_hashHas.js 68% building 2045/2087 modules 42 active ...es/antd/node_modules/lodash/_hashHas.js 68% building 2045/2088 modules 43 active ..._modules/fbjs/lib/UnicodeBidiService.js 68% building 2045/2089 modules 44 active ...es/antd/node_modules/lodash/_hashGet.js 68% building 2045/2090 modules 45 active ...antd/node_modules/lodash/_hashDelete.js 68% building 2045/2091 modules 46 active ..._modules/antd/node_modules/lodash/eq.js 68% building 2046/2091 modules 45 active ..._modules/antd/node_modules/lodash/eq.js 68% building 2046/2092 modules 46 active ...antd/node_modules/lodash/_Uint8Array.js 68% building 2046/2093 modules 47 active ...draft-js/lib/getContentStateFragment.js 68% building 2047/2093 modules 46 active ...draft-js/lib/getContentStateFragment.js 68% building 2047/2094 modules 47 active ...raft-js/lib/getCharacterRemovalRange.js 68% building 2047/2095 modules 48 active ...aft-js/lib/applyEntityToContentState.js 68% building 2047/2096 modules 49 active ...draft-js/lib/ContentStateInlineStyle.js 68% building 2048/2096 modules 48 active ...draft-js/lib/ContentStateInlineStyle.js 68% building 2048/2097 modules 49 active .../core-js/library/modules/_object-sap.js 68% building 2048/2098 modules 50 active ...a/node_modules/lodash/_baseMergeDeep.js 68% building 2049/2098 modules 49 active ...a/node_modules/lodash/_baseMergeDeep.js 68% building 2049/2099 modules 50 active ...ode_modules/lodash/_assignMergeValue.js 68% building 2049/2100 modules 51 active ...o/rsr/spa/node_modules/lodash/keysIn.js 68% building 2049/2101 modules 52 active ...sr/spa/node_modules/lodash/_baseRest.js 68% building 2049/2102 modules 53 active ...rsr/spa/node_modules/lodash/_safeGet.js 68% building 2049/2103 modules 54 active .../antd/node_modules/lodash/_baseTimes.js 68% building 2049/2104 modules 55 active ...node_modules/lodash/_baseIsArguments.js 68% building 2049/2105 modules 56 active ...ntd/node_modules/lodash/_isPrototype.js 68% building 2049/2106 modules 57 active ...antd/node_modules/lodash/_nativeKeys.js 68% building 2050/2106 modules 56 active ...antd/node_modules/lodash/_nativeKeys.js 68% building 2051/2106 modules 55 active ...antd/node_modules/lodash/_nativeKeys.js 68% building 2052/2106 modules 54 active ...antd/node_modules/lodash/_nativeKeys.js 68% building 2052/2107 modules 55 active ...pa/node_modules/rc-table/es/ColGroup.js 68% building 2052/2108 modules 56 active ...de_modules/rc-table/es/ExpandableRow.js 68% building 2052/2109 modules 57 active ...node_modules/rc-table/es/TableHeader.js 68% building 2053/2109 modules 56 active ...node_modules/rc-table/es/TableHeader.js 68% building 2054/2109 modules 55 active ...node_modules/rc-table/es/TableHeader.js 68% building 2055/2109 modules 54 active ...node_modules/rc-table/es/TableHeader.js 68% building 2055/2110 modules 55 active ..._modules/rc-animate/es/CSSMotionList.js 68% building 2056/2110 modules 54 active ..._modules/rc-animate/es/CSSMotionList.js 68% building 2056/2111 modules 55 active .../node_modules/lodash/_createBaseEach.js 68% building 2056/2112 modules 56 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2057/2112 modules 55 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2058/2112 modules 54 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2059/2112 modules 53 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2060/2112 modules 52 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2061/2112 modules 51 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2062/2112 modules 50 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2063/2112 modules 49 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2064/2112 modules 48 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2065/2112 modules 47 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2066/2112 modules 46 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2067/2112 modules 45 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2068/2112 modules 44 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2069/2112 modules 43 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2070/2112 modules 42 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2071/2112 modules 41 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2072/2112 modules 40 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2073/2112 modules 39 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2074/2112 modules 38 active ...a/node_modules/rc-table/es/TableCell.js 68% building 2074/2113 modules 39 active ...ect/node_modules/rc-trigger/es/utils.js 68% building 2075/2113 modules 38 active ...ect/node_modules/rc-trigger/es/utils.js 68% building 2076/2113 modules 37 active ...ect/node_modules/rc-trigger/es/utils.js 68% building 2076/2114 modules 38 active ...ect/node_modules/rc-trigger/es/Popup.js 68% building 2076/2115 modules 39 active ...dules/draft-js/lib/editOnBeforeInput.js 68% building 2076/2116 modules 40 active ...s/lib/DraftEditorContents-core.react.js 68% building 2076/2117 modules 41 active ...de_modules/draft-js/lib/editOnSelect.js 68% building 2076/2118 modules 42 active ...ode_modules/draft-js/lib/editOnPaste.js 68% building 2076/2119 modules 43 active .../draft-js/lib/isSelectionAtLeafStart.js 68% building 2076/2120 modules 44 active ..._modules/draft-js/lib/isEventHandled.js 68% building 2077/2120 modules 43 active ..._modules/draft-js/lib/isEventHandled.js 68% building 2078/2120 modules 42 active ..._modules/draft-js/lib/isEventHandled.js 68% building 2079/2120 modules 41 active ..._modules/draft-js/lib/isEventHandled.js 68% building 2079/2121 modules 42 active ...raft-js/lib/getEntityKeyForSelection.js 68% building 2080/2121 modules 41 active ...raft-js/lib/getEntityKeyForSelection.js 68% building 2080/2122 modules 42 active ...e_modules/draft-js/lib/editOnKeyDown.js 68% building 2080/2123 modules 43 active ...es/fbjs/lib/getDocumentScrollElement.js 68% building 2081/2123 modules 42 active ...es/fbjs/lib/getDocumentScrollElement.js 68% building 2081/2124 modules 43 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 2082/2124 modules 42 active .../fbjs/lib/getUnboundedScrollPosition.js 68% building 2082/2125 modules 43 active ...ode_modules/draft-js/lib/editOnInput.js 68% building 2082/2126 modules 44 active ...ode_modules/draft-js/lib/editOnFocus.js 68% building 2083/2126 modules 43 active ...ode_modules/draft-js/lib/editOnFocus.js 68% building 2084/2126 modules 42 active ...ode_modules/draft-js/lib/editOnFocus.js 68% building 2085/2126 modules 41 active ...ode_modules/draft-js/lib/editOnFocus.js 68% building 2086/2126 modules 40 active ...ode_modules/draft-js/lib/editOnFocus.js 68% building 2087/2126 modules 39 active ...ode_modules/draft-js/lib/editOnFocus.js 68% building 2087/2127 modules 40 active ...de_modules/fbjs/lib/getStyleProperty.js 68% building 2087/2128 modules 41 active ...modules/draft-js/lib/editOnDragStart.js 68% building 2088/2128 modules 40 active ...modules/draft-js/lib/editOnDragStart.js 68% building 2088/2129 modules 41 active ..._modules/draft-js/lib/editOnDragOver.js 68% building 2088/2130 modules 42 active ...draft-js/lib/setDraftEditorSelection.js 68% building 2088/2131 modules 43 active ...aft-js/lib/DraftEditorTextNode.react.js 68% building 2089/2131 modules 42 active ...aft-js/lib/DraftEditorTextNode.react.js 68% building 2090/2131 modules 41 active ...aft-js/lib/DraftEditorTextNode.react.js 68% building 2091/2131 modules 40 active ...aft-js/lib/DraftEditorTextNode.react.js 68% building 2092/2131 modules 39 active ...aft-js/lib/DraftEditorTextNode.react.js 68% building 2093/2131 modules 38 active ...aft-js/lib/DraftEditorTextNode.react.js 68% building 2094/2131 modules 37 active ...aft-js/lib/DraftEditorTextNode.react.js 68% building 2094/2132 modules 38 active ...ore/es/EditorCore/customHTML2Content.js 68% building 2095/2132 modules 37 active ...ore/es/EditorCore/customHTML2Content.js 68% building 2096/2132 modules 36 active ...ore/es/EditorCore/customHTML2Content.js 69% building 2097/2132 modules 35 active ...ore/es/EditorCore/customHTML2Content.js 69% building 2098/2132 modules 34 active ...ore/es/EditorCore/customHTML2Content.js 69% building 2099/2132 modules 33 active ...ore/es/EditorCore/customHTML2Content.js 69% building 2100/2132 modules 32 active ...ore/es/EditorCore/customHTML2Content.js 69% building 2101/2132 modules 31 active ...ore/es/EditorCore/customHTML2Content.js 69% building 2102/2132 modules 30 active ...ore/es/EditorCore/customHTML2Content.js 69% building 2103/2132 modules 29 active ...ore/es/EditorCore/customHTML2Content.js 69% building 2104/2132 modules 28 active ...ore/es/EditorCore/customHTML2Content.js 69% building 2104/2133 modules 29 active ...a/node_modules/fbjs/lib/DataTransfer.js 69% building 2104/2134 modules 30 active ...node_modules/fbjs/lib/getElementRect.js 69% building 2104/2135 modules 31 active ...ditor-core/es/EditorCore/ConfigStore.js 69% building 2105/2135 modules 30 active ...ditor-core/es/EditorCore/ConfigStore.js 69% building 2106/2135 modules 29 active ...ditor-core/es/EditorCore/ConfigStore.js 69% building 2107/2135 modules 28 active ...ditor-core/es/EditorCore/ConfigStore.js 69% building 2107/2136 modules 29 active ...core/es/EditorCore/export/exportText.js 69% building 2107/2137 modules 30 active ...or-core/es/EditorCore/export/getHTML.js 69% building 2108/2137 modules 29 active ...or-core/es/EditorCore/export/getHTML.js 69% building 2108/2138 modules 30 active .../node_modules/timers-browserify/main.js 69% building 2109/2138 modules 29 active .../node_modules/timers-browserify/main.js 69% building 2110/2138 modules 28 active .../node_modules/timers-browserify/main.js 69% building 2111/2138 modules 27 active .../node_modules/timers-browserify/main.js 69% building 2112/2138 modules 26 active .../node_modules/timers-browserify/main.js 69% building 2113/2138 modules 25 active .../node_modules/timers-browserify/main.js 69% building 2114/2138 modules 24 active .../node_modules/timers-browserify/main.js 69% building 2115/2138 modules 23 active .../node_modules/timers-browserify/main.js 69% building 2116/2138 modules 22 active .../node_modules/timers-browserify/main.js 69% building 2116/2139 modules 23 active .../node_modules/draft-js/lib/editOnCut.js 69% building 2117/2139 modules 22 active .../node_modules/draft-js/lib/editOnCut.js 69% building 2118/2139 modules 21 active .../node_modules/draft-js/lib/editOnCut.js 69% building 2118/2140 modules 22 active ...node_modules/draft-js/lib/editOnCopy.js 69% building 2119/2140 modules 21 active ...node_modules/draft-js/lib/editOnCopy.js 69% building 2120/2140 modules 20 active ...node_modules/draft-js/lib/editOnCopy.js 69% building 2121/2140 modules 19 active ...node_modules/draft-js/lib/editOnCopy.js 69% building 2121/2141 modules 20 active ...node_modules/draft-js/lib/editOnBlur.js 69% building 2121/2142 modules 21 active .../draft-js/lib/editOnCompositionStart.js 69% building 2121/2143 modules 22 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2121/2144 modules 23 active ...draft-js/lib/getTextContentFromFiles.js 69% building 2122/2144 modules 22 active ...draft-js/lib/getTextContentFromFiles.js 69% building 2122/2145 modules 23 active ...d/node_modules/lodash/_memoizeCapped.js 69% building 2122/2146 modules 24 active ...s/draft-js/lib/findAncestorOffsetKey.js 69% building 2122/2147 modules 25 active ...td/node_modules/lodash/_assocIndexOf.js 69% building 2122/2148 modules 26 active ..._modules/draft-js/lib/insertIntoList.js 69% building 2122/2149 modules 27 active .../node_modules/lodash/_baseGetAllKeys.js 69% building 2122/2150 modules 28 active ...antd/node_modules/lodash/_getSymbols.js 69% building 2123/2150 modules 27 active ...antd/node_modules/lodash/_getSymbols.js 69% building 2124/2150 modules 26 active ...antd/node_modules/lodash/_getSymbols.js 69% building 2124/2151 modules 27 active ...td/node_modules/lodash/_nativeCreate.js 69% building 2125/2151 modules 26 active ...td/node_modules/lodash/_nativeCreate.js 69% building 2126/2151 modules 25 active ...td/node_modules/lodash/_nativeCreate.js 69% building 2127/2151 modules 24 active ...td/node_modules/lodash/_nativeCreate.js 69% building 2128/2151 modules 23 active ...td/node_modules/lodash/_nativeCreate.js 69% building 2128/2152 modules 24 active ...ode_modules/immutable/dist/immutable.js 69% building 2128/2153 modules 25 active ...antd/node_modules/lodash/_coreJsData.js 69% building 2129/2153 modules 24 active ...antd/node_modules/lodash/_coreJsData.js 69% building 2129/2154 modules 25 active ...s/draft-js/lib/randomizeBlockMapKeys.js 69% building 2130/2154 modules 24 active ...s/draft-js/lib/randomizeBlockMapKeys.js 69% building 2131/2154 modules 23 active ...s/draft-js/lib/randomizeBlockMapKeys.js 69% building 2131/2155 modules 24 active ...les/draft-js/lib/DraftEntitySegments.js 69% building 2132/2155 modules 23 active ...les/draft-js/lib/DraftEntitySegments.js 69% building 2132/2156 modules 24 active ...draft-js/lib/getRangesForDraftEntity.js 69% building 2132/2157 modules 25 active ...aft-js/lib/applyEntityToContentBlock.js 69% building 2133/2157 modules 24 active ...aft-js/lib/applyEntityToContentBlock.js 69% building 2133/2158 modules 25 active ...spa/node_modules/lodash/_cloneBuffer.js 69% building 2133/2159 modules 26 active ...node_modules/lodash/_cloneTypedArray.js 69% building 2133/2160 modules 27 active ...r/spa/node_modules/lodash/_copyArray.js 69% building 2133/2161 modules 28 active ...node_modules/lodash/_initCloneObject.js 69% building 2133/2162 modules 29 active ...ode_modules/lodash/isArrayLikeObject.js 69% building 2133/2163 modules 30 active ...pa/node_modules/lodash/toPlainObject.js 69% building 2133/2164 modules 31 active ...pa/node_modules/lodash/isPlainObject.js 69% building 2133/2165 modules 32 active .../spa/node_modules/lodash/_baseKeysIn.js 69% building 2133/2166 modules 33 active ...sr/spa/node_modules/lodash/_overRest.js 69% building 2133/2167 modules 34 active ...spa/node_modules/lodash/_setToString.js 69% building 2133/2168 modules 35 active ...es/antd/node_modules/lodash/_overArg.js 69% building 2134/2168 modules 34 active ...es/antd/node_modules/lodash/_overArg.js 69% building 2135/2168 modules 33 active ...es/antd/node_modules/lodash/_overArg.js 69% building 2136/2168 modules 32 active ...es/antd/node_modules/lodash/_overArg.js 69% building 2136/2169 modules 33 active .../node_modules/rc-table/es/ExpandIcon.js 69% building 2136/2170 modules 34 active ...e_modules/rc-table/es/TableHeaderRow.js 69% building 2136/2171 modules 35 active ...node_modules/rc-animate/es/util/diff.js 69% building 2137/2171 modules 34 active ...node_modules/rc-animate/es/util/diff.js 69% building 2138/2171 modules 33 active ...node_modules/rc-animate/es/util/diff.js 69% building 2139/2171 modules 32 active ...node_modules/rc-animate/es/util/diff.js 69% building 2140/2171 modules 31 active ...node_modules/rc-animate/es/util/diff.js 69% building 2141/2171 modules 30 active ...node_modules/rc-animate/es/util/diff.js 69% building 2142/2171 modules 29 active ...node_modules/rc-animate/es/util/diff.js 69% building 2143/2171 modules 28 active ...node_modules/rc-animate/es/util/diff.js 69% building 2144/2171 modules 27 active ...node_modules/rc-animate/es/util/diff.js 69% building 2145/2171 modules 26 active ...node_modules/rc-animate/es/util/diff.js 69% building 2146/2171 modules 25 active ...node_modules/rc-animate/es/util/diff.js 69% building 2147/2171 modules 24 active ...node_modules/rc-animate/es/util/diff.js 69% building 2148/2171 modules 23 active ...node_modules/rc-animate/es/util/diff.js 69% building 2148/2172 modules 24 active ...draft-js/lib/getDraftEditorSelection.js 69% building 2148/2173 modules 25 active ...les/draft-js/lib/DraftPasteProcessor.js 69% building 2148/2174 modules 26 active ...draft-js/lib/splitTextIntoTextBlocks.js 69% building 2149/2174 modules 25 active ...draft-js/lib/splitTextIntoTextBlocks.js 69% building 2149/2175 modules 26 active ...ules/draft-js/lib/SecondaryClipboard.js 69% building 2149/2176 modules 27 active ...lib/keyCommandBackspaceToStartOfLine.js 69% building 2149/2177 modules 28 active ...draft-js/lib/keyCommandBackspaceWord.js 69% building 2149/2178 modules 29 active ...es/draft-js/lib/keyCommandDeleteWord.js 69% building 2149/2179 modules 30 active ...draft-js/lib/keyCommandInsertNewline.js 69% building 2149/2180 modules 31 active .../keyCommandMoveSelectionToEndOfBlock.js 69% building 2149/2181 modules 32 active ...eyCommandMoveSelectionToStartOfBlock.js 69% building 2149/2182 modules 33 active ..._modules/draft-js/lib/keyCommandUndo.js 69% building 2149/2183 modules 34 active ...js/lib/keyCommandTransposeCharacters.js 69% building 2149/2184 modules 35 active ...s/draft-js/lib/keyCommandPlainDelete.js 69% building 2149/2185 modules 36 active ...raft-js/lib/keyCommandPlainBackspace.js 69% building 2150/2185 modules 35 active ...raft-js/lib/keyCommandPlainBackspace.js 69% building 2150/2186 modules 36 active ...ules/rc-editor-core/es/Toolbar/index.js 68% building 2150/2187 modules 37 active ...ode_modules/rc-trigger/es/PopupInner.js 68% building 2150/2188 modules 38 active ..._modules/rc-trigger/es/LazyRenderBox.js 68% building 2151/2188 modules 37 active ..._modules/rc-trigger/es/LazyRenderBox.js 68% building 2151/2189 modules 38 active ...r/spa/node_modules/fbjs/lib/camelize.js 68% building 2151/2190 modules 39 active .../spa/node_modules/fbjs/lib/hyphenate.js 68% building 2152/2190 modules 38 active .../spa/node_modules/fbjs/lib/hyphenate.js 68% building 2153/2190 modules 37 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2154/2190 modules 36 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2155/2190 modules 35 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2156/2190 modules 34 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2157/2190 modules 33 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2158/2190 modules 32 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2159/2190 modules 31 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2160/2190 modules 30 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2161/2190 modules 29 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2162/2190 modules 28 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2163/2190 modules 27 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2164/2190 modules 26 active .../spa/node_modules/fbjs/lib/hyphenate.js 69% building 2164/2191 modules 27 active ...de_modules/setimmediate/setImmediate.js 69% building 2165/2191 modules 26 active ...de_modules/setimmediate/setImmediate.js 69% building 2165/2192 modules 27 active ...node_modules/fbjs/lib/PhotosMimeType.js 69% building 2165/2193 modules 28 active ...odules/fbjs/lib/createArrayFromMixed.js 69% building 2165/2194 modules 29 active ...a/node_modules/fbjs/lib/setImmediate.js 69% building 2165/2195 modules 30 active ...les/draft-js/lib/DraftJsDebugLogging.js 69% building 2165/2196 modules 31 active ...a/node_modules/fbjs/lib/containsNode.js 69% building 2166/2196 modules 30 active ...a/node_modules/fbjs/lib/containsNode.js 69% building 2167/2196 modules 29 active ...a/node_modules/fbjs/lib/containsNode.js 69% building 2168/2196 modules 28 active ...a/node_modules/fbjs/lib/containsNode.js 69% building 2168/2197 modules 29 active ...s/EditorCore/export/isUnitlessNumber.js 69% building 2168/2198 modules 30 active ...pa/node_modules/fbjs/lib/joinClasses.js 69% building 2169/2198 modules 29 active ...pa/node_modules/fbjs/lib/joinClasses.js 69% building 2169/2199 modules 30 active ...a/node_modules/react-modal/lib/index.js 69% building 2170/2199 modules 29 active ...a/node_modules/react-modal/lib/index.js 69% building 2171/2199 modules 28 active ...a/node_modules/react-modal/lib/index.js 69% building 2172/2199 modules 27 active ...a/node_modules/react-modal/lib/index.js 69% building 2173/2199 modules 26 active ...a/node_modules/react-modal/lib/index.js 69% building 2173/2200 modules 27 active ...core/node_modules/draft-js/lib/Draft.js 69% building 2173/2201 modules 28 active ...de_modules/fbjs/lib/getActiveElement.js 69% building 2173/2202 modules 29 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2174/2202 modules 28 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2175/2202 modules 27 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2176/2202 modules 26 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2177/2202 modules 25 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2178/2202 modules 24 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2179/2202 modules 23 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2180/2202 modules 22 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2181/2202 modules 21 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2182/2202 modules 20 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2183/2202 modules 19 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2184/2202 modules 18 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2184/2203 modules 19 active .../rsr/spa/node_modules/lodash/toArray.js 69% building 2185/2203 modules 18 active .../rsr/spa/node_modules/lodash/toArray.js 69% building 2185/2204 modules 19 active ...les/antd/node_modules/lodash/memoize.js 69% building 2185/2205 modules 20 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2185/2206 modules 21 active .../antd/node_modules/lodash/_arrayPush.js 69% building 2185/2207 modules 22 active ...ntd/node_modules/lodash/_arrayFilter.js 69% building 2185/2208 modules 23 active ...s/antd/node_modules/lodash/stubArray.js 69% building 2186/2208 modules 22 active ...s/antd/node_modules/lodash/stubArray.js 69% building 2187/2208 modules 21 active ...s/antd/node_modules/lodash/stubArray.js 69% building 2187/2209 modules 22 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2188/2209 modules 21 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2189/2209 modules 20 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2190/2209 modules 19 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2191/2209 modules 18 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2192/2209 modules 17 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2193/2209 modules 16 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2194/2209 modules 15 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2195/2209 modules 14 active ...e_modules/ua-parser-js/src/ua-parser.js 69% building 2195/2210 modules 15 active ...ode_modules/lodash/_cloneArrayBuffer.js 69% building 2195/2211 modules 16 active .../spa/node_modules/lodash/_baseCreate.js 69% building 2195/2212 modules 17 active ...pa/node_modules/lodash/_getPrototype.js 69% building 2195/2213 modules 18 active .../spa/node_modules/lodash/_copyObject.js 69% building 2195/2214 modules 19 active ...pa/node_modules/lodash/_nativeKeysIn.js 69% building 2195/2215 modules 20 active ...o/rsr/spa/node_modules/lodash/_apply.js 69% building 2195/2216 modules 21 active ...sr/spa/node_modules/lodash/_shortOut.js 69% building 2195/2217 modules 22 active ...node_modules/lodash/_baseSetToString.js 69% building 2196/2217 modules 21 active ...node_modules/lodash/_baseSetToString.js 69% building 2197/2217 modules 20 active ...node_modules/lodash/_baseSetToString.js 69% building 2198/2217 modules 19 active ...node_modules/lodash/_baseSetToString.js 69% building 2199/2217 modules 18 active ...node_modules/lodash/_baseSetToString.js 69% building 2200/2217 modules 17 active ...node_modules/lodash/_baseSetToString.js 69% building 2201/2217 modules 16 active ...node_modules/lodash/_baseSetToString.js 69% building 2202/2217 modules 15 active ...node_modules/lodash/_baseSetToString.js 69% building 2203/2217 modules 14 active ...node_modules/lodash/_baseSetToString.js 69% building 2204/2217 modules 13 active ...node_modules/lodash/_baseSetToString.js 69% building 2205/2217 modules 12 active ...node_modules/lodash/_baseSetToString.js 69% building 2206/2217 modules 11 active ...node_modules/lodash/_baseSetToString.js 69% building 2207/2217 modules 10 active ...node_modules/lodash/_baseSetToString.js 69% building 2207/2218 modules 11 active ...lib/getDraftEditorSelectionWithNodes.js 69% building 2207/2219 modules 12 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2207/2220 modules 13 active ...s/draft-js/lib/moveSelectionBackward.js 69% building 2207/2221 modules 14 active .../draft-js/lib/removeTextWithStrategy.js 69% building 2207/2222 modules 15 active ...raft-js/lib/expandRangeToStartOfLine.js 69% building 2207/2223 modules 16 active ...es/rc-editor-core/es/Toolbar/Toolbar.js 69% building 2207/2224 modules 17 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2208/2224 modules 16 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2209/2224 modules 15 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2210/2224 modules 14 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2211/2224 modules 13 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2212/2224 modules 12 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2213/2224 modules 11 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2214/2224 modules 10 active ...ules/draft-js/lib/DraftRemovableWord.js  69% building 2215/2224 modules 9 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2215/2225 modules 10 active ...spa/node_modules/fbjs/lib/isTextNode.js 69% building 2215/2226 modules 11 active ...r/node_modules/rc-animate/es/Animate.js 69% building 2215/2227 modules 12 active ...odules/draft-js/lib/AtomicBlockUtils.js 69% building 2215/2228 modules 13 active ...modules/draft-js/lib/BlockMapBuilder.js 69% building 2216/2228 modules 12 active ...modules/draft-js/lib/BlockMapBuilder.js 69% building 2216/2229 modules 13 active ...dules/draft-js/lib/CharacterMetadata.js 69% building 2216/2230 modules 14 active ...draft-js/lib/CompositeDraftDecorator.js 69% building 2216/2231 modules 15 active ...de_modules/draft-js/lib/ContentBlock.js 69% building 2216/2232 modules 16 active ...de_modules/draft-js/lib/ContentState.js 69% building 2216/2233 modules 17 active ...ft-js/lib/DefaultDraftBlockRenderMap.js 69% building 2216/2234 modules 18 active ...draft-js/lib/DefaultDraftInlineStyle.js 69% building 2216/2235 modules 19 active ...dules/draft-js/lib/DraftEditor.react.js 69% building 2216/2236 modules 20 active .../draft-js/lib/DraftEditorBlock.react.js 69% building 2216/2237 modules 21 active ...ode_modules/draft-js/lib/DraftEntity.js 69% building 2216/2238 modules 22 active ...e_modules/draft-js/lib/DraftModifier.js 69% building 2216/2239 modules 23 active ...les/draft-js/lib/DraftEntityInstance.js 69% building 2216/2240 modules 24 active ...ode_modules/draft-js/lib/EditorState.js 69% building 2216/2241 modules 25 active ..._modules/draft-js/lib/KeyBindingUtil.js 69% building 2216/2242 modules 26 active ...ules/draft-js/lib/RichTextEditorUtil.js 69% building 2216/2243 modules 27 active ..._modules/draft-js/lib/SelectionState.js 69% building 2216/2244 modules 28 active ...ft-js/lib/convertFromDraftStateToRaw.js 69% building 2216/2245 modules 29 active ...s/lib/convertFromHTMLToContentBlocks.js 69% building 2216/2246 modules 30 active ...ft-js/lib/convertFromRawToDraftState.js 69% building 2216/2247 modules 31 active ...dules/draft-js/lib/generateRandomKey.js 69% building 2216/2248 modules 32 active ...es/draft-js/lib/getDefaultKeyBinding.js 69% building 2216/2249 modules 33 active ...draft-js/lib/getVisibleSelectionRect.js 69% building 2217/2249 modules 32 active ...draft-js/lib/getVisibleSelectionRect.js 69% building 2218/2249 modules 31 active ...draft-js/lib/getVisibleSelectionRect.js 69% building 2218/2250 modules 32 active ...rsr/spa/node_modules/lodash/isString.js 69% building 2219/2250 modules 31 active ...rsr/spa/node_modules/lodash/isString.js 69% building 2220/2250 modules 30 active ...rsr/spa/node_modules/lodash/isString.js 69% building 2220/2251 modules 31 active ...node_modules/lodash/_iteratorToArray.js 69% building 2220/2252 modules 32 active ...o/rsr/spa/node_modules/lodash/values.js 69% building 2220/2253 modules 33 active ...les/react-modal/lib/components/Modal.js 69% building 2221/2253 modules 32 active ...les/react-modal/lib/components/Modal.js 69% building 2222/2253 modules 31 active ...les/react-modal/lib/components/Modal.js 69% building 2223/2253 modules 30 active ...les/react-modal/lib/components/Modal.js 69% building 2224/2253 modules 29 active ...les/react-modal/lib/components/Modal.js 69% building 2225/2253 modules 28 active ...les/react-modal/lib/components/Modal.js 69% building 2226/2253 modules 27 active ...les/react-modal/lib/components/Modal.js 69% building 2227/2253 modules 26 active ...les/react-modal/lib/components/Modal.js 69% building 2228/2253 modules 25 active ...les/react-modal/lib/components/Modal.js 69% building 2229/2253 modules 24 active ...les/react-modal/lib/components/Modal.js 69% building 2230/2253 modules 23 active ...les/react-modal/lib/components/Modal.js 69% building 2231/2253 modules 22 active ...les/react-modal/lib/components/Modal.js 69% building 2232/2253 modules 21 active ...les/react-modal/lib/components/Modal.js 69% building 2233/2253 modules 20 active ...les/react-modal/lib/components/Modal.js 69% building 2234/2253 modules 19 active ...les/react-modal/lib/components/Modal.js 69% building 2235/2253 modules 18 active ...les/react-modal/lib/components/Modal.js 69% building 2236/2253 modules 17 active ...les/react-modal/lib/components/Modal.js 69% building 2237/2253 modules 16 active ...les/react-modal/lib/components/Modal.js 69% building 2238/2253 modules 15 active ...les/react-modal/lib/components/Modal.js 69% building 2239/2253 modules 14 active ...les/react-modal/lib/components/Modal.js 69% building 2240/2253 modules 13 active ...les/react-modal/lib/components/Modal.js 69% building 2241/2253 modules 12 active ...les/react-modal/lib/components/Modal.js 69% building 2242/2253 modules 11 active ...les/react-modal/lib/components/Modal.js 69% building 2243/2253 modules 10 active ...les/react-modal/lib/components/Modal.js  69% building 2244/2253 modules 9 active ...les/react-modal/lib/components/Modal.js 69% building 2245/2253 modules 8 active ...les/react-modal/lib/components/Modal.js 69% building 2246/2253 modules 7 active ...les/react-modal/lib/components/Modal.js 69% building 2247/2253 modules 6 active ...les/react-modal/lib/components/Modal.js 69% building 2248/2253 modules 5 active ...les/react-modal/lib/components/Modal.js 69% building 2249/2253 modules 4 active ...les/react-modal/lib/components/Modal.js 69% building 2250/2253 modules 3 active ...s/lib/convertFromHTMLToContentBlocks.js 69% building 2250/2254 modules 4 active ...c-editor-core/es/Toolbar/ToolbarLine.js 69% building 2251/2254 modules 3 active ...c-editor-core/es/Toolbar/ToolbarLine.js 69% building 2252/2254 modules 2 active ...c-editor-core/es/Toolbar/ToolbarLine.js 69% building 2253/2254 modules 1 active ...c-editor-core/es/Toolbar/ToolbarLine.js 69% building 2253/2255 modules 2 active ...rsr/spa/node_modules/fbjs/lib/isNode.js 69% building 2253/2256 modules 3 active ...a/node_modules/fbjs/lib/TokenizeUtil.js 69% building 2253/2257 modules 4 active ...e_modules/rc-animate/es/AnimateChild.js 69% building 2253/2258 modules 5 active ..._modules/rc-animate/es/ChildrenUtils.js 69% building 2253/2259 modules 6 active ...odules/draft-js/lib/ContentBlockNode.js 69% building 2253/2260 modules 7 active ...dules/draft-js/lib/DraftFeatureFlags.js 69% building 2253/2261 modules 8 active ...draft-js/lib/moveBlockInContentState.js 69% building 2253/2262 modules 9 active ...les/draft-js/lib/findRangesImmutable.js 69% building 2253/2263 modules 10 active ...dules/draft-js/lib/sanitizeDraftText.js 69% building 2253/2264 modules 11 active ...draft-js/lib/ContentStateInlineStyle.js 69% building 2253/2265 modules 12 active ...raft-js/lib/getCharacterRemovalRange.js 69% building 2253/2266 modules 13 active ...aft-js/lib/applyEntityToContentState.js 69% building 2253/2267 modules 14 active ...draft-js/lib/getContentStateFragment.js 69% building 2253/2268 modules 15 active ...s/lib/insertFragmentIntoContentState.js 69% building 2253/2269 modules 16 active ...ft-js/lib/insertTextIntoContentState.js 69% building 2253/2270 modules 17 active ...ft-js/lib/modifyBlockForContentState.js 69% building 2253/2271 modules 18 active ...s/draft-js/lib/removeEntitiesAtEdges.js 69% building 2253/2272 modules 19 active ...t-js/lib/removeRangeFromContentState.js 69% building 2253/2273 modules 20 active ...raft-js/lib/splitBlockInContentState.js 69% building 2253/2274 modules 21 active ..._modules/draft-js/lib/DraftStringKey.js 69% building 2253/2275 modules 22 active ...ules/draft-js/lib/encodeEntityRanges.js 69% building 2253/2276 modules 23 active ...draft-js/lib/encodeInlineStyleRanges.js 69% building 2253/2277 modules 24 active ...ft-js/lib/getRangeBoundingClientRect.js 69% building 2253/2278 modules 25 active .../spa/node_modules/lodash/_baseValues.js 69% building 2254/2278 modules 24 active .../spa/node_modules/lodash/_baseValues.js 69% building 2254/2279 modules 25 active ...e_modules/rc-animate/es/util/animate.js 69% building 2254/2280 modules 26 active ...s/draft-js/lib/DraftEditorLeaf.react.js 69% building 2254/2281 modules 27 active ..._modules/draft-js/lib/DraftOffsetKey.js 69% building 2254/2282 modules 28 active .../lib/adjustBlockDepthForContentState.js 69% building 2254/2283 modules 29 active ...odules/draft-js/lib/DraftTreeAdapter.js 69% building 2254/2284 modules 30 active ...les/draft-js/lib/createCharacterList.js 69% building 2254/2285 modules 31 active ...ules/draft-js/lib/decodeEntityRanges.js 69% building 2254/2286 modules 32 active ...draft-js/lib/decodeInlineStyleRanges.js 69% building 2254/2287 modules 33 active ...act-modal/lib/components/ModalPortal.js 69% building 2254/2288 modules 34 active ...js/lib/DraftEditorCompositionHandler.js 69% building 2254/2289 modules 35 active ...aft-js/lib/DraftEditorContents.react.js 69% building 2254/2290 modules 36 active .../draft-js/lib/DraftEditorDragHandler.js 69% building 2254/2291 modules 37 active .../draft-js/lib/DraftEditorEditHandler.js 69% building 2254/2292 modules 38 active ...-js/lib/DraftEditorPlaceholder.react.js 68% building 2254/2293 modules 39 active ...react-modal/lib/helpers/ariaAppHider.js 69% building 2255/2293 modules 38 active ...react-modal/lib/helpers/ariaAppHider.js 68% building 2255/2294 modules 39 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2256/2294 modules 38 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2257/2294 modules 37 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2258/2294 modules 36 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2259/2294 modules 35 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2260/2294 modules 34 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2261/2294 modules 33 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2262/2294 modules 32 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2263/2294 modules 31 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2264/2294 modules 30 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2265/2294 modules 29 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2266/2294 modules 28 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2267/2294 modules 27 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2268/2294 modules 26 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2269/2294 modules 25 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2270/2294 modules 24 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2271/2294 modules 23 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2272/2294 modules 22 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2273/2294 modules 21 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2274/2294 modules 20 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2275/2294 modules 19 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2276/2294 modules 18 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2277/2294 modules 17 active ...ct-modal/lib/helpers/safeHTMLElement.js 69% building 2277/2295 modules 18 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2278/2295 modules 17 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2279/2295 modules 16 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2280/2295 modules 15 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2281/2295 modules 14 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2282/2295 modules 13 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2283/2295 modules 12 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2284/2295 modules 11 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2285/2295 modules 10 active ...les/draft-js/lib/getSafeBodyFromHTML.js  69% building 2286/2295 modules 9 active ...les/draft-js/lib/getSafeBodyFromHTML.js 69% building 2286/2296 modules 10 active ...dules/draft-js/lib/EditorBidiService.js  69% building 2287/2296 modules 9 active ...dules/draft-js/lib/EditorBidiService.js 69% building 2288/2296 modules 8 active ...dules/draft-js/lib/EditorBidiService.js 69% building 2289/2296 modules 7 active ...dules/draft-js/lib/EditorBidiService.js 69% building 2290/2296 modules 6 active ...dules/draft-js/lib/EditorBidiService.js 69% building 2291/2296 modules 5 active ...dules/draft-js/lib/EditorBidiService.js 69% building 2292/2296 modules 4 active ...dules/draft-js/lib/EditorBidiService.js 69% building 2293/2296 modules 3 active ...dules/draft-js/lib/EditorBidiService.js 69% building 2294/2296 modules 2 active ...dules/draft-js/lib/EditorBidiService.js 69% building 2294/2297 modules 3 active .../node_modules/draft-js/lib/BlockTree.js 69% building 2294/2298 modules 4 active ...raft-js/lib/getNextDelimiterBlockKey.js 69% building 2295/2298 modules 3 active ...raft-js/lib/getNextDelimiterBlockKey.js 69% building 2295/2299 modules 4 active .../draft-js/lib/DraftFeatureFlags-core.js 69% building 2295/2300 modules 5 active ...aft-js/lib/applyEntityToContentBlock.js 69% building 2295/2301 modules 6 active ...s/draft-js/lib/randomizeBlockMapKeys.js 69% building 2295/2302 modules 7 active ..._modules/draft-js/lib/insertIntoList.js 69% building 2295/2303 modules 8 active ...les/draft-js/lib/DraftEntitySegments.js 69% building 2295/2304 modules 9 active ...draft-js/lib/getRangesForDraftEntity.js 69% building 2295/2305 modules 10 active ...les/draft-js/lib/getRangeClientRects.js  69% building 2296/2305 modules 9 active ...les/draft-js/lib/getRangeClientRects.js 69% building 2296/2306 modules 10 active ...aft-js/lib/DraftEditorTextNode.react.js 69% building 2296/2307 modules 11 active ...draft-js/lib/setDraftEditorSelection.js 69% building 2296/2308 modules 12 active ...ode_modules/immutable/dist/immutable.js 69% building 2296/2309 modules 13 active ..._modules/draft-js/lib/isEventHandled.js 69% building 2296/2310 modules 14 active ...raft-js/lib/getEntityKeyForSelection.js 69% building 2296/2311 modules 15 active .../draft-js/lib/isSelectionAtLeafStart.js 69% building 2296/2312 modules 16 active ...s/draft-js/lib/findAncestorOffsetKey.js 69% building 2296/2313 modules 17 active ...draft-js/lib/getTextContentFromFiles.js 69% building 2296/2314 modules 18 active ...raft-js/lib/getUpdatedSelectionState.js 69% building 2296/2315 modules 19 active ...s/lib/DraftEditorContents-core.react.js 69% building 2296/2316 modules 20 active ...dules/draft-js/lib/editOnBeforeInput.js 69% building 2296/2317 modules 21 active ...node_modules/draft-js/lib/editOnBlur.js 69% building 2296/2318 modules 22 active .../draft-js/lib/editOnCompositionStart.js 69% building 2296/2319 modules 23 active ...node_modules/draft-js/lib/editOnCopy.js 69% building 2296/2320 modules 24 active .../node_modules/draft-js/lib/editOnCut.js 69% building 2296/2321 modules 25 active ..._modules/draft-js/lib/editOnDragOver.js 69% building 2296/2322 modules 26 active ...modules/draft-js/lib/editOnDragStart.js 69% building 2296/2323 modules 27 active ...ode_modules/draft-js/lib/editOnFocus.js 69% building 2296/2324 modules 28 active ...ode_modules/draft-js/lib/editOnInput.js 69% building 2296/2325 modules 29 active ...e_modules/draft-js/lib/editOnKeyDown.js 69% building 2296/2326 modules 30 active ...ode_modules/draft-js/lib/editOnPaste.js 69% building 2296/2327 modules 31 active ...de_modules/draft-js/lib/editOnSelect.js 69% building 2296/2328 modules 32 active ...react-modal/lib/helpers/focusManager.js 69% building 2296/2329 modules 33 active ...les/react-modal/lib/helpers/scopeTab.js 69% building 2296/2330 modules 34 active ...es/react-modal/lib/helpers/classList.js 69% building 2297/2330 modules 33 active ...es/react-modal/lib/helpers/classList.js 69% building 2298/2330 modules 32 active ...es/react-modal/lib/helpers/classList.js 69% building 2299/2330 modules 31 active ...es/react-modal/lib/helpers/classList.js 69% building 2300/2330 modules 30 active ...es/react-modal/lib/helpers/classList.js 69% building 2301/2330 modules 29 active ...es/react-modal/lib/helpers/classList.js 69% building 2302/2330 modules 28 active ...es/react-modal/lib/helpers/classList.js 69% building 2303/2330 modules 27 active ...es/react-modal/lib/helpers/classList.js 69% building 2304/2330 modules 26 active ...es/react-modal/lib/helpers/classList.js 69% building 2305/2330 modules 25 active ...es/react-modal/lib/helpers/classList.js 69% building 2306/2330 modules 24 active ...es/react-modal/lib/helpers/classList.js 69% building 2307/2330 modules 23 active ...es/react-modal/lib/helpers/classList.js 69% building 2308/2330 modules 22 active ...es/react-modal/lib/helpers/classList.js 69% building 2309/2330 modules 21 active ...es/react-modal/lib/helpers/classList.js 69% building 2310/2330 modules 20 active ...es/react-modal/lib/helpers/classList.js 69% building 2311/2330 modules 19 active ...es/react-modal/lib/helpers/classList.js 69% building 2312/2330 modules 18 active ...es/react-modal/lib/helpers/classList.js 69% building 2313/2330 modules 17 active ...es/react-modal/lib/helpers/classList.js 69% building 2314/2330 modules 16 active ...es/react-modal/lib/helpers/classList.js 69% building 2315/2330 modules 15 active ...es/react-modal/lib/helpers/classList.js 69% building 2316/2330 modules 14 active ...es/react-modal/lib/helpers/classList.js 69% building 2317/2330 modules 13 active ...es/react-modal/lib/helpers/classList.js 69% building 2318/2330 modules 12 active ...es/react-modal/lib/helpers/classList.js 69% building 2319/2330 modules 11 active ...es/react-modal/lib/helpers/classList.js 69% building 2320/2330 modules 10 active ...es/react-modal/lib/helpers/classList.js  69% building 2321/2330 modules 9 active ...es/react-modal/lib/helpers/classList.js 69% building 2322/2330 modules 8 active ...es/react-modal/lib/helpers/classList.js 69% building 2323/2330 modules 7 active ...es/react-modal/lib/helpers/classList.js 69% building 2324/2330 modules 6 active ...es/react-modal/lib/helpers/classList.js 69% building 2325/2330 modules 5 active ...es/react-modal/lib/helpers/classList.js 69% building 2326/2330 modules 4 active ...es/react-modal/lib/helpers/classList.js 69% building 2327/2330 modules 3 active ...es/react-modal/lib/helpers/classList.js 69% building 2328/2330 modules 2 active ...s/lib/DraftEditorContents-core.react.js 69% building 2329/2330 modules 1 active ...ode_modules/immutable/dist/immutable.js 69% building 2329/2331 modules 2 active ...t-modal/node_modules/warning/browser.js 69% building 2329/2332 modules 3 active ...kvo/rsr/spa/node_modules/exenv/index.js 69% building 2329/2333 modules 4 active ...s/@ant-design/css-animation/es/index.js 69% building 2329/2334 modules 5 active ...les/draft-js/lib/DraftJsDebugLogging.js 69% building 2329/2335 modules 6 active ...-js/lib/getSelectionOffsetKeyForNode.js 69% building 2329/2336 modules 7 active ...raft-js/lib/getFragmentFromSelection.js 69% building 2329/2337 modules 8 active ...ules/draft-js/lib/SecondaryClipboard.js 69% building 2329/2338 modules 9 active ...lib/keyCommandBackspaceToStartOfLine.js 69% building 2329/2339 modules 10 active ...draft-js/lib/keyCommandBackspaceWord.js 69% building 2329/2340 modules 11 active ...es/draft-js/lib/keyCommandDeleteWord.js 69% building 2329/2341 modules 12 active .../keyCommandMoveSelectionToEndOfBlock.js 69% building 2329/2342 modules 13 active ...draft-js/lib/keyCommandInsertNewline.js 69% building 2329/2343 modules 14 active ...eyCommandMoveSelectionToStartOfBlock.js 69% building 2329/2344 modules 15 active ...raft-js/lib/keyCommandPlainBackspace.js 69% building 2329/2345 modules 16 active ...s/draft-js/lib/keyCommandPlainDelete.js 69% building 2329/2346 modules 17 active ...js/lib/keyCommandTransposeCharacters.js 69% building 2329/2347 modules 18 active ..._modules/draft-js/lib/keyCommandUndo.js 69% building 2329/2348 modules 19 active ...les/draft-js/lib/DraftPasteProcessor.js 69% building 2329/2349 modules 20 active ...draft-js/lib/splitTextIntoTextBlocks.js 69% building 2329/2350 modules 21 active ...draft-js/lib/getDraftEditorSelection.js 69% building 2329/2351 modules 22 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2330/2351 modules 21 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2331/2351 modules 20 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2332/2351 modules 19 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2333/2351 modules 18 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2334/2351 modules 17 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2335/2351 modules 16 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2336/2351 modules 15 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2337/2351 modules 14 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2338/2351 modules 13 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2339/2351 modules 12 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2340/2351 modules 11 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2341/2351 modules 10 active ...les/react-modal/lib/helpers/tabbable.js  69% building 2342/2351 modules 9 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2343/2351 modules 8 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2344/2351 modules 7 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2345/2351 modules 6 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2346/2351 modules 5 active ...les/react-modal/lib/helpers/tabbable.js 69% building 2347/2351 modules 4 active ...draft-js/lib/getDraftEditorSelection.js 69% building 2348/2351 modules 3 active ...draft-js/lib/getDraftEditorSelection.js 69% building 2349/2351 modules 2 active ...les/draft-js/lib/DraftPasteProcessor.js 69% building 2350/2351 modules 1 active ...ode_modules/immutable/dist/immutable.js 69% building 2350/2352 modules 2 active ...s/@ant-design/css-animation/es/Event.js 69% building 2350/2353 modules 3 active ...ules/draft-js/lib/DraftRemovableWord.js 69% building 2350/2354 modules 4 active ...s/draft-js/lib/moveSelectionBackward.js 69% building 2350/2355 modules 5 active .../draft-js/lib/removeTextWithStrategy.js 69% building 2350/2356 modules 6 active ...raft-js/lib/expandRangeToStartOfLine.js 69% building 2350/2357 modules 7 active ...lib/getDraftEditorSelectionWithNodes.js 69% building 2350/2358 modules 8 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2351/2358 modules 7 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2352/2358 modules 6 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2353/2358 modules 5 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2354/2358 modules 4 active ...es/draft-js/lib/moveSelectionForward.js 69% building 2355/2358 modules 3 active ...lib/getDraftEditorSelectionWithNodes.js 69% building 2356/2358 modules 2 active ...lib/getDraftEditorSelectionWithNodes.js 69% building 2357/2358 modules 1 active ...raft-js/lib/expandRangeToStartOfLine.js                                            70% building 2358/2358 modules 0 active                        21188ms building  70% finish module graph 70% finish module graph FlagDependencyExportsPlugin   70% finish module graph WasmFinalizeExportsPlugin                          33ms 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                          41ms dependencies optimization 72% advanced dependencies optimization 1ms advanced dependencies optimization 73% after dependencies optimization 0ms after dependencies optimization 70% chunk graph46ms chunk graph 71% after chunk graph 71% after chunk graph WebAssemblyModulesPlugin                          1ms after chunk graph 73% optimizing 0ms optimizing  74% basic module optimization 0ms basic module optimization 74% module optimization 1ms 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                            7ms basic chunk optimization  76% chunk optimization 1ms chunk optimization  77% advanced chunk optimization 77% advanced chunk optimization SplitChunksPlugin 77% advanced chunk optimization RemoveEmptyChunksPlugin                        23ms advanced chunk optimization 77% after chunk optimization 1ms after chunk optimization 78% module and chunk tree optimization 78% module and chunk tree optimization ExtractTextPlugin                   5ms module and chunk tree optimization 78% after module and chunk tree optimization 0ms after module and chunk tree optimization 79% basic chunk modules optimization 1ms basic chunk modules optimization  79% chunk modules optimization 79% chunk modules optimization ModuleConcatenationPlugin                         346ms 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                 1ms module reviving  81% module order optimization 81% module order optimization OccurrenceOrderPlugin 81% module order optimization OccurrenceOrderModuleIdsPlugin                               39ms module order optimization  82% advanced module order optimization 0ms advanced module order optimization 82% before module ids 0ms before module ids 83% module ids 3ms module ids  83% module id optimization 84% module id optimization18ms module id optimization  84% chunk reviving 84% chunk reviving RecordIdsPlugin                 0ms 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                          4ms chunk id optimization  86% after chunk id optimization 8ms after chunk id optimization  87% record modules 87% record modules RecordIdsPlugin                 2ms record modules 87% record chunks 87% record chunks RecordIdsPlugin                 2ms record chunks 88% hashing100ms 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                         88% content hashing 88% content hashing JavascriptModulesPlugin                        12ms content hashing  89% after hashing 1ms after hashing  89% record hash 1ms record hash  90% module assets processing 2ms module assets processing  90% chunk assets processing1040ms chunk assets processing 91% additional chunk assets processing 8ms additional chunk assets processing 91% recording 0ms recording 92% additional asset processing 92% additional asset processing ExtractTextPlugin                   3ms additional asset processing 92% chunk asset optimization 92% chunk asset optimization TerserPlugin          37995ms chunk asset optimization  93% after chunk asset optimization 93% after chunk asset optimization SourceMapDevToolPlugin 93% after chunk asset optimization SourceMapDevToolPlugin 0.92b627135235e963480b.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 1.4a5e06dbac28fe99251c.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 2.7e700cec1c3da3eef6bb.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 3.08238777886e50eeaf42.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 4.add964fbfeeca0d6b601.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin main.07c5e197abc65a3e02b4.js generate SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin styles/style.07c5e197abc65a3e02b4.css generate SourceMap                                          93% after chunk asset optimization SourceMapDevToolPlugin resolve sources 93% after chunk asset optimization SourceMapDevToolPlugin 0.92b627135235e963480b.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 1.4a5e06dbac28fe99251c.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 2.7e700cec1c3da3eef6bb.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 3.08238777886e50eeaf42.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin 4.add964fbfeeca0d6b601.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin main.07c5e197abc65a3e02b4.js attach SourceMap 93% after chunk asset optimization SourceMapDevToolPlugin styles/style.07c5e197abc65a3e02b4.css attach SourceMap                                                        93% after chunk asset optimization SourceMapDevToolPlugin                    20480ms after chunk asset optimization 93% asset optimization 1ms asset optimization 94% after asset optimization 0ms after asset optimization 94% after seal 1ms after seal 95% emitting 95% emitting HtmlWebpackPlugin                 569ms emitting  98% after emitting 98% after emitting SizeLimitsPlugin                  5ms after emitting Hash: 8950e5ce3b05622539dc Version: webpack 4.27.0 Time: 82025ms Built at: 09/14/2022 9:45:17 AM Asset Size Chunks Chunk Names 0.92b627135235e963480b.js 443 bytes 0 [emitted] 0.92b627135235e963480b.js.map 261 bytes 0 [emitted] 1.4a5e06dbac28fe99251c.js 943 bytes 1 [emitted] 1.4a5e06dbac28fe99251c.js.map 1.01 KiB 1 [emitted] 2.7e700cec1c3da3eef6bb.js 1.42 KiB 2 [emitted] 2.7e700cec1c3da3eef6bb.js.map 1.44 KiB 2 [emitted] 3.08238777886e50eeaf42.js 3.51 KiB 3 [emitted] 3.08238777886e50eeaf42.js.map 4.26 KiB 3 [emitted] 4.add964fbfeeca0d6b601.js 2.07 KiB 4 [emitted] 4.add964fbfeeca0d6b601.js.map 2.68 KiB 4 [emitted] index.html 596 bytes [emitted] main.07c5e197abc65a3e02b4.js 4.31 MiB 5 [emitted] [big] main main.07c5e197abc65a3e02b4.js.LICENSE 3.41 KiB [emitted] main.07c5e197abc65a3e02b4.js.map 11.6 MiB 5 [emitted] main styles/style.07c5e197abc65a3e02b4.css 1.02 MiB 5 [emitted] [big] main styles/style.07c5e197abc65a3e02b4.css.map 114 bytes 5 [emitted] main Entrypoint main [big] = main.07c5e197abc65a3e02b4.js styles/style.07c5e197abc65a3e02b4.css main.07c5e197abc65a3e02b4.js.map styles/style.07c5e197abc65a3e02b4.css.map 2017 modules WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: main.07c5e197abc65a3e02b4.js (4.31 MiB) styles/style.07c5e197abc65a3e02b4.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.33 MiB) main.07c5e197abc65a3e02b4.js styles/style.07c5e197abc65a3e02b4.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 ---> 336c07e66eee Successfully built 336c07e66eee Successfully tagged akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36 Successfully tagged akvo/rsr-backend-spa:local 09:45:37 - BUILD INFO - Pushing akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36 container The push refers to repository [docker.io/akvo/rsr-backend-spa]  603043a3c3d4: Preparing   677b256e28ab: Preparing   67f60868b313: Preparing   cd99e4350d8c: Preparing   10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  732d7fdeaf75: Waiting  fef18942c1ab: Waiting  f9dedeef8c1d: Waiting  eeadf70c7437: Waiting  06745db1e789: Waiting  dbaf73d9a785: Waiting  d368daf8d4c8: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  67f60868b313: Layer already exists  10180d997df2: Layer already exists  cd99e4350d8c: Layer already exists  677b256e28ab: Pushing 39.36kB/2.291MB  677b256e28ab: Pushing 185.3kB/2.291MB  677b256e28ab: Pushing 868.7kB/2.291MB  732d7fdeaf75: Layer already exists  fef18942c1ab: Layer already exists  677b256e28ab: Pushing 1.508MB/2.291MB  f9dedeef8c1d: Layer already exists  603043a3c3d4: Pushing 527.4kB/368MB  677b256e28ab: Pushing 2.223MB/2.291MB  677b256e28ab: Pushing 2.571MB  603043a3c3d4: Pushing 1.076MB/368MB  603043a3c3d4: Pushing 2.678MB/368MB  06745db1e789: Layer already exists  eeadf70c7437: Layer already exists  dbaf73d9a785: Layer already exists  603043a3c3d4: Pushing 4.828MB/368MB  603043a3c3d4: Pushing 7.003MB/368MB  603043a3c3d4: Pushing 9.651MB/368MB  603043a3c3d4: Pushing 12.39MB/368MB  603043a3c3d4: Pushing 14.54MB/368MB  b216e2f7e366: Layer already exists  d368daf8d4c8: Layer already exists  15e75ac4cd61: Layer already exists  603043a3c3d4: Pushing 17.21MB/368MB  603043a3c3d4: Pushing 19.36MB/368MB  603043a3c3d4: Pushing 22.15MB/368MB  603043a3c3d4: Pushing 24.93MB/368MB  b6d8f557ceb3: Layer already exists  b65d30014aa7: Layer already exists  603043a3c3d4: Pushing 27.72MB/368MB  ea9370fbf8d0: Layer already exists  603043a3c3d4: Pushing 29.37MB/368MB  603043a3c3d4: Pushing 31.52MB/368MB  603043a3c3d4: Pushing 34.2MB/368MB  603043a3c3d4: Pushing 36.9MB/368MB  a10c79771e86: Layer already exists  3f4c8c89729b: Layer already exists  5c813a85f7f0: Layer already exists  603043a3c3d4: Pushing 39.6MB/368MB  677b256e28ab: Pushed  603043a3c3d4: Pushing 42.33MB/368MB  603043a3c3d4: Pushing 45.01MB/368MB  603043a3c3d4: Pushing 47.76MB/368MB  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  603043a3c3d4: Pushing 50.43MB/368MB  ce8168f12337: Layer already exists  603043a3c3d4: Pushing 53.15MB/368MB  603043a3c3d4: Pushing 56.36MB/368MB  603043a3c3d4: Pushing 58.98MB/368MB  603043a3c3d4: Pushing 61.12MB/368MB  603043a3c3d4: Pushing 62.79MB/368MB  603043a3c3d4: Pushing 65MB/368MB  603043a3c3d4: Pushing 67.78MB/368MB  603043a3c3d4: Pushing 70.57MB/368MB  603043a3c3d4: Pushing 74.41MB/368MB  603043a3c3d4: Pushing 77.19MB/368MB  603043a3c3d4: Pushing 79.39MB/368MB  603043a3c3d4: Pushing 80.5MB/368MB  603043a3c3d4: Pushing 82.17MB/368MB  603043a3c3d4: Pushing 83.85MB/368MB  603043a3c3d4: Pushing 86.07MB/368MB  603043a3c3d4: Pushing 88.86MB/368MB  603043a3c3d4: Pushing 92.15MB/368MB  603043a3c3d4: Pushing 93.83MB/368MB  603043a3c3d4: Pushing 95.5MB/368MB  603043a3c3d4: Pushing 97.17MB/368MB  603043a3c3d4: Pushing 99.4MB/368MB  603043a3c3d4: Pushing 102.1MB/368MB  603043a3c3d4: Pushing 104.2MB/368MB  603043a3c3d4: Pushing 106.3MB/368MB  603043a3c3d4: Pushing 108.5MB/368MB  603043a3c3d4: Pushing 110.6MB/368MB  603043a3c3d4: Pushing 112.8MB/368MB  603043a3c3d4: Pushing 115.4MB/368MB  603043a3c3d4: Pushing 117.5MB/368MB  603043a3c3d4: Pushing 119.6MB/368MB  603043a3c3d4: Pushing 122.3MB/368MB  603043a3c3d4: Pushing 125MB/368MB  603043a3c3d4: Pushing 127.7MB/368MB  603043a3c3d4: Pushing 130.5MB/368MB  603043a3c3d4: Pushing 132.6MB/368MB  603043a3c3d4: Pushing 135.9MB/368MB  603043a3c3d4: Pushing 138MB/368MB  603043a3c3d4: Pushing 140.7MB/368MB  603043a3c3d4: Pushing 143.5MB/368MB  603043a3c3d4: Pushing 145.6MB/368MB  603043a3c3d4: Pushing 148.3MB/368MB  603043a3c3d4: Pushing 150.9MB/368MB  603043a3c3d4: Pushing 152.5MB/368MB  603043a3c3d4: Pushing 154.7MB/368MB  603043a3c3d4: Pushing 158MB/368MB  603043a3c3d4: Pushing 161.3MB/368MB  603043a3c3d4: Pushing 164.1MB/368MB  603043a3c3d4: Pushing 166.9MB/368MB  603043a3c3d4: Pushing 169.1MB/368MB  603043a3c3d4: Pushing 170.8MB/368MB  603043a3c3d4: Pushing 173.6MB/368MB  603043a3c3d4: Pushing 176.9MB/368MB  603043a3c3d4: Pushing 179.6MB/368MB  603043a3c3d4: Pushing 181.8MB/368MB  603043a3c3d4: Pushing 184.6MB/368MB  603043a3c3d4: Pushing 187.4MB/368MB  603043a3c3d4: Pushing 189.6MB/368MB  603043a3c3d4: Pushing 191.3MB/368MB  603043a3c3d4: Pushing 194MB/368MB  603043a3c3d4: Pushing 196.2MB/368MB  603043a3c3d4: Pushing 198.8MB/368MB  603043a3c3d4: Pushing 200.9MB/368MB  603043a3c3d4: Pushing 203.6MB/368MB  603043a3c3d4: Pushing 206.8MB/368MB  603043a3c3d4: Pushing 209.4MB/368MB  603043a3c3d4: Pushing 212MB/368MB  603043a3c3d4: Pushing 214.7MB/368MB  603043a3c3d4: Pushing 216.8MB/368MB  603043a3c3d4: Pushing 219.5MB/368MB  603043a3c3d4: Pushing 222.2MB/368MB  603043a3c3d4: Pushing 224.8MB/368MB  603043a3c3d4: Pushing 227.5MB/368MB  603043a3c3d4: Pushing 229.6MB/368MB  603043a3c3d4: Pushing 232.3MB/368MB  603043a3c3d4: Pushing 235.5MB/368MB  603043a3c3d4: Pushing 238.2MB/368MB  603043a3c3d4: Pushing 239.7MB/368MB  603043a3c3d4: Pushing 241.9MB/368MB  603043a3c3d4: Pushing 244.6MB/368MB  603043a3c3d4: Pushing 247.8MB/368MB  603043a3c3d4: Pushing 250.4MB/368MB  603043a3c3d4: Pushing 252.6MB/368MB  603043a3c3d4: Pushing 254.8MB/368MB  603043a3c3d4: Pushing 256.9MB/368MB  603043a3c3d4: Pushing 259.6MB/368MB  603043a3c3d4: Pushing 262.3MB/368MB  603043a3c3d4: Pushing 264.4MB/368MB  603043a3c3d4: Pushing 266.6MB/368MB  603043a3c3d4: Pushing 268.7MB/368MB  603043a3c3d4: Pushing 271.3MB/368MB  603043a3c3d4: Pushing 273.5MB/368MB  603043a3c3d4: Pushing 275.6MB/368MB  603043a3c3d4: Pushing 277.8MB/368MB  603043a3c3d4: Pushing 279.9MB/368MB  603043a3c3d4: Pushing 282MB/368MB  603043a3c3d4: Pushing 284.7MB/368MB  603043a3c3d4: Pushing 287.3MB/368MB  603043a3c3d4: Pushing 289.5MB/368MB  603043a3c3d4: Pushing 292.1MB/368MB  603043a3c3d4: Pushing 294.2MB/368MB  603043a3c3d4: Pushing 297.5MB/368MB  603043a3c3d4: Pushing 300.7MB/368MB  603043a3c3d4: Pushing 304MB/368MB  603043a3c3d4: Pushing 307.2MB/368MB  603043a3c3d4: Pushing 309.9MB/368MB  603043a3c3d4: Pushing 312.1MB/368MB  603043a3c3d4: Pushing 315.3MB/368MB  603043a3c3d4: Pushing 318MB/368MB  603043a3c3d4: Pushing 320.7MB/368MB  603043a3c3d4: Pushing 322.8MB/368MB  603043a3c3d4: Pushing 325.5MB/368MB  603043a3c3d4: Pushing 328.2MB/368MB  603043a3c3d4: Pushing 330.9MB/368MB  603043a3c3d4: Pushing 333.5MB/368MB  603043a3c3d4: Pushing 336.2MB/368MB  603043a3c3d4: Pushing 338.9MB/368MB  603043a3c3d4: Pushing 341.5MB/368MB  603043a3c3d4: Pushing 344.2MB/368MB  603043a3c3d4: Pushing 346.9MB/368MB  603043a3c3d4: Pushing 349.6MB/368MB  603043a3c3d4: Pushing 352.3MB/368MB  603043a3c3d4: Pushing 354.4MB/368MB  603043a3c3d4: Pushing 356.6MB/368MB  603043a3c3d4: Pushing 358.7MB/368MB  603043a3c3d4: Pushing 360.9MB/368MB  603043a3c3d4: Pushing 363MB/368MB  603043a3c3d4: Pushing 365.2MB/368MB  603043a3c3d4: Pushing 367.8MB/368MB  603043a3c3d4: Pushing 371.5MB  603043a3c3d4: Pushing 374.2MB  603043a3c3d4: Pushing 376.3MB  603043a3c3d4: Pushing 379.5MB  603043a3c3d4: Pushing 382.2MB  603043a3c3d4: Pushing 384.8MB  603043a3c3d4: Pushing 387.5MB  603043a3c3d4: Pushing 390.2MB  603043a3c3d4: Pushing 393.3MB  603043a3c3d4: Pushing 396MB  603043a3c3d4: Pushing 398.7MB  603043a3c3d4: Pushing 400.8MB  603043a3c3d4: Pushing 403.5MB  603043a3c3d4: Pushing 406.7MB  603043a3c3d4: Pushing 409.4MB  603043a3c3d4: Pushing 412.6MB  603043a3c3d4: Pushing 415.8MB  603043a3c3d4: Pushing 418.4MB  603043a3c3d4: Pushing 419MB  603043a3c3d4: Pushed c963080767f45828c31f83ca5cd25d36: digest: sha256:1f333b7cf802e020af15e69aa0c66cb77792af86ce2c860062b599e94275216c size: 5142 09:46:05 - BUILD INFO - Creating Production Nginx image Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 5.571MB Sending build context to Docker daemon 20.05MB Sending build context to Docker daemon 25.62MB Sending build context to Docker daemon 30.64MB Sending build context to Docker daemon 35.09MB Sending build context to Docker daemon 39.55MB Sending build context to Docker daemon 40.36MB Step 1/19 : FROM akvo/rsr-backend-front-end:local as front-end ---> db75bbe73e30 Step 2/19 : FROM akvo/rsr-backend-spa:local as spa ---> 336c07e66eee Step 3/19 : FROM akvo/rsr-backend-dir:local as dir ---> 89ff0b9fd458 Step 4/19 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local as builder ---> 33d7c2ec13c9 Step 5/19 : ENV DJANGO_SECRET_KEY=any ---> Running in 611fdfdbd558 ---> bbae10274a56 Step 6/19 : COPY akvo/ /var/akvo/rsr/code/akvo ---> 6bd849e760ac 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/ ---> f6ed8252ba11 Step 8/19 : RUN python manage.py collectstatic --noinput ---> Running in b8cf8e2afe01 832 static files copied to '/var/akvo/rsr/staticroot'. ---> 657fcf61c0ae 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 59.54kB/5.699MB  4167d3e14976: Downloading 28.75kB/2.787MB  4167d3e14976: Downloading 2.787MB/2.787MB  4167d3e14976: Verifying Checksum  4167d3e14976: Download complete  4167d3e14976: Extracting 32.77kB/2.787MB  bb292c78f105: Downloading 3.668MB/5.699MB  4167d3e14976: Extracting 2.787MB/2.787MB  4167d3e14976: Pull complete  bb292c78f105: Downloading 5.315MB/5.699MB  bb292c78f105: Verifying Checksum  bb292c78f105: Download complete  bb292c78f105: Extracting 65.54kB/5.699MB  bb292c78f105: Extracting 3.67MB/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 ---> 993dfda69e47 Step 11/19 : COPY nginx/default.conf /etc/nginx/conf.d/default.conf ---> 41d71f264174 Step 12/19 : COPY --from=builder /var/akvo/rsr/staticroot/rsr/images/favicon.ico /usr/share/nginx/html/favicon.ico ---> fa8dd20324fe Step 13/19 : COPY nginx/robots-production.txt /usr/share/nginx/html/robots-production.txt ---> 0255fa0b5de0 Step 14/19 : COPY nginx/robots-test.txt /usr/share/nginx/html/robots-test.txt ---> 0fa31efe8ae1 Step 15/19 : COPY --from=builder /var/akvo/rsr/staticroot/ /var/akvo/rsr/staticroot/ ---> b3707f6713bc Step 16/19 : COPY --from=spa /var/akvo/rsr/code/akvo/rsr/spa/dist/ /var/akvo/rsr/sparoot/ ---> 9cdf60386ad4 Step 17/19 : COPY --from=dir /var/akvo/rsr/code/akvo/rsr/dir/dist/ /var/akvo/rsr/projectdirectoryroot/ ---> 634b076f338c Step 18/19 : COPY nginx/start.sh /start.sh ---> fcf75849c23c Step 19/19 : CMD ["/start.sh"] ---> Running in 7691b936d0d5 ---> 43106b3268c1 Successfully built 43106b3268c1 Successfully tagged eu.gcr.io/akvo-lumen/rsr-nginx:5c264903c40bfe44876455015dcb25b2817fbbc0 09:46:16 - 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_rsrdbhost_1 ... Creating rsrciprod_rsr-memcached_1 ...  Creating rsrciprod_nginx_1 ... done Creating rsrciprod_django-prod_1 ... Creating rsrciprod_reports_1 ... Creating rsrciprod_mainnetwork_1 ...  Creating rsrciprod_reports_1 ... done  Creating rsrciprod_django-prod_1 ... done  Creating rsrciprod_rsr-memcached_1 ... done  Creating rsrciprod_mainnetwork_1 ... done Creating rsrciprod_web_1 ...  Creating rsrciprod_web_1 ... done  Creating rsrciprod_rsrdbhost_1 ... done 09:46:18 - 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 09:46:19 - BUILD INFO - Waiting for application to be ready ... 09:47:07 - BUILD INFO - Testing legacy front-end assets ......09:47:09 - BUILD INFO - Testing My RSR SPA end-point ....... 09:47:09 - BUILD INFO - Testing Project Directory SPA end-point ..... 09:47:09 - BUILD INFO - Testing python generated report endpoint . 09:47:11 - BUILD INFO - End-to-end testing done! 09:47:11 - BUILD INFO - Done 09:47:11 - BUILD INFO - Running deployment script 09:47:11 - 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]. 09:47:12 - BUILD INFO - Environement is test Fetching cluster endpoint and auth data. kubeconfig entry generated for test. 09:47:13 - 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  a3ed95caeb02: Downloading 32B/32B  a3ed95caeb02: Verifying Checksum  a3ed95caeb02: Download complete  aab39f0bc16d: Downloading 7.559kB/692.3kB  2cd9e239cea6: Downloading 5.476kB/502.2kB  aab39f0bc16d: Downloading 692.3kB/692.3kB  aab39f0bc16d: Verifying Checksum  aab39f0bc16d: Download complete  aab39f0bc16d: Extracting 32.77kB/692.3kB  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 491.5kB/502.2kB  2cd9e239cea6: Extracting 502.2kB/502.2kB  2cd9e239cea6: Extracting 502.2kB/502.2kB  2cd9e239cea6: Pull complete  5977f7994b69: Downloading 36.88kB/3.664MB  5977f7994b69: Downloading 3.603MB/3.664MB  5977f7994b69: Verifying Checksum  5977f7994b69: Download complete  5977f7994b69: Extracting 65.54kB/3.664MB  5977f7994b69: Extracting 2.097MB/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 ---> 50280eefa55e Step 3/3 : CMD ["-statsd.mapping-config=/config/statsd_mapping.conf"] ---> Running in 47c524c3bbab Removing intermediate container 47c524c3bbab ---> 7760dc04b47c Successfully built 7760dc04b47c Successfully tagged eu.gcr.io/akvo-lumen/rsr-statsd-to-prometheus:5c264903c40bfe44876455015dcb25b2817fbbc0 09:47:16 - 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]  7fffbf362cff: Preparing   b928271d4332: Preparing   10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  d368daf8d4c8: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  f9dedeef8c1d: Waiting  eeadf70c7437: Waiting  06745db1e789: Waiting  dbaf73d9a785: Waiting  7fffbf362cff: Pushing 512B  7fffbf362cff: Pushing 5.12kB  732d7fdeaf75: Layer already exists  b928271d4332: Pushing 361.4kB/36.06MB  fef18942c1ab: Layer already exists  10180d997df2: Layer already exists  f9dedeef8c1d: Layer already exists  b928271d4332: Pushing 2.233MB/36.06MB  eeadf70c7437: Layer already exists  06745db1e789: Layer already exists  dbaf73d9a785: Layer already exists  b928271d4332: Pushing 4.071MB/36.06MB  b216e2f7e366: Layer already exists  d368daf8d4c8: Layer already exists  15e75ac4cd61: Layer already exists  b65d30014aa7: Layer already exists  b6d8f557ceb3: Layer already exists  ea9370fbf8d0: Layer already exists  b928271d4332: Pushing 6.333MB/36.06MB  a10c79771e86: Layer already exists  3f4c8c89729b: Layer already exists  5c813a85f7f0: Layer already exists  b928271d4332: Pushing 7.513MB/36.06MB  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  ce8168f12337: Layer already exists  b928271d4332: Pushing 9.085MB/36.06MB  b928271d4332: Pushing 10.66MB/36.06MB  b928271d4332: Pushing 12.23MB/36.06MB  b928271d4332: Pushing 13.41MB/36.06MB  7fffbf362cff: Pushed  b928271d4332: Pushing 14.98MB/36.06MB  b928271d4332: Pushing 16.56MB/36.06MB  b928271d4332: Pushing 18.13MB/36.06MB  b928271d4332: Pushing 19.65MB/36.06MB  b928271d4332: Pushing 23.01MB/36.06MB  b928271d4332: Pushing 25.93MB/36.06MB  b928271d4332: Pushing 28.56MB/36.06MB  b928271d4332: Pushing 31.52MB/36.06MB  b928271d4332: Pushing 33.74MB/36.06MB  b928271d4332: Pushing 36.31MB  b928271d4332: Pushing 38.67MB  b928271d4332: Pushed 5c264903c40bfe44876455015dcb25b2817fbbc0: digest: sha256:1016b8ca1b59bda479be517924fa2f5a79c5f4e5c9e4c762495e33a7e2eeff1d size: 4719 The push refers to repository [eu.gcr.io/akvo-lumen/rsr-nginx]  85c143978d5a: Preparing   a6bd41331219: Preparing   77a9803edad3: Preparing   f41421719bf6: Preparing   8904a4b15fd6: Preparing   81fa50eab1ff: Preparing   944f0dee0df0: Preparing   9e3d718ef62d: Preparing   a5a4d199dcd6: Preparing   6f23cf4d16de: Preparing   531743b7098c: Preparing  944f0dee0df0: Waiting  81fa50eab1ff: Waiting  a5a4d199dcd6: Waiting  6f23cf4d16de: Waiting  531743b7098c: Waiting  f41421719bf6: Pushing 139.1kB/13.28MB  8904a4b15fd6: Pushing 512B  8904a4b15fd6: Pushing 4.096kB  85c143978d5a: Pushing 512B/1.877kB  85c143978d5a: Pushing 3.584kB  77a9803edad3: Pushing 194.6kB/17.8MB  a6bd41331219: Pushing 212.5kB/19.87MB  f41421719bf6: Pushing 992.1kB/13.28MB  77a9803edad3: Pushing 1.767MB/17.8MB  a6bd41331219: Pushing 2.965MB/19.87MB  77a9803edad3: Pushing 4.72MB/17.8MB  f41421719bf6: Pushing 1.142MB/13.28MB  a6bd41331219: Pushing 5.715MB/19.87MB  77a9803edad3: Pushing 5.899MB/17.8MB  a6bd41331219: Pushing 7.321MB/19.87MB  f41421719bf6: Pushing 1.851MB/13.28MB  77a9803edad3: Pushing 7.276MB/17.8MB  a6bd41331219: Pushing 8.926MB/19.87MB  f41421719bf6: Pushing 2.321MB/13.28MB  77a9803edad3: Pushing 8.455MB/17.8MB  a6bd41331219: Pushing 10.53MB/19.87MB  f41421719bf6: Pushing 2.909MB/13.28MB  77a9803edad3: Pushing 10.22MB/17.8MB  a6bd41331219: Pushing 13.51MB/19.87MB  f41421719bf6: Pushing 4.187MB/13.28MB  77a9803edad3: Pushing 11.8MB/17.8MB  a6bd41331219: Pushing 16.5MB/19.87MB  f41421719bf6: Pushing 5.126MB/13.28MB  77a9803edad3: Pushing 14.35MB/17.8MB  a6bd41331219: Pushing 19.69MB/19.87MB  a6bd41331219: Pushing 19.88MB  f41421719bf6: Pushing 6.352MB/13.28MB  77a9803edad3: Pushing 17.5MB/17.8MB  77a9803edad3: Pushing 17.82MB  f41421719bf6: Pushing 8.48MB/13.28MB  f41421719bf6: Pushing 11.41MB/13.28MB  f41421719bf6: Pushing 13.94MB  85c143978d5a: Pushed  8904a4b15fd6: Pushed  81fa50eab1ff: Pushing 512B  81fa50eab1ff: Pushing 4.096kB  944f0dee0df0: Pushing 512B/2.854kB  944f0dee0df0: Pushing 6.656kB  a6bd41331219: Pushed  9e3d718ef62d: Pushing 512B/4.373kB  9e3d718ef62d: Pushing 7.68kB  77a9803edad3: Pushed  a5a4d199dcd6: Pushing 512B/1.951kB  a5a4d199dcd6: Pushing 4.608kB  f41421719bf6: Pushed  944f0dee0df0: Pushed  81fa50eab1ff: Pushed  531743b7098c: Layer already exists  6f23cf4d16de: Layer already exists  a5a4d199dcd6: Pushed  9e3d718ef62d: Pushed 5c264903c40bfe44876455015dcb25b2817fbbc0: digest: sha256:eefe75ed9ea39a85fd883d93a66d6411031c62f164a98e64c89d4e7be83d1e33 size: 2616 The push refers to repository [eu.gcr.io/akvo-lumen/rsr-statsd-to-prometheus]  b27176b66758: Preparing   5f70bf18a086: Preparing  5f70bf18a086: Preparing   e00996135533: Preparing  5f70bf18a086: Preparing   1692ded805c8: Preparing  5f70bf18a086: Preparing   6a749002dd6a: Preparing  5f70bf18a086: Layer already exists  b27176b66758: Pushing 512B  b27176b66758: Pushing 3.072kB  1692ded805c8: Layer already exists  e00996135533: Layer already exists  6a749002dd6a: Layer already exists  b27176b66758: Pushed 5c264903c40bfe44876455015dcb25b2817fbbc0: digest: sha256:caedb3c93cc2d7b1c477b7e3ddfe481e7fc05731ebfc7f43759a72b4b9b5616b size: 1979 W0914 09:47:33.729733 24624 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke configmap/akvo-rsr unchanged W0914 09:47:34.656843 24668 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke deployment.apps/rsr-memcached configured service/rsr-memcached unchanged W0914 09:47:35.039807 24672 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke persistentvolumeclaim/rsr-media-disk unchanged W0914 09:47:35.318552 24695 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke service/rsr unchanged W0914 09:47:35.589477 24699 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke deployment.apps/rsr configured W0914 09:47:35.914745 24704 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke configmap/rsr-dashboard unchanged 09:47:36 - BUILD INFO - Waiting for k8s to finish W0914 09:47:36.219121 24731 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke W0914 09:47:36.454090 24735 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke Waiting for the containers to be ready W0914 09:47:46.647844 24923 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke W0914 09:47:47.014208 24928 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke Waiting for the containers to be ready W0914 09:47:57.261058 25136 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke W0914 09:47:57.524482 25140 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke Waiting for the containers to be ready W0914 09:48:07.897882 25429 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke W0914 09:48:08.139969 25434 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke Waiting for the containers to be ready W0914 09:48:18.366300 25622 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke W0914 09:48:18.577641 25644 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke Waiting for the containers to be ready W0914 09:48:28.853052 25832 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke W0914 09:48:29.049621 25836 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke Waiting for the containers to be ready W0914 09:48:39.417875 26023 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke W0914 09:48:39.807190 26045 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke Waiting for the containers to be ready W0914 09:48:50.009382 26232 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke W0914 09:48:50.211849 26236 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke Waiting for the containers to be ready W0914 09:49:00.406123 26425 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke W0914 09:49:00.704775 26430 gcp.go:119] WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead. To learn more, consult https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke all good! Exporting environment variables Exporting SEMAPHORE_JOB_RESULT pushd akvo/rsr/front-end ~/akvo-rsr/akvo/rsr/front-end ~/akvo-rsr cache store client-fe-npm-deps-$(checksum package.json) ./node_modules Key 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc' already exists. popd ~/akvo-rsr