@if (!loading) {
@if (license) {
}
@if (!license) {
@if (fileTooLargeStatus) {
{{ 'ARTIFACT.FILE_TOO_LARGE' | translate }}
} @if (noLicenseStatus) {
{{ 'ARTIFACT.NO_LICENSE' | translate }}
}
}
} @if (loading) {
}