{% if search_type == 'zoom' %} {% include 'table/search/form_tag.twig' with { 'script_name': 'tbl_zoom_select.php', 'form_id': 'zoom_search_form', 'db': db, 'table': table, 'goto': goto } only %} {% elseif search_type == 'normal' %} {% include 'table/search/form_tag.twig' with { 'script_name': 'tbl_select.php', 'form_id': 'tbl_search_form', 'db': db, 'table': table, 'goto': goto } only %} {% elseif search_type == 'replace' %} {% include 'table/search/form_tag.twig' with { 'script_name': 'tbl_find_replace.php', 'form_id': 'find_replace_form', 'db': db, 'table': table, 'goto': goto } only %}
{% trans 'Find and replace' %} {% include 'table/search/search_and_replace.twig' with { 'column_names': column_names, 'column_types': column_types, 'sql_types': sql_types } only %}
{% else %} {% include 'table/search/form_tag.twig' with { 'script_name': '', 'form_id': '', 'db': db, 'table': table, 'goto': goto } only %} {% endif %} {# Displays selection form's footer elements #}