{% extends "base.html" %} {% block title %}Dashboard — Casa Hunter FL{% endblock %} {% block content %}

Oportunidades en Costa de Florida

Stuart → Vero Beach → Melbourne → Daytona → St. Augustine → Jacksonville • Hasta $200,000

{{ total }}
Propiedades
{{ favorites }}
Favoritas
$50K
Down Payment
8
Lenders Listos
Mejores Oportunidades
{% if properties %}
{% for p in properties %}
{% if p.image_url %} {% else %}
{% endif %}
{{ p.source }} Score: {{ p.score }}/100

${{ "{:,.0f}".format(p.price) }}

{{ p.address }}

{{ p.city }}{% if p.county %}, {{ p.county }} Co.{% endif %}

{% if p.beds %}{{ p.beds }} hab.{% endif %} {% if p.baths %}{{ p.baths }} baños{% endif %} {% if p.sqft %}{{ p.sqft }} sf{% endif %}
Ver Detalle {% if p.url %} {% endif %}
{% endfor %}
Ver todas las propiedades
{% else %}
No hay propiedades aún

Haz clic en Buscar Ahora para encontrar oportunidades en Florida

{% endif %}
Lenders Recomendados para Tu Perfil
{% for l in top_lenders %}
{{ l.name }}
{{ l.match_score }}%
{{ l.loan_type }}

{{ l.specialties[:100] }}{% if l.specialties|length > 100 %}...{% endif %}

Ver Script de Contacto
{% endfor %}
{% if last_scan %}

Última búsqueda: {{ last_scan.ran_at.strftime('%d/%m/%Y %H:%M') }}

{% endif %} {% endblock %} {% block scripts %} {% endblock %}