{% extends "base.html" %} {% block content %} {% if cache_built %}
{% endif %}

Projects {{ projects|length }}

{% if projects %}
Project Name
{% else %}

No projects found

The OBS backend returned no projects

{% endif %}
{% endblock %}