Print Customized

Hello All,

I just want to know if you have any idea about on below print customized.

{% set comments = frappe.get_list("Communication", fields=["creation","comment_type", "content", "user"], filters={"reference_name": doc.name,"reference_doctype": "List of Inventory"}) %}
{% for com in comments if com.comment_type == 'Workflow' %}
<b>{{com.content}}:</b>   {{com.user}}  |  {{com.creation}}<br>
{% endfor %}

on my part since I’m the sub-admin under system manager permission.
I’m the only one able to view on print preview.

my question is. Is there any possible for those end-user to view this on Print Preview without the right of system manager permission?

or alternative way on selected user ?

Thanks
@Foxdemon96