{% extends 'base.html.twig' %} {% block title %}{{companyName}} | {% trans %}Accueil{% endtrans %}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {{ parent() }}
Prix max par nuité


Notiriété:
Promotions

Conditions de réservations

Les équipements

{{ result|length }} offre(e)s pour {{ interval }} nuitée(s)
{% set buildingLenght=result|length %} {% if buildingLenght !=1 %} {% set list=1 %} {% for k in range(0, buildingLenght, showItem) %}
{% for room in result|slice(k,k+showItem) %}
    {% if room.picture is not empty %}
  • {% endif %} {% if room.picture1 is not empty %}
  • {% endif %} {% if room.picture2 is not empty %}
  • {% endif %}
{{ room.roomType.type }} #{{ room.code }}
{{ room.building.designation }}

{% for i in 0.. room.building.options.notiriety %} {%endfor %}

Situé à {{ room.building.address.location }}

{{ room.building.description }}

{% if room.options is not null %}
{% if room.options.clim == true %} {% endif %} {% if room.options.toilet == true %} {% endif %} {% if room.options.roomService == true %} {% endif %} {% if room.options.availablePhone == true %} {% endif %} {% if room.options.television == true %} {% endif %} {% if room.options.fan == true %} {% endif %}
{% endif %}
{%endfor %}
{% set list=list+1 %} {%endfor %} {% else %} {% for room in result %}
{% set list=1 %}
    {% if room.picture is not empty %}
  • {% endif %} {% if room.picture1 is not empty %}
  • {% endif %} {% if room.picture2 is not empty %}
  • {% endif %}
{{ room.roomType.type }} #{{ room.code }}
{{ room.building.designation }}

{% for i in 0.. room.building.options.notiriety %} {%endfor %}

Situé à {{ room.building.address.location }}

{{ room.building.description }}

{% if room.options is not null %}
{% if room.options.clim == true %} {% endif %} {% if room.options.toilet == true %} {% endif %} {% if room.options.roomService == true %} {% endif %} {% if room.options.availablePhone == true %} {% endif %} {% if room.options.television == true %} {% endif %} {% if room.options.fan == true %} {% endif %}
{% endif %}
{%endfor %} {% endif %}
{% set lastPage = result|length/showItem + buildingLenght%showItem %} {% set currentPage = 1 %} {% set showAlwaysFirstAndLast = true %} {% set currentFilters = {} %} {% if lastPage > 1 %} {# the number of first and last pages to be displayed #} {% set extremePagesLimit = 5 %} {# the number of pages that are displayed around the active page #} {% set nearbyPagesLimit = 5 %} {% set j = currentPage - nearbyPagesLimit %}
    {% if currentPage > 1 %}
  • {% for i in range(1, extremePagesLimit) %} {% if ( i < currentPage - nearbyPagesLimit ) %} {% endif %} {% endfor %} {% if extremePagesLimit + 1 < currentPage - nearbyPagesLimit %} ... {% endif %} {% for i in range(currentPage-nearbyPagesLimit, currentPage-1) %} {% if ( i > 0 ) %} {% endif %} {% endfor %} {% elseif showAlwaysFirstAndLast %}
  • {% endif %} ... {% if currentPage < lastPage %} {% for i in range(currentPage+1, currentPage + nearbyPagesLimit) %} {% if ( i <= lastPage ) %} ... {% endif %} {% endfor %} {% if (lastPage - extremePagesLimit) > (currentPage + nearbyPagesLimit) %} {% for j in currentPage + nearbyPagesLimit+1 .. lastPage - extremePagesLimit %} ... {% endfor %} ... {% endif %} ... {% for i in range(lastPage - extremePagesLimit+1, lastPage)%} {% if ( i > currentPage + nearbyPagesLimit ) %} ... {% endif %} {% endfor %} {% elseif showAlwaysFirstAndLast %} {% endif %}
{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}