{% extends 'base.html.twig' %} {% block title %} {% endblock %} {% block body %}
{{ include("layouts/Flash/_flash.html.twig") }}
{{ 'identity.type' | trans }} | {{ banlal.type.name }} | ||
---|---|---|---|
{{ 'banlal.label.category' | trans }} | {{ banlal.category.name }} | ||
{{ 'identity.table.status' | trans }} | {% if banlal.isClosed == false or banlal.isClosed == null %}{{ 'banlal.pending' | trans }} | {% elseif banlal.isClosed == true %}{{ 'banlal.refused' | trans }} | {% elseif identity.isValidate == true %}{{ 'banlal.validate' | trans }} | {% endif %}
{{ 'banlal.created' | trans }} | {{ banlal.createdAt | ago }} | ||
{{ 'banlal.label.amount' | trans }} | {{ banlal.amount | format_currency(banlal.currency.currencyCode, locale=app.request.locale) }} |
{{ 'banlal.amountCollected' | trans }} | {% if banlal.allAmountDonateForAllCurrencies is empty %}0 | {% else %} {% for currency, amount in banlal.allAmountDonateForAllCurrencies %} {% if amount %}{{ amount | format_currency(currency, locale=app.request.locale=='fr' ? 'fr': 'en') }} | {% endif %} {% endfor %} {% endif %}
---|---|---|
{{ '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') }} |