<%= print_flash_message %>
<%= link_to_new url_for(controller: '/admin/system/settings/options', action: 'new'), 'object-type' => ::System::Settings::Option do %> <% end %>

<%= I18n.t("admin.system.settings.options.index.title') %> <%= form_tag url_for(controller: '/admin/system/settings/options', action: 'index'), method: 'get', 'ajaxify' => 'true' do %>
<% end %>

<% if @settings_manager.get('additional_use_bulk_action') == true %> <% end %> <% @options.each do |item| %> <% if @settings_manager.get('additional_use_bulk_action') == true %> <% end %> <% end %>
<%= I18n.t("activerecord.attributes.system.settings.option.name') %> <%= I18n.t("activerecord.attributes.system.settings.option.seo_tag') %> <%= I18n.t("activerecord.attributes.system.settings.option.value_type_id') %> <%= I18n.t("activerecord.attributes.system.settings.option.is_system') %> <%= I18n.t("common.labels.actions') %>
<%= print_property(item, :name) %> <%= print_property(item, :seo_tag) %> <%= print_property(item, :value_type) %> <%= print_property(item, :is_system) %>
<%= link_to_edit print_property(item, :edit_url), class: "btn btn-small", rel: "tooltip", 'data-placement' => "top", 'data-original-title' => I18n.t("admin.system.settings.options.index.actions.edit'), 'object-type' => ::System::Settings::Option do %> <% end %> <%= link_to_show print_property(item, :show_url), class: "btn btn-small", rel: "tooltip", 'data-placement' => "top", 'data-original-title' => I18n.t("admin.system.settings.options.index.actions.view'), 'object-type' => ::System::Settings::Option do %> <% end %> <% if item.is_system? %> <% else %> <%= link_to_delete print_property(item, :delete_url), class: "btn btn-inverse btn-small", rel: "tooltip", 'data-placement' => "top", 'data-original-title' => I18n.t("admin.system.settings.options.index.actions.delete'), 'object-type' => ::System::Settings::Option do %> <% end %> <% end %>
<%= will_paginate @options, renderer: ChuPaginateLinkRenderer %>