{# Options: teaser: Renders just a teaser disable_voting: Disable voting buttons (to prevent mass downvoting) no_collapse: Don't collapse for admin and moderator views #} {% if current_user.is_authenticated -%} {% set collapsed = (post_reply.score <= current_user.reply_collapse_threshold) and not no_collapse -%} {% else -%} {% set collapsed = (post_reply.score <= -10) and not no_collapse -%} {% endif -%}