{capture name="mainbox"}
{if $reports} {foreach from=$reports item=report} {/foreach}
 {$lang.position_short}   {$lang.report_name}   {$lang.avail} 
 {include file="buttons/button.tpl" but_style="text" but_text=$lang.edit but_href="$index_script?$target_name=statistics&$mode_name=report&$action_name=edit&report_id=`$report.report_id`"} 

{include file="buttons/update.tpl" but_onclick="javascript:document.reports_list.submit();"}     {include file="buttons/delete_selected.tpl" but_onclick="javascript:fn_delete_selected('reports_list','delete','','','$action_name');"}

{else}

{$lang.text_no_items_found|replace:'[items]':$lang.reports}

{/if}


{include file="common_templates/subheader.tpl" title=$lang.add_new_report}
{include file="buttons/multiple_buttons.tpl" item_id="add_report"}

{include file="buttons/add_new.tpl" but_onclick="javascript: document.create_new.submit();"}

{/capture} {include file="common_templates/mainbox.tpl" title=$lang.reports_list content=$smarty.capture.mainbox}