Hello,

i tryed to get a short description in listing and put the follwing code in listing.tpl


{if $listing.additional_information != NULL}
<div class="table-cell small clearfix">
{$listing.additional_information|replace:'...':''| truncate:150:'..'}
</div>

With one language it works good, bit i have 2 languages activated

Now i get a {|de|} in front of description.

I am unfortunately not yet very familiar with the framework
Please could you help how to fix this?
Which Framework do you using for this?