@if (categories != null && categories.has("none") && categories.get("none").length > 0) {
@for (formValue of categories.get("none"); track formValue) {
}
}
@if (getCategoryKeys().length > 1) {
@for (categoryName of getVisibleCategoryKeys(); track categoryName) {
@if (categoryName != 'none') {
more_vert
{{ categoryName }}
}
}
}
@if (getCategoryKeys().length == 1) {
@for (formValue of categories.get(getCategoryKeys()[0]); track formValue) {
@if (getCategoryKeys()[0] != 'none') {
}
}
}