{% extends "base.html" %} {% from '_macros.html' import calendar_heatmap, build_activity_timeline with context %} {% block pagetitle -%}Overview{%- endblock pagetitle %} {% block topcontent %}

{{ stats.build_queue }}

Queued Builds

Details

{{ stats.completed }}

Completed Builds < 48hrs

Details

{{ stats.failed }}

Failed Builds < 48hrs

Details

{{ stats.repo_staging }}

Packages In Staging Repo

Details

{{ stats.repo_main }}

Packages In Main Repo

Details
{% endblock topcontent %} {% block bottomcontent %}
{% if tl_events %} {{ build_activity_timeline(tl_events, all_pages, page) }} {% endif %}

Build Activity

{% endblock bottomcontent %} {% block scripts %} {{ super() }} {% if timestamps %} {{ calendar_heatmap(timestamps, '.build_heat') }} {% endif %} {% endblock scripts %}