{% extends "base.html" %} {% block content %}

{{ repo.owner }}/{{ repo.name }}

{% for run in runs %} {% endfor %}
PRStatusRun
{{ run.pr_number }}{{ run.status }}{{ run.id }}
{% endblock %}