{{include_file name='public/header' title='申请管理'}}
{{include_file name='public/nav' sidebar='user_sidebar'}}

申请管理

{{if $applys}} {{foreach $applys as $apply}} {{$project_id = $apply['project_id']}} {{$user_id = $apply['user_id']}} {{/foreach}} {{/if}}
申请人/账号 申请加入项目 申请加入时间 操作面板
{{_uri('user', $user_id, 'name')}}({{_uri('user', $user_id, 'email')}}) {{_uri('project', $project_id, 'title')}} {{$apply.add_time}} {{if $apply.status == 0}} 通过 {{else}} 已通过 {{/if}}
{{include_file name='public/page'}}

{{get_config('copyright')}}

{{include_file name='public/footer'}}