<% content_for :title do %> <%= "#{ t(:new).capitalize } #{ @structure.name.humanize } #{ t(:category).capitalize }" %> <% end %> <% content_for :header do %>
<%= t(:new).capitalize %> <%= t(:category).capitalize %>

<%= "#{ 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 %>