@extends('base') @section('title') @if ($editing) Gestion du calendrier @else Calendrier {{{ $user->currentSection->de_la_section }}} @endif @stop @section('additional_javascript') @stop @section('back_links') @if ($editing)
@endif @stop @section('forward_links') @if ($can_edit && !$editing) @endifVoir l'agenda sous forme de liste
@if ($google_calendar_link && !$editing) @endif @stop @section('content') @if ($editing) @include('subviews.contextualHelp', array('help' => 'edit-calendar')) @endif{{{ $day }}}
@endif {{-- Events of the day --}} @foreach ($events[$day] as $event) @if ($editing && ($event->section_id != 1 || $can_edit_unit)) @endif
@if ($user->currentSection->id == 1)
{{{ $event->getSection()->calendar_shortname . ($event->getSection()->calendar_shortname ? " :" : "") }}}
@endif
{{{ $event->event }}}