{% extends "fr-fr/PageLayout.htm" %} {%- block htmTitlePageLayout %} {%- block htmTitleFishingTripPage %} {% if resultCount == 0 %}aucune sortie de pêche trouvée{% else %}sortie de pêches{% endif %} {%- endblock htmTitleFishingTripPage %} {%- endblock htmTitlePageLayout %} {%- block htmStylesPageLayout %} {{ super() }} {%- block htmStylesFishingTripPage %} {%- endblock htmStylesFishingTripPage %} {%- endblock htmStylesPageLayout %} {%- block htmStylePageLayout %} :root { --site-results-number-of-columns: 4; } {{ super() }} {%- block htmStyleFishingTripPage %} {%- endblock htmStyleFishingTripPage %} {%- endblock htmStylePageLayout %} {%- block htmScriptsPageLayout %} {{ super() }} {%- block htmScriptsFishingTripPage %} {%- endblock htmScriptsFishingTripPage %} {%- endblock htmScriptsPageLayout %} {%- block htmScriptPageLayout %} {%- block htmScriptFishingTripPage %} {%- endblock htmScriptFishingTripPage %} {%- endblock htmScriptPageLayout %} {%- block websocketPageLayout %} {%- block websocketFishingTripPage %} {% if resultCount > 0 %} window.eventBus = new EventBus('/eventbus'); window.eventBus.enableReconnect(true); websocketFishingTrip(websocketFishingTripInner); {% endif %} {%- endblock websocketFishingTripPage %} {%- endblock websocketPageLayout %} {%- block htmUrlFishingTripPage %}{{pageUri}}?q={{query.q}}&rows={% if rows is defined %}{{rows}}{% else %}{{pagination.rows}}{% endif %}&rows={% if start is defined %}{{start}}{% else %}{{pagination.start}}{% endif %}{% for item query.fq %}{% if fq == item %}{% else %}&fq={{fq}}:{{val}}{% endif %}{% endfor %}{% for item in query.sort %}{% if sort == item %}{% else %}&sort={{var}} {{order}}{% endif %}{% endfor %}{%- endblock htmUrlFishingTripPage %} {%- if pageBreadcrumb is not defined %} {%- set pageBreadcrumb %} retourner à toutes sortie de pêches toutes sortie de pêches rechercher sortie de pêches {%- endset pageBreadcrumb %} {%- endif %} {%- block htmBodyStartPageLayout %} {{ super() }} {%- block htmBodyStartFishingTripPage %} {% include fr-fr/rechercher/sortie-de-peche/FishingTripSidebar.htm %} {% if resultCount == 0 %}
retourner à toutes sortie de pêches toutes sortie de pêches aucune sortie de pêche trouvée
{% else %} {% include fr-fr/rechercher/sortie-de-peche/FishingTripSuggestedSearch.htm %}
{% endif %} {% include fr-fr/rechercher/sortie-de-peche/FishingTripSearchForm.htm %} {%- endblock htmBodyStartFishingTripPage %} {%- endblock htmBodyStartPageLayout %} {%- if pageSearchButtons is not defined %} {%- set pageSearchButtons %} {% include fr-fr/rechercher/sortie-de-peche/FishingTripSearchButtons.htm %} {%- endset pageSearchButtons %} {%- endif %} {%- if pageSearchFormButtons is not defined %} {%- set pageSearchFormButtons %} {% include fr-fr/rechercher/sortie-de-peche/FishingTripSearchFormButtons.htm %} {%- endset pageSearchFormButtons %} {%- endif %} {%- block htmBodyMiddlePageLayout %} {%- block htmBodyMiddleFishingTripPage %} {% if resultCount > 0 %} {% endif %} {%- endblock htmBodyMiddleFishingTripPage %} {%- endblock htmBodyMiddlePageLayout %} {%- block htmBodyEndPageLayout %} {%- block htmBodyEndFishingTripPage %} {%- include fr-fr/rechercher/sortie-de-peche/FishingTripLocation.htm %}
{%- endblock htmBodyEndFishingTripPage %} {{ super() }} {%- endblock htmBodyEndPageLayout %}