{% extends 'layout.html' %} {% import 'forms.html' as forms %} {% from "box_macros.html" import box %} {% block content %}
| {{ b.name|e }}{% if b.build_url %} | {{ b.build_label }} {% else %}{{ b.build_text }} | no build{% endif %} {{ box(**b.current_box) }} |