{% extends "master.html" %} {% block title %}Projects · Anitya{% endblock %} {% block body %}
{% if total_page > 1 %} {% endif %}

{{ projects_count }} projects found

{% if projects %}

{% if status == 'failed' %} {% endif %} {% for project in projects %} {% if status == 'failed' %} {% endif %} {% endfor %}
Project name Log contentChecks failed
{{project.name}} {{ project.logs }} {{ project.error_counter }}

{% else %}
Oups this is embarrassing, it seems that no projects are being monitored currently.
{% endif %}
{% endblock %}