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

{{ _('Open Data') }}

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

{{ _('Platform') }}

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

{{ _('Resources') }}

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

{{ _('Development') }}

  • {{ _("Portal's API") }}
  • {{ _('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

{% include theme('svg/logotype.svg') %}

{{ _("A product of the Direction Interministérielle du Numérique (DINUM).") }}

    {% 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 %}