@if (loading() || saving()) { } @if (loadFailed()) {
error_outline

Game not found

It may have been removed, or it belongs to another account.

Back to library
} @else {
@if (artPreview(); as preview) { Box art preview } @else {
image No box art
} @if (uploading()) {
}
@if (artPreview()) { }

{{ isEdit() ? 'Edit game' : 'New game' }}

Title @if (form.controls.title.touched && form.controls.title.invalid) { Title is required }
System — @for (option of systems; track option) { {{ option }} } Genre — @for (option of genres; track option) { {{ option }} } Year
Developer Publisher
Description
Collection status Own Dumped Played Finished
Your copy
Rating Unrated @for (score of [10, 9, 8, 7, 6, 5, 4, 3, 2, 1]; track score) { {{ score }} / 10 } Condition @for (option of conditions; track option.value) { {{ option.label }} } Region @for (option of regions; track option.value) { {{ option.label }} }
Notes
Paid $  Purchased
Market value $  @if (valuedAt(); as at) { As of {{ at | date: 'mediumDate' }} } @else { What a copy sells for now } Value source
Cancel @if (isEdit()) { }
}