My Pages Create New Draft

A list of all pages that belong to you.

Draft Pages ({{ pages.drafts.length }})

Draft pages are pages you have created that have not yet been submitted and approved. Draft pages are not visible on the store and are either waiting for you to submit them for approval or waiting to be approved. If a draft page is approved it will become a Live Page and visible to the public on the store. You may create a maximum of 5 draft pages at any time.

Name Type Created Last Updated Status
{{ draft.details.title }} {{ draft.softwareType }} {{ millisToDate(draft.dateCreated) }} {{ millisToDate(draft.dateUpdated) }} {{ draft.reviewState.replace("_", " ") }} {{ draft.reviewState.replace("_", " ") }} {{ draft.reviewState }} Not Submitted
You have no draft pages.

Live Pages ({{ pages.live.length }})

Live Pages are store pages that are approved and visible on the store.

Name Type Created Last Updated
{{ livePage.details.title }} {{ livePage.softwareType }} {{ millisToDate(livePage.dateCreated) }} {{ millisToDate(livePage.dateUpdated) }}
You have no pages that are currently live in the store.

Live Page Amendments ({{ pages.amendments.length }})

Live Page amendments are changes to live pages. Any changes proposed by you must be approved by a member of staff before those changes become visible on the store.

Name Type Created Last Edited Status
{{ amendment.details.title }} {{ amendment.softwareType }} {{ millisToDate(amendment.dateCreated) }} {{ millisToDate(amendment.dateUpdated) }} Requested Requested {{ amendment.reviewState }} Not Submitted
You have no page amendments.