[
<:billet:champ_id_auteur_label:>
(#INFO_TITRE{auteur, #ID_AUTEUR})
] [
<:billet:champ_id_auteur_acheteur_label:>
(#INFO_TITRE{auteur, #ID_AUTEUR_ACHETEUR})
] [
<:billet:champ_code_label:>
(#CODE)
] [
<:billet:champ_email_label:>
] [
<:billet:champ_source_label:>
(#SOURCE)
] [(#REM) Le champ infos est un tableau sérialisé. Pour une meilleure lisibilité, on affiche chaque ligne sous forme de div.champ, même si les labels ont des noms techniques. On passe par un pipeline pour permettre aux autres plugins d'affiner l'affichage, par exemple Billetteries par Profils qui améliore l'affichage des infos de profil. ]

<:billet:champ_infos_label:>

#SET{html_infos,#INCLURE{fond=prive/squelettes/inclure/billet_champs_infos, infos=#INFOS}} [(#PIPELINE{billet_afficher_infos, #ARRAY{ args, #ARRAY{ infos,#INFOS, id_billet,#ID_BILLET, id_billets_type,#ID_BILLETS_TYPE, id_auteur,#ID_AUTEUR, id_auteur_acheteur,#ID_AUTEUR_ACHETEUR, }, data, #GET{html_infos}, }})]