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

{{ action.description }}

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

Crée d'abord un arc {{ needsChapter ? 'et un chapitre ' : '' }}dans la campagne pour pouvoir y rattacher cet élément.

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