% if (data.licenseType == 'trial') { %>
<% if (data.daysLeft > 0) { %>
Studio Pro Trial
<% } else { %>
Upgrade to Studio Pro
<% } %>
<% } else if (data.licenseType == 'none') { %>
Got Studio Pro?
Start 30-day trial now.
Enter Pro or Trial License
<% } else { %>
<% if (data.daysLeft > 30) { %>
Studio Pro
<% } else if (data.daysLeft > 0 && data.daysLeft <= 30) { %>
Pro License Expires Soon
<% } else { %>
Pro Subscription Expired!
<% } %>
<% } %>