{% extends "crashstats_base.html" %} {% block page_title %} Nightly Builds for {{ product }} {% if version %}{{ version }}{% endif %} {% endblock %} {% block content %}

Nightly Builds for {{ product }} {% if version %}{{ version }}{% endif %}

The following nightly builds were scraped from the Mozilla Nightly Builds FTP site.

{% for date, version, builds in all_builds %} {% endfor %}
A listing of Mozilla Nightly Builds
Date Version Platforms
{{ date.strftime('%B %d, %Y') }} {{ version }} {% for r in builds %} {{ r.platform }} {% endfor %}

{% if version %} {% set builds_rss_url = url('crashstats.buildsrss', product, version) %} {% else %} {% set builds_rss_url = url('crashstats.buildsrss', product) %} {% endif %} Subscribe Subscribe

{% endblock %}