[%# So.. sometimes Pleroma just shows a `0` emoji count, I suppose when an instance gets blocked or the user deletes their account. I'm not sure, but we should check if the emoji count is more than zero (as a workaround) or else it display's `0` %] [% IF emoji.count > 0 %] [%- IF emoji.url -%][%- ELSE -%][%- emoji.name -%][%- END -%] [% emoji.count %] [% END %]