@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) @endif @stop @section('content')| @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
|
Il n'y a pas d'albums archivés pour cette section.
@elseIl n'y a pas encore d'albums pour cette section.
@endif