{% extends 'base.html.twig' %} {% block title %}{{'Clients'|trans}}{% endblock %} {% block page_title %}{{'Clients'|trans}}{% endblock %} {% block breadcrumb %}
{{ message }}
{% endfor %}# | {{'Firstname'|trans}} | {{'Lastname'|trans}} | {{'Email'|trans}} | {{'Fidelity'|trans}} | {{'Actions'|trans}} |
---|---|---|---|---|---|
{{ client.id }} | {{ client.firstname }} | {{ client.lastname }} | {{ client.email }} | {{ client.fidelity }} | {{'Edit'|trans}} {{'Delete'|trans}} |