@if (visibleCountries(row); as countries) { @if (countries.length > 0) {
@for (country of countries; track country.iso2) { @if (getFlagUrl(country.iso2); as flagUrl) { } @else { } {{ country.iso2 }} } @if (remainingCountryCount(row); as remaining) { }
} @else { } }
{{ value }}
@if (getCurrencyFieldError('code', { required: 'Currency Code is required.', minlength: 'Currency Code must contain exactly 3 letters.', maxlength: 'Currency Code must contain exactly 3 letters.', pattern: 'Currency Code can contain letters only.' })) { {{ getCurrencyFieldError('code', { required: 'Currency Code is required.', minlength: 'Currency Code must contain exactly 3 letters.', maxlength: 'Currency Code must contain exactly 3 letters.', pattern: 'Currency Code can contain letters only.' }) }} }
@if (getCurrencyFieldError('symbol', { required: 'Currency Symbol is required.', maxlength: 'Currency Symbol cannot exceed 8 characters.' })) { {{ getCurrencyFieldError('symbol', { required: 'Currency Symbol is required.', maxlength: 'Currency Symbol cannot exceed 8 characters.' }) }} }
@if (getCurrencyFieldError('numericCode', { required:'Numeric Code is required.', min:'Numeric Code must be at least 1.', max:'Numeric Code cannot exceed 999.' })) { {{ getCurrencyFieldError('numericCode', { required:'Numeric Code is required.', min:'Numeric Code must be at least 1.', max:'Numeric Code cannot exceed 999.' }) }} }
@if (getCurrencyFieldError('decimalDigits', { required:'Decimal Digits is required.', min:'Decimal Digits cannot be less than 0.', max:'Decimal Digits cannot exceed 4.' })) { {{ getCurrencyFieldError('decimalDigits', { required:'Decimal Digits is required.', min:'Decimal Digits cannot be less than 0.', max:'Decimal Digits cannot exceed 4.' }) }} }