{% extends "registrations/base.html" %} {% load pages %} {% block content %}

Cross triangulaire X-Centrale Supélec-HEC, édition {% if next_edition %}{{ next_edition.date|date:"Y" }} [Inscription]{% else %}{{ last_edition.date|date:"Y" }}{% endif %}

{% if next_edition %} Le prochain cross triangulaire X-Centrale Supélec-HEC aura lieu le {{ next_edition.date|date:"l j F Y" }}, sur le campus de {% if next_edition.location == next_edition.LOCATION_HEC %}HEC à Jouy en Josas{% else %}{% if next_edition.location == next_edition.LOCATION_ECP %}Centrale Supélec à Gif-sur-Yvette{% else %}l'École polytechnique à Palaiseau{% endif %}{% endif %}. (Accès) {% else %} Le dernier cross a eu lieu le {{ last_edition.date|date:"l j F Y" }}. {% endif %}

{% if next_edition %} {% include_page "index_before" %}

Inscriptions

{% include_page "details_inscription" %} {% endif %} {% if last_edition %}

Édition précédente ({{ last_edition.get_location_display }} le {{ last_edition.date|date:"l j F Y" }})

{% include_page "index_after" %} {% endif %} {% endblock %}