2016-09-09 15:06:34 +01:00
|
|
|
<div class="panel panel-default">
|
|
|
|
<div class="panel-heading">@lang('admin.stats_widget.panel_header')</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<p>
|
|
|
|
<b>{{ $album_count }}</b> {{ trans_choice('admin.stats_widget.albums', $album_count) }}<br/>
|
|
|
|
<b>{{ $photo_count }}</b> {{ trans_choice('admin.stats_widget.photos', $photo_count) }}<br/>
|
2017-02-15 09:14:52 +00:00
|
|
|
<b>{{ $user_count }}</b> {{ trans_choice('admin.stats_widget.users', $user_count) }} / <b>{{ $group_count }}</b> {{ trans_choice('admin.stats_widget.groups', $group_count) }}
|
2016-09-09 15:06:34 +01:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|