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 @@ - + @@ -59,34 +59,34 @@ {% endfor %} - + {% for ml in maintainer_list %} @@ -103,6 +103,26 @@ {% endfor %} + + + + + + + + + + {% for i in intervals %} + {% if current_interval == forloop.counter0 %} + + {% endfor %} + +
Maintainer Assigned recipes Up-to-date
{{ ml.name }} - + {{ ml.recipes_all }} - + {{ ml.recipes_up_to_date }} - + {{ ml.recipes_not_updated }} - + {{ ml.recipes_cant_be_updated }} - + {{ ml.recipes_unknown }}
Total + {% else %} + + {% endif %} + {{ i }} +