{% if postrow.THANKS and postrow.THANKS_POSTLIST_VIEW and (postrow.THANKS_POST_VIEW_GUESTS or not postrow.S_POST_ANONYMOUS) and (postrow.THANKS_POST_VIEW_ROBOTS or not S_IS_BOT) %}
{% if postrow.S_MOD_THANKS %}
{% endif %}
- {{ postrow.THANK_TEXT }}{{ postrow.POST_AUTHOR_FULL }}{{ postrow.THANK_TEXT_2 }}
- {{ postrow.THANKS }}
{% endif %}
{% if postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and (not postrow.S_POST_ANONYMOUS or postrow.THANKS_POST_VIEW_GUESTS) and (not S_IS_BOT or postrow.THANKS_POST_VIEW_ROBOTS) %}
- {{ lang('REPUT') }}{{ lang('COLON') }} {{ postrow.POST_REPUT }}
-
{% if postrow.S_THANKS_REPUT_GRAPHIC %}
{% set STAR_RATING = postrow.THANKS_REPUT_GRAPHIC_TEXT %}
{% include 'partials/star_rating.html' %}
{% endif %}
{% endif %}