{% extends "squad/base.html" %} {% load humanize %} {% load squad %} {% block content %} {% include "squad/project-nav.html" %} {% for build in builds %} {% endfor %}
Build Date # of Testjobs
{{build.version}} {{build.datetime}} {{build.datetime|naturaltime}} {{build.test_runs.count}}
{% endblock %}