[%- PROCESS 'edit/search_macros.tt' -%]
[% WRAPPER 'layout.tt' title=l('Search for Edits') full_width=1 %]
  <div id="content">
    <h1>[% l('Search for Edits') %]</h1>
    [%- IF timed_out -%]
      <div class="warning">
        <p>[% l('Your search took too long and was cancelled. It may help to be more specific, or to try again.') %]</p>
      </div>
    [%- END -%]
    [% PROCESS search_form %]
  </div>
[% END %]

