<% if (data.licenseType == 'trial') { %> <% if (data.daysLeft > 0) { %>
Studio Pro Trial
 
Days Remaining: <%= data.daysLeft %>
Buy | Enter Pro License Key

What's in Aptana Studio Pro?
What's in the free Aptana Studio?
<% } else { %>
Upgrade to Studio Pro
Check out the latest Pro features!
<% } %> <% } else if (data.licenseType == 'none') { %>
Got Studio Pro?
Start 30-day trial now.
Enter Pro or Trial License
What's in Aptana Studio Pro?
<% } else { %> <% if (data.daysLeft > 30) { %>
Studio Pro
Pro Support
<% } else if (data.daysLeft > 0 && data.daysLeft <= 30) { %>
Pro License Expires Soon
 
Days Remaining: <%= data.daysLeft %>
Renew | Enter Pro License Key
Pro Support
<% } else { %>
Pro Subscription Expired!
Renew | Enter Pro License Key
<% } %> <% } %>