![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/app/bundles/ApiBundle/Resources/views/Client/ |
{% block content %} <table class="table table-hover"> <thead> <tr> <th style="width: 50px;"></th> <th>{{ 'mautic.core.name'|trans }}</th> </tr> </thead> <tbody> {% for k in clients %} <tr> <td> {{- include('@MauticCore/Helper/confirm.html.twig', { 'btnClass' : 'btn btn-danger btn-xs', 'message' : 'mautic.api.client.form.confirmrevoke'|trans({'%name%' : k.getName()}), 'confirmText' : 'mautic.api.client.form.revoke'|trans, 'confirmAction' : path('mautic_client_action', {'objectAction' : 'revoke', 'objectId' : k.getId()}), 'iconClass' : 'ri-delete-bin-line', 'btnText' : 'mautic.api.client.form.revoke'|trans, }) -}} </td> <td>{{ k.getName() }}</td> </tr> {% endfor %} </tbody> </table> {% endblock %}