Hello,
I have a channel buildings and a channel suites, and I use count to automatically show how many suites each buidling has.
This works great:
{reverse_related_entries sort="desc" orderby="title"}
{if count == total_results}
Spaces available: {total_results}
{/if}
{/reverse_related_entries}This leaves a row blank if there are no available suites. I cant figure out how to add an if statement to show:
Space available: inquire
when there are no spaces.
Any ideas?