{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Search bugs" %}{% endblock %} {% block contents %}
{% include "datetimepicker_script.html" with selector="#id_after" %}
{% include "datetimepicker_script.html" with selector="#id_before" %}
{% trans "ID" %} {% trans "Summary" %} {% trans "Created at" %} {% trans "Product" %} {% trans "Version" %} {% trans "Build" %} {% trans "Reporter" %} {% trans "Assignee" %}
{% include 'pagination.html' %}
{% endblock %}