{% from "job-table.html" import job_table with context %} {% extends "layout.html" %} {% block title %}PR {{ number }}{% endblock %} {% block head %} {% endblock %} {% block content %}
Build error:
{{ exception }}{% else %} No build running. {% endif %}
id | state |
---|---|
{{ batch['id'] }} | {% if 'state' in batch and batch['state'] %} {{ batch['state'] }} {% endif %} |