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' %}
that have not been updated at all so far
{% elif status == 'never_updated' %}
that have never updated
{% endif %}