{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Search bugs" %}{% endblock %} {% block contents %}
{% csrf_token %}
{% include "include/datetimepicker_script.html" with selector="#id_after" %}
{% include "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 'include/pagination.html' %}
{% endblock %}