{% extends "master.html" %} {% block title %}Projects · Anitya{% endblock %} {% block body %}
{{ projects_count }} projects found
Project name | Log content | {% if status == 'failed' %}Checks failed | {% endif %} {% for project in projects %}
---|---|---|
{{project.name}} | {{ project.logs }} | {% if status == 'failed' %}{{ project.error_counter }} | {% endif %}
Oups this is embarrassing, it seems that no projects are being monitored currently.{% endif %}