<%= t '.title' -%>

<% @licenses.each do |license| %> <% end -%>
<%= t_m 'License.id' -%> <%= t_m 'License.license_group_id' -%> <%= t_m 'License.name' -%> <%= t_m 'License.caption' -%> <%= t_m 'License.url' -%> <%= t_m 'License.system_picture_id' -%> <%= t_m 'License.credit_pictures' -%> <%= t_m 'License.settings' -%> <%= t_m 'License.created_at' -%> <%= t_m 'License.updated_at' -%>
<%= link_to license.id, :action => :browse, :id => license.id %> <%= link_to license.license_group_id, :controller => 'license_groups', :action => :browse, :id => license.license_group_id %> <%= h(truncate(license.name, :length => 16)) %> <%= h(truncate(license.caption, :length => 16)) %> <%= h(truncate(license.url, :length => 16)) %> <%= link_to license.system_picture_id, :controller => 'system_pictures', :action => :browse, :id => license.system_picture_id %> <%= h(truncate(license.credit_pictures, :length => 6)) %> <%= h(truncate(license.settings, :length => 6)) %> <%= l license.created_at %> <%= l license.updated_at %>