Test if current user is @staff?

Hello

Is it possible to test if the user is a staff or not ?

I would like to adapt this part to replace the “member” by “staff”:

    {{#if @member}}
        <section class="post-internal-tags">
            {{tags visibility="internal" separator=", " limit="5"}}
        </section>
    {{/if}}

This is for verification purpose (to control if the internal tags are right)

The front-end is completely separated from the admin for security and so has no access to any data about logged in staff users.

1 Like