'label_exporter_payes' => 'Exporter les dons payés',
'label_exporter_tous' => 'Exporter tous les dons',
'label_informer_comite_local' => "Informer le comité local le plus proche",
+ 'label_type_souscription' => "Type de souscription",
// R
'retirer_lien_souscription' => 'Retirer ce don',
<BOUCLE_souscription(SOUSCRIPTIONS transactions souscription_campagnes){id_souscription}>
+[<div class="champ contenu_type_souscription[ (#TYPE_SOUSCRIPTION*|strlen|?{'',vide})]">
+ <label><:souscription:label_type_souscription:> : </label>
+ <span dir="#LANG_DIR" class="#EDIT{type_souscription} type_souscription">(#TYPE_SOUSCRIPTION)</span>
+</div>]
+
[<div class="champ contenu_courriel[ (#COURRIEL*|strlen|?{'',vide})]">
<label><:souscription:label_courriel:> : </label>
<span dir="#LANG_DIR" class="#EDIT{courriel} courriel">(#COURRIEL)</span>
<thead>
<tr class="first_row">
<th class="courriel" scope="col">[(#TRI{courriel,<:souscription:label_courriel:>,ajax})]</th>
+ <th class="type_souscription" scope="col">[(#TRI{type_souscription,<:souscription:label_type_souscription:>,ajax})]</th>
<th class="montant" scope="col">[(#TRI{montant,<:souscription:label_montant:>,ajax})]</th>
<th class="prenom" scope="col">[(#TRI{prenom,<:souscription:label_prenom:>,ajax})]</th>
<th class="nom" scope="col">[(#TRI{nom,<:souscription:label_nom:>,ajax})]</th>
<BOUCLE_liste_souscriptions(SOUSCRIPTIONS transactions){id_transaction?}{id_mot?}{id_auteur?}{where?}{recherche?}{tri #ENV{par,num nom},#GET{defaut_tri}}{par nom}{pagination #ENV{nb,10}}>
<tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]">
<td class="courriel principale"><a href="[(#ID_SOUSCRIPTION|generer_url_entite{souscription})]" title="<:info_numero_abbreviation|attribut_html:> #ID_SOUSCRIPTION">[(#RANG). ]#COURRIEL</a></td>
+ <td class="type_souscription secondaire">[(#TYPE_SOUSCRIPTION)]</td>
<td class="montant secondaire">[(#MONTANT) €]</td>
<td class="prenom secondaire">[(#PRENOM)]</td>
<td class="nom secondaire">[(#NOM)]</td>