{% extends 'admin.html.twig' %} {% block title %}Hello CurrencyController!{% endblock %} {% block body %} {# #} {# #} {% if currencies %} {% for currency in currencies %} {# #} {# #} {% endfor %} {% endif %}
id name_fr name_en currency_code is_active createdAtupdateAtVoir supprimer
{{ currency.id}} {{ currency.nameFr }} {{ currency.nameEn }} {{ currency.currencyCode }} {{ currency.isActive==1 ? 'OUI':'NON' }}{{ category.createdAt }}{{ category.updatedAt }}voir Supprimer
{% endblock %}