{* Additional stylesheets required by the report *} {* Additional JS required by the report *}
{$selectedDateRangeName}
Start date
End date
    {* Generate links for the predefined time periods below *} {foreach from=$availableDateRanges key=label item=range}
  • {$label}
  • {/foreach} {*
  • Last 7 days
  • *} {* No need to change the link here, see below for the link template generated by the date picker *}
  • Specific date range
{if !$isThereAnyData}

There is no Video Events data for this {$entityName} for the selected date range: {$startDate} - {$endDate}.

{else} {* Main chart *}

Views

{* Events history table. Please note that this mock-up shows both the table and the chart (below), but the real report should show only one of those depending on the option chosen in the "Show as" dropdow. *}

Views events history

  • View by
  • Show as
{if $selectedShowAs == 'table'} {include file='table.html'} {else}
{if !$dataForBottomGraphInJsonFormat}There is not enough data to display this graph. {/if}
{/if}
{/if}
{* Date picker initialization *} {/literal}