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

 

 

{{ include("layouts/Flash/_flash.html.twig") }}
{{ include('user/_sidebar.html.twig') }}

{{ banlal.name }}

{% if banlal.isClosed == false or banlal.isClosed == null %} {% elseif banlal.isClosed == true %} {% elseif identity.isValidate == true %} {% endif %}
{{ 'identity.type' | trans }} {{ banlal.type.name }}
{{ 'banlal.label.category' | trans }} {{ banlal.category.name }}
{{ 'identity.table.status' | trans }}{{ 'banlal.pending' | trans }} {{ 'banlal.refused' | trans }}{{ 'banlal.validate' | trans }}
{{ 'banlal.created' | trans }} {{ banlal.createdAt | ago }}
{{ 'banlal.label.amount' | trans }} {{ banlal.amount | format_currency(banlal.currency.currencyCode, locale=app.request.locale) }}
{% if banlal.logo is not null %} {{ banlal.name }} {% else %} {{ banlal.name }} {% endif %}
{% if banlal.allAmountDonateForAllCurrencies is empty %} {% else %} {% for currency, amount in banlal.allAmountDonateForAllCurrencies %} {% if amount %} {% endif %} {% endfor %} {% endif %} {% if banlal.type.id==2 %} {% endif %}
{{ 'banlal.amountCollected' | trans }}0{{ amount | format_currency(currency, locale=app.request.locale=='fr' ? 'fr': 'en') }}
{{ 'banlal.created' | trans }} {{ banlal.createdAt | ago }}
{{ 'banlal.label.city' | trans }} {{ banlal.city }}
{{ 'banlal.label.country' | trans }} {{ banlal.country }}
{{ 'banlal.label.place' | trans }} {{ banlal.place }}
{{ 'banlal.mobilizationAt' | trans }} {{ banlal.mobilizationAt | date('d M Y H:i:s') }}
{{ banlal.content | raw }}
{% endblock %}