{% extends 'FrontofficeFr/base.html.twig' %} {% block activeCell %}main-menu-active{% endblock %} {% block titre %}Organe administratif{% endblock %} {% block body %}

Organe administratif

FÉDÉRATION DES CHAMBRES DES PÊCHES MARITIMES - ORGANE ADMINISTRATIF

{% for b in membre %} {% if b.poste == 1 %}
{{b.posteNom}}
{{b.civilite}} {{b.nom}} {{b.prenom}}
{% endif %} {% endfor %}
{% for b in membre %} {% if b.poste == 2 %}
{{b.posteNom}}
{{b.civilite}} {{b.nom}} {{b.prenom}}
{% endif %} {% endfor %}
{% for b in membre %} {% if b.poste == 3 %}
{{b.posteNom}}
{{b.civilite}} {{b.nom}} {{b.prenom}}
{% endif %} {% endfor %}
{% for b in membre %} {% if b.poste == 4 %}
{{b.posteNom}}
{{b.civilite}} {{b.nom}} {{b.prenom}}
{% endif %} {% endfor %}
{% for b in membre %} {% if b.poste == 5 %}
{{ b.posteNom}}
{{b.civilite}} {{b.nom}} {{b.prenom}}
{% endif %} {% endfor %}
Service des Affaires administratives, Financières et Juridiques
{% for b in membre %} {% if b.poste == 3 %}
{{b.civilite}} {{b.nom}} {{b.prenom}}
{% endif %} {% endfor %}
Service des Informations, de la Formation et de la Communication
{% for b in membre %} {% if b.poste == 4 %}
{{b.civilite}} {{b.nom}} {{b.prenom}}
{% endif %} {% endfor %}
L'intérêt de la coopération, de la communication et de la coordination avec les professionnels et les chambres
{% for b in membre %} {% if b.poste == 5 %}
{{b.civilite}} {{b.nom}} {{b.prenom}}
{% endif %} {% endfor %}
{% endblock %}