diff --git a/templates/rrs/maintainers.html b/templates/rrs/maintainers.html index a3180ff..b4ef50b 100644 --- a/templates/rrs/maintainers.html +++ b/templates/rrs/maintainers.html @@ -39,7 +39,7 @@
Maintainer | Assigned recipes | Up-to-date | @@ -59,34 +59,34 @@ {% endfor %}||||||
---|---|---|---|---|---|---|---|---|
{{ ml.name }} | - + {{ ml.recipes_all }} | - + {{ ml.recipes_up_to_date }} | - + {{ ml.recipes_not_updated }} | - + {{ ml.recipes_cant_be_updated }} | - + {{ ml.recipes_unknown }} | @@ -103,6 +103,26 @@|||
Total | ++ | + | + | + | + | + {% for i in intervals %} + {% if current_interval == forloop.counter0 %} + | + {% else %} + | + {% endif %} + {{ i }} + | + {% endfor %} +