@extends('base') @section('title') Gestion du listing @stop @section('head') @stop @section('additional_javascript') @stop @section('back_links')

$user->currentSection->slug)) }}'> Retour au listing

@stop @section('forward_links') @if ($user->can(Privilege::$EDIT_LISTING_ALL, 1))

Listing Desk

@endif @stop @section('content') @include('subviews.contextualHelp', array('help' => 'edit-listing'))

Gestion du listing {{{ $user->currentSection->de_la_section }}} ({{ $members->count() }} membres)

PDF Excel Plus d'options

@include('subviews.flashMessages')
@include('subviews.editMemberForm', array('form_legend' => "Modifier un membre", 'submit_url' => URL::route('listing_submit', array('section_slug' => $user->currentSection->slug)), 'leader_only' => false, 'edit_identity' => $can_edit_identity, 'edit_section' => $can_change_section, 'edit_totem' => true, 'edit_leader' => false, 'edit_photo' => true))
@if ($members->count())
@if ($user->currentSection->id == 1) @endif @if ($show_totem) @endif @if ($show_subgroup) @endif @if ($show_role) @endif @foreach ($members as $member) @if ($user->currentSection->id == 1) @endif @if ($show_totem) @endif @if ($show_subgroup) @endif @if ($show_role) @endif @endforeach
ActionsSectionNom PrénomTotem{{{ $user->currentSection->subgroup_name }}}RôleDate de naissance Année
{{ $counter++ }} Modifier Supprimer {{{ $member->getSection()->name }}} {{{ $member->last_name }}} {{{ $member->first_name }}}{{{ $member->totem }}} {{{ $member->subgroup }}} {{ Form::select('select_subgroup', ['' => 'Aucun(e)'] + $subgroup_choices + ['select_other_subgroup' => "Créer un groupe"], $member->subgroup, ['class' => 'form-control medium', 'data-member_id' => $member->id]) }} {{{ $member->role }}} {{ Form::select('select_role', ['' => 'Aucun'] + $role_choices + ['select_other_role' => "Créer un rôle"], $member->role, ['class' => 'form-control medium', 'data-member_id' => $member->id]) }} {{{ $member->getHumanBirthDate() }}} {{{ $member->year_in_section }}}
@else
@if ($user->currentSection->id == 1)

Il n'y a auncun scout dans l'unité.

@else

Il n'y a aucun membre dans cette section.

@endif
@endif @stop