{% extends "partials/conteneur.html" %} {% block body %}

Ensemble des données sur le pays {{sous_titre}}


Identifiant Factbook : {{donnees.id}}

Type de pays : {{donnees.type}}

Description succincte : {{donnees.Introduction}}

Continent(s) : {% if donnees.maps %}

{%endif%}

Total : {{donnees.areas[0].total}}, divisé en

  • Terre : {% if donnees.areas[0].land %}{{donnees.areas[0].land}}{% else %} 0 sq km {% endif %}
  • Eau : {% if donnees.areas[0].water %}{{donnees.areas[0].water}}{% else %} 0 sq km {% endif %}

{%if donnees.areas[0].note %}

Note : {{donnees.areas[0].note}}

{%endif%}

Ordre de grandeur : {{donnees.areas[0].area_comparative}}

Longueur : {% if donnees.boundaries[0].total %} {{donnees.boundaries[0].total}}{% else %} 0 km {% endif %}

{%if donnees.boundaries[0].border_countries %}

Pays frontaliers : {{donnees.boundaries[0].border_countries}}

{%endif%}

Point le plus haut : {% if donnees.elevations[0].highest_point %} {{donnees.elevations[0].highest_point}}{% else %} Inconnu {% endif %}

Point le plus bas : {% if donnees.elevations[0].lowest_point %} {{donnees.elevations[0].lowest_point}}{% else %} Inconnu {% endif %}

Altitude moyenne : {% if donnees.elevations[0].mean_elevation %} {{donnees.elevations[0].mean_elevation}}{% else %} Inconnue {% endif %}

{%if donnees.elevations[0].note %}

Note : {{donnees.elevations[0].note}}

{%endif%}
{%if donnees.geographies[0].location %}

Situation : {{donnees.geographies[0].location}}

{%endif%} {%if donnees.geographies[0].coordinates %}

Coordonnées : {{donnees.geographies[0].coordinates}}

{%endif%} {%if donnees.geographies[0].coastline %}

Côte maritime : {{donnees.geographies[0].coastline}}

{%endif%} {%if donnees.geographies[0].climate %}

Climat : {{donnees.geographies[0].climate}}

{%endif%} {%if donnees.geographies[0].terrain %}

Nature de terrains : {{donnees.geographies[0].terrain}}

{%endif%} {%if donnees.geographies[0].irrigated_land %}

Terres irriguées : {{donnees.geographies[0].irrigated_land}}

{%endif%} {%if donnees.geographies[0].fresh_water_lakes %}

Lacs d'eau douce : {{donnees.geographies[0].fresh_water_lakes}}

{%endif%} {%if donnees.geographies[0].salted_water_lakes %}

Lacs d'eau salée : {{donnees.geographies[0].salted_water_lakes}}

{%endif%} {%if donnees.geographies[0].major_rivers %}

Fleuves et rivières principaux : {{donnees.geographies[0].major_rivers}}

{%endif%} {%if donnees.geographies[0].major_watersheds %}

Bassins htdrographiques principaux : {{donnees.geographies[0].major_watersheds}}

{%endif%} {%if donnees.geographies[0].major_aquifers %}

Principaux aquifères : {{donnees.geographies[0].major_aquifers}}

{%endif%} {%if donnees.geographies[0].population_distribution %}

Répartition de la population : {{donnees.geographies[0].population_distribution}}

{%endif%} {%if donnees.geographies[0].natural_hazards %}

Risques naturels : {{donnees.geographies[0].natural_hazards}}

{%endif%} {%if donnees.geographies[0].note %}

Note : {{donnees.geographies[0].geography_note}}

{%endif%}
{%if donnees.landuses[0].agricultural_land %}

Terres agricoles : {{donnees.landuses[0].agricultural_land }}

{%endif%} {%if donnees.landuses[0].arable_land %}

Terres arables : {{donnees.landuses[0].arable_land }}

{%endif%} {%if donnees.landuses[0].permanent_crops %}

Cultures permanentes : {{donnees.landuses[0].permanent_crops }}

{%endif%} {%if donnees.landuses[0].permanent_pasture %}

Pâtures permanentes : {{donnees.landuses[0].permanent_pasture }}

{%endif%} {%if donnees.landuses[0].forest %}

Forêts : {{donnees.landuses[0].forest }}

{%endif%} {%if donnees.landuses[0].other %}

Autres : {{donnees.landuses[0].other }}

{%endif%}

Ressource(s) : {% if donnees.resources %}

    {%for res in donnees.resources%}
  • {{res.name}} ({{res.id}})
  • {%endfor%}
{%endif%}

{% endblock %}