{{ typeLabel }} {{ action.name }}
@if (action.description) {

{{ action.description }}

} @if (status !== 'created' && needsArc) {
@if (needsChapter) { }
} @if (needsArc && arcs.length === 0) {

{{ (needsChapter ? 'notebookActionCard.warnArcChapter' : 'notebookActionCard.warnArc') | translate }}

}
@if (status !== 'created') { } @if (status === 'created') { } @if (status === 'error') { {{ errorMsg }} }