diff --git a/templates/post-item.hbs b/templates/post-item.hbs
index be81b63..07cf551 100644
--- a/templates/post-item.hbs
+++ b/templates/post-item.hbs
@@ -34,6 +34,26 @@
{{#if (ne system.attribut1 "none")}}
Attribut 1{{upper system.attribut1}}
{{/if}}
{{#if (ne system.attribut2 "none")}}Attribut 2{{upper system.attribut2}}
{{/if}}
+
+ {{!-- Prédilections pour les compétences --}}
+ {{#if system.predilections}}
+
+
Prédilections
+
+ {{#each system.predilections as |pred|}}
+ {{#if pred.name}}
+ -
+ {{pred.name}}
+ {{#if pred.description}}: {{pred.description}}{{/if}}
+ {{#if pred.maitrise}} (Maîtrisée){{/if}}
+ {{#if pred.acquise}} [Acquise]{{/if}}
+ {{#if pred.used}} [Utilisée]{{/if}}
+
+ {{/if}}
+ {{/each}}
+
+
+ {{/if}}
{{/if}}
{{#if (eq type "rune")}}