{% 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 %}

{% if total_page > 1 %} {% endif %}
{% if projects %}

{% for project in projects %} {% endfor %}
{{project.name}} {{ project.logs }}

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