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

{{ projects_count }} projects found

{% if projects %} {% if status != 'archived' %} {% endif %} {% if status == 'failed' %} {% endif %} {% if status == 'updated' or status == 'archived' %} {% endif %} {% if status == 'never_updated' %} {% endif %} {% for project in projects %} {% if status != 'archived' %} {% endif %} {% if status == 'failed' %} {% endif %} {% if status == 'updated' or status == 'archived' %} {% endif %} {% if status == 'never_updated' %} {% endif %} {% endfor %}
Project nameLog contentChecks failedLast updateCreated on
{{project.name}} {{ project.logs }} {{ project.error_counter }}{{ project.last_check.strftime('%Y-%m-%d %H:%M:%S') }}{{ project.created_on.strftime('%Y-%m-%d %H:%M:%S') }}
{% else %}
No project found in this category.
{% endif %}
{% if total_page > 1 %} {% endif %}
{% endblock %}