{% extends 'base.html' %} {% load static %} {% block title %}{{ single_property.property_name }} - {{ single_property.location }} | Propiedades en Cartagena{% endblock %} {% block meta %} {% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ single_property.location }} • Cartagena

{{ single_property.property_name }}

{% if single_property.purpose == 'rent' %} Propiedad en arriendo en una ubicación privilegiada de Cartagena {% else %} Propiedad en venta en una ubicación privilegiada de Cartagena {% endif %}

{{ single_property.bedrooms }} Habitaciones
{{ single_property.bathrooms }} Baños
{{ single_property.area }} m²
{% if single_property.video_url or single_property.maps_url %}
{% if single_property.video_url %}
{% endif %} {% if single_property.maps_url %}
{% endif %}
{% endif %} {% if single_property.description %}

Descripción de la Propiedad

{{ single_property.description }}

{% endif %}

Información General

Ubicación
{{ single_property.address }}
Área
{{ single_property.area }} m²
Habitaciones
{{ single_property.bedrooms }}
Baños
{{ single_property.bathrooms }}
{% if single_property.floor %}
Piso
{{ single_property.floor }}
{% endif %}
Estado
{% if single_property.is_furnished %}Amoblado{% else %}Sin amoblar{% endif %}
{% if single_property.features or single_property.services %}

Características y Servicios

{% for feature in single_property.get_features_display %}
{{ feature }}
{% endfor %} {% for service in single_property.get_services_display %}
{{ service }}
{% endfor %}
{% endif %} {% if single_property.rules %}

Reglas y Políticas

{% for rule in single_property.get_rules_display %}
{{ rule }}
{% endfor %}
{% endif %}

¿Esta es tu propiedad ideal?

{% if single_property.purpose == 'rent' %} Inicia el proceso de arrendamiento ahora mismo. Te acompañamos en cada paso. {% else %} Da el primer paso hacia tu nueva propiedad. Estamos aquí para ayudarte. {% endif %}

Asesoría personalizada
Respuesta inmediata
Proceso transparente
{% endblock %} {% block extra_js %} {% endblock %}