<%= decidim_sanitize translated_attribute current_question.question_context %>
<%= render partial: "technical_data" %>

<%= t "question.what_is_decided", scope: "activemodel.attributes" %>

<%= decidim_sanitize translated_attribute(current_question.what_is_decided), strip_tags: true %>

<%= t "question.question_context", scope: "activemodel.attributes" %>

<%= decidim_sanitize translated_attribute(current_question.question_context), strip_tags: true %>

<%= attachments_for current_question %>
<%= render partial: "right_column", locals: { question: current_question } %>
<%= comments_for current_question if current_question.published? %> <%= content_for :question_header_details do %>
<%= image_tag current_question.attached_uploader(:hero_image).path, alt: t("question.hero_image", scope: "activemodel.attributes") if current_question.hero_image.attached? %>
<% unless translated_attribute(current_question.origin_scope).blank? %>

<%= t "question.origin_scope", scope: "activemodel.attributes" %>

<%= translated_attribute current_question.origin_scope %>

<% end %>

<%= t "question.promoter_group", scope: "activemodel.attributes" %>

<%= translated_attribute current_question.promoter_group %>

<%= t "question.scope", scope: "activemodel.attributes" %>

<%= translated_attribute current_question.scope.name %>

<%= t "question.participatory_scope", scope: "activemodel.attributes" %>

<%= translated_attribute current_question.participatory_scope %>

<% end %> <%= javascript_pack_tag "decidim_consultations" %>