18 lines
275 B
HTML
18 lines
275 B
HTML
<div class="page-groupes row">
|
|
<div class="col w-100">
|
|
|
|
<INCLURE{fond=inclure/menu-groupes,env}>
|
|
|
|
[(#ENV{id_article}|non)
|
|
<INCLURE{fond=inclure/choix_ville,env} />
|
|
]
|
|
|
|
[(#ENV{id_article}|oui)
|
|
<INCLURE{fond=inclure/groupe-detail,env} />
|
|
]
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|