{% extends "rrs/base_toplevel.html" %} {% load i18n %} {% load staticfiles %} {% comment %} rrs-web - maintainers page template Copyright (C) 2015 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block navs %} {% endblock %} {% block content_inner %} {% for i in intervals %} {% if current_interval == forloop.counter0 %} {% endfor %} {% for ml in maintainer_list %} {% for number in ml.interval_statistics %} {% if current_interval == forloop.counter0 %} {% endfor %} {% endfor %} {% for i in intervals %} {% if current_interval == forloop.counter0 %} {% endfor %}
Maintainer Assigned recipes Up-to-date Not updated Can't be updated Unknown % done {% else %} {% endif %} {{ i }}
{{ ml.name }} {{ ml.recipes_all }} {{ ml.recipes_up_to_date }} {{ ml.recipes_not_updated }} {{ ml.recipes_cant_be_updated }} {{ ml.recipes_unknown }} {{ ml.percentage_done }} {% else %} {% endif %} {{ number }}
Total {% else %} {% endif %} {{ i }}
{% endblock %} {% block scripts %} {% endblock %}