Never mind, found the solution to this. It's:
Code: Select all
{if $events|@count == 0}
<p>Sorry, there are no events this month.</p>
{/if}Apologies if these have been asked before; I did a search but couldn't find the answer.

Code: Select all
{if $events|@count == 0}
<p>Sorry, there are no events this month.</p>
{/if}
