{{include_file name='home/public/header' title='搜索项目'}}
{{include_file name='home/public/nav' sidebar='home/account/sidebar' active='search'}}

搜索项目({{$project->count}})

  只有公开项目才能被搜索到,私有项目无法被搜索到
{{if $project->count}} {{/if}} {{foreach $project->models as $model}} {{if $project->count}} {{/if}} {{/foreach}}
项目名称 我的角色 创建人昵称/账号 成员数 创建时间 更新时间
{{$model->title}} {{$model->role}} {{$model->creater->fullName}} {{$model->getMembers()->count()}} {{$model->created_at}} {{$model->updated_at}} {{if $model->isCreater() || $model->isJoiner()}} 加入 {{else}} 加入 {{/if}} 查看
{{$project->pages}}
{{include_file name='home/public/copyright'}} {{include_file name='home/public/footer'}}