{# Generate Public Link End #}
{# SLA #}
{% if user_service.isFileExists('apps/uvdesk/sla') %}
{{ include('@UVDeskCoreFramework\\slaSnippet.html.twig') }}
{% endif %}
{# Edit Customer Info #}
{% if user_service.isAccessAuthorized('ROLE_AGENT_MANAGE_CUSTOMER') %}
{{ 'Edit Customer'|trans }}
{{ 'Back'|trans }}
{% endif %}
{# Edit Ticket #}
{# Update Ticket Agent #}
{% set agentName = ticketAgent ? ticketAgent.name : 'Not Assigned'|trans %}
{% if ticket.isTrashed == false and user_service.isAccessAuthorized('ROLE_AGENT_ASSIGN_TICKET') %}
{{ agentName }}
{% for agent in user_service.getAgentPartialDataCollection() %}