{% for col in row.cols %}
{% if col.graph and col.graph.source %} {% if layout.type == "index" %}
{% if col.graph.config_dict.inspect %} {{ col.graph.source }} {% else %} {{ col.graph.source }} {% endif %}
{% endif %} {% elif col.text %} {% elif col.plugin %} {% else %}
{% endif %}
{% endfor %}