<%= t('.title') %>

<%= notice %>

<%= t_m 'LicenseGroup.name' -%>: <%= h @license_group.name %>

<%= t_m 'LicenseGroup.classname' -%>: <%= h @license_group.classname %>

<%= t_m 'LicenseGroup.caption' -%>: <%= h @license_group.caption %>

<%= t_m 'LicenseGroup.url' -%>: <%= link_to h(@license_group.url), @license_group.url %>

<%= t_m 'LicenseGroup.created_at' -%>: <%= l @license_group.created_at %>

<%= t_m 'LicenseGroup.updated_at' -%>: <%= l @license_group.updated_at %>

<%= link_to t('link.back'), license_groups_path %>