<% unless structure.new_law_id.present? %>
  • <% if structure.structure_type.present? %> <% if structure.centraliza? %>
    <%= structure.structure_type.abrev %> <%=structure.order %> <%= raw structure.content %>
    <% else %>
    <%= structure.structure_type.abrev %> <%=structure.order %> - <%= raw structure.content %>
    <% end %> <% else %>
    <%= structure.structure_type.abrev %> <%=structure.order %> - <%= raw structure.content %>
    <% end %>
  • <% end %>