{% for label, plots in vector_plots_locations.items() %}
{% set col_count = 12 // k_vector %}
{% for location in plots %}
{% endfor %}
{% endfor %}
{% for label, distributions in word_distribution_plots.items() %}
{% set col_count = 12 // k_word %}
{% for location in distributions %}
{% endfor %}
{% endfor %}
{% for generator in generators %}
{% if generator.prompts|length > 0 %}
{{ render_json(generator.prompts) }}
{% endif %}
{% endfor %}
{% for converter in converters %}
{% if converter.prompts|length > 0 %}
{{ render_json(converter.prompts) }}
{% endif %}
{% endfor %}