{{ (id ? 'gameSystemEdit.editTitle' : 'gameSystemEdit.createTitle') | translate }}

{{ 'gameSystemEdit.rulesTitle' | translate }}

{{ 'gameSystemEdit.rulesHint' | translate }}

@if (!importing) { {{ 'gameSystemEdit.importHint' | translate }} }
@if (importing) {

{{ importPhase }}

@if (importProgress) {
} @if (importStatus) {

{{ importStatus }}

} @if (importFound.length) {

{{ 'gameSystemEdit.sectionsFound' | translate:{ titles: importFound.join(' · ') } }}

}
} @if (importNote) {

{{ importNote }}

} @if (importError) {

{{ importError }}

}
@for (section of sections; track section; let i = $index) {
@if (!section.collapsed) { }
} @if (sections.length === 0) {
{{ 'gameSystemEdit.noSections' | translate }}
}
{{ 'gameSystemEdit.addSection' | translate }} @for (name of suggestedSections; track name) { }

{{ 'gameSystemEdit.charactersTitle' | translate }}

{{ 'gameSystemEdit.charactersHint' | translate }}