+
\u2193 ${inflowLabel}
+
+ ${this.esc(d.label)}
+ ${statusLabel}
+
+
${satLabel}
+ ${criticalH > 20 ? `
CRITICAL
` : ""}
+ ${sufficientH > 20 ? `
SUFFICIENT
` : ""}
+ ${overflowH > 20 ? `
OVERFLOW
` : ""}
+
$${Math.floor(d.currentValue).toLocaleString()} / $${Math.floor(d.maxThreshold).toLocaleString()}
+
${this.formatDollar(outflow)}/mo \u25BE
+ ${isOverflow ? `
${overflowLabel}
+
${overflowLabel}
` : ""}
+
+