|
{{ hotel.nom }}
|
{% if hotel.nombreEtoiles %}
{% for i in 1..(hotel.nombreEtoiles) %}
{% endfor %}
{% else %}
NC
{% endif %}
|
{% if hotel.adresse %}{{ hotel.adresse.departement }}{% else %}---{% endif %} |
{% if hotel.lastProspection %}{{ hotel.lastProspection.statut }}{% else %}---{% endif %} |
|
{% endfor %}