<%= license.name %>

License added at: <%= date_format(license.created_at) %>

<% if license.updated_at %>

Last updated at: <%= date_format(license.updated_at) %>

<% end %>

License key: Manufacturer: Seats used: Seats total: Vendor: Purchase Date:
<%= license.key %> <%= nullable(license.manufacturer) %> <%= nullable(license.seats_used) %> <%= nullable(license.seats_total) %> <%= nullable(license.purchased_from) %> <%= nullable(date_format(license.purchased_at)) %>
<% if license.license_comments.length > 0 %> <% else %>

There are no comments to display at this time.

<% end %>