{% extends '@InstallBois/index.html.twig' %} {% import "forms-macro/popup.html.twig" as macro %} {% block title %} INSTALL-BOIS {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block page_content_start %} {{ parent() }}

Paramètres | Fiche entreprise

{% endblock %} {% block page_content %}
Informations licence
{{ include('company/_form.html.twig', {'button_label': 'Update'}) }}
{{ macro.simple_popup("danger") }} {% endblock %}