afficher selon un mot clé

Je réalise qu’il me faudra faire qqchose de conditionel et je ne sais trop comment?

Dans un article

On a le critère {tout} pour afficher les articles proposés ou publiés

<BOUCLE_principale(ARTICLES) {tout}{id_article}>

Puis on a 3 possibilités d’affichage (selon mots-clés)

Si j’ai 3 articles publiés avec chacun un mot-clé différent je vois les 3 articles

Si j’ai un article {statut=prop} et d'autres publié, je ne vois plus le proposé

Je veux que seulement l’article courant apparaisse, qu’il soit publié ou proposé.

<B_articles3>

#ANCRE_PAGINATION
  • #TITRE

    #QUESTION_1

    [
    (#REPONSE_1|sinon{...})
    ]
[

(#PAGINATION)

]

<BOUCLE_articles2(ARTICLES) {id_rubrique} {titre_mot=question_sous_question} {!par date} {doublons}{pagination}>

  • [(#LOGO_ARTICLE_RUBRIQUE|image_reduire{150,*}) ]#TITRE

    #QUESTION_1

    [
    (#REPONSE_1|sinon{...})
    ]

    #SOUS_Q1

    [
    (#SOUS_REP1|sinon{...})
    ]
  • [

    (#PAGINATION)

    ]

    </B_articles2>

    <BOUCLE_articles4(ARTICLES) {id_rubrique} {titre_mot=question_oui_non} {!par date}{doublons} {pagination}>

  • [(#LOGO_ARTICLE_RUBRIQUE|image_reduire{150,*}) ]#TITRE

    #QUESTION_1

    #BLOC_TITRE OUI #BLOC_DEBUT

    #QUESTION_2

    [
    (#REPONSE_2|sinon{...})
    ]
    #BLOC_FIN
    #BLOC_TITRE NON #BLOC_DEBUT

    #QUESTION_3

    [
    (#REPONSE_3|sinon{...})
    ]
    #BLOC_FIN
  • [

    (#PAGINATION)

    ]

    Merci

    RP