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

Organization index

{% for organization in organizations %} {% else %} {% endfor %}
Id Name Siret Address ZipCode City Phone IsValidated actions
{{ organization.id }} {{ organization.name }} {{ organization.siret }} {{ organization.address }} {{ organization.zipCode }} {{ organization.city }} {{ organization.phone }} {{ organization.isValidated }} show edit
no records found
Create new {% endblock %}