{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Search Test Runs" %}{% endblock %} {% block page_id %}page-testruns-search{% endblock %} {% block contents %}
{% csrf_token %}

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

{% trans "Before" %} {% include "include/datetimepicker_script.html" with selector="#id_before_start_date" %} {% trans "After" %} {% include "include/datetimepicker_script.html" with selector="#id_after_start_date" %}
{% trans "Before" %} {% include "include/datetimepicker_script.html" with selector="#id_before_stop_date" %} {% trans "After" %} {% include "include/datetimepicker_script.html" with selector="#id_after_stop_date" %}
{% trans "Before" %} {% include "include/datetimepicker_script.html" with selector="#id_before_planned_start" %} {% trans "After" %} {% include "include/datetimepicker_script.html" with selector="#id_after_planned_start" %}
{% trans "Before" %} {% include "include/datetimepicker_script.html" with selector="#id_before_planned_stop" %} {% trans "After" %} {% include "include/datetimepicker_script.html" with selector="#id_after_planned_stop" %}
{% trans "ID" %} {% trans "Summary" %} {% trans "Test plan" %} {% trans "Product" %} {% trans "Version" %} {% trans "Build" %} {% trans "Manager" %} {% trans "Default tester" %} {% trans "Tags" %}
{% include 'include/pagination.html' %}
{% endblock %}