{{include_file name='home/public/header' title='申请管理'}}
{{include_file name='home/public/nav' sidebar='home/account/sidebar' active='apply'}}

审核历史 ({{$model->count}})

{{include_file name='home/apply/tab' tab='history'}}
{{foreach $model->models as $model}} {{/foreach}}
申请人昵称/账号 申请加入的项目 项目类型 申请时间 处理结果 处理时间
{{$model->applier->fullName}} {{$model->project->title}} {{$model->project->typeLabel}} {{$model->created_at}} {{if $model->status == $model::PASS_STATUS}} {{$model->statusLabel}} {{else if $model->status == $model::REFUSE_STATUS}} {{$model->statusLabel}} {{/if}} {{$model->checked_at}}
{{$model->pages}}
{{include_file name='home/public/copyright'}} {{include_file name='home/public/footer'}}