{% for miss_name in context.components.missing_tabs %} {% if loop.index == 1 %} {% else %} {% endif %} {% endfor %}
{% for plot in context.components.missing[1] %} {% if loop.index == 1 %}
{{ plot }}
{% else %}
{{ plot }}
{% endif %} {% endfor %}