<% if @attribute.new_record? %>
                                        <%= f.text_field :key, :placeholder => t(:key) %>
                                    <% else %>
                                        
<%= @attribute.key%>
                                    <% end %>
                                
 
                             
                            <%= render :partial=>"shared/attribute_field/placeholder_block",:locals=>{:values=>@attribute.title_translations,:class_ext=>"pull-left",:label_ext=>t(:item_name),:field_name=>"info[title_translations]"}%>