{% load url from future %}
{% load dashboard_extras %}
{% if build_number %}
Build: {{ build_number}}
{% endif %}
{% if help_info %}
{{ entry.release|capfirst }} | {{ entry.pass_rate|floatformat }}% {{ entry.bug_count }} Bug{% if entry.bug_count > 1 %}s{% endif %} | {% if entry.found_arches %}{% for arch in entry.found_arches %}{{ arch|product_name }}{% if not forloop.last %}, {% endif %}{% endfor %} {% endif %} |