{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Search test cases" %}{% endblock %} {% block contents %}
{% csrf_token %}
{% include "datetimepicker_script.html" with selector="#id_after" %}
{% include "datetimepicker_script.html" with selector="#id_before" %}

{% trans "Separate multiple values with comma (,)" %}

{% trans "ID" %} {% trans "Summary" %} {% trans "Created on" %} {% trans "Category" %} {% trans "Component" %} {% trans "Priority" %} {% trans "Status" %} {% trans "Automated" %} {% trans "Author" %} {% trans "Tags" %}
{% include 'pagination.html' %}
{% endblock %}