@for (attribute of attributes(); track attribute.id) {
{{ attribute.nombre }}:
@for (option of attribute.options; track option.id) { @if (isColorOption(option)) { } @else { } }
}