{% extends 'FrontofficeFr/base.html.twig' %} {% block activeHome %}main-menu-active{% endblock %} {% block titre %}Fédération des chambres des pêches maritimes{% endblock %} {% block body %}
{% set index = 0 %} {% for a in actualites %} {% set type = a.type == "FCPM" ? "Actualités_de_la_Fédération" : "Actualités_Nationales_et_Internationales" %} {% set codeType = a.type == "FCPM" ? 2 : 1 %}

{{ a.titreFr|length > 100 ? a.titreFr|slice(0, 100) ~ '...' : a.titreFr }}

{% if a.imgPrincipal != '' %} {% else %} {% endif %}
{# {{ a.titreFr|length > 100 ? a.titreFr|slice(0, 100) ~ '...' : a.titreFr }} #}
{% set index = index + 1 %} {% endfor %}
{% if actualites|length == 0 %}

Aucune actualité pour le moment

{% endif %}
DERNIÈRES ARTICLES

DERNIÈRES ACTUALITÉS

ESPACE MÉDIA
{% if Galerie|length > 0 %}
{% else %}
Aucune image ou vidéo disponible.
{% endif %}
LES TYPES DE PÊCHE MARITIME
{% for s in slider %}

{{ s.titreFr }}

{% if s.url != "" %} Voir plus {% endif %}
{% set index = index+1 %} {% endfor %}
{% for stat in dataStat %} {% if stat.detailOrder == 1 %} {% set icon = asset("assets/Backoffice/images/canne-a-peche.png") %} {% elseif stat.detailOrder == 2 %} {% set icon = asset("assets/Backoffice/images/bateau-de-peche.png") %} {% elseif stat.detailOrder == 3 %} {% set icon = asset("assets/Backoffice/images/bateau-de-haut.png") %} {% elseif stat.detailOrder == 4 %} {% set icon = asset("assets/Backoffice/images/plongeur.png") %} {% else %} {% set icon = '' %} {% endif %}

{{ stat.titreFr }}

{% endfor %}
CARTE DU DÉCOUPAGE TERRITORIAL DES CHAMBRES DE LA PÊCHE MARITIME
MÉTÉO ET EVENEMENTS
{#
#} {#
#} {# Bezpłatny Widget Pogodowy HTML #} {# strony internetowej#} {#
#} {# #} {#
#}
NOS PARTENAIRES
{% endblock %} {% block js %} {% endblock %}