{% extends "base.html" %} {% load static %} {% block page_title %}{{owner}} repositories{% endblock %} {% block content %}
Name | Repository | Builds and test cases | Status | Last tested |
---|---|---|---|---|
{{ repo.name }} | Repository | Builds and test cases | {% if repo.status_is_pass %}Pass{% else %}Failure{% endif %} | {{ repo.report_date|date:"Y-m-d H:i:s" }} |