[% INCLUDE select element_data = {
title = text('Transaction Type') #'
options = batch_classes
value_attr = "id"
text_attr = "class"
name = "class_id"
default_blank = "true"
} %]
[% INCLUDE input element_data = {
name = "approved"
id = "approved-1"
value = "1"
title = text("Approved")
type = "radio"
}; %]
[% INCLUDE input element_data = {
name = "approved"
id = "approved-0"
value = "0"
title = text("Unapproved")
type = "radio"
checked = "CHECKED"
}; %]
[% INCLUDE input element_data = {
title = text('Description')
size = 20
name = "description"
} %]
[% INCLUDE input element_data = {
title = "Minimum Value"
name = "amount_gt"
class = "numeric"
size = 20
type = "text"
} %]
[% INCLUDE input element_data = {
title = "Maximum Value"
name = "amount_lt"
size = 20
class = "numeric"
type = "text"
} %]
[% INCLUDE button element_data = {
text = text('Search')
name = "action"
value = "list_batches"
class = "submit"
type = "submit"
} %]