{% extends 'base.html.twig' %} {% block title %} {{ project.title }} {% endblock %} {% block body %}

{{ project.title }}

Emplacement : {{ project.district.commune.city.name }} {{ project.district.commune.name }} {{ project.district.name }}

Rendement estimé : {{ project.annualYield }} / an

Durée du projet : {{ project.investmentDurationMonths }} mois

Objectif de financement : {{ project.targetAmount | format_currency(project.currency) }}

Montant collecté :

    {% for collected in project.allCollectedAmountByCurrency %}
  • {{ collected.totalAmount | format_currency(collected.currency) }}
  • {% endfor %}

{{ project.getPercentageCollected() }} % financé

{{ project.description | nl2br }}

{% if project.videoUrl is not null %}
{% endif %} {{ component('ShowLastInvestissorComponent', { 'project': project, 'count': 3 }) }}

Documents à consulter

Dossier de présentation Contrat d'investissement Évaluation indépendante Étude de marché {#

Avis des investisseurs

Avatar

Alex M.

Très bon projet, communication claire et suivi régulier. Rendement conforme aux attentes.

Avatar

Sophie D.

Excellent investissement ! Plateforme intuitive et sécurisée.

#}
Résumé du projet
  • Type : {{ project.type.name }}
  • Début Projet : {{ project.projectStartDate | date("l j F Y") }}
  • Fin Projet : {{ project.projectEndDate | date("l j F Y") }}

  • Début Collecte : {{ project.fundingStartDate | date("l j F Y") }}
  • Fin Collecte : {{ project.fundingStartDate | date("l j F Y") }}
  • {% if not project.partner.empty %}
  • Partenaire :
    • {% for partner in project.partner %}
    • {{ partner.name }}
    • {% endfor %}

    {% endif %}
Contact Projet

Pour plus d'informations, contactez notre équipe :

Email : {{ siteEmail}}

Téléphone : {{ siteTel}}

{% endblock %} {% block stylesheets %} {% endblock %}