{% extends 'frontend/layouts/index.html.twig' %} {# {% extends 'admin/layouts/base.html.twig' %} #} {% set active = 'app_front_tickets' %} {% if totalActiveSubscription == 0 and totalTicket >= 1 %} {% set actions = [ { 'link': path('app_front_create_ticket'), 'title': 'Raise Ticket'|trans, 'hidden':'true' } ] %} {% else %} {% set actions = [ { 'link': path('app_front_create_ticket'), 'title': 'Raise Ticket'|trans, } ] %} {% endif %} {% set breadcrumbs = [ { 'link': path('app_front_dashboard'), 'title': 'Home' }, { 'title': 'Support Tickets', }, { 'title': 'Tickets', } ]%} {% block content %}
| {{ knp_pagination_sortable(tickets, 'Id', 't.id') }} | {{ knp_pagination_sortable(tickets, 'Subject', 't.subject') }} | {{ knp_pagination_sortable(tickets, 'Description', 't.description') }} | {{ knp_pagination_sortable(tickets, 'Status', 't.status') }} | Actions | |
|---|---|---|---|---|---|
| No Records found | |||||