@if (editing) {
{{ 'editor.editingLabel' | translate }}
}
@if (data && data.ask) {
{{ 'editor.askReplyLabel' | translate }}
}
@if (privacy === 10) {
{{ 'editor.directMessageWarning' | translate }}
@if (data?.quote) {
{{ 'editor.directMessageWithQuoteWarning' | translate }}
}
}
@if (privacy === 3) {
{{ 'editor.unlistedWarning' | translate }}
}
@if (showContentWarning || contentWarning) {
}
@if (showMentionedUsersList) {
}
@if (false && uploadedMedias.length === 0) {
}
@if (uploadedMedias.length > 0) {
}
@if (data && data.post && !editing) {
{{ 'editor.inReplyTo' | translate }}
}
@if (quoteOpen && !data?.quote && !quoteLoading) {
}
@if (quoteLoading || data?.quote) {
{{ 'editor.quoteTitle' | translate }}
@if (quoteLoading) {
}
@if (data && data.quote) {
}
}
@for (account of accountList(); track $index) {
}
@for (option of privacyOptions; track $index) {
@if (option.level != 20) {
}
}