Get user name in query

Iā€™m building my panel with infos;
Is there a way I can get the user name to make it feel more at home, or display who edited the post last?

 fields:
          info:
            theme: positive
            label: no
            type: info
            text: edited on **{{ page.modified('d/m/Y') }}** at ** {{ page.modified('H:i') }} ** by...

Thanks :slight_smile:

kirby.user.name should work

oh, yep,
I also was missing some informations in my users informations.

Thanks!