{% extends "layout.html" %} {% block content %}
Back

{{ survey["title"] }}

Graphs

{% if not graphs %}

No graphs yet! Click here to add your first graph.

{% else %}
{% for graph in graphs %} {% endfor %}

Add new graph

{% endif %}

Statistical tests

{% if not tests %}

No tests yet! Click here to add your first statistical test.

{% else %} {% for test in tests %}
{{ test["title"] }}
{% endfor %}

Add new tests

{% endif %}
{% endblock content %}