You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{t'All user data will be deleted. Your user data will be entirely erased and any data that will stay
5
-
in the system for accounting purposes will be anonymised and there will be no link to any of your personal information.
6
-
Once you delete this account, you will have no longer access to the system.'}}
7
-
</p>
8
-
<button{{action'openDeleteUserModal'data.user.iddata.user.email}}class='ui red button'>
9
-
{{t'Delete Your Account'}}
10
-
</button>
2
+
<divclass="ui grid">
3
+
<divclass="ui left aligned sixteen wide mobile ten wide computer column">
4
+
<h3class="ui header">
5
+
{{t'Delete Your Account'}}
6
+
</h3>
7
+
<pclass="ui muted text">
8
+
{{#ifisUserDeletable}}
9
+
{{t'All user data will be deleted. Your user data will be entirely erased and any data that will stay
10
+
in the system for accounting purposes will be anonymised and there will be no link to any of your personal information.
11
+
Once you delete this account, you will have no longer access to the system.'}}
12
+
{{else}}
13
+
{{t'Your account currently cannot be deleted as active events and/or orders are associated with it.
14
+
Before you can delete your account you must transfer the ownership of your event(s) to another organizer or cancel your event(s).
15
+
If you have ticket orders stored in the system, please cancel your orders first too.'}}
16
+
{{/if}}
17
+
</p>
18
+
</div>
19
+
<divclass="ui right aligned sixteen wide mobile six wide computer column">
20
+
<button{{action'openDeleteUserModal'data.user.iddata.user.email}}class={{ifisUserDeletable'ui labeled icon red button''ui labeled icon red button disabled'}}>
0 commit comments