+ |
+ {g.nameSv}
+ {g.gateKey}
+ |
+ {g.category} |
+
+ {g.comparison === "gte" ? "≥ " : g.comparison === "lte" ? "≤ " : "= "}
+ {formatPct(g.targetValue)}
+ |
+ {formatPct(g.lastValue)} |
+
+ {statusLabel(g.status)}
+ |
+ {g.evaluationWindowDays} dagar |
+ {g.blocking ? "Ja" : "Nej"} |
+ {g.lastEvaluatedAt ? new Date(g.lastEvaluatedAt).toLocaleString("sv-SE") : "–"} |
+
+ ))}
+