@page @model PersonalDataModel @{ ViewData["Title"] = "Personal Data"; ViewData["ActivePage"] = ManageNavPages.PersonalData; }

@ViewData["Title"]

Your account contains personal data that you have given us. This page allows you to download or delete that data.

Deleting this data will permanently remove your account, and this cannot be recovered.

Delete

@section Scripts { }