Activity Data

{{ ' ' // Search form }}
@if (inventory) {
{{ ' ' // Wrap the all table in a form. This is the only way reactiveforms will work }}
@for (inventory of inventory; track trackId) { }
Variable
Classe
Valor
Unidade
@if (inventory.variable) { {{ inventory.variable.name }} } @if (inventory.variableClassName) { {{ inventory.variableClassName }} } @if (inventory.stringValue) { {{ inventory.stringValue }} } @else { @if (inventory.value) { {{ formatValue(inventory.value) }} } } @if (inventory.unit) { {{ inventory.unit.symbol }} }
} @if (inventory?.length === 0) {
Nenhum Inventory encontrado
}