Someone could help me fix it. Thank you.

-------------------------------------------------- --
To display the elements attached to any other ressource, you must specify some additional parameters (from_type and from_). For example, to display the elements attached to a news article, you could add this to the news detail template:
cms_module (module = "Attach" from_type = "News" article "from_ = $ entry-> id)
------------------------------------------------