% content_for :header do %>
<%= "#{ t(:new).capitalize } #{ @structure.name.humanize } #{ t(:category).capitalize }" %>
<%= t(:back_to_index).capitalize %>
<% end %>
<% content_for :content do %>
<%= render 'form', category: @category, structure: @structure %>
<% end %>