{% load static django_grid_view %}
{% if artifact.spec.title %}

{{ artifact.spec.title }}

{% endif %} {% for block in layout_blocks %} {% if block == "kpis" and artifact.kpis %}
{% elif block == "chart" %} {% for chart in chart_payload %}
{% endfor %} {% elif block == "table" and artifact.table %} {% render_simple_table artifact.table %} {% endif %} {% endfor %}
{% if load_assets %} {% grid_view_bundle %} {% endif %}