{% extends "base.html" %} {% block content %}
App | Declared state |
Maintained |
Public level |
CI level |
# opened issues |
# opened PR |
Last commit |
||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ app.name }} | {% if app.list.name == "official" %} {% elif app.state == "working" %} {% elif app.state == "inprogress" %} {% else %} {% endif %} | {% if app.maintained %}{% else %} | {% endif %} | {% if app.state == "inprogress" or app.state == "notworking" %}{% else %} |
{{ 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 "?" }}
|
{% endif %}
{{ app.opened_issues }} | {{ app.opened_prs }} | {% if app.master_commit_date %} | {% else %} ??? {% endif %}