@extends('base') @section('title') Trésorerie @stop @section('head') @stop @section('back_links')

@if ($this_year < $year) $user->currentSection->slug, 'year' => $this_year)) }}'>    Année {{{ $this_year }}} @endif @if ($this_year != $previous_year) $user->currentSection->slug, 'year' => $previous_year)) }}'>    Année {{{ $previous_year }}} @endif

@stop @section('forward_links')

@if ($this_year > $year) $user->currentSection->slug, 'year' => $this_year)) }}'> Année {{{ $this_year }}}    @endif @if ($this_year != $next_year) $user->currentSection->slug, 'year' => $next_year)) }}'> Année {{{ $next_year }}}    @endif

@stop @section('additional_javascript') @stop @section('content') @include('subviews.contextualHelp', array('help' => 'accounting'))

Trésorie {{{ $user->currentSection->de_la_section }}} : année {{{ $year }}}

@if ($locked_by_user)

Ces comptes sont pour le moment modifiés par {{ $locked_by_user }}. Pour que tu puisses modifier ces comptes, cet utilisateur doit fermer cette page dans son navigateur.

@endif @include('pages.accounting.accounting-angular') @stop