diff --git a/src/TwigHooks/src/Profiler/Dumper/HtmlDumper.php b/src/TwigHooks/src/Profiler/Dumper/HtmlDumper.php
index 470208f0..e8b94dc4 100644
--- a/src/TwigHooks/src/Profiler/Dumper/HtmlDumper.php
+++ b/src/TwigHooks/src/Profiler/Dumper/HtmlDumper.php
@@ -67,8 +67,9 @@ private function dumpHookableProfile(HookableProfile $hookableProfile, string $p
};
$str = sprintf(
- '%s└ (%s) [↑ %d, ⏲ %d ms] %s (%s)',
+ '%s└ (%s) [↑ %d, ⏲ %d ms] %s (%s)',
$prefix,
+ $targetName === 'Template' ? 'status-success' : 'status-warning',
$targetName,
$hookableProfile->getHookable()->priority(),
$hookableProfile->getDuration(),