{% extends 'partials/base.html.twig' %}
{% block content %}
{% set t = grav.uri.param('title') %}
{% set type = grav.uri.param('type') %}
{% include 'partials/head.html.twig' %}
{% if type and type =="doc"%}
{% set c = "select" %}
{% else %}
{% set c = " " %}
{% endif %}
Documents
{% if type and type == "video"%}
{% set c = "select" %}
{% else %}
{% set c = " " %}
{% endif %}
{% if lang == "fr" %}
Vidéos
{% else %}
Videos
{% endif %}
{% if type and type =="images"%}
{% set c = "select" %}
{% else %}
{% set c = " " %}
{% endif %}
{% if lang == "fr" %}
Photos
{% else %}
Pictures
{% endif %}
{% if type and type =="pod"%}
{% set c = "select" %}
{% else %}
{% set c = " " %}
{% endif %}
{% if lang == "fr" %}
Podcasts
{% else %}
Podcasts
{% endif %}
{% if type and type =="newsletter"%}
{% set c = "select" %}
{% else %}
{% set c = " " %}
{% endif %}
{% if lang == "fr" %}
Newsletter
{% else %}
Newsletter
{% endif %}
{% if type and type =="media"%}
{% set c = "select" %}
{% else %}
{% set c = " " %}
{% endif %}
{% if lang == "fr" %}
TLP dans les médias
{% else %}
TLP in the media
{% endif %}
{% if lang == "fr" %}
{% set arr = {
rapports : "Rapports de recherche",
admin : "Rapports d’activités et administratifs",
digital : "Outils numériques",
com: "Communiqués et tribunes"
} %}
{% else %}
{% set arr = {
rapports : "Research reports",
admin : "Activity and administrative reports",
digital : "Digital tools",
com: "Press releases and tribunes",
} %}
{% endif %}