%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2013 %>
<%= t_label 'licenses.primary_license_header.hardware_id'%>
<%= @hardware_hash %>
<%= t 'common.tier' %> | <%= t 'common.registered' %> | <% if @license_info.getPrimaryLicense().isTierKey()%><%= t 'common.licenses' %> | <%= t 'common.used' %> | <%= t 'common.available' %> | <%end%>
---|---|---|---|---|
<%= @agents[0].agent_tier(tier)%> | <%= Agent.count(:all, :conditions => {:tier => tier}) %> | <% if @license_info.getPrimaryLicense().isTierKey() %><% if @license_info.getPrimaryLicense().isUnlimitedTier(tier) %><%= t 'common.unlimited'%><% else %><%= @licenses %><% end %> | <%= @used %> | <% if @license_info.getPrimaryLicense().isUnlimitedTier(tier) %> - <% else %><%= @available %><% end %> | <%end%>
<%= t 'licenses.no_available_agents' %> |