{% if postrow.THANKS and postrow.THANKS_POSTLIST_VIEW and not postrow.S_POST_ANONYMOUS and not S_IS_BOT %}
{% if postrow.S_MOD_THANKS %} {% endif %}
{{ postrow.THANK_TEXT }}{{ postrow.POST_AUTHOR_FULL }}{{ postrow.THANK_TEXT_2 }}
{% if postrow.THANKS.DATA|length or postrow.THANKS.FURTHER_THANKS %}
{% for userdata in postrow.THANKS.DATA %} {{ userdata.USERNAME_STRING}}{% if not loop.last %}{{ lang('COMMA_SEPARATOR') }}{% endif %} {% endfor %} {% if postrow.THANKS.FURTHER_THANKS %}

 {{ lang('FURTHER_THANKS', postrow.THANKS.FURTHER_THANKS)}}

{% endif %}
{% endif %}
{% endif %} {% if postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and not postrow.S_POST_ANONYMOUS and not S_IS_BOT %}
{{ lang('REPUT') }}{{ lang('COLON') }} {{ postrow.POST_REPUT }}
{% if postrow.S_THANKS_REPUT_GRAPHIC %}   {% endif %}
{% endif %}