<vb:if condition="$post['userid']">
<dt>Gracias</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dt>Agradecido</dt> <dd>{vb:raw post.post_thanks_thanked_times_formatted} vez en {vb:raw post.post_thanks_thanked_posts_formatted} Post</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dt>Agradecido</dt> <dd>{vb:raw post.post_thanks_thanked_times_formatted} veces en {vb:raw post.post_thanks_thanked_posts_formatted} Post</dd>
<vb:else />
<dt>Agradecido</dt> <dd>{vb:raw post.post_thanks_thanked_times_formatted} veces en {vb:raw post.post_thanks_thanked_posts_formatted} Post</dd>
</vb:if>
</vb:if>