{{item.name ? item.name : '-' | limitTo:18}}{{item.name.length > 18 ? '...' : ''}} {{item.description ? item.description : '-' | limitTo:36}}{{item.description.length > 36 ? '...' : ''}}