{% extends 'base.html.twig' %} {% block title %} {{ banlal.name }}{% endblock %} {% block body %} {% set currentPath = url(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) %}

{{ banlal.name }}

{{ banlal.content | raw | nl2br }}

{# #} {# #}
%
{#
Fund Raised
#}
    {% if banlal.isPublic == false %}
  • Privé
  • {% else %} {# ici on affiche les sommes collectée #} {% if TotalAmountByCurrency is not empty %} {% for somme in TotalAmountByCurrency %}
  • {{ somme.AmountTotal | format_currency(somme.currency_code, locale=app.request.locale) }}
  • {% endfor %} {% else %}
  • 0
  • {% endif %} {#
  • 5 000 Eur
  • #} {% endif %}
  • {{ banlal.amount | format_currency(banlal.currency.currencyCode , locale=app.request.locale) }}Objectif
  • {{ TotalParticipant }} Banlô
{% if banlal.type.id==2 %} {% endif %}
  • {{ 'banlal.show.share' | trans}}
{{ banlal.user.fullName }}

  • {{ banlal.place ~ " " ~ banlal.country }} {# #}

{% if banlal.type.id==2 %}

{{ 'banlal.show.section.mobilisation' | trans}}: {{ banlal.place }}

Participant: nombre_participant(); ?>

{% endif %}
{% endblock %} {% block stylesheets %} {% endblock %} {% block javascripts %} {% if banlal.type.id==2 %} {% endif %} {% endblock %}