Skip to content

Latest commit

 

History

History
103 lines (102 loc) · 5.23 KB

palmares.md

File metadata and controls

103 lines (102 loc) · 5.23 KB
title layout permalink banner_image banner_text
Palmarès
page
/palmares
/media/banners/attestations.jpg
Nos performances aux différents concours
{% assign last_year = nil %} {% for competition in site.data.palmares reversed %} {% assign competition_year = competition.date | date: "%Y" %} {% if competition_year != last_year %} {% assign last_year = competition_year %} {% endif %} {% if competition.type == 'fll' or competition.type == 'openday' %} {% endif %} {% if competition.type == 'roberta' or competition.type == 'robotsju' %} {% endif %} {% for team in competition.teams %} {% if competition.type == 'fll' or competition.type == 'roberta' or competition.type == 'robotsju' or competition.type == 'openday' %} {{ team.scores.robotgame }} {% endif %} {% if competition.type == 'fll' or competition.type == 'openday' %} {{ team.scores.teamwork }} {{ team.scores.robotdesign }} {{ team.scores.research }} {% endif %} {% if competition.type == 'roberta' or competition.type == 'robotsju' %} {{ team.scores.livechallenge }} {% endif %} {% endfor %} {% if competition.notes %} {% endif %} {% endfor %}

{{ competition_year }}

{% if competition.type == 'fll' %} Logo compétition FIRST LEGO League {% elsif competition.type == 'roberta' %} Logo Coupe Roberta {% elsif competition.type == 'robotsju' %} Logo Coupe Robots-JU {% elsif competition.type == 'driveit' %} Logo compétition Drive-it {% elsif competition.type == '24stunden' %} {% elsif competition.type == 'crushtheflag' %} Logo compétition Crush The Flag {% elsif competition.type == 'robopoly' %} Logo compétition Robopoly {% elsif competition.type == 'openday' %} Logo Open Day Robots-JU {% endif %}

{{ competition.title }}

{{ competition.date }}, {{ competition.step }} {{ competition.place }} {% if competition.url %} Classement détaillé {% endif %}

RangRobot-Game {% if competition.teamwork_is_core_values %}Valeurs FLL{% else %}Travail d'équipe{% endif %} {% if competition.robotdesign_is_extra_challenge %}Extra Challenge{% else %}Design du robot{% endif %} Travail de rechercheRobot-Game Live Challenge
{{ team.name }} {% if team.qualified %} {% endif %} {% if team.juryaward %} {% endif %} {% if team.comment %}
{{ team.comment }} {% endif %}
{{ team.rank }}
{% for note in competition.notes %}

{{ note }}

{% endfor %}