<% if request.env["PATH_INFO"] == "/admin/quotations/new" || "/admin/quotations/edit"%>
<%# #todo %>
<%# #todo %> <% field.nested_fields_for_builder(f).each do |attribute| -%> <% if attribute.html_class.to_s != "boolean"%>
<%= render_field attribute, f: f %>
<% else %> <%= render_field attribute, f: f %> <% end -%> <% end -%>
<% if field.attribute.to_s == "line_items"%>
Ajouter des options
<% end %>
<%= link_to_remove_association I18n.t("administrate.fields.nested_has_many.remove", resource: field.associated_class_name.titleize), f %>
<% else %>
<% field.nested_fields_for_builder(f).each do |attribute| -%>
<%= render_field attribute, f: f %>
<% end -%> <%= link_to_remove_association I18n.t("administrate.fields.nested_has_many.remove", resource: field.associated_class_name.titleize), f %>
<% end %>