diff --git a/promgen/templates/promgen/alert_row.html b/promgen/templates/promgen/alert_row.html
index e4da9643d..d81ea67a3 100644
--- a/promgen/templates/promgen/alert_row.html
+++ b/promgen/templates/promgen/alert_row.html
@@ -10,7 +10,7 @@
diff --git a/promgen/templates/promgen/rule_block.html b/promgen/templates/promgen/rule_block.html
index 977c28d15..af4d90642 100644
--- a/promgen/templates/promgen/rule_block.html
+++ b/promgen/templates/promgen/rule_block.html
@@ -3,19 +3,19 @@
{% for rule in rule_list %}
- {{ rule.name }}
+ {{ rule.name }}
{% if rule.parent %}
-
+
{% endif %}
+
+ {% for k,v in rule.labels.items|dictsort:0 %}
+ - {{k}}:{{v}}
+ {% endfor %}
+
|
-
- {{ rule.clause }}
- {% if rule.description %}
-
- {% endif %}
- |
+ {{ rule.clause }} |
{{ rule.duration }} |