"><%= l(:label_filter_plural) %>
<%= render partial: 'queries/filters', locals: { query: @query } %>

<%= l(:label_resources_week_start) %> <%= text_field 'query', 'date_from', size: 12, type: 'date' %><%= calendar_for('query_date_from') %> <%= link_to_function l(:button_apply), '$("#query_form").submit()', class: 'icon icon-checked' %> <%= link_to l(:button_clear), { project_id: @project, set_filter: 1 }, class: 'icon icon-reload' %>