{% extends "master.html" %} {% block body %}
On this pages are present the projects {% if status == 'updated' %} that updated successfully at the last run {% elif status == 'failed' %} that failed to update at the last run {% elif status == 'new' %} have not been updated at all so far {% endif %}
{{project.name}} | {{ project.logs }} |
Oups this is embarrassing, it seems that no projects are being monitored currently.{% endif %}