First commit
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user