{% extends "base.html" %} {% set active_page = 'index' %} {% block body %}

Latests builds

{% for date, builds in by_date %}

{{date.day}}

{{date.strftime('%b')}}

{{date.year}}

{% for build in builds %}
{% include 'build_fragment.html' %}
{% endfor %}
{% endfor %}
{% endblock %}