<%= form.translated :text_field, :name %>
<%= form.translated :editor, :description, rows: 15, label: t(".answer_template") %>
<%= t(".hint").html_safe %>
- <%= t(".hint1").html_safe %>
- <%= t(".hint2").html_safe %>
- <%= t(".hint3").html_safe %>
<%= form.label :internal_state %>
<%= form.collection_radio_buttons :internal_state,
Decidim::Proposals::Proposal::POSSIBLE_STATES - %w(withdrawn),
:to_s,
->(mode) { t(mode, scope: "decidim.proposals.admin.proposal_answers.form") } %>
<%= form.select :scope_for_availability, availability_options_for_select, help_text: t(".scope_for_availability_help") %>