{% extends '@App/app.html.twig' %} {% block title %}Societes{% endblock %} {% block page_actions %} Nouvelle societe {% endblock %} {% block content %}
{% include 'saas/admin/societe/_table.html.twig' with {societes: societes} only %}
{% endblock %}