<% unless reloaded? %> <% if current_user.present? %> <%= cell("decidim/flag_modal", model, modal_id: "flagModalComment#{model.id}") %> <% end %> <% if model.authored_by?(current_user) %> <%= cell("decidim/comments/edit_comment_modal_form", model, modal_id: "editCommentModal#{model.id}") %> <% end %> <% end %>