+ Projekt
{{getActivePhaseLabel(row)}}
{{dataStore.getCustomerById(row.customer) ? dataStore.getCustomerById(row.customer).name : ""}}
{{dataStore.getPlantById(row.plant) ? dataStore.getPlantById(row.plant).name : ""}}
{{row.users.map(i => dataStore.getProfileById(i).fullName).join(", ")}}