{% extends "base_template.html" %} {% block title %}{{ _('Accueil') }}{% endblock %} {% block content %}
{% for section in sections %} {% if section.catalog %}

{{ section.title }}

{% if section.description %}

{{ section.description | safe }}

{% endif %}
{% elif section.err %}

{{ section.title }}

{% if section.description %}

{{ section.description | safe }}

{% endif %}
{% endif %} {% endfor %}

{{ _('Schéma à la carte') }}

{{ _("Indiquez ici l'URL d'un schéma que vous souhaitez utiliser pour valider un fichier.") }}

{{ _('Le schéma doit être au format') }} Table Schema.
{% for section in sections %} {% if section.links %}

{{ section.title }}

{% if section.description %}

{{ section.description }}

{% endif %}
{% for item in section.links %}

{{ item.title }}

{{ item.description }}

{{ _('Utiliser') }}
{% endfor %}
{% endif %} {% endfor %} {% block page_scripts %} {% endblock %}
{% endblock %}