🖼️ Vista previa de gráficos

{% if graphs and graphs|length > 0 %}
{% for graph in graphs %}
{{ graph.title }}
{% if graph.type == "html" %} {% else %} {% endif %}
{% endfor %}
{% else %}

No hay gráficos disponibles.

{% endif %}