{% extends "base.html" %} {% block title %}{{ _("Build job list") }}{% end block %} {% block body %}

{{ _("Filter builds") }}

{{ _("Distribution") }} {{ _("Show only builds in that distribution.") }}
{{ _("State") }} {{ _("Only show builds with given state.") }}
{{ _("Build host") }} {{ _("Display only builds by selected host.") }}
{% end block %} {% block sidebar %}

{{ _("Actions") }}

{% end block %}