web.Server Traceback (most recent call last):
jinja2.exceptions.UndefinedError: 'categories' is undefined
/usr/local/buildbot/_env/local/lib/python2.7/site-packages/twisted/internet/defer.py:654 in _runCallbacks
653                    try:
654                        current.result = callback(current.result, *args, **kw)
655                        if current.result is current:
/usr/local/buildbot/_env/local/lib/python2.7/site-packages/buildbot/status/web/console.py:669 in got_changes
668            template = templates.get_template("console.html")
669            data = template.render(cxt)
670            return data
/usr/local/buildbot/_env/local/lib/python2.7/site-packages/jinja2/environment.py:1008 in render
1007            exc_info = sys.exc_info()
1008        return self.environment.handle_exception(exc_info, True)
1009
/usr/local/buildbot/_env/local/lib/python2.7/site-packages/jinja2/environment.py:780 in handle_exception
779        exc_type, exc_value, tb = traceback.standard_exc_info
780        reraise(exc_type, exc_value, tb)
781
/usr/local/buildbot/templates/console.html:1 in top-level template code
0
1 {% extends "layout.html" %}
2
/usr/local/buildbot/templates/layout.html:57 in top-level template code
56
57    {%- block barecontent -%}
58    <hr/>
/usr/local/buildbot/templates/layout.html:67 in block "barecontent"
66    <div class="content">
67      {%- block content -%}
68      {%- endblock -%}
/usr/local/buildbot/templates/console.html:86 in block "content"
85      <td width="33%" align="left" class="left_align">
86 {% if categories|length > 1 %}
87        <br><b>Categories:</b> {% for c in categories %}{{ c.name|e }} {% endfor %}
jinja2.exceptions.UndefinedError: 'categories' is undefined