{#
{{ ds.icon|safe }}
#}

{{ meta_data.participant_id }} |

{% if 'age' in meta_data %}

Age: {{ meta_data.age }}

{% endif %} {% if 'sex' in meta_data %}

Sex: {{ meta_data.sex }}

{% endif %}
Details (expand)
{% for key, value in meta_data.items() %} {% if key not in ['participant_id', 'age','sex'] %} {% if value %}

{{ key.replace('_',' ')|capitalize }}

{% if value is string %}

{{ value }}

{% elif value is mapping %} {% for k,v in value.items() %}
  • {{ k }}) {{ v }}
  • {% endfor %} {% elif value is iterable %} {% for v in value %}
  • {{ v }}
  • {% endfor %} {% else %}

    {{ value }}

    {% endif %}
    {% endif %} {% endif %} {% endfor %}

    Sessions:

    Scans:

    Result loading...