{% from '_helpers.html' import render_user %} {% macro render_tags(tags) %}
{{ ngettext('vote', 'votes', topic.reply_count) }}
{{ ngettext('reply', 'replies', topic.reply_count) }}
{%- if user and user['has_' ~ direction ~ 'voted'](post) -%} {%- else -%} {%- endif -%} {{ text }} {%- endmacro %}
{{ render_comment_link(post) }}