First commit

This commit is contained in:
2026-05-28 23:43:20 +02:00
commit 86cd7854c2
49 changed files with 8504 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
LOGIS — Nouvelle demande de contact
====================================
Date : {{ contact.created_at|date:"d/m/Y H:i" }}
Nom : {{ contact.name }}
Email : {{ contact.email }}
Téléphone : {{ contact.phone|default:"—" }}
{% if property %}Bien : {{ property.name_fr }} ({{ property.city }})
{% endif %}
Adresse IP : {{ contact.ip_address|default:"—" }}
Message :
---------
{{ contact.message }}