{{ modx.resource.longtitle ?: modx.resource.pagetitle }}
{% if isAuthenticated() and modx.resource.createdby == modx.user.id %} {% endif %}
{{ modx.resource.content }}
{{ runSnippet("!FileAttach", {'privateUrl':1}) }}
{{ runSnippet("!TicketMeta@ppTicketMeta") }}
{{ runSnippet("!TicketComments@ppTicketComments", {
"thread": "resource-"~ modx.resource.id,
})
}}