GET FULL NAME in Comment

Hello,

I need help, how can I show the full name of the User

{% set comments =frappe.get_list(‘Comment’, fields=[‘content’, ‘comment_email’],
filters={‘reference_name’: doc.name,‘content’:“Approved”}) %}
{% for com in comments if com.content != None %}

{{com.get_fullname}} {% endfor %}

This is my script, {{com.get_fullname} this is not working. Please help.

Thank you so much