{* Smarty Template *}


{$header_data.new_raids_header}

{include file='raids_table.html' raid_data=$new_data jump_menu=$current_jump_menu record_counts=$curr_record_counts}
{ *if $header_data.button_raids_del != "" or $button_mark_raid_as_old != ""*} {if $header_data.button_mark_raid_as_old != ""}
{if $header_data.button_mark_raid_as_old != ""} {/if} {if $header_data.button_raids_del != ""} {/if}
{/if}

{if $header_data.show_recurrance}
{$header_data.recur_raids_header}

{include file='raids_table.html' raid_data=$rec_data jump_menu=$recurring_jump_menu record_counts=$recur_record_counts}

{/if}
{$header_data.old_raids_header}

{include file='raids_table.html' raid_data=$old_data jump_menu=$previous_jump_menu record_counts=$prev_record_counts}