{% extends "global/Page.html" %} {% load otree %} {% block title %} Graphs should be here {% endblock %} {% block content %}
{% include 'survey_v3/graph_1.html' %}
{% include 'survey_v3/graph_2.html' %}
{% include 'survey_v3/graph_3.html' %}
{% next_button %} {% endblock %}