+ {% for item in timeline %}
+
+
Pergunta: {{ item.prompt }}
+ {% if item.sql %}
{% endif %}
+
+ {% if item.chart %}
+
+ Barras
+ Linhas
+ Pizza
+ {% if item.table %}
+ Mostrar/ocultar Tabela
+ {% endif %}
+
+
+
+
+
+
+
+ {% endif %}
+
+ {% if item.table %}
+
+
+ {% for h in item.table.headers %}| {{ h }} | {% endfor %}
+
+ {% for r in item.table.rows %}
+ {% for c in r %}| {{ c }} | {% endfor %}
+ {% endfor %}
+
+
+
+ {% endif %}
+
+ {% endfor %}
+
+
+