{% extends "base.html" %} {% block content %}

Opened testings pull requests for apps

{% for app in apps %} {% endfor %}
App
Opened
Last update
{{ app.name }} = 60 %} class="text-danger" {% else %}{% if app.testing_pr.created_ago >= 30 %} class="text-warning" {% endif %}{% endif %} > {{ app.testing_pr.created_ago }} days ago = 30 %} class="text-danger" {% else %}{% if app.testing_pr.updated_ago >= 15 %} class="text-warning" {% endif %}{% endif %} > {{ app.testing_pr.updated_ago }} days ago Go to the pull request
{% endblock %}