{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}{{ page_title }}{% endblock %} {% block content %}
Gérez les entreprises de votre plateforme
| Entreprise | Localisation | Contact | Statut | Créée le | Actions |
|---|---|---|---|---|---|
|
Aucune entreprise trouvée Commencez par créer votre première entreprise |
|||||
|
{% if company.ninea %}
NINEA: {{ company.ninea }}
{% endif %}
|
{# Location #}
{% if company.city %}
{{ company.city }}
{% else %}
-
{% endif %}
{% if company.country %}
{{ company.country }}
{% endif %}
|
{# Contact #}
{% if company.email %}
{{ company.email }}
{% endif %}
{% if company.phone %}
{{ company.phone }}
{% endif %}
{% if not company.email and not company.phone %}
-
{% endif %}
|
{# Status #}
{% if company.isActive %}
Active
{% else %}
Inactive
{% endif %}
{% if company.deletedAt %}
Supprimée
{% endif %}
|
{# Created Date #}
{{ company.createdAt|date('d/m/Y') }} | {# Actions #}Détails |
Aucune entreprise trouvée
Commencez par créer votre première entreprise
Aucune entreprise trouvée
Commencez par créer votre première entreprise
Affichage de {{ (companies.currentPageNumber - 1) * companies.itemNumberPerPage + 1 }} à {{ min(companies.currentPageNumber * companies.itemNumberPerPage, companies.getTotalItemCount) }} sur {{ companies.getTotalItemCount }} résultat(s)