@if (responseCreateTicket?.cc_email == 'on') {
}
@if (haspurchasecode.length) {
}
@if (envatoName?.length) {
}
@if (hassubcategoriess.length) {
}
@if (hasproject.length) {
}
@if (responseCreateTicket?.customfields?.length) {
@for (customfield of responseCreateTicket?.customfields; track customfield) {
@if (customfield?.status == '1') {
}
}
}
@if (responseCreateTicket?.USER_FILE_UPLOAD_ENABLE == 'yes') {
}