<% 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? %>
<dd><%= raw guidance.text %></dd>
<% end %>
</dl>
<% end %>