{% extends "squad/base.html" %} {% load humanize %} {% load squad %} {% block content %} {% with status=project.status %} {% include "squad/project-nav.html" %} {% if last_build %}

Last build - {{last_build.version}} {{last_build.datetime}} {{last_build.datetime|naturaltime}}

{% include "squad/_metadata.html" %}

Latest builds

{% include "squad/_builds_table.html" %} {% endif %} {% endwith %} {% endblock %} {% block javascript %} {% endblock %}