{% 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 }}
{{ b.build_text }} |
{% else %}
no build | {% endif %} {{ box(**b.current_box) }}