@extends('base') @section('title') Photos {{{ $user->currentSection->de_la_section }}} @stop @section('additional_javascript') @stop @section('back_links') @if ($showing_archives)

$user->currentSection->slug)) }}'> Retour aux photos de cette année

@endif @stop @section('forward_links') @if ($can_manage)

Gérer les photos

@endif @stop @section('content')

Photos {{{ $user->currentSection->de_la_section }}}

@if (count($albums))

Albums @if ($showing_archives) archivés @endif

@foreach($albums as $album) @endforeach
@if ($showing_archives) {{{ Helper::dateToHuman($album->date) }}} : @endif @if ($album == $current_album) {{{ $album->name }}} @else $album->id, 'section_slug' => $user->currentSection->slug)) }}'>{{ $album->name }} @endif {{ $album->photo_count }} {{{ $album->photo_count > 1 ? "photos" : "photo" }}}
@if ($album->photo_count <= $downloadPartSize) @else @for ($i = 0; $i <= ($album->photo_count - 1) / $downloadPartSize; $i++) @endfor @endif
@else
@if ($showing_archives)

Il n'y a pas d'albums archivés pour cette section.

@else

Il n'y a pas encore d'albums pour cette section.

@endif
@endif @if ($has_archives)
@if ($showing_archives) @else @endif @endif
@if (count($photos))

{{{ $current_album->name }}}

@foreach ($photos as $photo) @if (count($photo->getComments()) || $user->isMember()) @endif @endforeach
@foreach ($photos as $photo)
@endforeach
@endif @stop