{{ item.mainText }}
@if (item.linkText) {
{{ item.linkText }}
}
@if (item.boldText) {
{{ item.boldText }}
}
@if (item.highlightText) {
{{ item.highlightText }}
}
@if (item.tagText) {
{{ item.tagText }}
}
@if (item.afterText) {
{{ item.afterText }}
}
@if (item.showAddIcon) {
}
@if (item.showCheckIcon) {
}
@if (item.subText) {
{{ item.subText }}
}