Hi!
Is there a tag for template access. In every template, we can declare which group/s can access a specific template. I wonder if I can trigger it. For example, I want to create a link but I will only show that link if the logged-in user has an access to the template.
For example:
{if user_has_access_to_template}
<a href="http://this_link_is_only_for_groups_that_has_access_to">Link</a>
{/if}
best regards,
Jay