Help with Date/Time formatting in a value template

Good Morning,
When creating this value template:

{{ state_attr('device_tracker.ubuntu_desktop', 'ip') }} / {{ state_attr('device_tracker.ubuntu_desktop', 'last_time_reachable') }}"

I´m gettiing this Output:

192.168.1.135 / 2021-06-09T08:29:16+00:00"

Is it possible to format it like this? (At best in an 24h format)

192.168.1.135 / June 09, 08:29:16"

Thanks for help,
Philipp

Yes it is:

Thanks, great thread.
Already found what I´m looking for.