@extends('layout.default') @section('title', $__t('Calendar')) @section('activeNav', 'calendar') @section('viewJsName', 'calendar') @push('pageScripts') @if(!empty($__t('fullcalendar_locale') && $__t('fullcalendar_locale') != 'x'))@endif @endpush @push('pageStyles') @endpush @section('content')

@stop