<% if example_answer.present? || guidance.present? %>
  <dl<%= for_plan ? ' class="dl-horizontal"' : '' %>>
    <% if example_answer.present? %>
      <dt><%= _('%{org} Example Answer') % { org: example_answer.org.short_name } %></dt>
      <dd><%= raw example_answer.text %><dd>
    <% end %>
    <% if guidance.present? %>
      <dt><%= _('Question-Level Guidance') %></dt>
      <dd><%= raw guidance.text %></dd>
    <% end %>
  </dl>
<% end %>
