{{ wizardTitle() }}
@for (label of stepLabels; track $index) {
{{ $index + 1 }}. {{ label }}
}
@if (step() === 0) {
}
@if (step() === 1) {
@if (classificazioneErrore()) {
{{ classificazioneErrore() }}
}
}
@if (step() === 2) {
}
@if (step() === 3) {
@for (paragrafo of paragrafoList(); track $index; let i = $index) {
@if (paragrafo.tipo.id !== 'TITOLO') {
B
I
}
}
+ Aggiungi paragrafo
}
@if (step() === 4) {
{{ nome() }}
Di {{ autore() }} · Stato: {{ stato().nome }}
{{ summaryLine() }}
{{ nonTitoloCount() }} paragraf{{ nonTitoloCount() === 1 ? 'o' : 'i' }} oltre al titolo
}
Indietro
@if (isLastStep()) {
Salva attività
} @else {
Avanti
}