+
+ <% // xss-lint: disable=underscore-not-escaped %>
+ <%= restartIcon %>
+
+
<%- gettext('Restart my subscription') %>
+
+ <% } else { %>
+ <%- StringUtils.interpolate(gettext(
+ subscriptionState === 'active'
+ ? 'Manage my subscription'
+ : 'Start {trialLength}-Day free trial'
+ ),
+ { trialLength } ) %>
+ <% } %>
+