{% extends "squad/base.html" %} {% block content %} {% include "squad/project-nav.html" %}

Test results

{% if comparison %} {% include "squad/_test_results_table.html" %} {% else %} (this project has no builds yet) {% endif %} {% endblock %}