FAQ

{if no_results} inside lists doesn't parse correctly

Sometimes other variables on the page may override the no_results block. For this case you can use shortlist_no_results wherever you'd normally use no_results. It works exactly the same, but will not be overwritten by other things on the page.

{exp:shortlist:view}
 	..
 	{if shortlist_no_results}
 		You have no items
 	{/if}
{/exp:shortlist:view}