<div class="post-item" data-transfer="{{transfer}}">
  <h3><b>{{name}}</b></h3>
  {{#if img}}
  <img class="chat-img" src="{{img}}" title="{{name}}" />
  {{/if}}
  <div>{{name}} has just deactivated the Perk: {{perk.name}}, make sure to manually delete all Effects provided by this Perk from Targets.</div>
  
  {{#if (count perk.data.deactivatedtext)}}
  <div>{{perk.data.deactivatedtext}}</div>
  {{/if}}

</div>