{% extends "base.html" %} {% block content %}
Active maintainers :
{% for app in apps %} {% if app.maintained %} {% if app.state == "inprogress" or app.state == "notworking" %} {% else %} {% endif %} {% else %} ??? {% endif %} {% endfor %}
App
Declared state
Maintained
Public level
CI level
# opened issues
# opened PR
Last commit
{{ app.name }} {% if app.state == "working" %} {% elif app.state == "inprogress" %} {% else %} {% endif %} {% else %} {% endif %}
{{ app.public_level if app.public_level != None and app.public_level >= 0 else "?" }}
{{ app.ci_level if app.ci_level != None and app.ci_level >= 0 else "?" }}
{{ app.opened_issues }} {{ app.opened_prs }} {% if app.master_commit_date %}
{% endblock %}