Récapitulatif
- Fichier{{ selectedFiles().length > 1 ? 's' : '' }}
-
@if (selectedFiles().length === 0) {
Aucun fichier
} @else if (selectedFiles().length === 1) {
{{ selectedFiles()[0].name }}
} @else {
@for (f of selectedFiles(); track f.name) {
{{ f.name }}
@if (f.name === detectedMainFilename()) {
Principal
}
}
}
- Type
- {{ displayType() }}
- Titre
- {{ previewTitle() }}
- Version
- {{ metaForm.value.versionMajor }}.{{ metaForm.value.versionMinor }}.{{ metaForm.value.versionPatch }}
- Fournisseur
- {{ metaForm.value.provider }}
@if (metaForm.value.categoryId) {
- Catégorie
- {{ selectedCategoryName() }}
}
@if (metaForm.value.description) {
- Description
- {{ metaForm.value.description }}
}
- Contact métier
-
{{ metaForm.value.contactFunctionalName }}
{{ metaForm.value.contactFunctionalEntity }}
{{ metaForm.value.contactFunctionalEmail }}
- Contact technique
-
{{ metaForm.value.contactTechnicalName }}
{{ metaForm.value.contactTechnicalEntity }}
{{ metaForm.value.contactTechnicalEmail }}