{% cache cache_duration, 'participez', g.lang_code|default(config.DEFAULT_LANGUAGE)|string %} {% include theme("participez/participez.html") %} {% endcache %}
{% cache cache_duration, 'footer-top', g.lang_code|default(config.DEFAULT_LANGUAGE)|string,'-'.join((package_version('udata'), package_version('udata-front'))) %}

{{ _('The Open Data') }}

    {% for item in nav.gouvfr_opendata %}
  • {{ item.label }}
  • {% endfor %}

{{ _('Support') }}

    {% for item in nav.gouvfr_support %}
  • {{ item.label }}
  • {% endfor %}

{{ _('Social networks') }}

  • {% include theme('svg/socials/twitter.svg') %}
  • {% include theme('svg/socials/linkedin.svg') %}
  • {% include theme('svg/socials/github.svg') %}
  • RSS
  • {{ _('Newsletter') }}
{% include theme('svg/logo-etalab.svg') %}
  • {{ _('A DINUM department') }}
  • numerique.gouv.fr
  • {{ _('Open-source engine: udata ({version})').format( version=package_version('udata') ) }}
  • {{ _('udata theme extension: udata-front ({version})').format( version=package_version('udata-front') ) }}
{% endcache %}
{% cache cache_duration, 'footer-brand-and-links', g.lang_code|default(config.DEFAULT_LANGUAGE)|string %}

république
française

    {% for item in nav.gouvfr_network %}
  • {{ item.label }}
  • {% endfor %}
{% endcache %}
    {% for code, name in config['LANGUAGES'].items() %}
  • {{code|upper}} - {{name}}
  • {% endfor %}
{% cache cache_duration, 'footer-bottom', g.lang_code|default(config.DEFAULT_LANGUAGE)|string %}
    {% for item in nav.gouvfr_footer %}
  • {{ item.label }}
  • {% endfor %}

{{ _("Unless otherwise stated, all content of this site is availabe under Open Licence 2.0").format( lo_url='https://github.com/etalab/licence-ouverte/blob/master/LO.md#licence-ouverte-20open-licence-20' ) }}

{% endcache %}