Participant
Round
Current Condition
Full Sequence
{{ for row in rows }} {{ if row.current_condition == 'mast' }}
{{ endif }} {{ if row.current_condition == 'control' }}
{{ endif }} {{ if row.current_condition != 'mast' and row.current_condition != 'control' }}
{{ endif }}
{{ row.participant }}
{{ row.current_round }}
{{ row.current_condition }}
{{ row.full_sequence }}
{{ endfor }}