<% if(_hasMedia) { %>
My Cloud Storage
<%=model.get('planName')%>
<% if(model.get('planName') == ('Unlimited') && model.currentPlan.val.planName == "Unlimited"){%>
- Unlimited storage of photos,videos
and files for upto 5 users.
- Automatic and comprehensive
backup of all photos and files on
phone and computer.
- Secure your important documents
and photos. Never worry about a
lost or damaged phone or
computer.
<% } else if(model.get('planName') == '2TB' && model.currentPlan.val.planName == "2TB"){ %>
- 2TB storage of photos,videos
and files for upto 5 users.
- Automatic and comprehensive
backup of all photos and files on
phone and computer.
- Secure your important documents
and photos. Never worry about a
lost or damaged phone or
computer.
<% } else if(model.get('planName') == '600GB'){ %>
- Get 600GB of storage for one
user on one smartphone.
- Includes Free shipping on
Prints and Gifts.
<% } else { %>
- <%= model.get('planName')%> storage for all my files
- Unlimited Contacts
<%}%>
<%
var photos = MediaParser.bytesToSize(model.get('images').usage, 1);
var videos = MediaParser.bytesToSize(model.get('videos').usage, 1);
var music = MediaParser.bytesToSize(model.get('music').usage, 1);
var documents = MediaParser.bytesToSize(model.get('other').usage, 1);
var trash = MediaParser.bytesToSize(model.get('trash').usage, 1);
var allowed = parseInt(model.get('allowed'));
var used = parseInt(model.get('used'));
var available = MediaParser.bytesToSize(allowed - used, 1);
var allowedSpace = MediaParser.bytesToSize(allowed, 1).split(" ");
var planName = model.get('planName');
%>
<% if(!showFeatureChange){ %>
<% } %>
<% } %>
The plan could not be purchased at this time.
Please try the plan upgrade through the Verizon Cloud app, avaialable from the app store links below.