{* Smarty Template *}
{$announcement_header}

{* Display the Announcements Table Unless display_data_table is set false.*} {if $display_data_table}
{include file='raids_table.html' raid_data=$announcement_data jump_menu=$current_jump_menu record_counts=$curr_record_counts}

{/if} {* Display the "Create New Announcement" Section *}
{include file='announcements_new.html'}