diff --git a/store/templates/dash.html b/store/templates/dash.html
index 021be5d9..8bcf5242 100644
--- a/store/templates/dash.html
+++ b/store/templates/dash.html
@@ -82,6 +82,7 @@
{{ _("Bookworm CI") }} |
{{ _("Testing PR") }} |
{{ _("Autoupdate PR") }} |
+ {{ _("Issues") }} |
|
{% for app, infos in data.items() %}
@@ -195,6 +196,13 @@
{% endif %}
+
+ {{ infos["nb_issues"] }}
+
+ {% endif %}
+ |
{% if this_app_stars > 0 %}
{{ this_app_stars }}
|