{% if info_title %}

{{ info_title }}

{% endif %} {% if info_tabs | length > 0 %}
{% for (tab,anchor_id) in info_tabs %}
{% if tab == "Overview" %} {% for key,value in info_basic.items() %} {{key}}: {{value}}
{% endfor %} {% endif %} {% if tab == "Participant Info" %} {% for key,value in info_participant_dict.items() %} {{key}}: {{value}}
{% endfor %} {% endif %} {% if tab == "MEG Info" %} {% if info_meg_list | length > 0 %} {% for v in info_meg_list %} {% endfor %} {% endif %} {% for value in info_meg_list %} {% endfor %}
{{v[0]}}
{{ value[1] }}
{% endif %}
{% endfor %}
{% endif %} {% if caption %}
{{ caption }}
{% endif %}