🖼️ Vista previa de gráficos

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

No hay gráficos disponibles.

{% endif %}