{% extends 'base.html' %} {% load static %} {% load i18n %} {% block intro %}

{% trans "Access the Data" %}

{% blocktrans %} Your data belongs to you! If you want to get a transcript with your past responses to the survey, click here! You will be redirected to our Open Humans server which stores your data securely. {% endblocktrans %}

{% endblock intro %} {% block main %}

{% blocktrans %} As the survey just launched, we are waiting a few days to gain enough data points to show you the trends! Come back later and see what’s happening around you! {% endblocktrans %}

{% endblock main %}