{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Search Test Plans" %}{% endblock %} {% block contents %}
{% csrf_token %}
{% trans "Before" %} {% include "include/datetimepicker_script.html" with selector="#id_before" %} {% trans "After" %} {% include "include/datetimepicker_script.html" with selector="#id_after" %}

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

{% trans "ID" %} {% trans "Test plan" %} {% trans "Created on" %} {% trans "Product" %} {% trans "Version" %} {% trans "Type" %} {% trans "Author" %} {% trans "Tags" %}
{% include 'include/pagination.html' %}
{% endblock %}