<% @site_valid_locales.each do |locale| %> <% end %> <%= f.fields_for :i18n_variable, (sub_role.new_record? ? sub_role.build_i18n_variable : sub_role.i18n_variable) do |f| %> <% @site_valid_locales.each do |locale| %> <% end %> <% end %>
<%= t('admin.key') %><%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %>
<%= sub_role.new_record? ? (f.text_field :key, {:style => "width:150px"}) : sub_role.key %><%= f.text_field locale, :style => "width:150px" %>

Attributes

<% @site_valid_locales.each do |locale| %> <% end %> <% sub_role.attribute_fields.each do |attribute_field| %> <%= render :partial => 'attribute_field', :object => attribute_field, :locals => {:f => f} %> <% end %>
<%= t('admin.key') %> <%= t('admin.multilingual') %><%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %><%= t('admin.type')%>  
<%= hidden_field_tag 'attribute_field_count', sub_role.attribute_fields.count %> <%= t(:add) %> <%= hidden_field_tag 'sub_role_temp_id', (i rescue 'new_sub_roles') %>
<% content_for :page_specific_javascript do %> <% end unless !sub_role.new_record? %>