{% extends "master.html" %} {% block title %}Logs · Anitya{% endblock %} {% block header %} {% if refresh %} {% endif %} {% endblock %} {% block body %}

Logs

{% if refresh %} Auto-refreshing every 5 seconds {% endif %}
{% if refresh %} Remove auto-refresh {% else %} Activate auto-refresh {% endif %}
{% if total_page > 1 %}
{% endif %}
{% for project in projects %} {% endfor %}
Name Updated Status Description
{{ project.name }} {% if project.last_check %} {{ project.last_check.strftime('%Y-%m-%d %H:%M:%S') }} (UTC) {% else %} N/A {% endif %} {% if project.check_successful is none %} Not updated {% elif project.check_successful %} OK {% else %} Fail {% endif %} {{ project.logs or '' }}
{% endblock %}