% content_for :before_content do %>
<%= govuk_back_link(
text: 'Back',
href: :back,
) %>
<% end %>
Your Organisation
<% @organisation.display_attributes.each do |attr, val| %>
-
<%= attr.to_s.humanize %>
-
-
<%= simple_format(val, {}, wrapper_tag: "div") %>
<% end %>