{{:admin_header title="Notes de frais"}} {{:assign where="$$.user_id = %d"|args:$logged_user.id}} {{#restrict section="accounting" level="read"}} {{if $_GET.status === 'all'}} {{:assign where="1"}} {{elseif $_GET.status}} {{:assign status=$_GET.status|quote_sql}} {{:assign where="$$.status = %s"|args:$status}} {{:assign check=true}} {{/if}} {{/restrict}}
{{:admin_footer}}