{% extends "layout.html" %} {% load dashboard_extras %} {% block page_name %}PS-QA Dashboard{% endblock %} {% block content %}

Job: {{ job_name }}

[Interesting build trends and charts go here]

{% for build in build_list %} {% endfor %}
Number Status Timestamp Link
{{ build.number }} {{ build.result }} {{ build.timestamp }} {{ build.url }}
{% endblock %}