Explication de l'utilisation des templates pour le print

Impression hors package :

1. Utiliser le nom de template xxx.xxx.complete.html.twig (ex. liste2.force.complete.html.twig)
2. Dans le template complete on appelle :
	A. Le layout (voir liste2.force.complete.html.twig)
	B. Le content (xxx.xxx.content.html.twig (ex. liste2.force.content.html.twig)
	C. Le footer (package.footer.html.twig)


Impression d'un package :

1. Le layout (voir package.html.twig)
2. Les contents (xxx.xxx.content.html.twig (ex. liste2.force.content.html.twig)
3. Le footer (package.footer.html.twig)
