{% extends "base3.html" %} {% block content %}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}

Hey!

Welcome to the IoT Data Trading Survey platform. shortly you will be participating in survey about how willing you would be to sell your data and at what cost.


First, we are going to ask you to fill out some data about yourselves.

{% include "study/info_form_base.html" %}
{% endblock %}