<% provide :title do %><%= @question.title %><% end %>

<%= t(".title") %>

<%= link_to @process.title, @process %>

<% if @question.next_question_id %> <%= link_to legislation_process_question_path(@process, @question.next_question_id), class: "quiz-next-link" do %> <%= content_tag :div, class: "quiz-next" do %> <%= t(".next_question") %>

<%= @question.title %>

<%= render "answer_form", process: @process, question: @question, answer: @answer %> <%= render "participation_not_allowed" %>
<%= render partial: "/comments/comment_tree", locals: { comment_tree: @comment_tree, comment_flags: @comment_flags, display_comments_count: true } %>