{% extends 'admin.html.twig' %} {% block title %}{{ project.title | title }}{% endblock %} {% block body %}
{{ component('AdminRealCollectedComponent', { 'project': project }) }} {{ component('ProjectRealCountUniqUserTransaction', { 'project': project }) }} {{ component('AdminRealCountTransactionByProjectComponent', { 'project': project }) }}
{{ include('layouts/Flash/_flash.html.twig')}}
{{ include('layouts/backend/_sidebar_admin_manage_project.html.twig', {project: project})}}
{% if not project.isCompleted %}
{% endif %}

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

Commune: {{ project.district.commune.name }}

Quartier: {{ project.district.name }}

Partenaire: {% for partner in project.partner %} {{ partner.name }}   {% endfor%}

Niveau Risque: {{ project.riskLevel }}

Rentabilité Annuelle: {{ project.annualYield }} %

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

Investissement Minimal: {{ project.minimumInvestment | format_currency(project.currency) }}

Durée Investissement: {{ project.investmentDurationMonths }} mois

Type Projet: {{ project.type.name }}

Statut Projet: {{ project.status.name }}

Créateur: {{ project.creator.fullname ?? "" | title }}


Début Collecte: {{ project.fundingStartDate | format_date('short') }}

Fin Collecte: {{ project.fundingEndDate | format_date('short') }}


Début Projet: {{ project.projectStartDate | format_date('short') }}

Fin Projet: {{ project.projectEndDate | format_date('short') }}


{{ project.description | nl2br }}

{# {% if event.session.empty %}#} {#
#} {#
#} {# #} {#
#} {#
#} {# {% endif%}#} {# {% if event.session.count >0 and event.session.first.location is null %}#} {#
#} {#
#} {#
#} {#
Ajouter un lieu
#} {#
#} {#
#} {#
#} {# {% endif%}#}
{% endblock %}