{% extends "base.html" %} {% block content %}
{% if graph %}

{% if text is string %} {{ text }} {% else %} {% for item in text %} {{ item }}
{% endfor %} {% endif %}

{% endif %}



{% endblock %}