{capture name="section"} {include file="views/orders/components/orders_search_form.tpl"} {/capture} {include file="common/section.tpl" section_title=__("search_options") section_content=$smarty.capture.section class="ty-search-form" collapse=true} {assign var="c_url" value=$config.current_url|fn_query_remove:"sort_by":"sort_order"} {if $search.sort_order == "asc"} {assign var="sort_sign" value=""} {else} {assign var="sort_sign" value=""} {/if} {if !$config.tweaks.disable_dhtml} {assign var="ajax_class" value="cm-ajax"} {/if} {include file="common/pagination.tpl"} {hook name="orders:manage_header"}{/hook} {foreach from=$orders item="o"} {hook name="orders:manage_data"}{/hook} {foreachelse} {/foreach} {include file="common/pagination.tpl"} {capture name="mainbox_title"}{__("orders")}{/capture}