Sha256: da4be8742f46d9409de93541d792d57f5262e04b0f5dd9284c7553a68658b423
Contents?: true
Size: 821 Bytes
Versions: 134
Compression:
Stored size: 821 Bytes
Contents
<%= _("Subscriptions expiring soon") %> <% @pools.each do |pool| %> <%= _("Subscription Name") %>: <%= pool.subscription.name %> <%= _("Account Number") %>: <%= pool.account_number %> <%= _("Organization") %>: <%= pool.organization.name %> <%= _("Type") %>: <%= pool.pool_type %> <%= _("Quantity") %>: <%= pool.quantity %> <%= _("SKU") %>: <%= pool.subscription.cp_id %> <%= _("Contract") %>: <%= pool.contract_number %> <%= _("Start Date") %>: <%= pool.start_date %> <%= _("End Date") %>: <%= pool.end_date %> <%= _("Days Remaining") %>: <%= pool.days_until_expiration %> <% end %> <%if @report_url %> <%= _("View a report of the affected hosts") %>: <%= @report_url %> <% end %>
Version data entries
134 entries across 134 versions & 1 rubygems