@if (post) {
{{ t('Edit containers for: ') }} {{ post.upload_name }}
{{ post.saved_name }}
@if (containersSelection.length === 0 && requiredContainers.length === 0) {
{{ t('Please select a container.') }}
}
@if (requiredContainers.length > 0) {
}
@switch (post.upload_type) { @case (1) { {{ t('Background preview') }} } @case (2) { {{ t('Iconset preview') }} } @case (3) { {{ t('Icon preview') }} } }
@if (post.upload_type === 1 || post.upload_type === 3) { @if (post.path) { } } @if (post.upload_type === 2) { @for (image of iconSetImages; track $index; ) {
@if (post.path) {
{{ image }}
}
}
}
}