<% @site_valid_locales.each do |locale| %> <% end %> <% @site_valid_locales.each do |locale| %> <% 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 "i18n_variable[#{locale}]", :value => (@i18n_variable[locale] if @i18n_variable), :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', 'new_sub_roles' %>
<% content_for :page_specific_javascript do %> <%= javascript_include_tag "attribute_form" %> <% end %>