{% extends "squad/base.html" %} {% load humanize %} {% load squad %} {% load static %} {% block content %} {% include "squad/project-nav.html" with pagetitle="ยป Builds" %}
{% include "squad/_builds_table.html" %}
{% endblock %} {% block javascript %} {% endblock %}