{% extends "base.html" %} {% load lexbuilder_helpers %} {% block header_extra %} {% endblock %} {% block title %}{% ifequal pillar "home" %}Active Project Build Overview{%else%}All Projects{%endifequal%}{% endblock %} {% block content %} {% regroup projects by project_group as project_groups %}
Project | Status | Series | Arch | Last Build | Result |
|
{{ projectGroupName|capfirst }} |
||||||
{% if project.needs_build %}![]() ![]() ![]() ![]() |
{{ project.title }}
{% if project.is_private %}
![]() |
{{project.get_status_display|default_if_none:"Unknown"}} | {{ project.series }} | {{ project.arch }} | {% if latest_build %} {{ latest_build.name }}{% endif %} | {% ifequal latest_build.result "FAILED" %} {% endifequal %} {{ latest_build.result }} |
No projects are configured.
{% endif %} {% if perms.queuemanager.add_project %} Add new project {% endif %} {% endblock %} {% block two-columns %} {% endblock %}