{%- if page.training %} {%- assign actual_training = nil %} {%- for training in page.training %} {%- if training.name %} {%- assign actual_training = 1 %} {%- endif %} {%- endfor %} {%- endif %} {%- if page.faircookbook %} {%- assign actual_faircookbook = nil %} {%- for recipe in page.faircookbook %} {%- if recipe.name %} {%- assign actual_faircookbook = 1 %} {%- endif %} {%- endfor %} {%- endif %} {%- if page.fairsharing %} {%- assign actual_fairsharing = nil %} {%- for standard in page.fairsharing %} {%- if standard.name %} {%- assign actual_fairsharing = 1 %} {%- endif %} {%- endfor %} {%- endif %} {%- if page.dsw %} {%- assign actual_dsw = nil %} {%- for question in page.dsw %} {%- if question.name %} {%- assign actual_dsw = 1 %} {%- endif %} {%- endfor %} {%- endif %} {%- if page.rdmkit %} {%- assign actual_rdmkit = nil %} {%- for rdmdoc in page.rdmkit %} {%- if rdmdoc.name %} {%- assign actual_rdmkit = 1 %} {%- endif %} {%- endfor %} {%- endif %} {%- if actual_training or actual_faircookbook or actual_fairsharing or actual_dsw or actual_rdmkit %}

More information

{%- if actual_training %}
{%- endif %} {%- if actual_faircookbook or actual_fairsharing or actual_dsw or actual_rdmkit %}
Links to other ELIXIR resources
{%- if actual_faircookbook %} {%- for recipe in page.faircookbook %}
FAIRCookbook logo
Step-by-step process for: {{recipe.name}}
{%- endfor %} {%- endif %} {%- if actual_dsw %} {%- for question in page.dsw %}
DSW logo
Support for DMP on: {{question.name}}
{%- endfor %} {%- endif %} {%- if actual_fairsharing %} {%- for standard in page.fairsharing %}
FAIRsharing logo
FAIRsharing collection about: {{standard.name}}
{%- endfor %} {%- endif %} {%- if actual_rdmkit %} {%- for rdmdoc in page.rdmkit %}
RDMkit logo
Data management guidelines on: {{rdmdoc.name}}
{%- endfor %} {%- endif %}
{%- endif %}
{%- endif %}