{{ block title }}
{{if second_time}}
Description of the team task in Part II of the experiment
{{else}}
Description of the team task
{{endif}}
{{ endblock }}
{{ block content }}
{{if second_time}}
{{ include C.WB_INTRO_2}}
{{else }}
{{ include C.WB_INTRO_1}}
{{endif}}
{{ endblock }}