{% extends 'base.html.twig' %} {% block title %}Créer une carte FORCE de vente{% endblock %} {% block body %}
VOTRE ENTREPRISE
Votre slogan inspirant
Profile
Jean DUPONT
Agent Immobilier Premium
Spécialiste du marché de prestige.

🔗 Accès direct

Mon Actu
Suivez-nous sur nos réseaux

🌐 Nos sites web

www.renfortimmo.com www.renfortimmo.fr

✨ Nos Expertises

Optimiser
Valoriser
Développer
Débloquer

🤝 Recommandez-moi

Vous êtes satisfait de mes services ? Partagez mon contact avec vos proches !
🎁 Vos avantages :
  • ✨ Service VIP prioritaire
  • 💎 Remise de 500€ sur votre prochain projet
  • 🎯 Accès exclusif à nos biens avant-première
{# ── Art. 13 RGPD ── Notice Porteur de carte ── ajout conformité 2026 ── #}

🔒 Les données saisies sont transmises au professionnel titulaire de cette carte à des fins de mise en relation (Art. 6.1.a RGPD — consentement). Vous disposez d'un droit d'accès, de rectification et de suppression. Politique de confidentialité.

{# ── Fin notice Art. 13 ── #}

© 2026 Num-Ecard

Tous droits réservés

💼 Carte Force de Vente - Premium Gold
{# templates/card/_form.html.twig #}
{{ form_start(form, {'attr': {'novalidate': 'novalidate'}}) }} {# Section 2 : Informations professionnelles #}

💼 Informations professionnelles

{{ form_label(form.entreprise) }} {{ form_widget(form.entreprise) }} {{ form_errors(form.entreprise) }}
{% if form.logo is defined %}
{{ form_label(form.logo) }} {{ form_widget(form.logo) }} {{ form_errors(form.logo) }}
Emoji ou caractère spécial
{% endif %}
{# Titre et Logo (spécifique Premium) - Vérifier si les champs existent #} {% if form.titre is defined %}
{{ form_label(form.titre,'Slogan') }} {{ form_widget(form.titre) }} {{ form_errors(form.titre) }}
Ex: Photographie d'Art & d'Âme
{% endif %}
{# Section 1 : Informations personnelles #}

👤 Informations personnelles

{{ form_label(form.prenom) }} {{ form_widget(form.prenom) }} {{ form_errors(form.prenom) }}
{{ form_label(form.nom) }} {{ form_widget(form.nom) }} {{ form_errors(form.nom) }}
{# Photo de profil (spécifique Force) - Vérifier si le champ existe #} {% if form.photo is defined %}
{{ form_label(form.photo) }} {{ form_widget(form.photo) }} {{ form_errors(form.photo) }} {{ form_help(form.photo) }}
{% endif %}
{{ form_label(form.fonction) }} {{ form_widget(form.fonction) }} {{ form_errors(form.fonction) }}
{{ form_label(form.specialite) }} {{ form_widget(form.specialite) }} {{ form_errors(form.specialite) }}
{# Section 3 : Contact #}

📞 Contact

{{ form_label(form.fixe) }} {{ form_widget(form.fixe) }} {{ form_errors(form.fixe) }}
{{ form_label(form.mobile) }} {{ form_widget(form.mobile) }} {{ form_errors(form.mobile) }}
{{ form_label(form.email) }} {{ form_widget(form.email) }} {{ form_errors(form.email) }}
{{ form_label(form.siteWeb) }} {{ form_widget(form.siteWeb) }} {{ form_errors(form.siteWeb) }}
{{ form_label(form.adresse) }} {{ form_widget(form.adresse) }} {{ form_errors(form.adresse) }}
{# Section 4 : Services et zone (spécifique Force) - Vérifier si les champs existent #} {% if form.services is defined %}

🎯 Services & Zone d'intervention

{{ form_label(form.services) }} {{ form_widget(form.services) }} {{ form_errors(form.services) }} {{ form_help(form.services) }}
{% if form.zoneIntervention is defined and form.horaires is defined %}
{{ form_label(form.zoneIntervention) }} {{ form_widget(form.zoneIntervention) }} {{ form_errors(form.zoneIntervention) }}
{{ form_label(form.horaires) }} {{ form_widget(form.horaires) }} {{ form_errors(form.horaires) }}
{% endif %}
{% endif %} {# Section 5 : Statistiques (spécifique Premium) - Vérifier si les champs existent #} {% if form.expertise is defined %}

📊 Vos Statistiques

{{ form_label(form.expertise) }} {{ form_widget(form.expertise) }} {{ form_errors(form.expertise) }}
Ex: 12 ans
{% if form.seances is defined %}
{{ form_label(form.seances) }} {{ form_widget(form.seances) }} {{ form_errors(form.seances) }}
Ex: 500+
{% endif %}
{% endif %} {# Section 6 : Réseaux sociaux #}

📱 Réseaux sociaux

{{ form_label(form.linkedin) }} {{ form_widget(form.linkedin) }} {{ form_errors(form.linkedin) }}
{{ form_label(form.facebook) }} {{ form_widget(form.facebook) }} {{ form_errors(form.facebook) }}
{{ form_label(form.youtube) }} {{ form_widget(form.youtube) }} {{ form_errors(form.youtube) }}
{{ form_label(form.tiktok) }} {{ form_widget(form.tiktok) }} {{ form_errors(form.tiktok) }}
{{ form_label(form.insta) }} {{ form_widget(form.insta) }} {{ form_errors(form.insta) }}
{{ form_label(form.x) }} {{ form_widget(form.x) }} {{ form_errors(form.x) }}
{# Bouton de soumission #} {# Afficher tous les champs qui n'ont pas encore été rendus (au cas où) #} {{ form_rest(form) }} {{ form_end(form) }}
549 € H.T
(TVA 20%)
Délai : 10 jours ouvrés
{% endblock %}