{% if current_user.is_authenticated -%} {% if post_reply.user_id == current_user.id -%} {% endif -%} {% if post_reply.user_id == current_user.id or post.community.is_moderator() or post.community.is_owner() or current_user.is_admin() -%} {% if post_reply.deleted -%} {% if not post_reply.has_replies() -%} {% if post.community.is_moderator() or current_user.is_admin() or (post_reply.user_id == current_user.id and post_reply.deleted_by == post_reply.user_id) -%} {% endif -%} {% endif -%} {% else -%} {% endif -%} {% endif -%} {% if existing_bookmark -%} {% else -%} {% endif -%} {% if post_reply.user_id != current_user.id -%} {% if post_reply.instance_id and post_reply.instance_id != 1 -%} {% endif -%} {% endif -%} {% if current_user.is_authenticated and (current_user.is_admin() or current_user.is_staff()) -%} {% endif -%} {% endif -%}