{* Smarty Template *} {* Prints the Announcements *} {include file='announcements_msg.html'} {* Prints the Current and Old Raids Tables *}
{$header_data.new_raids_header}

{include file='raids_table.html' raid_data=$new_data jump_menu=$current_jump_menu record_counts=$curr_record_counts}

{$header_data.old_raids_header}

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