{% extends 'base_public.html.twig' %} {% block title %}{{ ficheOutil.titre }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}
{% if ficheOutil.type.value == 'standard' %}
{% endif %}

{{ ficheOutil.titre }}

{% if ficheOutil.type.value == 'fichier' and ficheOutil.url %}
{{ ficheOutil.originalFilename|default('Fichier joint') }}
{{ ficheOutil.originalFilename|file_type_label }} {% if ficheOutil.fileSize %} • {{ ficheOutil.fileSize|file_size(2) }} {% else %} {% if ficheOutil.url and file_exists(ficheOutil.url) %} • {{ ficheOutil.url|file_size(2) }} {% endif %} {% endif %} {% if ficheOutil.uploadedAt %} • Ajouté le {{ ficheOutil.uploadedAt|date('d/m/Y à H:i') }} {% endif %}
Télécharger le fichier {% if ficheOutil.description %}
{{ ficheOutil.description|raw }}
{% endif %}
{% elseif ficheOutil.type.value == 'url' and ficheOutil.url %}
Lien externe

Cette fiche outil vous redirige vers un site externe :

Accéder au site
{% if ficheOutil.description %}
{{ ficheOutil.description|raw }}
{% endif %}
{% else %}
{% if ficheOutil.icone1 %} {% else %} {% endif %}
{{ ficheOutil.question|e('html')|nl2br }}
{{ ficheOutil.reponse|e('html')|nl2br }}
{% if ficheOutil.icone2 %} {% else %} {% endif %}
{% endif %} {% if ficheOutil.informationsComplementairesType != 'aucun' %}

Où trouver des informations complémentaires ?

{{ ficheOutil.informationsComplementairesContenu|clickable_urls|nl2br|raw }}

{% endif %} {% if ficheOutil.facturationType != 'aucun' %}

Facturation :

{{ ficheOutil.facturationContenu|clickable_urls|nl2br|raw }}

{% endif %} {% if ficheOutil.definitionType != 'aucun' %}

Définition :

{{ ficheOutil.definitionContenu|clickable_urls|nl2br|raw }}

{% endif %} {% if ficheOutil.type.value == 'standard' %}
{% endif %}
{% endblock %}