{% extends "base.html" %} {% load i18n static property_tags %} {% block title %}{{ property.seo_title }}{% endblock %} {% block meta_description %}{{ property.seo_description }}{% endblock %} {% block meta_keywords_tag %}{% endblock %} {% block canonical %}{{ request.build_absolute_uri }}{% endblock %} {% block og_title %}{{ property.seo_title }}{% endblock %} {% block og_description %}{{ property.seo_description }}{% endblock %} {% block og_type %}website{% endblock %} {% block og_image_tag %}{% if property.thumbnail %}{% elif property.cover_photo %}{% endif %}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
📍 {{ property.address }}, {{ property.city }} ({{ property.postal_code }})
{% if property.price_on_request %} {% trans "Prix sur demande" %} {% else %} {{ property.price|price_fr }} {% if property.status == 'rent' %}{% trans "/ mois" %}{% endif %} {% endif %}
{% trans "Aucune photo disponible." %}
{% endif %}{% with ltype=property.environment.location_type %} {% if ltype == 'city' %}🏙 {% trans "Environnement urbain" %} {% elif ltype == 'village' %}🏘 {% trans "Village" %} {% else %}🌿 {% trans "Campagne" %} {% endif %} {% endwith %}
{% if property.environment.description %}{{ property.environment.description }}
{% endif %}